This website requires JavaScript.
8737e1ee20
Merge pull request #190 from johnmaguire2013/tray.
Gavin Andresen
2011-05-03 08:16:13 -07:00
fbfbf94deb
Merge pull request #178 from wizeman/link-pthread.
Pieter Wuille
2011-05-01 09:33:40 -07:00
d67cfd146a
fixed some translations which was... weird
John Maguire
2011-05-01 09:20:29 -04:00
bd3bd83dda
added balance to tooltips
John Maguire
2011-05-01 00:53:45 -04:00
3b7925eb7d
added "Send Bitcoins" option in the tray menu
John Maguire
2011-05-01 00:27:15 -04:00
76160f784a
Merge pull request #179 from wizeman/segfault-lockfile.
Gavin Andresen
2011-05-01 06:41:49 -07:00
2296647e01
Merge pull request #181 from sipa/fixcheckconf.
Gavin Andresen
2011-05-01 06:41:20 -07:00
249aff45c2
Merge pull request #186 from TheBlueMatt/nopng.
Gavin Andresen
2011-05-01 06:39:31 -07:00
06d9156b8d
Merge pull request #187 from devrandom/master.
Gavin Andresen
2011-05-01 06:38:56 -07:00
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
dec289e821
gitian: strip binaries
devrandom
2011-04-28 11:01:07 -07:00
26e0de41c3
gitian descriptor with miniupnpc
devrandom
2011-04-27 16:26:14 -07:00
2d9b9fecd5
Remove unnecessary line which creates a dependency on wx's png library.
Matt Corallo
2011-04-24 21:12:32 +02:00
be2fa90b94
Bugfix in recursive check in IsConfirmed()
Pieter Wuille
2011-04-23 15:33:52 +02:00
84c3fb07b0
directory re-organization (keeps the old build system)
Jaromil
2011-04-23 11:49:47 +02:00
a925c32cca
Fix segfault when we're unable to create the lock file.
Ricardo M. Correia
2011-04-23 01:26:16 +02:00
1a5364bd19
Link with libpthread on Linux, required by libboost_thread.
Ricardo M. Correia
2011-04-23 01:16:19 +02:00
64ad448adc
Better wording for transaction fee notification messages
Gavin Andresen
2011-04-20 18:08:01 -04:00
ca5884873e
More 0.3.21 release prep
Gavin Andresen
2011-04-20 14:45:43 -04:00
344888addd
Update date in license.txt
Gavin Andresen
2011-04-20 12:03:31 -04:00
8857aeb223
Monitor incoming transactions for spends by (a copy of) your own wallet
Pieter Wuille
2011-04-14 11:17:52 +02:00
5ec05f0a28
Accept non-standard transactions on testnet.
Gavin Andresen
2011-04-20 11:20:33 -04:00
72e962cf55
getbalance '*' was ignoring minconf param.
Gavin Andresen
2011-04-18 20:40:50 -04:00
6a76c60e6c
Automatically rescan after restoring wallet.dat
Pieter Wuille
2011-04-13 16:16:30 +02:00
e93e5349cb
Remove GUI's "Generate Coins" option from the menu.
Jeff Garzik
2011-04-18 15:10:27 -04:00
657cfe721b
Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2011-04-18 14:53:13 -04:00
f285d4f4f3
Fix for #156 : UPnP segfault when no valid UPnP IGDs are found.
Dan Helfman
2011-04-16 11:35:45 -07:00
bf3a0902ef
Merge branch 'master' of https://github.com/gjs278/bitcoin
Gavin Andresen
2011-04-15 12:09:50 -04:00
9a189be740
Merge branch 'localefix'
Gavin Andresen
2011-04-15 12:03:50 -04:00
9ff411f7f7
Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.
Gavin Andresen
2011-04-13 15:06:48 -04:00
a381eb8ddb
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin
Gavin Andresen
2011-04-15 11:41:39 -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
485dda9774
Merge branch 'listimmature' of /Users/gavin/src/gavin_btc
Gavin Andresen
2011-04-12 17:31:31 -04:00
d89d456655
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Gavin Andresen
2011-04-12 17:27:15 -04:00
c59b6f704c
Bugfix for spentpertxout: slow startup
Pieter Wuille
2011-04-12 21:01:11 +02:00
79706a8e48
Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2011-04-12 14:22:12 -04:00
2e8b33824f
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Gavin Andresen
2011-04-12 13:31:44 -04:00
aca3f961db
select transaction outputs separately
Pieter Wuille
2011-03-17 22:54:20 +01:00
335e878be8
Spent per txout
Pieter Wuille
2011-03-17 22:51:59 +01:00
d12ea887bc
disable -daemon on windows; bitcoind forks only with -daemon set
tcatm
2011-04-08 23:59:32 -04:00
d98beea894
rfc1123Time: increase buffer size for time string
Jeff Garzik
2011-04-08 22:50:14 -04:00
198fd7b0bd
Report immature coinbase transactions in listtransactions
Gavin Andresen
2011-03-27 14:56:18 -04:00
0a4cb86976
Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts
Eric Swanson
2011-03-20 18:32:39 -04:00
57b7fe4e6f
Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin
Gavin Andresen
2011-04-05 19:34:06 -04:00
6f074b71bb
RPC sendmany must acquire cs_main lock
Jeff Garzik
2011-04-05 15:15:20 -04:00
f5f1878ba1
Fix deadlocks in setaccount, sendfrom RPC calls
Jeff Garzik
2011-04-04 22:24:35 -04:00
b26141e2c5
Remove 4way SSE2 scanhash implementation.
Jeff Garzik
2011-04-03 14:21:52 -04: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
8203ec4b11
[locale] Regenerate es, nl binary message catalogs
Jeff Garzik
2011-03-23 18:27:09 -04:00
0b8e4738f9
Merge branch 'master' of https://github.com/smola/bitcoin into tmp
Jeff Garzik
2011-03-23 18:21:22 -04:00
d38e683a6f
Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp
Jeff Garzik
2011-03-23 18:21:10 -04:00
c3f140033c
catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly
tcatm
2011-03-23 18:27:30 +01:00
1c09a4adb2
daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child
tcatm
2011-03-21 12:11:05 +01:00
a07dca7cd2
Updated dutch translation
Sven Slootweg
2011-03-19 00:44:57 +01:00
b7ebc662eb
Update copyright in About box from 2010 to 2011
Gavin Andresen
2011-03-10 10:48:32 -05:00
f30dabb2ac
Update Spanish translation.
Santiago M. Mola
2011-03-16 20:56:03 +01:00
e2e5f5cd9d
Fix -logtimestamps to only print time prefix once per output line
Jeff Garzik
2011-03-16 15:42:04 -04:00
27b7f3b43a
Merge branch 'shy'
Gavin Andresen
2011-03-14 09:15:06 -04:00
4b88647966
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin
Gavin Andresen
2011-03-13 17:15:59 -04:00
d43fd8a038
Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2011-03-13 17:15:57 -04:00
2abd56f428
Merge branch 'limitfree' of /Users/gavin/src/integration_btc
Gavin Andresen
2011-03-13 17:15:44 -04:00
1bf9b3b06f
Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-03-13 17:15:34 -04:00
dfd059173d
Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-03-13 17:15:28 -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
8f58d0dbc8
Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git into tmp
Jeff Garzik
2011-03-10 14:32:19 -05:00
12e091842f
Merge branch 'master' of https://github.com/devrandom/bitcoin into tmp
Jeff Garzik
2011-03-10 12:58:49 -05:00
81d3b1c825
Update copyright in About box from 2010 to 2011
Gavin Andresen
2011-03-10 10:48:32 -05:00
32fb5dfef7
Bump version number to 0.3.21 (lest we forget)
Gavin Andresen
2011-03-10 10:47:59 -05:00
ca221e6c21
Only log timestamps if -logtimestamps is set.
Matt Corallo
2011-03-09 21:48:11 +01:00
fe460d47b0
Add timestamp prefix to each line in the debug log (this time with human-readable times)
Matt Corallo
2011-03-09 19:53:40 +01:00
448b4516ff
dnsseed: fix printf
Jeff Garzik
2011-03-08 22:55:29 -05:00
f684aec4f3
DNS seeding
Jeff Garzik
2011-03-08 22:40:50 -05:00
cbc920d474
shy patch from Hal
Gavin Andresen
2011-01-24 10:42:17 -05:00
b104df742d
Merge branch 'TheBlueMatt-setaccountfix' into integration
tcatm
2011-03-05 17:26:14 +01:00
8e5aaada2e
Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into TheBlueMatt-setaccountfix
tcatm
2011-03-05 17:24:34 +01:00
c1f74f152b
throw JSONRPCError(-5, "Invalid bitcoin address") instead.
Matt Corallo
2011-03-05 16:45:56 +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
a79409afa9
fix whitespace
tcatm
2011-03-03 22:27:20 +01:00
dda48ccd0f
fix -daemon switch
tcatm
2011-03-03 22:26:00 +01:00
f36b494aeb
Make send/receive limits bigger (10MB each)
Gavin Andresen
2011-03-03 16:25:05 -05:00
395c1f44bd
Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock
Gavin Andresen
2011-03-02 16:27:24 -05:00
411493b1f7
Merge branch 'rounding'
Gavin Andresen
2011-03-02 15:03:49 -05:00
a14bf1946d
Bugfix: avoid sub-cent change (lost in fees) whenever possible
Luke Dashjr
2011-01-28 14:39:31 -05:00
8a9cad44a5
Avoid sprintf decimal-point localization
Gavin Andresen
2011-02-28 21:34:36 +00:00
6665aca024
fix missing newline in help
tcatm
2011-02-28 04:53:22 +01:00
c993ac6932
Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into gavinandresen-rounding
tcatm
2011-02-26 04:37:13 +01:00