Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | Update copyright in About box from 2010 to 2011 | Gavin Andresen | |
2011-03-10 | Bump version number to 0.3.21 (lest we forget) | Gavin Andresen | |
2011-03-05 | Merge branch 'TheBlueMatt-setaccountfix' into integration | tcatm | |
2011-03-05 | Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into ↵ | tcatm | |
TheBlueMatt-setaccountfix | |||
2011-03-05 | throw JSONRPCError(-5, "Invalid bitcoin address") instead. | Matt Corallo | |
2011-03-05 | setaccount should return if an invalid address is provided. | Matt Corallo | |
This prevents setaccount from creating new accounts which do not have any addresses. | |||
2011-03-03 | Make send/receive limits bigger (10MB each) | Gavin Andresen | |
2011-03-02 | Merge branch 'rounding' | Gavin Andresen | |
2011-02-28 | Avoid sprintf decimal-point localization | Gavin Andresen | |
2011-02-28 | fix missing newline in help | tcatm | |
2011-02-26 | Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into ↵ | tcatm | |
gavinandresen-rounding | |||
2011-02-26 | Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in ↵ | Matt Giuca | |
git. | |||
2011-02-26 | Merge branch 'mgiuca-wx-config' into integration | tcatm | |
2011-02-26 | build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0). | Matt Giuca | |
2011-02-26 | makefile.unix: Fixed errors building bitcoind without wxWidgets installed. | Matt Giuca | |
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 | makefile.unix: WXINCLUDEPATHS now only used for building GUI object files. | Matt Giuca | |
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 | makefile.unix: Removed redundant use of wx-config in DEFS (it was being ↵ | Matt Giuca | |
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 | Merge https://github.com/ojab/bitcoin into wx-config | Matt Giuca | |
2011-02-23 | ParseMoney: allow full precision | Gavin Andresen | |
2011-02-23 | FormatMoney: show full-precision values | Gavin Andresen | |
2011-02-23 | Do not round input amounts; allow RPC full precision. | Gavin Andresen | |
2011-02-23 | Use ValueFromAmount consistently | Gavin Andresen | |
2011-02-23 | Bump version to 0.3.20.02 | Gavin Andresen | |
2011-02-23 | Set SO_REUSEADDR on JSON port | tcatm | |
2011-02-23 | Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master | tcatm | |
2011-02-23 | remove From/Message fields from SendDialog | tcatm | |
2011-02-22 | Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-master | tcatm | |
2011-02-18 | Changed setup for mingw toolchainv0.3.20.2_closestv0.3.20.01_closestv0.3.20 | Gavin Andresen | |
2011-02-18 | Windows mingw32 makefile and build notes (thanks m0mchil) | Gavin Andresen | |
2011-02-17 | Bump version to 0.3.20.01 | Gavin Andresen | |
2011-02-16 | Set maxconnections default to 125 | Gavin Andresen | |
2011-02-16 | Denial-of-service flood control | Gavin Andresen | |
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-14 | Update windows build process for 0.3.20 release | Gavin Andresen | |
2011-02-10 | Visual C++ compatibility fixes | Gavin Andresen | |
2011-02-10 | Set SO_REUSEADDR for JSON-RPC port | sandos | |
2011-02-07 | Added 320 fresh seednodes to replace the old ones. | Daniel Folkinshteyn | |
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-03 | Reset testnet with a new genesis block | David FRANCOIS | |
2011-01-31 | new checkpoint at block 105,000 | Gavin Andresen | |
2011-01-31 | do not create 'Your Address' account | tcatm | |
2011-01-31 | 1. Change hardcoded g++ to $(CXX) | ojab | |
2. Change CFLAGS to CXXFLAGS 3. Add binaries to clean target 4. Generate wxWidgets includes/ldflags/etc from wx-config | |||
2011-01-25 | Explicitly state that make -f makfile.unix is the way to build | Gavin Andresen | |
2011-01-24 | Don't scan the time offsets vector repeatedly once we've displayed the ↵ | Chris Moore | |
warning that the user's clock may be wrong. | |||
2011-01-24 | Repeatedly resetting the timestamp for seed nodes in the database was slow. ↵ | Chris Moore | |
Only update the database if it's a real change. | |||
2011-01-24 | Bump version number to 0.3.20 | Gavin Andresen | |
2011-01-23 | Fix -maxconnections. It used to account for the 8 outbound connections ↵ | Chris Moore | |
twice when calculating the number of slots left for incoming connections. | |||
2011-01-22 | cpuid instruction clobbers eax/ebx/ecx/edx | Gavin Andresen | |
2011-01-21 | Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin | Chris Moore | |
2011-01-21 | Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin | Chris Moore | |
2011-01-21 | Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into ↵ | Chris Moore | |
dooglus-rpcssl-help | |||
2011-01-21 | The -rpcssl command line option is a boolean, like -server, -daemon, ↵ | Chris Moore | |
-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. |