Gavin Andresen
752e598a16
Merge pull request #205 from forrestv/caseinsensitive_rpc_headers
...
Case-Insensitive JSON-RPC HTTP Headers
2011-05-09 09:37:31 -07:00
Forrest Voight
e6ad2c8792
Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per RFC 2616
2011-05-08 20:33:46 -04:00
Jeff Garzik
2fb1124b0f
Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp
...
Conflicts:
makefile.unix
2011-05-06 08:04:50 -04:00
Jeff Garzik
4408034bcd
Merge pull request #197 from TheBlueMatt/errorfix
...
Fix GUI crash
2011-05-06 04:33:44 -07:00
Matt Corallo
2f62b1299f
When an error is returned, the client crashes as EndModal is called twice.
...
This fixes that and simply returns instead. At least GTK won't complain.
2011-05-06 13:32:20 +02:00
Jeff Garzik
62b427ec55
Merge pull request #196 from amiryal/master
...
Improve UPNP build instructions
2011-05-06 04:24:32 -07:00
Amir Yalon
894031bbd9
Clarify the meaning of USE_UPNP in build-unix.txt
2011-05-06 10:55:38 +03:00
Gavin Andresen
5c4aeb779f
Merge pull request #194 from johnmaguire2013/tray
...
Removed tooltip balance until it's fixed.
2011-05-05 08:17:14 -07:00
Gavin Andresen
5f56b28629
Merge pull request #193 from TheBlueMatt/nogenoption
...
Remove the option to generate coins from the Options Dialog.
2011-05-05 07:50:57 -07:00
John Maguire
d299c28ecc
removed tooltip balance until it can be made to change without opening the UI
2011-05-05 10:49:20 -04:00
Matt Corallo
3451c5a9b3
Remove the option to generate coins from the Options Dialog.
2011-05-05 15:00:49 +02:00
Gavin Andresen
e5577d5541
Fix broken build (remove declarations of GUI generate methods)
2011-05-03 15:02:41 -04:00
Gavin Andresen
b99c23af40
Merge pull request #142 from jgarzik/remove-gui-gen.
...
Remove GUI 'generate coins' option.
2011-05-03 08:27:45 -07:00
Gavin Andresen
519365cfa5
Merge pull request #173 from gavinandresen/testnet_isstandard.
...
Accept non-standard transactions on testnet.
2011-05-03 08:24:57 -07:00
Gavin Andresen
8737e1ee20
Merge pull request #190 from johnmaguire2013/tray.
...
Added balance to tooltip and send coin option to tray menu
2011-05-03 08:16:13 -07:00
Pieter Wuille
fbfbf94deb
Merge pull request #178 from wizeman/link-pthread.
...
Link with libpthread on Linux, required by libboost_thread.
2011-05-01 09:33:40 -07:00
John Maguire
d67cfd146a
fixed some translations which was... weird
2011-05-01 10:20:30 -04:00
John Maguire
bd3bd83dda
added balance to tooltips
2011-05-01 10:20:29 -04:00
John Maguire
3b7925eb7d
added "Send Bitcoins" option in the tray menu
2011-05-01 10:20:28 -04:00
Gavin Andresen
76160f784a
Merge pull request #179 from wizeman/segfault-lockfile.
...
Fix segfault when we're unable to create the lock file.
2011-05-01 06:41:49 -07:00
Gavin Andresen
2296647e01
Merge pull request #181 from sipa/fixcheckconf.
...
Bugfix in recursive check in IsConfirmed()
2011-05-01 06:41:20 -07:00
Gavin Andresen
249aff45c2
Merge pull request #186 from TheBlueMatt/nopng.
...
Remove unnecessary line which creates a dependency on wx's png library.
2011-05-01 06:39:31 -07:00
Gavin Andresen
06d9156b8d
Merge pull request #187 from devrandom/master.
...
New gitian descriptor for 0.3.21
2011-05-01 06:38:56 -07:00
Gavin Andresen
ddbc4647fa
Bump version number to 0.3.22
...
Doing this now because I always forget to do it later.
(I'm hoping the next release will actually be 0.4.0)
2011-04-28 14:01:57 -04:00
devrandom
dec289e821
gitian: strip binaries
2011-04-28 11:01:28 -07:00
devrandom
26e0de41c3
gitian descriptor with miniupnpc
2011-04-27 16:26:14 -07:00
Matt Corallo
2d9b9fecd5
Remove unnecessary line which creates a dependency on wx's png library.
...
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.
2011-04-25 17:00:12 +02:00
Pieter Wuille
be2fa90b94
Bugfix in recursive check in IsConfirmed()
...
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.
2011-04-23 15:33:52 +02:00
Ricardo M. Correia
a925c32cca
Fix segfault when we're unable to create the lock file.
2011-04-23 01:40:23 +02:00
Ricardo M. Correia
1a5364bd19
Link with libpthread on Linux, required by libboost_thread.
...
Fixes link failure when using the 'gold' linker.
2011-04-23 01:39:20 +02:00
Gavin Andresen
64ad448adc
Better wording for transaction fee notification messages
2011-04-20 18:08:01 -04:00
Gavin Andresen
ca5884873e
More 0.3.21 release prep
...
Bump version number in Windows installer file
Update READMEs.
2011-04-20 14:45:43 -04:00
Gavin Andresen
344888addd
Update date in license.txt
2011-04-20 12:03:31 -04:00
Pieter Wuille
8857aeb223
Monitor incoming transactions for spends by (a copy of) your own wallet
2011-04-20 11:39:15 -04:00
Gavin Andresen
5ec05f0a28
Accept non-standard transactions on testnet.
2011-04-20 11:20:33 -04:00
Gavin Andresen
72e962cf55
getbalance '*' was ignoring minconf param.
2011-04-18 20:57:13 -04:00
Pieter Wuille
6a76c60e6c
Automatically rescan after restoring wallet.dat
...
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.
2011-04-18 17:37:47 -04:00
Jeff Garzik
e93e5349cb
Remove GUI's "Generate Coins" option from the menu.
...
CPU mining remains available via command line option [until/unless
the community decides to remove that completely].
2011-04-18 15:10:27 -04:00
Gavin Andresen
657cfe721b
Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin
2011-04-18 14:53:13 -04:00
Dan Helfman
f285d4f4f3
Fix for #156 : UPnP segfault when no valid UPnP IGDs are found.
2011-04-16 21:58:42 +02:00
Gavin Andresen
bf3a0902ef
Merge branch 'master' of https://github.com/gjs278/bitcoin
2011-04-15 12:09:50 -04:00
Gavin Andresen
9a189be740
Merge branch 'localefix'
2011-04-15 12:03:50 -04:00
Gavin Andresen
9ff411f7f7
Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.
2011-04-15 12:01:34 -04:00
Gavin Andresen
a381eb8ddb
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin
2011-04-15 11:41:39 -04:00
Jeff Garzik
17616eac17
Send/return full bitcoin version string in Server and User-Agent HTTP headers
2011-04-15 03:58:42 -04:00
Jeff Garzik
a584320357
Ensure version number->string conversion is consistent
2011-04-15 03:58:28 -04:00
Matt Corallo
973800b52f
Exit when no UPnP router found and fUseUPnP gets set to 0.
2011-04-15 00:37:50 +02:00
Dan Loewenherz
d7f0287235
build: add note for Snow Leopard users and fix typos in linking instructions
2011-04-13 13:38:24 -07:00
Gavin Andresen
b37f09aa2e
New checkpoint at block 118,000
2011-04-13 14:30:22 -04:00
gjs278
66fb32d267
pidfile support for daemon
2011-04-12 19:15:19 -05:00