Pull request Compare This branch is 78 commits ahead, 10581 commits behind master.
Permalink
..
Failed to load latest commit information.
json Silence useless warning in src/json/json_spirit_writer_template.h to … Nov 28, 2013
leveldb leveldb: Use native Darwin memory barriers Dec 5, 2013
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make Jan 23, 2012
obj Bump version numbers for 0.6.1rc1 Apr 27, 2012
qt qt: use deleteLater to remove send entries Dec 5, 2013
test Backport of some of BIP66's tests Feb 6, 2015
addrman.cpp Split off hash.h from util.h Dec 18, 2012
addrman.h Trim trailing whitespace for src/*.{h,cpp} Sep 18, 2012
alert.cpp Refactor: pull alert string sanitization into util Nov 28, 2013
alert.h -alertnotify=<cmd> Mar 19, 2013
allocators.h don't use memset() in privacy/security relevant code parts Nov 9, 2012
base58.h make CBase58Data class use zero_after_free_allocator Nov 9, 2012
bignum.h Use a uint256 for bnChainWork Apr 12, 2013
bitcoinrpc.cpp Make RPC password resistant to timing attacks Aug 20, 2013
bitcoinrpc.h Clean up mining CReserveKey to prevent crash at shutdown May 23, 2013
bloom.cpp Performance optimization for bloom filters. Aug 20, 2013
bloom.h Performance optimization for bloom filters. Aug 20, 2013
checkpoints.cpp Checkpoint at block 250,000 Aug 20, 2013
checkpoints.h Merge pull request #2186 from Diapolo/misc_stuff Feb 24, 2013
checkqueue.h Port Thread* methods to boost::thread_group Apr 3, 2013
clientversion.h Bump version numbers for 0.8.6 release Nov 26, 2013
compat.h Allow select()ing up to 1024 file descriptors on Windows Apr 25, 2013
crypter.cpp don't use memset() in privacy/security relevant code parts Nov 9, 2012
crypter.h don't use memset() in privacy/security relevant code parts Nov 9, 2012
db.cpp Don't attempt to resize vector to negative size. Dec 5, 2013
db.h Remove database/ after clean shutdown Apr 24, 2013
hash.cpp Add MurmurHash3 implementation to hash.h/add hash.cpp. Jan 16, 2013
hash.h Add MurmurHash3 implementation to hash.h/add hash.cpp. Jan 16, 2013
init.cpp Explictly cast calculation to int, to allow std::max to work. Dec 5, 2013
init.h Have Qt poll for shutdown requested, the QT way. Apr 3, 2013
key.cpp Improve robustness of DER recoding code Jan 12, 2015
key.h Split off hash.h from util.h Dec 18, 2012
keystore.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress May 24, 2012
keystore.h Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress May 24, 2012
leveldb.cpp Reduce number of open LevelDB files to 64 Apr 23, 2013
leveldb.h Deal with LevelDB errors Jan 30, 2013
limitedmap.h Add a limitedmap class similar to mruset Apr 1, 2013
main.cpp Raise version of created blocks, and enforce DERSIG in mempool Feb 6, 2015
main.h Raise version of created blocks, and enforce DERSIG in mempool Feb 6, 2015
makefile.linux-mingw Merge pull request #2243 from luke-jr/bugfix_leveldb Apr 9, 2013
makefile.mingw Porting MinGW multithreading bugfix to makefile.mingw Nov 26, 2013
makefile.osx Link with boost_chrono library on OSX May 9, 2013
makefile.unix Add comments to UNIX Makefile regarding USE_UPNP Apr 17, 2013
mruset.h If (for example) the new max_size must be 5 then at the end the queue… Jun 19, 2012
net.cpp fix invalid conversion error with MinGW 4.8.1 in net.cpp Dec 5, 2013
net.h Store and use a sanitized subVer Nov 28, 2013
netbase.cpp Hurricane Electric uses block 2001:470::, not 2011:470:: Nov 26, 2013
netbase.h Merge pull request #1913 from sipa/noi2p Oct 11, 2012
noui.cpp Improve block database load error reporting Feb 17, 2013
protocol.cpp Always print full hashes (tx, block, inv) Apr 7, 2013
protocol.h Use per-message send buffer, rather than per connection Mar 29, 2013
rpcblockchain.cpp Improve gettxoutsetinfo command May 1, 2013
rpcdump.cpp add rescan bool to importprivkey to control whether to do a rescan af… Dec 7, 2012
rpcmining.cpp Clean up mining CReserveKey to prevent crash at shutdown May 23, 2013
rpcnet.cpp Store and use a sanitized subVer Nov 28, 2013
rpcrawtransaction.cpp add address and account information to listunspent Feb 28, 2013
rpcwallet.cpp CreateTransaction: return strFailReason on failure May 3, 2013
script.cpp Implement BIP 66 validation rules and switchover logic Feb 6, 2015
script.h Implement BIP 66 validation rules and switchover logic Feb 6, 2015
serialize.h Use per-message send buffer, rather than per connection Mar 29, 2013
sync.cpp Trim trailing whitespace for src/*.{h,cpp} Sep 18, 2012
sync.h Merge pull request #2003 from alexanderkjeldaas/documented-locking-pa… Dec 12, 2012
threadsafety.h o Added threadsafety.h - a set of macros using the -Wthread-safety Nov 11, 2012
txdb.cpp Improve gettxoutsetinfo command May 1, 2013
txdb.h Merge pull request #2221 from sipa/perfo Feb 22, 2013
ui_interface.h Have Qt poll for shutdown requested, the QT way. Apr 3, 2013
uint256.h Specified base_uint component size May 8, 2013
util.cpp Create parent directories if needed in GetDataDir Dec 5, 2013
util.h Refactor: pull alert string sanitization into util Nov 28, 2013
version.cpp Fix build date for from-tarball builds Nov 26, 2013
version.h Bump PROTOCOL_VERSION for filter messages. Jan 16, 2013
wallet.cpp Prevent empty transactions from being added to vtxPrev Dec 5, 2013
wallet.h Merge pull request #2577 from gavinandresen/fee_bandaid May 4, 2013
walletdb.cpp Bugfix: Move boost/version include from db.cpp to walletdb.cpp where … Dec 5, 2013
walletdb.h Handle corrupt wallets gracefully. Oct 8, 2012