aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #197 from TheBlueMatt/errorfixJeff Garzik2011-05-061-0/+1
|\ \ \ \ \
| * | | | | When an error is returned, the client crashes as EndModal is called twice.Matt Corallo2011-05-061-0/+1
* | | | | | Merge pull request #196 from amiryal/masterJeff Garzik2011-05-061-3/+6
|\ \ \ \ \ \
| * | | | | | Clarify the meaning of USE_UPNP in build-unix.txtAmir Yalon2011-05-061-3/+6
|/ / / / / /
* | | | | | Merge pull request #194 from johnmaguire2013/trayGavin Andresen2011-05-051-2/+2
|\ \ \ \ \ \
| * | | | | | removed tooltip balance until it can be made to change without opening the UIJohn Maguire2011-05-051-2/+2
| |/ / / / /
* | | | | | Merge pull request #193 from TheBlueMatt/nogenoptionGavin Andresen2011-05-055-253/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove the option to generate coins from the Options Dialog.Matt Corallo2011-05-055-253/+22
|/ / / / /
* | | | | Fix broken build (remove declarations of GUI generate methods)Gavin Andresen2011-05-032-2/+0
* | | | | Merge pull request #142 from jgarzik/remove-gui-gen.Gavin Andresen2011-05-0311-75/+3
|\ \ \ \ \
| * | | | | Remove GUI's "Generate Coins" option from the menu.Jeff Garzik2011-04-1811-75/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #173 from gavinandresen/testnet_isstandard.Gavin Andresen2011-05-031-2/+2
|\ \ \ \ \
| * | | | | Accept non-standard transactions on testnet.Gavin Andresen2011-04-201-2/+2
* | | | | | Merge pull request #190 from johnmaguire2013/tray.Gavin Andresen2011-05-032-3/+15
|\ \ \ \ \ \
| * | | | | | fixed some translations which was... weirdJohn Maguire2011-05-011-2/+2
| * | | | | | added balance to tooltipsJohn Maguire2011-05-011-3/+4
| * | | | | | added "Send Bitcoins" option in the tray menuJohn Maguire2011-05-012-0/+11
* | | | | | | Merge pull request #178 from wizeman/link-pthread.Pieter Wuille2011-05-011-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Link with libpthread on Linux, required by libboost_thread.Ricardo M. Correia2011-04-231-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #179 from wizeman/segfault-lockfile.Gavin Andresen2011-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | Fix segfault when we're unable to create the lock file.Ricardo M. Correia2011-04-231-1/+1
| |/ / / / /
* | | | | | Merge pull request #181 from sipa/fixcheckconf.Gavin Andresen2011-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | Bugfix in recursive check in IsConfirmed()Pieter Wuille2011-04-231-1/+1
| |/ / / / /
* | | | | | Merge pull request #186 from TheBlueMatt/nopng.Gavin Andresen2011-05-012-4/+1
|\ \ \ \ \ \
| * | | | | | Remove unnecessary line which creates a dependency on wx's png library.Matt Corallo2011-04-252-4/+1
| |/ / / / /
* | | | | | Merge pull request #187 from devrandom/master.Gavin Andresen2011-05-011-3/+12
|\ \ \ \ \ \
| * | | | | | gitian: strip binariesdevrandom2011-04-281-1/+1
| * | | | | | gitian descriptor with miniupnpcdevrandom2011-04-271-2/+11
| |/ / / / /
* / / / / / Bump version number to 0.3.22Gavin Andresen2011-04-282-4/+4
|/ / / / /
* | | | | Better wording for transaction fee notification messagesv0.3.21Gavin Andresen2011-04-202-2/+2
* | | | | More 0.3.21 release prepv0.3.21rcGavin Andresen2011-04-203-3/+67
* | | | | Update date in license.txtGavin Andresen2011-04-201-1/+1
* | | | | Monitor incoming transactions for spends by (a copy of) your own walletPieter Wuille2011-04-201-35/+11
|/ / / /
* | | | getbalance '*' was ignoring minconf param.Gavin Andresen2011-04-181-11/+10
* | | | Automatically rescan after restoring wallet.datPieter Wuille2011-04-183-1/+33
* | | | Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-181-3/+5
|\ \ \ \
| * | | | Fix for #156: UPnP segfault when no valid UPnP IGDs are found.Dan Helfman2011-04-161-2/+4
| * | | | Exit when no UPnP router found and fUseUPnP gets set to 0.Matt Corallo2011-04-151-1/+1
| |/ / /
* | | | Merge branch 'master' of https://github.com/gjs278/bitcoinGavin Andresen2011-04-153-0/+26
|\ \ \ \
| * | | | pidfile support for daemongjs2782011-04-123-0/+26
* | | | | Merge branch 'localefix'Gavin Andresen2011-04-151-1/+4
|\ \ \ \ \
| * | | | | Set time locale to POSIX in rfc1123Time so weekday/months in http responses a...Gavin Andresen2011-04-151-1/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'http-version' of https://github.com/jgarzik/bitcoinGavin Andresen2011-04-155-15/+38
|\ \ \ \ \
| * | | | | Send/return full bitcoin version string in Server and User-Agent HTTP headersJeff Garzik2011-04-151-4/+5
| * | | | | Ensure version number->string conversion is consistentJeff Garzik2011-04-154-11/+33
| |/ / / /
* / / / / build: add note for Snow Leopard users and fix typos in linking instructionsDan Loewenherz2011-04-131-3/+6
|/ / / /
* / / / New checkpoint at block 118,000Gavin Andresen2011-04-131-3/+4
|/ / /
* | | Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen2011-04-123-21/+31
|\ \ \
| * | | Report immature coinbase transactions in listtransactionsGavin Andresen2011-04-053-21/+31
* | | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen2011-04-121-0/+2
|\ \ \ \