aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
Commit message (Collapse)AuthorAgeFilesLines
* version 0.3.1 rc1v0.3.1rc1Gavin Andresen2010-07-191-0/+2
|
* Fix CRLFGavin Andresen2010-07-141-737/+737
|
* automatically change displayed address whenever it receives anything,s_nakamoto2010-06-101-5/+4
| | | | | | | | 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
* transaction filter tabs instead of view->show generated s_nakamoto2010-02-211-2/+0
| | | | -- version 0.2.5
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-21/+0
| | | | enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
* update fSpent flag on wallet transactions if they're seen spent in case copy ↵s_nakamoto2010-02-031-5/+8
| | | | | | | | | of wallet.dat was used elsewhere or restored from backup, better error dialog box if try to spend already spent coins, got rid of unused notebook with only one tab on main dialog, nicer looking About dialog, resize About dialog better on linux
* simplify AddAddress, s_nakamoto2010-01-281-3/+1
| | | | | | readcompactsize limit, fixed a 64-bit compile error in serialize.h, change status "# blocks" to "# confirmations" and widen the column.
* 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
| | | | | | resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-41/+89
| | | | | | | | keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8
* monitor ThreadSocketHandler and terminate and restart if hung, convert ↵s_nakamoto2009-11-131-1/+8
| | | | _beginthread to CreateThread wrapper, disconnect inactive connections, ping, break up long messages to speed up initial download, better priorities for initiating connections, track how many nodes have requested our blocks and transactions, status #/offline and warning message on unsent blocks, minimize on close as separate option -- linux-test5
* UI tweaks, use BindListenPort to detect instance already running, ↵s_nakamoto2009-11-071-1/+1
| | | | setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, ↵s_nakamoto2009-11-061-1/+1
| | | | Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread
* unix build merged in, bitmap resources from xpm instead of rc, better addr ↵s_nakamoto2009-11-051-7/+3
| | | | relay, better selection of addrs by time last seen for faster connect
* move debug.log and db.log to data dir, portable GetDataDir, optimize ↵s_nakamoto2009-11-011-8/+11
| | | | GetBalance, fix repaint bogdown, -addnode and -? switches
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ↵s_nakamoto2009-10-291-23/+53
| | | | portability
* addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto2009-10-291-6/+13
| | | | self, non-final tx locktime changes, fix hide unconfirmed generated
* 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