novacoin.git
2011-10-09 globalcitizenFix extraneous directory specifier, beautify bash synta...
2011-10-09 globalcitizenCollate generic dependency information. Segregate distr...
2011-10-08 Gavin AndresenRemove old wx translations, updated qt translations
2011-10-07 Gavin AndresenRemove ui_res from makefiles
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-06 Gavin AndresenMerge pull request #572 from delirium---/master
2011-10-06 Victor LeschukFix for 64bit build
2011-10-06 Gavin AndresenMerge pull request #564 from luke-jr/optimize_remove_Ch...
2011-10-05 Gavin AndresenMerge pull request #566 from luke-jr/optimize_http_status
2011-10-05 David Joel... Use C's const char* for status strings rather than...
2011-10-05 Gavin AndresenFix miner_test unit test bug
2011-10-05 Gavin AndresenMerge branch 'listsinceblock' of https://github.com...
2011-10-05 Gavin AndresenAuto-build dependencies
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 Gavin AndresenMerge pull request #549 from enmaku/master
2011-10-04 Gavin AndresenMerge pull request #547 from TheBlueMatt/build-updates
2011-10-04 David Joel... Remove 2 second sleep from CheckWork
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-04 Luke DashjrOnly GetAdjustedTime once for the retry loop
2011-10-03 David PerryAdded bitrpc.py which allows for sending of all standar...
2011-10-03 David PerryAdded wallet tools
2011-10-03 Gavin AndresenDeclare integer constant LL
2011-10-03 Matt CoralloUpdate release-process to point to gitian.sigs repo.
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 Gavin AndresenMerge pull request #476 from forrestv/getmemorypool
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-10-01 Wladimir J... 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 #542 from laanwj/qt2
2011-09-29 Wladimir J... qmake build system improvements
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... Add assertion size>0 to MedianFilter
2011-09-29 Gavin AndresenMerge pull request #538 from tcatm/deprecate-midstate
2011-09-28 Wladimir J... Update "other files" in Qt Creator with all documentati...
2011-09-28 Wladimir J... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J... use median filter for peer-reported reported number...
2011-09-28 Jeff GarzikMerge pull request #536 from TheBlueMatt/build-updates
2011-09-28 Nils Schneiderdeprecate midstate and hash1 in getwork
2011-09-28 Nils Schneiderremove deprecated RPCs
2011-09-28 Matt CoralloUpdate release-process.txt with gitian release instruct...
2011-09-28 Jeff GarzikMerge pull request #533 from alexwaters/readme
2011-09-27 Wladimir J... 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 Wladimir J... Merge pull request #25 from Matoking/master
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-27 Alex WatersUpdated readme file with timers.
2011-09-26 Gavin AndresenMerge pull request #532 from TheBlueMatt/build-updates
2011-09-26 Matt CoralloOutput build temp files in build/ instead of current...
2011-09-26 Gavin AndresenUpdate build instructions for the new, no-wxwidgets...
2011-09-26 Gavin AndresenFix build: put back rules to build cryptopp files
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-26 Gavin AndresenMerge pull request #492 from gavinandresen/fasterinitia...
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... Change define to determine use of DBUS to USE_DBUS...
2011-09-24 Wladimir J... make qmake build system more configurable (as suggested...
2011-09-23 Jeff GarzikMerge pull request #528 from TheBlueMatt/gitian-downloader
2011-09-23 Gavin AndresenUpdate release process for repackaging gitian builds...
2011-09-23 Wladimir J... Merge branch 'master' of https://github.com/bitcoin...
2011-09-23 Matt CoralloAdd win32 gitian download config.
2011-09-22 Gavin AndresenScript to create OSX .dmg diskimage file.
2011-09-22 Gavin AndresenMerge pull request #527 from TheBlueMatt/gitian-downloader
2011-09-22 Matt CoralloRestructure gitian files and add download config files.
2011-09-22 Gavin AndresenFix QA email address
2011-09-22 Gavin AndresenMerge pull request #526 from sipa/nl
2011-09-22 Pieter WuilleUpdated dutch translation
2011-09-22 Wladimir J... show balance in sendcoins screen (issue #24)
2011-09-22 Jeff GarzikMerge pull request #525 from TheBlueMatt/master
2011-09-22 Matt CoralloUpdate binary mo to match latest po translation.
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 Nils SchneiderMerge pull request #520 from tcatm/less-logging
2011-09-19 Wladimir J... put Q_OBJECT everywhere it should be (removes warnings...
2011-09-19 Pieter WuilleSocketHandler thread can be detached
2011-09-18 Wladimir J... move current qt specific readme to doc/, restore origin...
2011-09-18 Wladimir J... assure that base bitcoind and bitcoin still build
next