aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
AgeCommit message (Expand)Author
2011-04-12Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2011-04-04Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik
2011-03-30Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo
2011-01-31do not create 'Your Address' accounttcatm
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen
2010-12-06fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up...s_nakamoto
2010-12-05preps for future client-only mode,s_nakamoto
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-27added boost tuples to serialize.hs_nakamoto
2010-11-23new getworks_nakamoto
2010-11-22Depracate "label" API, replacing with accountgavinandresen
2010-11-21added transaction fee setting in UI options menu,s_nakamoto
2010-10-23bugfixes from Dean Gores,s_nakamoto
2010-10-22testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-09key pool for safer wallet backups_nakamoto
2010-09-30don't count or spend payments until they have 1 confirmation,s_nakamoto
2010-09-12dropped DB_PRIVATE from dbenv.opens_nakamoto
2010-09-07cleanup,s_nakamoto
2010-09-06Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-19block index checking on load, extra redundant checks, misc refactorings_nakamoto
2010-08-16do an extra CheckBlock in ConnectBlocks_nakamoto
2010-08-16erase the bad chain after disconnecting its_nakamoto
2010-08-16blocks-1,s_nakamoto
2010-08-03new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-15fix openssl linkage problems,s_nakamoto
2010-06-10automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto
2010-02-21transaction filter tabs instead of view->show generated v0.2.5s_nakamoto
2010-02-15strip out unfinished product, review and market stuff, s_nakamoto
2010-02-03update fSpent flag on wallet transactions if they're seen spent in case copy ...s_nakamoto
2010-01-28simplify AddAddress, s_nakamoto
2009-12-13restrict file permissions on linux to the user onlys_nakamoto
2009-12-13misc exit code, updated setup.nsis_nakamoto
2009-12-11miscs_nakamoto
2009-12-11retry IRC if name in use, s_nakamoto
2009-11-18bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto
2009-11-13monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto
2009-11-07UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto
2009-11-06got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto
2009-11-05unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto
2009-11-01move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto
2009-10-29better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto
2009-10-29addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto
2009-10-21flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto
2009-09-24tray icon + ask before closingsirius-m
2009-08-30First commitsirius-m