aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #197 from TheBlueMatt/errorfixJeff Garzik2011-05-061-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix GUI crash
| * | | | | When an error is returned, the client crashes as EndModal is called twice.Matt Corallo2011-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes that and simply returns instead. At least GTK won't complain.
* | | | | | Merge pull request #196 from amiryal/masterJeff Garzik2011-05-061-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve UPNP build instructions
| * | | | | | 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's fixed.
| * | | | | | 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.
| * | | | | 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 'generate coins' option.
| * | | | | Remove GUI's "Generate Coins" option from the menu.Jeff Garzik2011-04-1811-75/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | CPU mining remains available via command line option [until/unless the community decides to remove that completely].
* | | | | Merge pull request #173 from gavinandresen/testnet_isstandard.Gavin Andresen2011-05-031-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Accept non-standard transactions on testnet.
| * | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added balance to tooltip and send coin option to tray menu
| * | | | | | 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.
| * | | | | | Link with libpthread on Linux, required by libboost_thread.Ricardo M. Correia2011-04-231-1/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Fixes link failure when using the 'gold' linker.
* | | | | | 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.
| * | | | | | 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()
| * | | | | | Bugfix in recursive check in IsConfirmed()Pieter Wuille2011-04-231-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | When one single dependency of an unconfirmed transaction is already verified, this does not mean the parent is confirmed. We can skip checking its own dependencies though.
* | | | | | 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.
| * | | | | | Remove unnecessary line which creates a dependency on wx's png library.Matt Corallo2011-04-252-4/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This should allow the bitcoin binaries to run on ever so slightly more installs, specifically those who use a different libpng library (many distros use 1.4 which is imcompatible with 1.2.
* | | | | | Merge pull request #187 from devrandom/master.Gavin Andresen2011-05-011-3/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | New gitian descriptor for 0.3.21
| * | | | | | 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
|/ / / / / | | | | | | | | | | | | | | | | | | | | Doing this now because I always forget to do it later. (I'm hoping the next release will actually be 0.4.0)
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Bump version number in Windows installer file Update READMEs.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Information about the best known chain is added to wallet.dat. If this information does not match the data in blkindex.dat, a rescan is automatically performed, starting from the the last known block. When upgrading from a wallet which does not have this information, no rescan is done automatically.
* | | | 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 ↵Gavin Andresen2011-04-151-1/+4
| | |/ / / | |/| | | | | | | | | | | | | are correct.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | Report coin generation transactions as 'category':'immature' until they have 120 confirmations (when they are reported as 'category':'generate', as before). If the block they are in is not part of the main chain (you lost a 'block race'), then they are reported as 'category':'orphan' (with 0 confirmations).
* | | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen2011-04-121-0/+2
|\ \ \ \