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)
Gavin Andresen
2011-04-28 14:01:57 -04:00
17616eac17
Send/return full bitcoin version string in Server and User-Agent HTTP headers
Jeff Garzik
2011-04-13 15:16:38 -04:00
a584320357
Ensure version number->string conversion is consistent
Jeff Garzik
2011-04-15 03:58:28 -04:00
5aef2c0d55
add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count)
Carlo Alberto Ferraris
2011-04-15 08:24:59 +02:00
973800b52f
Exit when no UPnP router found and fUseUPnP gets set to 0.
Matt Corallo
2011-04-15 00:37:50 +02:00
d7f0287235
build: add note for Snow Leopard users and fix typos in linking instructions
Dan Loewenherz
2011-04-13 13:38:22 -07:00
b37f09aa2e
New checkpoint at block 118,000
Gavin Andresen
2011-04-13 14:30:22 -04:00
66fb32d267
pidfile support for daemon
gjs278
2011-04-12 19:15:19 -05:00
a2b6c1930d
Update DNS seed list
Jeff Garzik
2011-04-01 11:33:35 -04:00
8bb5edc1c9
Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked).
Matt Corallo
2011-03-26 13:01:27 +01:00
454bc86479
allow coredumps by not catching SIGSEGV
tcatm
2011-03-25 13:23:43 +01:00
3a47bf7265
Merge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik
2011-03-23 18:28:50 -04:00
b931ed8563
sendmany RPC command, to send to multiple recipients in one transaction.
Gavin Andresen
2010-12-16 15:48:04 -05:00
88abf70386
Make sure rate-limiting code is thread-safe
Gavin Andresen
2011-03-13 14:38:07 -04:00
5de8b54c51
Continuously rate-limit free transactions. Changed algorithm to use continuous exponential function instead of discrete 10-minute window. Changed -limitfreerelay to be kilobytes-per-minute instead of boolean.
Gavin Andresen
2011-03-11 11:50:16 -05:00
f4f2987273
remove from/message field from uiproject
tcatm
2011-03-13 18:35:39 +01:00
279ab5e62f
setaccount should return if an invalid address is provided. This prevents setaccount from creating new accounts which do not have any addresses.
Matt Corallo
2011-03-05 15:32:32 +01:00
e1205e4d15
-help: do not show -server and -daemon in bitcoind
tcatm
2011-03-03 22:34:13 +01:00
ea7cd31751
force fDaemon in bitcoind
tcatm
2011-03-03 22:31:44 +01:00
a357424a25
Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git.
Matt Giuca
2011-02-25 18:40:43 +11:00
5078a54b52
Merge branch 'mgiuca-wx-config' into integration
tcatm
2011-02-26 00:59:55 +01:00
84711b18bc
build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0).
Matt Giuca
2011-02-26 09:17:49 +11:00
84778a5b46
makefile.unix: Fixed errors building bitcoind without wxWidgets installed. WXINCLUDEPATHS and WXLIBS now assigned with '=' instead of ':='. This means they are only evaluated on-demand, and they will never be requested by 'make bitcoind', so it won't try to call wx-config.
Matt Giuca
2011-02-26 09:12:42 +11:00
3415b15a56
makefile.unix: WXINCLUDEPATHS now only used for building GUI object files. Moved it out of CXXFLAGS and into the command-line for the GUI objects. It will no longer be invoked for non-GUI and crypto object files.
Matt Giuca
2011-02-26 09:10:10 +11:00
8314b7f5e6
makefile.unix: Removed redundant use of wx-config in DEFS (it was being included twice). Also changed wx-config --cppflags to --cxxflags. I am not sure what the difference is supposed to be, but --cppflags does not include -pthread.
Matt Giuca
2011-02-26 08:58:15 +11:00