This website requires JavaScript.
Explore
Help
Sign In
highperfocused
/
bitcoin
Watch
1
Star
0
Fork
0
You've already forked bitcoin
mirror of
https://github.com/bitcoin/bitcoin.git
synced
2026-03-02 02:59:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b41fa66ba7eaf3e56ce43bfb28114f59a7ea58ac
bitcoin
/
src
History
Wladimir J. van der Laan
7de4e47d5f
Merge pull request
#3031
from Diapolo/miner
...
internal miner: move 2 globals from main to miner
2013-09-28 01:21:57 -07:00
..
json
…
leveldb
…
m4
…
obj
…
obj-test
…
qt
…
test
…
.gitignore
…
addrman.cpp
…
addrman.h
…
alert.cpp
…
alert.h
…
allocators.h
…
base58.h
…
bignum.h
…
bitcoind.cpp
…
bitcoinrpc.cpp
…
bitcoinrpc.h
…
bloom.cpp
…
bloom.h
…
chainparams.cpp
…
chainparams.h
…
checkpoints.cpp
…
checkpoints.h
…
checkqueue.h
…
clientversion.h
…
compat.h
…
core.cpp
…
core.h
…
crypter.cpp
…
crypter.h
…
db.cpp
…
db.h
…
hash.cpp
Add HMAC-SHA512 to hash
2013-06-24 00:56:45 +02:00
hash.h
Add HMAC-SHA512 to hash
2013-06-24 00:56:45 +02:00
init.cpp
…
init.h
…
key.cpp
…
key.h
…
keystore.cpp
…
keystore.h
…
leveldb.cpp
…
leveldb.h
…
limitedmap.h
…
main.cpp
…
main.h
internal miner: move 2 globals from main to miner
2013-09-25 15:48:11 +02:00
Makefile.am
included-tests: generate binary data from test files for inclusion into test binaries
2013-09-16 12:53:11 -04:00
Makefile.include
…
miner.cpp
…
miner.h
…
mruset.h
If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was).
2012-06-19 09:48:00 +03:00
net.cpp
…
net.h
…
netbase.cpp
…
netbase.h
…
noui.cpp
…
protocol.cpp
…
protocol.h
…
rpcblockchain.cpp
…
rpcdump.cpp
…
rpcmining.cpp
…
rpcnet.cpp
…
rpcrawtransaction.cpp
…
rpcwallet.cpp
…
script.cpp
Replace printf with LogPrintf / LogPrint
2013-09-18 20:39:25 +10:00
script.h
…
serialize.h
Use per-message send buffer, rather than per connection
2013-03-29 23:56:26 +01:00
sync.cpp
…
sync.h
…
threadsafety.h
…
txdb.cpp
…
txdb.h
…
ui_interface.h
…
uint256.h
…
util.cpp
…
util.h
…
version.cpp
…
version.h
…
wallet.cpp
…
wallet.h
…
walletdb.cpp
…
walletdb.h
…