novacoin.git
2011-04-23 Jaromildirectory re-organization (keeps the old build system)
2011-04-20 Gavin AndresenBetter wording for transaction fee notification messages
2011-04-20 Gavin AndresenMore 0.3.21 release prep
2011-04-20 Gavin AndresenUpdate date in license.txt
2011-04-20 Pieter WuilleMonitor incoming transactions for spends by (a copy...
2011-04-19 Gavin Andresengetbalance '*' was ignoring minconf param.
2011-04-18 Pieter WuilleAutomatically rescan after restoring wallet.dat
2011-04-18 Gavin AndresenMerge branch 'upnpfix' of https://github.com/TheBlueMat...
2011-04-16 Dan HelfmanFix for #156: UPnP segfault when no valid UPnP IGDs...
2011-04-15 Gavin AndresenMerge branch 'master' of https://github.com/gjs278...
2011-04-15 Gavin AndresenMerge branch 'localefix'
2011-04-15 Gavin AndresenSet time locale to POSIX in rfc1123Time so weekday...
2011-04-15 Gavin AndresenMerge branch 'http-version' of https://github.com/jgarz...
2011-04-15 Jeff GarzikSend/return full bitcoin version string in Server and...
2011-04-15 Jeff GarzikEnsure version number->string conversion is consistent
2011-04-14 Matt CoralloExit when no UPnP router found and fUseUPnP gets set...
2011-04-13 Dan Loewenherzbuild: add note for Snow Leopard users and fix typos...
2011-04-13 Gavin AndresenNew checkpoint at block 118,000
2011-04-13 gjs278pidfile support for daemon
2011-04-12 Gavin AndresenMerge branch 'listimmature' of /Users/gavin/src/gavin_btc
2011-04-12 Gavin AndresenMerge branch 'spentpertxout' of https://github.com...
2011-04-12 Pieter WuilleBugfix for spentpertxout: slow startup
2011-04-12 Gavin AndresenMerge branch 'upnp' of https://github.com/TheBlueMatt...
2011-04-12 Gavin AndresenMerge branch 'spentpertxout' of https://github.com...
2011-04-12 Pieter Wuilleselect transaction outputs separately
2011-04-12 Pieter WuilleSpent per txout
2011-04-09 tcatmdisable -daemon on windows; bitcoind forks only with...
2011-04-09 Jeff Garzikrfc1123Time: increase buffer size for time string
2011-04-06 Gavin AndresenReport immature coinbase transactions in listtransactions
2011-04-06 Eric SwansonFixed issue 76 -- RPC error where addresses from addres...
2011-04-05 Gavin AndresenMerge branch 'deadlock-fixes' of https://github.com...
2011-04-05 Jeff GarzikRPC sendmany must acquire cs_main lock
2011-04-05 Jeff GarzikFix deadlocks in setaccount, sendfrom RPC calls
2011-04-01 Jeff GarzikUpdate DNS seed list
2011-03-30 Matt CoralloAllow UPnP mapping when USE_UPNP is defined and miniupn...
2011-03-25 tcatmallow coredumps by not catching SIGSEGV
2011-03-23 Jeff GarzikMerge branch 'master' of git://github.com/bitcoin/bitcoin
2011-03-23 Jeff Garzik[locale] Regenerate es, nl binary message catalogs
2011-03-23 Jeff GarzikMerge branch 'master' of https://github.com/smola/bitco...
2011-03-23 Jeff GarzikMerge branch 'dutchloc' of https://github.com/sipa...
2011-03-23 tcatmcatch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly
2011-03-21 tcatmdaemon-mode: add sleep() loop to prevent defunct child...
2011-03-18 Sven SlootwegUpdated dutch translation
2011-03-17 Gavin AndresenUpdate copyright in About box from 2010 to 2011
2011-03-16 Santiago M... Update Spanish translation.
2011-03-16 Jeff GarzikFix -logtimestamps to only print time prefix once per...
2011-03-14 Gavin AndresenMerge branch 'shy'
2011-03-13 Gavin AndresenMerge branch 'dns-seed' of https://github.com/jgarzik...
2011-03-13 Gavin AndresenMerge branch 'log-timestamp' of https://github.com...
2011-03-13 Gavin AndresenMerge branch 'limitfree' of /Users/gavin/src/integratio...
2011-03-13 Gavin AndresenMerge branch 'daemon-mode' of https://github.com/tcatm...
2011-03-13 Gavin AndresenMerge branch 'subcent-change' of https://github.com...
2011-03-13 Gavin Andresensendmany RPC command, to send to multiple recipients...
2011-03-13 Gavin AndresenMake sure rate-limiting code is thread-safe
2011-03-13 Gavin AndresenContinuously rate-limit free transactions.
2011-03-13 tcatmremove from/message field from uiproject
2011-03-10 Jeff GarzikMerge branch 'smalltxfix' of https://github.com/gavinan...
2011-03-10 Jeff GarzikMerge branch 'master' of https://github.com/devrandom...
2011-03-10 Gavin AndresenUpdate copyright in About box from 2010 to 2011
2011-03-10 Gavin AndresenBump version number to 0.3.21 (lest we forget)
2011-03-09 Matt CoralloOnly log timestamps if -logtimestamps is set.
2011-03-09 Matt CoralloAdd timestamp prefix to each line in the debug log...
2011-03-09 Jeff Garzikdnsseed: fix printf
2011-03-09 Jeff GarzikDNS seeding
2011-03-05 Gavin Andresenshy patch from Hal
2011-03-05 tcatmMerge branch 'TheBlueMatt-setaccountfix' into integration
2011-03-05 tcatmMerge branch 'setaccountfix' of https://github.com...
2011-03-05 Matt Corallothrow JSONRPCError(-5, "Invalid bitcoin address") instead.
2011-03-05 Matt Corallosetaccount should return if an invalid address is provided.
2011-03-03 tcatm-help: do not show -server and -daemon in bitcoind
2011-03-03 tcatmforce fDaemon in bitcoind
2011-03-03 tcatmfix whitespace
2011-03-03 tcatmfix -daemon switch
2011-03-03 Gavin AndresenMake send/receive limits bigger (10MB each)
2011-03-02 Gavin AndresenFix minimum transaction fee calculation mismatch betwee...
2011-03-02 Gavin AndresenMerge branch 'rounding'
2011-03-01 Luke DashjrBugfix: avoid sub-cent change (lost in fees) whenever...
2011-02-28 Gavin AndresenAvoid sprintf decimal-point localization
2011-02-28 tcatmfix missing newline in help
2011-02-26 tcatmMerge branch 'rounding' of https://github.com/gavinandr...
2011-02-26 Matt GiucaAdded .gitignore, which prevents 'bitcoin' and 'bitcoin...
2011-02-25 tcatmMerge branch 'mgiuca-wx-config' into integration
2011-02-25 Matt Giucabuild-unix.txt: Updated (now OK to use wxWidgets >...
2011-02-25 Matt Giucamakefile.unix: Fixed errors building bitcoind without...
2011-02-25 Matt Giucamakefile.unix: WXINCLUDEPATHS now only used for buildin...
2011-02-25 Matt Giucamakefile.unix: Removed redundant use of wx-config in...
2011-02-25 Matt GiucaMerge https://github.com/ojab/bitcoin into wx-config
2011-02-23 Gavin AndresenParseMoney: allow full precision
2011-02-23 Gavin AndresenFormatMoney: show full-precision values
2011-02-23 Gavin AndresenDo not round input amounts; allow RPC full precision.
2011-02-23 Gavin AndresenUse ValueFromAmount consistently
2011-02-23 Gavin AndresenBump version to 0.3.20.02
2011-02-23 tcatmSet SO_REUSEADDR on JSON port
2011-02-23 tcatmMerge branch 'master' of https://github.com/sandos...
2011-02-22 tcatmremove From/Message fields from SendDialog
2011-02-22 tcatmMerge branch 'master' of https://github.com/tcatm/bitco...
2011-02-18 Gavin AndresenChanged setup for mingw toolchain
2011-02-18 Gavin AndresenWindows mingw32 makefile and build notes (thanks m0mchil)
2011-02-18 Gavin AndresenBump version to 0.3.20.01
2011-02-17 devrandommove gitian descriptor file
next