Commit Graph

  • 10e135af70 Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master tcatm 2011-02-23 01:07:43 +0100
  • 4d9b223ac2 remove From/Message fields from SendDialog tcatm 2011-02-21 15:56:58 +0100
  • 6696beed45 Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-master tcatm 2011-02-22 03:00:09 +0100
  • d787e00a3b Changed setup for mingw toolchain Gavin Andresen 2011-02-18 10:39:24 -0500
  • e6e87891a9 Windows mingw32 makefile and build notes (thanks m0mchil) Gavin Andresen 2011-02-18 09:49:00 -0500
  • 930a07c3f5 Bump version to 0.3.20.01 Gavin Andresen 2011-02-17 19:22:08 -0500
  • 0d0bd331ae move gitian descriptor file devrandom 2011-02-17 01:53:52 -0800
  • 5a3e82f9f5 Set maxconnections default to 125 Gavin Andresen 2011-02-16 14:43:04 -0500
  • 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) Gavin Andresen 2011-02-16 13:18:11 -0500
  • cf7c1874fe Update windows build process for 0.3.20 release Gavin Andresen 2011-02-14 17:25:34 +0000
  • 47908a8907 Visual C++ compatibility fixes Gavin Andresen 2011-02-10 19:24:22 -0500
  • 8fd402bfcf Set SO_REUSEADDR for JSON-RPC port sandos 2011-02-10 09:25:42 +0100
  • d2e2cb0d27 Added 320 fresh seednodes to replace the old ones. Daniel Folkinshteyn 2011-02-06 15:10:02 -0500
  • 98ba262a48 Reset testnet with a new genesis block David FRANCOIS 2011-02-03 14:21:21 +0100
  • 768b41017c add gitian build descriptor devrandom 2011-02-01 09:27:14 -0800
  • bd7d9140f9 new checkpoint at block 105,000 Gavin Andresen 2011-01-31 11:26:02 -0500
  • b1ca5eb58a do not create 'Your Address' account tcatm 2011-01-31 16:42:28 +0100
  • 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 ojab 2011-01-31 15:07:55 +0300
  • b1a657a00d Explicitly state that make -f makfile.unix is the way to build Gavin Andresen 2011-01-25 09:29:13 -0500
  • d9711a5798 Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong. Chris Moore 2011-01-24 16:25:41 -0800
  • 10abe4f26e Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change. Chris Moore 2011-01-24 14:47:36 -0800
  • 84e7ad922b Bump version number to 0.3.20 Gavin Andresen 2011-01-24 11:13:25 -0500
  • 4698dd9a02 Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections. Chris Moore 2011-01-23 00:08:09 -0800
  • c90ea2bd6d cpuid instruction clobbers eax/ebx/ecx/edx Gavin Andresen 2011-01-22 16:04:07 -0500
  • fdec7fe203 Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin Chris Moore 2011-01-21 12:14:20 -0800
  • 18cb92ab18 Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin Chris Moore 2011-01-21 12:09:32 -0800
  • 86c0af514b Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help Chris Moore 2011-01-21 11:59:56 -0800
  • 2aadc8bb5b The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text. Chris Moore 2011-01-21 10:14:33 -0800
  • ae42d69d72 Updated development process description Gavin Andresen 2011-01-21 10:52:48 -0500
  • 5284e1b60e Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too. Chris Moore 2011-01-21 02:37:34 -0800
  • 05563e9ef2 Add -rescan option to --help output Gavin Andresen 2011-01-20 16:29:07 -0500
  • 458cf9070b Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration Gavin Andresen 2011-01-20 16:22:33 -0500
  • 245e1b4fdb Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration Gavin Andresen 2011-01-20 16:21:59 -0500
  • 87c1947d49 Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration Gavin Andresen 2011-01-20 16:20:11 -0500
  • 8b8d59eefb Don't use GetBoolArg() and mapArgs; use one or the other. Chris 2011-01-20 12:26:33 -0800
  • dbe79d3451 Fix bus error in DebugPrint if -datadir given non-existent directory. Gavin Andresen 2011-01-20 14:57:46 -0500
  • 10152506fe The --help text wasn't showing the default values for three of the options, as follows: Chris 2011-01-20 11:49:29 -0800
  • aaac71d38f Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on. Chris 2011-01-20 11:45:01 -0800
  • 415535e47b Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into FIXES Gavin Andresen 2011-01-20 14:20:52 -0500
  • 3475caf8f5 Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES Gavin Andresen 2011-01-20 14:18:51 -0500
  • f1307515b7 print -rescan timing info in debug.log Gavin Andresen 2011-01-20 14:12:10 -0500
  • ab931be45b Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text. Chris 2011-01-20 10:49:44 -0800
  • d9574c2f14 Reconcile getbalance and listaccounts 0 in the shared-wallet case If you copied your wallet and used it on two different machines, the balance reported by getbalance and the sum(listaccounts) could disagree, because you might receive payments for an address that is in your wallet but not your address book. Now all such transactions are credited to the default empty-string account. Gavin Andresen 2011-01-20 13:10:01 -0500
  • 1d23c74361 ReacceptWalletTransactions bugfix Gavin Andresen 2011-01-19 16:50:20 -0500
  • 0654e1c4ef include version information in help output Marius Hanne 2011-01-19 22:49:12 +0100
  • ed4e8830d7 don't set statusbar background color Marius Hanne 2011-01-19 01:27:58 +0100
  • c9f70b381d Merge branch 'integration' into FIXES Gavin Andresen 2011-01-18 14:46:46 -0500
  • b4671902f2 Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-git into integration Gavin Andresen 2011-01-18 14:35:50 -0500
  • 76e97c4002 Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git into integration Gavin Andresen 2011-01-18 14:35:03 -0500
  • 1aefe491fb Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git into integration Gavin Andresen 2011-01-18 14:33:18 -0500
  • 04a9217dcf Add the -keypool option description to help output David FRANCOIS 2011-01-14 20:55:36 +0100
  • fa446a563e Fix setaccount/getaccountaddress interaction bug See https://github.com/bitcoin/bitcoin/issues#issue/29 Gavin Andresen 2011-01-13 20:04:56 -0500
  • 2eb09b66ef Fix so listaccounts with minconf works. Gavin Andresen 2011-01-10 13:54:39 -0500
  • 80be6e69a9 Add account/address details to gettransaction output Gavin Andresen 2011-01-07 14:10:08 -0500
  • 009d5fb41f Merge branch 'listaddresses' into integration Gavin Andresen 2011-01-06 08:56:10 -0500
  • f86655fddd Add time to category:move transactions. Gavin Andresen 2011-01-05 09:52:52 -0500
  • 0ded557af6 Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-git Gavin Andresen 2011-01-03 14:45:49 -0500
  • 72b9861635 don't advertise on IRC if we don't allow external connections Witchspace 2010-12-24 10:25:21 +0100
  • 5f88e8887a add -nolisten command line option Witchspace 2010-12-22 14:08:00 +0100
  • ddb68acebe Add address to listtransactions output Gavin Andresen 2010-12-20 14:44:54 -0500
  • 2d96276e24 EndModal fix for Mac from piotrp Gavin Andresen 2010-12-20 10:36:48 -0500
  • 86c2bdfd5d EndModal fix for Mac from piotrp Gavin Andresen 2010-12-20 10:36:48 -0500
  • cba3a1741a Straw-man for dev process Gavin Andresen 2010-12-19 10:39:36 -0500
  • 5568d82c26 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-17 16:23:47 -0500
  • 1c0bf23ba2 Missed a int64_t cast when I added transaction time output gavinandresen 2010-12-17 20:16:27 +0000
  • 8250760617 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-16 13:24:47 -0500
  • 59948a6e1c listtransactions was reporting address instead of account for 'receive' setgenerate true 0 is now the same as setgenerate false And return transaction time gavinandresen 2010-12-16 18:17:26 +0000
  • 55c43da5d8 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-16 11:36:47 -0500
  • 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' gavinandresen 2010-12-16 01:06:03 +0000
  • 629e37dde1 get external ip from irc s_nakamoto 2010-12-15 22:43:51 +0000
  • bc530fe89f Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-13 14:28:59 -0500
  • fc73ad644f -- version 0.3.19 release s_nakamoto 2010-12-13 16:26:14 +0000
  • 9c17a685bd Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-12 16:03:42 -0500
  • 986b5e257e correction s_nakamoto 2010-12-12 18:38:02 +0000
  • 97ee01ad89 added some DoS limits, removed safe mode s_nakamoto 2010-12-12 18:20:36 +0000
  • d12e53ea09 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-08 20:06:44 -0500
  • 8220180133 -- version 0.3.18 release s_nakamoto 2010-12-08 23:23:48 +0000
  • a206a23980 IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. gavinandresen 2010-12-07 13:43:31 +0000
  • 0a87c91692 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-06 18:58:31 -0500
  • 865c3a2383 fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again s_nakamoto 2010-12-06 15:59:28 +0000
  • f03304a9c7 preps for future client-only mode, jgarzik's initial download speedup s_nakamoto 2010-12-05 09:29:30 +0000
  • bdde31d787 All boolean options/flags now work the same way. gavinandresen 2010-12-03 19:38:09 +0000
  • 0575c0a667 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-12-01 09:20:49 -0500
  • bfd471f53e JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> gavinandresen 2010-11-30 18:58:11 +0000
  • 6f8ba620c2 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-28 10:56:51 -0500
  • 84d7c981dc added boost tuples to serialize.h s_nakamoto 2010-11-27 23:12:41 +0000
  • 24324d83e8 -- version 0.3.17 release s_nakamoto 2010-11-25 20:41:57 +0000
  • b7ccd48dd8 still working on account-based commands getbalance, move and sendfrom, they're only for testing for now s_nakamoto 2010-11-25 16:40:25 +0000
  • 94073ecf7b Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-23 15:01:34 -0500
  • 776d0f3459 new getwork s_nakamoto 2010-11-23 19:16:36 +0000
  • 262430f705 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-22 11:34:13 -0500
  • e4ff4e6898 Depracate "label" API, replacing with account New RPC methods: move, sendfrom Change to getbalance (now takes optional [account] argument) Renamed methods with "label" in their names. sendtoaddress returns hexadecimal transaction ID instead of "sent". gavinandresen 2010-11-22 15:53:20 +0000
  • 593f74b9cb Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-22 00:06:42 -0500
  • 298a771494 added transaction fee setting in UI options menu, cut free transaction area from 50KB to 26KB s_nakamoto 2010-11-21 22:46:19 +0000
  • 2d8b65e837 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-21 15:48:48 -0500
  • 51d9b435cd small bugfix s_nakamoto 2010-11-20 02:12:03 +0000
  • f35e21e2e4 require some minimal priority for free transactions to slow down transaction spam s_nakamoto 2010-11-19 23:37:05 +0000
  • 683bcb9154 efficiently sort transaction dependencies in one pass s_nakamoto 2010-11-19 20:22:46 +0000
  • 11c570cfb4 Merge remote branch 'refs/remotes/svn/trunk' into svn Gavin Andresen 2010-11-17 20:51:36 -0500
  • c4679ad0f1 OutputDebugStringF fix for Mac FileVault problem, take 3 (cannot use a CRITICAL_BLOCK because of undefined order calling static destructors; instead, keep debug.log open, and tell people to use copytruncate when doing log rotation) gavinandresen 2010-11-18 00:11:33 +0000