aboutsummaryrefslogtreecommitdiff
path: root/db.h
AgeCommit message (Collapse)Author
2010-08-04new safety feature displays a warning message and locks down RPC if it ↵v0.3.8Satoshi Nakamoto
detects a problem that may require an upgrade -- version 0.3.8
2010-07-26Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3Satoshi Nakamoto
faster initial block download -- version 0.3.3
2010-07-14Fix CRLFGavin Andresen
2010-06-10automatically change displayed address whenever it receives anything,s_nakamoto
added help and -? for daemon command line rpc commands, only relay addr messages to 5 random nodes to save bandwidth, started setting wtx.fFromMe flag, trickle out tx inventory messages to protect privacy -- version 0.2.10
2010-05-26better prevention of inventory relaying during initial download,s_nakamoto
message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9
2010-02-15strip out unfinished product, review and market stuff, s_nakamoto
enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
2010-02-12command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵s_nakamoto
boost::asio, added SetBitcoinAddress and GetBitcoinAddress methods on CScript, critsect interlocks around mapAddressBook, added some random delays in tx broadcast to improve privacy, now compiles with MSVC 8.0
2009-11-18bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto
keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8
2009-10-29better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ↵s_nakamoto
portability
2009-10-21flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto
2009-08-30First commitsirius-m