aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-12Replace several network protocol version numbers with named constantsJeff Garzik
2012-04-12version.h: separate client, net sections. Move more constants to this file.Jeff Garzik
2012-04-12BIP 0031: pong messageJeff Garzik
2012-04-12Fix OSX build errors.Gavin Andresen
2012-04-11Merge pull request #855 from sje397/ToggleHideWladimir J. van der Laan
2012-04-11Use filesystem::path instead of manual string tinkeringPieter Wuille
2012-04-11Merge pull request #1083 from laanwj/2012_04_connectioniconWladimir J. van der Laan
2012-04-11Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...Gavin Andresen
2012-04-11by popular request, make 4th bar of connection icon greenWladimir J. van der Laan
2012-04-11Fix build.h dependenciesPieter Wuille
2012-04-10Merge pull request #1054 from sipa/buildinfoPieter Wuille
2012-04-10Merge pull request #1046 from laanwj/2012_04_rpcporterrorWladimir J. van der Laan
2012-04-10Build identification stringsPieter Wuille
2012-04-11Toggle main window hide on tray icon clicksje397
2012-04-09Merge pull request #1052 from sipa/scopedlocksPieter Wuille
2012-04-09Merge branch 'filesystem' of https://github.com/Diapolo/bitcoinGavin Andresen
2012-04-09Do not report spurious deadlocks caused by TRY_LOCKPieter Wuille
2012-04-09Support for parametrized locks in deadlock detectorPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-06Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan
2012-04-06fixed small error in bitcoinrpc.cppPhilip Kaufmann
2012-04-06updated util.cpp to use make_preferred()Philip Kaufmann
2012-04-06updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...Philip Kaufmann
2012-04-06updated db.cpp to use make_preferred()Philip Kaufmann
2012-04-06Merge pull request #1033 from sipa/waitPieter Wuille
2012-04-06Change sign message bitcoin address tooltip to "The address to sign the messa...graingert
2012-04-05Flush on log size instead of transaction countPieter Wuille
2012-04-05Merge pull request #1043 from Diapolo/miscGavin Andresen
2012-04-05Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen
2012-04-05Merge pull request #1037 from gavinandresen/addmultisigenableGavin Andresen
2012-04-05Merge pull request #1036 from gavinandresen/pubsubcleanupGavin Andresen
2012-04-05Merge pull request #1035 from gavinandresen/osxbuildGavin Andresen
2012-04-05Merge pull request #1039 from sipa/fix_955Gregory Maxwell
2012-04-05removed obsolete boost workaround (boost ticket #4258)Philip Kaufmann
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-05Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille
2012-04-05removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann
2012-04-04Enable addmultisigaddress RPC call for main networkGavin Andresen
2012-04-04Remove half-implemented publish/subscribe systemGavin Andresen
2012-04-04Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flagsGavin Andresen
2012-04-04Condition variable for outbound connection slotsPieter Wuille
2012-04-04Locking system overhaul, add condition variablesPieter Wuille
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-04Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04support RPC stop and encryptwallet with UIWladimir J. van der Laan
2012-04-04move translation function _ to qtui.h/noui.h instead of util.hWladimir J. van der Laan