aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-1023/+0
* Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-121-1/+3
|\
| * Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-1/+3
* | Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik2011-04-041-1/+1
|/
* do not create 'Your Address' accounttcatm2011-01-311-1/+1
* New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-161-7/+9
* fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up...s_nakamoto2010-12-061-0/+24
* preps for future client-only mode,s_nakamoto2010-12-051-0/+2
* JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen2010-11-301-4/+15
* added boost tuples to serialize.hs_nakamoto2010-11-271-2/+2
* new getworks_nakamoto2010-11-231-2/+2
* Depracate "label" API, replacing with accountgavinandresen2010-11-221-5/+76
* added transaction fee setting in UI options menu,s_nakamoto2010-11-211-8/+0
* bugfixes from Dean Gores,s_nakamoto2010-10-231-5/+5
* testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen2010-10-221-0/+9
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-1/+8
* key pool for safer wallet backups_nakamoto2010-10-091-0/+65
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-1/+1
* dropped DB_PRIVATE from dbenv.opens_nakamoto2010-09-121-1/+0
* cleanup,s_nakamoto2010-09-071-1/+6
* Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto2010-09-061-2/+31
* propset svn:eol-style natives_nakamoto2010-08-291-805/+805
* block index checking on load, extra redundant checks, misc refactorings_nakamoto2010-08-191-3/+8
* do an extra CheckBlock in ConnectBlocks_nakamoto2010-08-161-12/+1
* erase the bad chain after disconnecting its_nakamoto2010-08-161-0/+12
* blocks-1,s_nakamoto2010-08-161-0/+23
* new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto2010-08-031-0/+13
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-1/+1
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-6/+30
* fix openssl linkage problems,s_nakamoto2010-07-151-0/+2
* automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto2010-06-101-5/+4
* transaction filter tabs instead of view->show generated v0.2.5s_nakamoto2010-02-211-2/+0
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-21/+0
* update fSpent flag on wallet transactions if they're seen spent in case copy ...s_nakamoto2010-02-031-5/+8
* simplify AddAddress, s_nakamoto2010-01-281-3/+1
* restrict file permissions on linux to the user onlys_nakamoto2009-12-131-1/+1
* misc exit code, updated setup.nsis_nakamoto2009-12-131-0/+1
* miscs_nakamoto2009-12-111-0/+1
* retry IRC if name in use, s_nakamoto2009-12-111-3/+18
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-41/+89
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-131-1/+8
* UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto2009-11-071-1/+1
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-061-1/+1
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-7/+3
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-011-8/+11
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto2009-10-291-23/+53
* addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto2009-10-291-6/+13
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-12/+45
* tray icon + ask before closingsirius-m2009-09-241-0/+5
* First commitsirius-m2009-08-301-0/+614