Age | Commit message (Collapse) | Author |
|
remove deprecated RPCs
|
|
|
|
|
|
|
|
|
|
Makefiles now build bitcoind only.
qmake/make in top-level directory is used to build Bitcoin QT
Deleted almost all #ifdef GUI from the code (left one possibly controversial one)
Deleted xpm/ files.
|
|
|
|
|
|
Hardening
|
|
Denial-of-service prevention
|
|
Qt GUI
|
|
|
|
|
|
|
|
|
|
SocketHandler thread can be detached
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
working as supposed
|
|
* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
|
|
blocks as initial value for number of peer blocks
|
|
amount of blocks downloaded at application start-up. Could be probably implemented better.
|
|
Conflicts:
.gitignore
|
|
|
|
|
|
git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase
|
|
|
|
coinbase txn is unique even if address is the same
|
|
|
|
|
|
Optimize database writes for transactions with lots of TxIns.
|
|
Patch from ArtForz, who discovered the problem.
|
|
|
|
|
|
|
|
|
|
them
|
|
trying to make the initial blockchain download.
|
|
|
|
|
|
lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)
|
|
|
|
Conflicts:
src/main.cpp
|
|
they're tried.
|
|
Nodes culled from MagicalTux's database of bitcoin nodes,
http://dump.bitcoin.it/misc/
by version and longevity, and tested for connectivity.
|