aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Bugfix for spentpertxout: slow startupPieter Wuille2011-04-121-0/+2
* | | | | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-1230-32/+362
|\ \ \ \ \
| * | | | | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-3030-32/+362
| | |_|/ / | |/| | |
* | | | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen2011-04-122-88/+208
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | select transaction outputs separatelyPieter Wuille2011-04-121-46/+62
| * | | | Spent per txoutPieter Wuille2011-04-122-43/+147
* | | | | disable -daemon on windows; bitcoind forks only with -daemon settcatm2011-04-082-8/+20
* | | | | rfc1123Time: increase buffer size for time stringJeff Garzik2011-04-081-1/+1
| |_|/ / |/| | |
* | | | Fixed issue 76 -- RPC error where addresses from addressbook's sending tab ap...Eric Swanson2011-04-051-2/+5
* | | | Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoinGavin Andresen2011-04-054-67/+85
|\ \ \ \
| * | | | RPC sendmany must acquire cs_main lockJeff Garzik2011-04-051-0/+1
| * | | | Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik2011-04-044-67/+84
| | |/ / | |/| |
* / | | Update DNS seed listJeff Garzik2011-04-011-0/+1
|/ / /
* | | allow coredumps by not catching SIGSEGVtcatm2011-03-251-1/+0
* | | Merge branch 'master' of git://github.com/bitcoin/bitcoinJeff Garzik2011-03-231-0/+3
|\ \ \
| * | | catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanlytcatm2011-03-231-0/+3
* | | | [locale] Regenerate es, nl binary message catalogsJeff Garzik2011-03-232-0/+0
* | | | Merge branch 'master' of https://github.com/smola/bitcoin into tmpJeff Garzik2011-03-231-14/+13
|\ \ \ \
| * | | | Update Spanish translation.Santiago M. Mola2011-03-161-14/+13
* | | | | Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmpJeff Garzik2011-03-231-88/+88
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Updated dutch translationSven Slootweg2011-03-191-88/+88
| | |/ / | |/| |
* / | | daemon-mode: add sleep() loop to prevent defunct child process, call setsid()...tcatm2011-03-211-0/+8
|/ / /
* / / Update copyright in About box from 2010 to 2011Gavin Andresen2011-03-172-2/+2
|/ /
* | Fix -logtimestamps to only print time prefix once per output lineJeff Garzik2011-03-163-2/+11
* | Merge branch 'shy'Gavin Andresen2011-03-142-8/+20
|\ \
| * | shy patch from HalGavin Andresen2011-03-052-8/+20
* | | Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoinGavin Andresen2011-03-133-0/+31
|\ \ \
| * | | dnsseed: fix printfJeff Garzik2011-03-081-1/+1
| * | | DNS seedingJeff Garzik2011-03-083-0/+31
| |/ /
* | | Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-03-131-2/+3
|\ \ \
| * | | Only log timestamps if -logtimestamps is set.Matt Corallo2011-03-091-1/+2
| * | | Add timestamp prefix to each line in the debug log (this time with human-read...Matt Corallo2011-03-091-2/+2
* | | | Merge branch 'limitfree' of /Users/gavin/src/integration_btcGavin Andresen2011-03-131-12/+22
|\ \ \ \
| * | | | Make sure rate-limiting code is thread-safeGavin Andresen2011-03-131-10/+17
| * | | | Continuously rate-limit free transactions.Gavin Andresen2011-03-131-12/+15
* | | | | Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoinGavin Andresen2011-03-133-26/+41
|\ \ \ \ \
| * | | | | -help: do not show -server and -daemon in bitcoindtcatm2011-03-031-0/+2
| * | | | | force fDaemon in bitcoindtcatm2011-03-031-1/+2
| * | | | | fix whitespacetcatm2011-03-031-1/+1
| * | | | | fix -daemon switchtcatm2011-03-033-27/+39
* | | | | | Merge branch 'subcent-change' of https://github.com/tcatm/bitcoinGavin Andresen2011-03-131-7/+17
|\ \ \ \ \ \
| * | | | | | Bugfix: avoid sub-cent change (lost in fees) whenever possibleLuke Dashjr2011-03-011-7/+17
* | | | | | | sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen2011-03-133-16/+106
* | | | | | | remove from/message field from uiprojecttcatm2011-03-133-331/+493
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git int...Jeff Garzik2011-03-102-16/+36
|\ \ \ \ \ \
| * | | | | | Fix minimum transaction fee calculation mismatch between CreateTransaction an...Gavin Andresen2011-03-022-16/+36
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of https://github.com/devrandom/bitcoin into tmpJeff Garzik2011-03-101-0/+37
|\ \ \ \ \ \
| * | | | | | move gitian descriptor filedevrandom2011-02-171-0/+0
| * | | | | | add gitian build descriptordevrandom2011-02-011-0/+37
* | | | | | | Update copyright in About box from 2010 to 2011Gavin Andresen2011-03-102-2/+2