Age | Commit message (Collapse) | Author |
|
|
|
m0mchil when username contains non-lower-ASCII characters
-- version 0.3.1
|
|
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
|
|
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
|
|
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
|
|
|
|
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo
-- version 0.2.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
|
|
readcompactsize limit,
fixed a 64-bit compile error in serialize.h,
change status "# blocks" to "# confirmations" and widen the column.
|
|
|
|
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
|
|
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
|
|
typedefs and #defines for the Linux build. Fixed GetDataDir.
|
|
portability
|
|
|
|
self, non-final tx locktime changes, fix hide unconfirmed generated
|
|
|