aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix CRLFGavin Andresen2010-07-141-715/+715
|
* switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by ↵s_nakamoto2010-07-091-1/+2
| | | | | | m0mchil when username contains non-lower-ASCII characters -- version 0.3.1
* Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto2010-07-091-3/+3
|
* Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto2010-07-081-11/+69
| | | | replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
* fixed colors on ubuntu lucid,s_nakamoto2010-06-211-3/+1
| | | | | | | | | enabled -O2 in makefile.unix, boost removed -mt from their library names in 1.40, updated bitcoin icon, hashmeter, generated and hashmeter log entries -- version 0.2.13
* better prevention of inventory relaying during initial download,s_nakamoto2010-05-261-5/+0
| | | | | | | 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
* Mac OS build fixes by laszlos_nakamoto2010-05-191-0/+6
| | | | -- version 0.2.8
* fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-ms_nakamoto2010-03-051-4/+10
|
* fix unsafe string handling in wxGetTranslations_nakamoto2010-02-281-4/+4
|
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto2010-02-251-2/+3
| | | | | | split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7
* run as daemon without GUI,s_nakamoto2010-02-231-1/+3
| | | | | | | hooked wxApp::Initialize to ignore gtk-init-check failure if no GUI, fork to daemonize, rpc getinfo, getconnectioncount, getbalance, getgenerate, setgenerate, -- version 0.2.6
* Address Book with tabs instead of separate Your Address book, s_nakamoto2010-02-201-1/+5
| | | | | | | | | | with live update of default address in main window, New... button on main window for creating new receiving address, made receiving address labels more visible, ask user before paying transaction fee, when sending to bitcoin address also use a bitcoin address for the change, added some event.Skip() to fix UI glitches -- version 0.2.4
* safer wxGetTranslation wrappers_nakamoto2010-02-171-0/+29
|
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto2010-02-171-3/+3
| | | | | added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵s_nakamoto2010-02-121-1/+2
| | | | | | | | | 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
* simplify AddAddress, s_nakamoto2010-01-281-1/+76
| | | | | | readcompactsize limit, fixed a 64-bit compile error in serialize.h, change status "# blocks" to "# confirmations" and widen the column.
* retry IRC if name in use, s_nakamoto2009-12-111-23/+32
| | | | | | 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-4/+6
| | | | | | | | 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-25/+23
| | | | _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-0/+11
| | | | 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-8/+4
| | | | 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-1/+7
| | | | 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-9/+73
| | | | GetBalance, fix repaint bogdown, -addnode and -? switches
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ↵s_nakamoto2009-10-291-12/+10
| | | | portability
* CCriticalSection using wxWidgets instead of Windows OS callss_nakamoto2009-10-291-8/+12
|
* addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto2009-10-291-51/+119
| | | | 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-2/+2
|
* First commitsirius-m2009-08-301-0/+383