780 Commits (116df55e21e5380c1cf4bccc62546757d44c1294)
 

Author SHA1 Message Date
Gavin Andresen 657cfe721b Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin 14 years ago
Dan Helfman f285d4f4f3 Fix for #156: UPnP segfault when no valid UPnP IGDs are found. 14 years ago
Gavin Andresen bf3a0902ef Merge branch 'master' of https://github.com/gjs278/bitcoin 14 years ago
Gavin Andresen 9a189be740 Merge branch 'localefix' 14 years ago
Gavin Andresen 9ff411f7f7 Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct. 14 years ago
Gavin Andresen a381eb8ddb Merge branch 'http-version' of https://github.com/jgarzik/bitcoin 14 years ago
Jeff Garzik 17616eac17 Send/return full bitcoin version string in Server and User-Agent HTTP headers 14 years ago
Jeff Garzik a584320357 Ensure version number->string conversion is consistent 14 years ago
Carlo Alberto Ferraris 5aef2c0d55 add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count) 14 years ago
Matt Corallo 973800b52f Exit when no UPnP router found and fUseUPnP gets set to 0. 14 years ago
Dan Loewenherz d7f0287235 build: add note for Snow Leopard users and fix typos in linking instructions 14 years ago
Gavin Andresen b37f09aa2e New checkpoint at block 118,000 14 years ago
gjs278 66fb32d267 pidfile support for daemon 14 years ago
Gavin Andresen 485dda9774 Merge branch 'listimmature' of /Users/gavin/src/gavin_btc 14 years ago
Gavin Andresen d89d456655 Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin 14 years ago
Pieter Wuille c59b6f704c Bugfix for spentpertxout: slow startup 14 years ago
Gavin Andresen 79706a8e48 Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin 14 years ago
Gavin Andresen 2e8b33824f Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin 14 years ago
Pieter Wuille aca3f961db select transaction outputs separately 14 years ago
Pieter Wuille 335e878be8 Spent per txout 14 years ago
tcatm d12ea887bc disable -daemon on windows; bitcoind forks only with -daemon set 14 years ago
Jeff Garzik d98beea894 rfc1123Time: increase buffer size for time string 14 years ago
Gavin Andresen 198fd7b0bd Report immature coinbase transactions in listtransactions 14 years ago
Eric Swanson 0a4cb86976 Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts 14 years ago
Gavin Andresen 57b7fe4e6f Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin 14 years ago
Jeff Garzik 6f074b71bb RPC sendmany must acquire cs_main lock 14 years ago
Jeff Garzik f5f1878ba1 Fix deadlocks in setaccount, sendfrom RPC calls 14 years ago
Jeff Garzik b26141e2c5 Remove 4way SSE2 scanhash implementation. 14 years ago
Jeff Garzik a2b6c1930d Update DNS seed list 14 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
tcatm 454bc86479 allow coredumps by not catching SIGSEGV 14 years ago
Jeff Garzik 3a47bf7265 Merge branch 'master' of git://github.com/bitcoin/bitcoin 14 years ago
Jeff Garzik 8203ec4b11 [locale] Regenerate es, nl binary message catalogs 14 years ago
Jeff Garzik 0b8e4738f9 Merge branch 'master' of https://github.com/smola/bitcoin into tmp 14 years ago
Jeff Garzik d38e683a6f Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp 14 years ago
tcatm c3f140033c catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly 14 years ago
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