744 Commits (e94010b2395694d56dd62a2cb956a40ef801a191)
 

Author SHA1 Message Date
tcatm 1c09a4adb2 daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child 14 years ago
Sven Slootweg a07dca7cd2 Updated dutch translation 14 years ago
Gavin Andresen b7ebc662eb Update copyright in About box from 2010 to 2011 14 years ago
Santiago M. Mola f30dabb2ac Update Spanish translation. 14 years ago
Jeff Garzik e2e5f5cd9d Fix -logtimestamps to only print time prefix once per output line 14 years ago
Gavin Andresen 27b7f3b43a Merge branch 'shy' 14 years ago
Gavin Andresen 4b88647966 Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin 14 years ago
Gavin Andresen d43fd8a038 Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin 14 years ago
Gavin Andresen 2abd56f428 Merge branch 'limitfree' of /Users/gavin/src/integration_btc 14 years ago
Gavin Andresen 1bf9b3b06f Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoin 14 years ago
Gavin Andresen dfd059173d Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin 14 years ago
Gavin Andresen b931ed8563 sendmany RPC command, to send to multiple recipients in one transaction. 14 years ago
Gavin Andresen 88abf70386 Make sure rate-limiting code is thread-safe 14 years ago
Gavin Andresen 5de8b54c51 Continuously rate-limit free transactions. 14 years ago
tcatm f4f2987273 remove from/message field from uiproject 14 years ago
Jeff Garzik 8f58d0dbc8 Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git into tmp 14 years ago
Jeff Garzik 12e091842f Merge branch 'master' of https://github.com/devrandom/bitcoin into tmp 14 years ago
Gavin Andresen 81d3b1c825 Update copyright in About box from 2010 to 2011 14 years ago
Gavin Andresen 32fb5dfef7 Bump version number to 0.3.21 (lest we forget) 14 years ago
Matt Corallo ca221e6c21 Only log timestamps if -logtimestamps is set. 14 years ago
Matt Corallo fe460d47b0 Add timestamp prefix to each line in the debug log (this time with human-readable times) 14 years ago
Jeff Garzik 448b4516ff dnsseed: fix printf 14 years ago
Jeff Garzik f684aec4f3 DNS seeding 14 years ago
Gavin Andresen cbc920d474 shy patch from Hal 14 years ago
tcatm b104df742d Merge branch 'TheBlueMatt-setaccountfix' into integration 14 years ago
tcatm 8e5aaada2e Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into TheBlueMatt-setaccountfix 14 years ago
Matt Corallo c1f74f152b throw JSONRPCError(-5, "Invalid bitcoin address") instead. 14 years ago
Matt Corallo 279ab5e62f setaccount should return if an invalid address is provided. 14 years ago
tcatm e1205e4d15 -help: do not show -server and -daemon in bitcoind 14 years ago
tcatm ea7cd31751 force fDaemon in bitcoind 14 years ago
tcatm a79409afa9 fix whitespace 14 years ago
tcatm dda48ccd0f fix -daemon switch 14 years ago
Gavin Andresen f36b494aeb Make send/receive limits bigger (10MB each) 14 years ago
Gavin Andresen 395c1f44bd Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock 14 years ago
Gavin Andresen 411493b1f7 Merge branch 'rounding' 14 years ago
Luke Dashjr a14bf1946d Bugfix: avoid sub-cent change (lost in fees) whenever possible 14 years ago
Gavin Andresen 8a9cad44a5 Avoid sprintf decimal-point localization 14 years ago
tcatm 6665aca024 fix missing newline in help 14 years ago
tcatm c993ac6932 Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into gavinandresen-rounding 14 years ago
Matt Giuca a357424a25 Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git. 14 years ago
tcatm 5078a54b52 Merge branch 'mgiuca-wx-config' into integration 14 years ago
Matt Giuca 84711b18bc build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0). 14 years ago
Matt Giuca 84778a5b46 makefile.unix: Fixed errors building bitcoind without wxWidgets installed. 14 years ago
Matt Giuca 3415b15a56 makefile.unix: WXINCLUDEPATHS now only used for building GUI object files. 14 years ago
Matt Giuca 8314b7f5e6 makefile.unix: Removed redundant use of wx-config in DEFS (it was being included twice). 14 years ago
Matt Giuca 32e94947dc Merge https://github.com/ojab/bitcoin into wx-config 14 years ago
Gavin Andresen b0ad55a08a ParseMoney: allow full precision 14 years ago
Gavin Andresen 87504abb07 FormatMoney: show full-precision values 14 years ago
Gavin Andresen 789259d2e7 Do not round input amounts; allow RPC full precision. 14 years ago
Gavin Andresen 83b9f42796 Use ValueFromAmount consistently 14 years ago