Update mac Makefile and build instructions to use MacPorts
[novacoin.git] / src /
2011-10-05 Gavin AndresenUpdate mac Makefile and build instructions to use MacPorts
2011-10-05 Gavin AndresenMerge pull request #545 from tcatm/remove-addr.txt
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-05 Gavin AndresenMerge pull request #558 from luke-jr/bugfix_CreateThrea...
2011-10-05 Gavin AndresenMerge pull request #561 from luke-jr/optimize_conn_adjtime
2011-10-05 Luke DashjrSend "Connection: close" HTTP header with JSON-RPC...
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-04 Luke DashjrOnly GetAdjustedTime once for the retry loop
2011-10-03 Gavin AndresenDeclare integer constant LL
2011-10-01 Nils Schneiderremove code that reads addr.txt in LoadAddreses()
2011-10-01 Gavin AndresenMerge pull request #543 from laanwj/utiltests
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-30 Nils Schneidersimpler ByteReverse
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-29 Gavin AndresenMerge pull request #539 from laanwj/qt2
2011-09-29 Nils SchneiderMerge pull request #537 from tcatm/remove-deprecated...
2011-09-29 Wladimir J. van... Add assertion size>0 to MedianFilter
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
2011-09-28 Nils Schneiderdeprecate midstate and hash1 in getwork
2011-09-28 Nils Schneiderremove deprecated RPCs
2011-09-27 Wladimir J. van... translation handling improvements
2011-09-27 Pieter WuilleUse key recovery for message signatures
2011-09-27 Pieter WuilleCompact signatures and key recovery
2011-09-27 Pieter Wuillebase64-based sign/verify
2011-09-27 Pieter WuilleIncorporate pubkey in signature, check based on address
2011-09-27 KhalahanSign and verify message with bitcoin address and public key
2011-09-27 Pieter WuilleTest case for base64 encode/decode
2011-09-27 Pieter WuilleInline base64 encoder/decoder
2011-09-27 JoelKatzFaster Base64 decoder.
2011-09-27 Janne PulkkinenRemoving the if statement entirely - not needed.
2011-09-27 Gavin AndresenRemove DoS penalty for SigOpCount or immature transactions
2011-09-27 Janne PulkkinenSend Coins page not cleared when changing tabs. Clear...
2011-09-26 Gavin AndresenFix build: put back rules to build cryptopp files
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-26 Gavin AndresenSkip verifying transaction signatures during initial...
2011-09-26 Gavin AndresenBump version to 0.4.1
2011-09-26 Gavin AndresenMerge pull request #513 from cjdelisle/feature-hardening
2011-09-26 Gavin AndresenMerge pull request #517 from gavinandresen/DoSprevention
2011-09-26 Gavin AndresenMerge pull request #521 from laanwj/qt
2011-09-24 Wladimir J. van... Change define to determine use of DBUS to USE_DBUS...
2011-09-23 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-22 Wladimir J. van... show balance in sendcoins screen (issue #24)
2011-09-21 Gavin AndresenMore denial-of-service misbehavior detection: version...
2011-09-21 Gavin AndresenTransaction/Block denial-of-service detection/response
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-09-21 Gavin AndresenSetMockTime() for cleaner unit testing
2011-09-20 Jeff GarzikMerge pull request #522 from sipa/minorfix
2011-09-19 Wladimir J. van... put Q_OBJECT everywhere it should be (removes warnings...
2011-09-19 Pieter WuilleSocketHandler thread can be detached
2011-09-18 Wladimir J. van... assure that base bitcoind and bitcoin still build
2011-09-17 Nils Schneidermissed printf in AbortMessage(); merged printfs in...
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-13 flowermake German translation up-to-date
2011-09-12 cjdelisleAdd some hardening to protect against unknown/future...
2011-09-11 Wladimir J. van... remove transparency effect and windows-specific code...
2011-09-11 p2kSome Mac OS X specific things
2011-09-11 Wladimir J. van... clarify function signature (GetNumBlocksOfPeers) and...
2011-09-11 Janne PulkkinenThe synchronization progress bar now compares the amoun...
2011-09-07 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-07 Wladimir J. van... fix the build (moved code use 'this' instead of 'window')
2011-09-07 Janne PulkkinenPull request #21: windows fixes/cleanup by Matoking
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-07 Gavin AndresenFix AddAddress cs_mapaddresses/db transaction deadlock
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-06 Luke DashjrSave coinbase, not just extraNonce
2011-09-06 Luke DashjrMerge branch 'getwork_dedupe' into unique_coinbase
2011-09-06 Jeff GarzikRevert "Define MSG_NOSIGNAL to 0 on platforms where...
2011-09-06 Venkatesh SrinivasDefine MSG_NOSIGNAL to 0 on platforms where it is unava...
2011-09-06 Gavin AndresenMerge pull request #491 from gavinandresen/manytxfix
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Wladimir J. van... (k)ubuntu 10.04+ notification support (based on @zwierz...
2011-09-03 Luke DashjrSupport for boost filesystem version 3
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenBumped version numbers to 0.4.0rc1
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
2011-09-02 Wladimir J. van... bitcoin-qt cannot be used as command line rpc client
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-09-02 Gavin AndresenIf compiled -DDEBUG_LOCKORDER and run with -debug,...
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenGive hard-coded seed nodes a random last-seen time...
2011-09-02 Daniel FolkinshteynUpdate the list of seednodes.
2011-09-01 Gavin AndresenFix bad merge: getaccountaddress was broken for new...
2011-09-01 Gavin AndresenFixed regression I introduced: wallets with lots of...
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-09-01 Gavin Andresenobtain cs_wallet mutex to protect vchDefaultKey
2011-09-01 Gavin AndresenFix RPC call name in error message.
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenSetCrypted() obtains keystore lock, to be safe.
2011-08-31 Gavin AndresenFixed potential deadlocks in GUI code.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-31 Gavin AndresenHighlight mis-matching locks
2011-08-31 Jeff GarzikMerge pull request #463 from TheBlueMatt/encreadme
next