aboutsummaryrefslogtreecommitdiff
path: root/serialize.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-31fixed segfault in bignum.h, additional security limits, refactoringv0.3.7Satoshi Nakamoto
-- version 0.3.7
2010-07-30reverted makefile.unix wx-config -- version 0.3.6v0.3.6--author=Satoshi Nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBaseSatoshi Nakamoto
2010-07-26Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3Satoshi Nakamoto
faster initial block download -- version 0.3.3
2010-07-19json-rpc password, minor UI tweaks, removed some outdated txt filesGavin Andresen
2010-07-19security safeguards,v0.3.2Gavin Andresen
limited addr messages -- version 0.3.2
2010-07-19version 0.3.1 rc1v0.3.1rc1Gavin Andresen
2010-07-14Fix CRLFGavin Andresen
2010-07-09switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by ↵s_nakamoto
m0mchil when username contains non-lower-ASCII characters -- version 0.3.1
2010-07-09Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto
2010-07-08Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
2010-07-02reduced max outbound connections from 15 to 8 --version 0.3 rc4s_nakamoto
2010-06-26version 0.3 rc2s_nakamoto
2010-06-22version 0.3 rc1s_nakamoto
2010-06-21fixed colors on ubuntu lucid,s_nakamoto
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
2010-06-18use seed nodes as fallback if IRC fails or with TORs_nakamoto
-- version 0.2.12
2010-06-15more addr message error checkings_nakamoto
-- version 0.2.11
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-05-19Mac OS build fixes by laszlos_nakamoto
-- version 0.2.8
2010-02-28fix unsafe string handling in wxGetTranslations_nakamoto
2010-02-25GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto
split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7
2010-02-23run as daemon without GUI,s_nakamoto
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
2010-02-21transaction filter tabs instead of view->show generated s_nakamoto
-- version 0.2.5
2010-02-20Address Book with tabs instead of separate Your Address book, s_nakamoto
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
2010-02-17safer wxGetTranslation wrappers_nakamoto
2010-02-17all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2
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-14renamed a few rpc methodss_nakamoto
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
2010-02-03update fSpent flag on wallet transactions if they're seen spent in case copy ↵s_nakamoto
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
2010-01-28simplify AddAddress, s_nakamoto
readcompactsize limit, fixed a 64-bit compile error in serialize.h, change status "# blocks" to "# confirmations" and widen the column.
2009-12-14filter out duplicate getblocks and don't relay inv messages during initial ↵s_nakamoto
block download -- 0.2 rc2
2009-12-13misc exit code, updated setup.nsis_nakamoto
2009-12-11retry IRC if name in use, s_nakamoto
resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download
2009-12-06fix transaction fee bug in CreateTransaction, higher size cutoff for free ↵s_nakamoto
transactions in GetMinFee
2009-11-24minor fix to batched initial download in case requester has more than 500 ↵s_nakamoto
block non-main branch
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-29addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto
self, non-final tx locktime changes, fix hide unconfirmed generated
2009-10-25fix display of new generated coins, fix assertion in bitcoinminers_nakamoto
2009-10-21flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto
2009-08-30First commitsirius-m