0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00
bitcoin-core/src
Wladimir J. van der Laan b019ea17ec Remove VC6 comment and pointless #ifdef'd benchmark code
We're in a wholly different world now, C++-compiler-wise.

Current std::stringstream implementations don't have the stated problem anymore,
and are just as fast as CDataStream.

The #ifdef'd block does not even compile anymore; CDataStream constructor changed,
and missing some std::. Also timing in whole seconds is also way too granular
to say anything sensible in such microbenchmarks. Just remove it,
it can always be found again in git history.
2012-09-09 17:24:00 +02:00
..
json
obj
obj-test
qt Merge pull request #1802 from luke-jr/bugfix_ts 2012-09-09 00:04:03 -07:00
test Wrong address added to collection in test 2012-09-07 16:04:39 +03:00
addrman.cpp fix a comment in addrman.cpp 2012-08-18 16:45:24 +02:00
addrman.h
alert.cpp Give testnet it's own alert key. 2012-08-28 17:13:11 -04:00
alert.h Refactor: move alert code from main to alert.cpp/h 2012-08-28 17:04:54 -04:00
allocators.h Handle locked pages more robustly (Fixes issue #1462) 2012-08-23 06:55:35 +02:00
base58.h
bignum.h
bitcoinrpc.cpp Rename CreateThread to NewThread 2012-08-29 20:25:37 +02:00
bitcoinrpc.h Add address groupings RPC from the coincontrol patches. 2012-08-23 15:55:42 -04:00
checkpoints.cpp Checkpoint at block 193,000 2012-08-21 22:50:00 -04:00
checkpoints.h
clientversion.h Bitcoin-Qt (Windows only): add version info to Resource File 2012-09-07 16:08:18 +02:00
compat.h
crypter.cpp Make CCrypter use LockedPageManager to manage locked pages 2012-08-23 06:55:35 +02:00
crypter.h Make CCrypter use LockedPageManager to manage locked pages 2012-08-23 06:55:35 +02:00
db.cpp Removed duplicated lock 2012-08-27 15:08:20 +03:00
db.h
init.cpp Fix double-paren typo 2012-09-06 16:29:59 -04:00
init.h
irc.cpp Don't retry a failing IRC nickname forever. 2012-08-28 22:04:38 -04:00
irc.h
key.cpp
key.h
keystore.cpp
keystore.h
main.cpp Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git 2012-09-05 11:38:38 -04:00
main.h Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git 2012-09-05 11:38:38 -04:00
makefile.linux-mingw Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git 2012-09-05 11:38:38 -04:00
makefile.mingw Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git 2012-09-05 11:38:38 -04:00
makefile.osx Refactor: move alert code from main to alert.cpp/h 2012-08-28 17:04:54 -04:00
makefile.unix Refactor: move alert code from main to alert.cpp/h 2012-08-28 17:04:54 -04:00
mruset.h
net.cpp Merge pull request #1786 from jgarzik/select-fix 2012-09-06 23:30:22 -07:00
net.h
netbase.cpp
netbase.h
noui.cpp
protocol.cpp
protocol.h
rpcblockchain.cpp RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 2012-08-21 11:03:38 -04:00
rpcdump.cpp
rpcmining.cpp Merge pull request #1771 from luke-jr/bugfix_bip22_mode 2012-09-01 12:30:13 -07:00
rpcnet.cpp
rpcrawtransaction.cpp Merge pull request #1672 from gmaxwell/filter_listunspent 2012-08-24 00:46:24 -07:00
rpcwallet.cpp Merge pull request #1738 from laanwj/2012_08_boostthread 2012-09-04 08:53:05 -07:00
script.cpp Avoid leaving return types or function attributes on their own lines. 2012-08-24 02:48:19 -04:00
script.h
serialize.h Remove VC6 comment and pointless #ifdef'd benchmark code 2012-09-09 17:24:00 +02:00
strlcpy.h
sync.cpp
sync.h
ui_interface.h
uint256.h
util.cpp Rename CreateThread to NewThread 2012-08-29 20:25:37 +02:00
util.h Rename CreateThread to NewThread 2012-08-29 20:25:37 +02:00
version.cpp Bitcoin-Qt (Windows only): add version info to Resource File 2012-09-07 16:08:18 +02:00
version.h Bitcoin-Qt (Windows only): add version info to Resource File 2012-09-07 16:08:18 +02:00
wallet.cpp Correct LoadWallet() return value (false -> DB_LOAD_OK) 2012-09-05 11:32:13 +03:00
wallet.h Merge pull request #1774 from luke-jr/refactor_times 2012-09-02 16:47:58 -07:00
walletdb.cpp Store a fixed order of transactions (and accounting) in the wallet 2012-08-23 18:18:20 +00:00
walletdb.h Store a fixed order of transactions (and accounting) in the wallet 2012-08-23 18:18:20 +00:00