Commit Graph

41621 Commits

Author SHA1 Message Date
cbc920d474 shy patch from Hal 2011-03-05 17:13:07 -05:00
b104df742d Merge branch 'TheBlueMatt-setaccountfix' into integration 2011-03-05 17:26:14 +01:00
8e5aaada2e Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into TheBlueMatt-setaccountfix 2011-03-05 17:24:34 +01:00
c1f74f152b throw JSONRPCError(-5, "Invalid bitcoin address") instead. 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.
2011-03-05 15:32:32 +01:00
e1205e4d15 -help: do not show -server and -daemon in bitcoind 2011-03-03 22:34:13 +01:00
ea7cd31751 force fDaemon in bitcoind 2011-03-03 22:31:44 +01:00
a79409afa9 fix whitespace 2011-03-03 22:27:20 +01:00
dda48ccd0f fix -daemon switch 2011-03-03 22:26:00 +01:00
f36b494aeb Make send/receive limits bigger (10MB each) 2011-03-03 16:25:05 -05:00
395c1f44bd Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock 2011-03-02 16:27:24 -05:00
411493b1f7 Merge branch 'rounding' 2011-03-02 15:03:49 -05:00
a14bf1946d Bugfix: avoid sub-cent change (lost in fees) whenever possible 2011-03-01 02:10:07 +01:00
8a9cad44a5 Avoid sprintf decimal-point localization 2011-02-28 21:34:36 +00:00
6665aca024 fix missing newline in help 2011-02-28 04:53:22 +01:00
c993ac6932 Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into gavinandresen-rounding 2011-02-26 04:37:13 +01:00
a357424a25 Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git. 2011-02-26 11:50:23 +11:00
5078a54b52 Merge branch 'mgiuca-wx-config' into integration 2011-02-26 00:59:55 +01:00
84711b18bc build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0). 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.
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.
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.
2011-02-26 08:58:15 +11:00
32e94947dc Merge https://github.com/ojab/bitcoin into wx-config 2011-02-26 08:45:38 +11:00
b0ad55a08a ParseMoney: allow full precision 2011-02-23 16:26:15 -05:00
87504abb07 FormatMoney: show full-precision values 2011-02-23 16:01:17 -05:00
789259d2e7 Do not round input amounts; allow RPC full precision. 2011-02-23 14:41:19 -05:00
83b9f42796 Use ValueFromAmount consistently 2011-02-23 14:24:16 -05:00
ccd7fe8de5 Bump version to 0.3.20.02 2011-02-23 14:12:20 -05:00
2175c9dae1 Set SO_REUSEADDR on JSON port 2011-02-23 01:08:27 +01:00
10e135af70 Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master 2011-02-23 01:07:43 +01:00
4d9b223ac2 remove From/Message fields from SendDialog 2011-02-23 00:48:30 +01:00
6696beed45 Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-master 2011-02-22 03:00:09 +01:00
d787e00a3b Changed setup for mingw toolchain v0.3.20 v0.3.20.2_closest v0.3.20.01_closest 2011-02-18 10:39:24 -05:00
e6e87891a9 Windows mingw32 makefile and build notes (thanks m0mchil) 2011-02-18 09:49:00 -05:00
930a07c3f5 Bump version to 0.3.20.01 2011-02-17 19:22:08 -05:00
0d0bd331ae move gitian descriptor file 2011-02-17 01:53:52 -08:00
5a3e82f9f5 Set maxconnections default to 125 2011-02-16 14:43:04 -05:00
9cbae55a6e Denial-of-service flood control
Drop connections that are either sending messages too fast to handle or are processing messages so slowly data starts to back up.
Adds two new options:
  -maxreceivebuffer  Default: 2000 (2000*1000 bytes)
  -maxsendbuffer     Default: 256  (256*1000 bytes)
2011-02-16 13:18:11 -05:00
cf7c1874fe Update windows build process for 0.3.20 release 2011-02-14 17:26:24 +00:00
47908a8907 Visual C++ compatibility fixes 2011-02-10 19:24:22 -05:00
8fd402bfcf Set SO_REUSEADDR for JSON-RPC port 2011-02-10 09:25:42 +01:00
d2e2cb0d27 Added 320 fresh seednodes to replace the old ones.
Thanks to MagicalTux for providing the data for node uptime
Thanks to sgornick for scapy script to test node connectivity

Closes https://github.com/bitcoin/bitcoin/issues#issue/22
2011-02-07 14:06:17 +01:00
98ba262a48 Reset testnet with a new genesis block 2011-02-03 14:21:21 +01:00
768b41017c add gitian build descriptor 2011-02-01 09:27:14 -08:00
bd7d9140f9 new checkpoint at block 105,000 2011-01-31 11:26:02 -05:00
b1ca5eb58a do not create 'Your Address' account 2011-01-31 17:13:02 +01:00
f0b7952caa 1. Change hardcoded g++ to $(CXX)
2. Change CFLAGS to CXXFLAGS
3. Add binaries to clean target
4. Generate wxWidgets includes/ldflags/etc from wx-config
2011-01-31 15:07:55 +03:00
b1a657a00d Explicitly state that make -f makfile.unix is the way to build 2011-01-25 09:29:13 -05:00
d9711a5798 Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong. 2011-01-24 16:25:41 -08:00
10abe4f26e Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change. 2011-01-24 14:47:36 -08:00