novacoin.git
2011-10-10 Luke DashjrBump version to 0.4.1
2011-10-07 Victor LeschukFix for 64bit build
2011-10-05 Luke DashjrMerge commit '65ba3e2f5024e1e38e119a0c25d5fc30c896cd65...
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-01 Wladimir J... remove possibility of 63 bit overflow in ParseMoney
2011-09-26 Luke DashjrMerge commit '3f94dfa' into stable
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 Jeff GarzikMerge pull request #525 from TheBlueMatt/master
2011-09-22 Matt CoralloUpdate binary mo to match latest po translation.
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 Pieter WuilleSocketHandler thread can be detached
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-17 Jeff GarzikMerge pull request #519 from dabaopku/master
2011-09-17 Dean LeeUpdate to the Chinese Simp translation
2011-09-14 Gavin AndresenMerge pull request #516 from TheBlueMatt/nsisiconfix
2011-09-14 Matt CoralloUpdate bitcoin icon to make nsis setup exe deterministic.
2011-09-13 Jeff GarzikMerge pull request #512 from paraipanakos/master
2011-09-12 cjdelisleAdd some hardening to protect against unknown/future...
2011-09-12 Jeff GarzikMerge pull request #511 from mibe/translation-de
2011-09-11 Michael BemmerlUpdated German translation
2011-09-11 Alex BSpanish translation update
2011-09-09 Gavin AndresenMerge pull request #509 from cjdelisle/walletCrypto...
2011-09-09 Gavin AndresenMerge pull request #508 from TheBlueMatt/master
2011-09-09 Matt CoralloUpdate gitian build descriptors to produce proper builds.
2011-09-09 Gavin AndresenMerge pull request #505 from gavinandresen/unique_coinbase
2011-09-09 cjdelislewxWidgets needs to be at least version 2.9.1 because...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-07 Gavin AndresenMerge pull request #500 from gavinandresen/txndeadlock
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 GarzikMerge branch 'master' of git://github.com/bitcoin/bitcoin
2011-09-06 Jeff GarzikRevert "Define MSG_NOSIGNAL to 0 on platforms where...
2011-09-06 Jeff GarzikMerge pull request #503 from TheBlueMatt/translatefix
2011-09-06 Matt CoralloAdd binary mo for new translation.
2011-09-06 Jeff GarzikMerge pull request #502 from vsrinivas/master
2011-09-06 Venkatesh SrinivasDefine MSG_NOSIGNAL to 0 on platforms where it is unava...
2011-09-06 Jeff GarzikMerge pull request #501 from paraipanakos/master
2011-09-06 Alex BRomanian translation added
2011-09-06 Luke Dashjrignore stuff
2011-09-06 Gavin AndresenMerge pull request #491 from gavinandresen/manytxfix
2011-09-06 Gavin AndresenMerge pull request #499 from codler/patch-3
2011-09-06 Han Lin YapAdd a note to only include .po file
2011-09-06 Gavin AndresenMerge pull request #490 from TheBlueMatt/master
2011-09-06 Gavin AndresenMerge pull request #496 from alexwaters/boost_fs3
2011-09-06 Jeff GarzikREADME.md: word wrap text file
2011-09-06 Jeff GarzikMerge pull request #495 from alexwaters/readme
2011-09-06 Alex WatersUpdated readme file
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Matt CoralloFix build process to actually work.
2011-09-03 Luke DashjrSupport for boost filesystem version 3
2011-09-02 Gavin AndresenBumped version numbers to 0.4.0rc1
2011-09-02 Jeff GarzikMerge pull request #486 from TheBlueMatt/translatefix
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Matt CoralloUpdate binary mos to latest translations.
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
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 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 AndresenFix typo ("you own security")
2011-08-31 Gavin AndresenMerge pull request #480 from gavinandresen/deadlocks
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
2011-08-31 Jeff GarzikAdd reference python miner, in contrib/pyminer/
2011-08-31 Jeff GarzikMerge pull request #475 from ovdeathiam/patch-1
2011-08-31 Jeff GarzikMerge pull request #464 from TheBlueMatt/upnp1.6
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-25 Dev RandomAdd Gitian Build descriptors for Boost and wxWidgets.
2011-08-24 Gavin AndresenMerge pull request #474 from xHire/master
2011-08-23 Dev RandomMingw gitian build with deterministic bitcoin.exe by...
2011-08-23 Dev RandomMingw gitian with separate wxWidgets and boost
2011-08-23 Dev RandomLinux gitian config with separate wxWidgets build
2011-08-23 Matt CoralloUpgrade dependancies and tweak build process.
2011-08-21 ovdeathiamEdited locale/pl/LC_MESSAGES/bitcoin.po via GitHub
2011-08-19 Giel van SchijndelMove CInv to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove CAddress to protocol.[ch]pp
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove func 'REF' from util.h to serialize.h
2011-08-19 Giel van SchijndelCleanup makefiles such that diffs to them are smaller
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-17 Gavin AndresenCompile with DEBUG_LOCKORDER to detect inconsistent...
next