Age | Commit message (Collapse) | Author |
|
autostart off by default except on windows,
fix occasional "vector iterator not dereferencable" assertion with msvc,
fix readlink compile warning on linux build,
use sys/param.h and BSD define instead of __BSD__,
-paytxfee switch
|
|
limit one outbound connection per a.b.?.? range,
switch -maxconnections=#
|
|
|
|
|
|
|
|
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
|
|
-- version 0.2.12
|
|
-- version 0.2.11
|
|
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
|
|
-- version 0.2.8
|
|
enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
|
|
|
|
character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now.
|
|
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
|
|
readcompactsize limit,
fixed a 64-bit compile error in serialize.h,
change status "# blocks" to "# confirmations" and widen the column.
|
|
block download -- 0.2 rc2
|
|
|
|
resize to fit ubuntu's giant default font,
scroll debug.log,
pause gen during initial block download
|
|
keep databases open,
close db cursors,
initial block download in batches of 500 blocks,
fix misc warnings,
subver linux-test8
|
|
_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
|
|
waypoint
|
|
|
|
setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
|
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
|
|
relay, better selection of addrs by time last seen for faster connect
|
|
GetBalance, fix repaint bogdown, -addnode and -? switches
|
|
self, non-final tx locktime changes, fix hide unconfirmed generated
|
|
|
|
|