You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
12 years ago
..
json
…
obj
…
obj-test
…
qt
Merge pull request #1802 from luke-jr/bugfix_ts
12 years ago
test
Wrong address added to collection in test
12 years ago
addrman.cpp
fix a comment in addrman.cpp
12 years ago
addrman.h
Bugfix: Correct English grammar regarding "'s"
12 years ago
alert.cpp
Give testnet it's own alert key.
12 years ago
alert.h
Refactor: move alert code from main to alert.cpp/h
12 years ago
allocators.h
Handle locked pages more robustly (Fixes issue #1462 )
12 years ago
base58.h
Bugfix: Fix a variety of misspellings
12 years ago
bignum.h
fix OpenSSL not written as proper noun in some comments
12 years ago
bitcoinrpc.cpp
Rename CreateThread to NewThread
12 years ago
bitcoinrpc.h
Add address groupings RPC from the coincontrol patches.
12 years ago
checkpoints.cpp
Checkpoint at block 193,000
12 years ago
checkpoints.h
…
clientversion.h
Bitcoin-Qt (Windows only): add version info to Resource File
12 years ago
compat.h
…
crypter.cpp
Make CCrypter use LockedPageManager to manage locked pages
12 years ago
crypter.h
Make CCrypter use LockedPageManager to manage locked pages
12 years ago
db.cpp
Removed duplicated lock
12 years ago
db.h
Run BDB disk-less for test_bitcoin
13 years ago
init.cpp
Fix double-paren typo
12 years ago
init.h
introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits)
13 years ago
irc.cpp
Don't retry a failing IRC nickname forever.
12 years ago
irc.h
…
key.cpp
Bugfix: Fix a variety of misspellings
12 years ago
key.h
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
keystore.cpp
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
keystore.h
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
main.cpp
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
main.h
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
makefile.linux-mingw
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
makefile.mingw
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
makefile.osx
Refactor: move alert code from main to alert.cpp/h
12 years ago
makefile.unix
Refactor: move alert code from main to alert.cpp/h
12 years ago
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).
13 years ago
net.cpp
Merge pull request #1786 from jgarzik/select-fix
12 years ago
net.h
Bugfix: Fix a variety of misspellings
12 years ago
netbase.cpp
Bugfix: Fix a variety of misspellings
12 years ago
netbase.h
Bugfix: Fix a variety of misspellings
12 years ago
noui.cpp
introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits)
13 years ago
protocol.cpp
…
protocol.h
Fix remaining warnings.
13 years ago
rpcblockchain.cpp
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
12 years ago
rpcdump.cpp
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
rpcmining.cpp
Merge pull request #1771 from luke-jr/bugfix_bip22_mode
12 years ago
rpcnet.cpp
RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value
13 years ago
rpcrawtransaction.cpp
Merge pull request #1672 from gmaxwell/filter_listunspent
12 years ago
rpcwallet.cpp
Merge pull request #1738 from laanwj/2012_08_boostthread
12 years ago
script.cpp
Avoid leaving return types or function attributes on their own lines.
12 years ago
script.h
Update Warning-strings to use a standard-format
12 years ago
serialize.h
Remove VC6 comment and pointless #ifdef'd benchmark code
12 years ago
strlcpy.h
…
sync.cpp
Fix a few typos
13 years ago
sync.h
Fix DEBUG_LOCKCONTENTION
13 years ago
ui_interface.h
Add Bitcoin dev Copyright
13 years ago
uint256.h
…
util.cpp
Rename CreateThread to NewThread
12 years ago
util.h
Rename CreateThread to NewThread
12 years ago
version.cpp
Bitcoin-Qt (Windows only): add version info to Resource File
12 years ago
version.h
Bitcoin-Qt (Windows only): add version info to Resource File
12 years ago
wallet.cpp
Correct LoadWallet() return value (false -> DB_LOAD_OK)
12 years ago
wallet.h
Merge pull request #1774 from luke-jr/refactor_times
12 years ago
walletdb.cpp
Store a fixed order of transactions (and accounting) in the wallet
12 years ago
walletdb.h
Store a fixed order of transactions (and accounting) in the wallet
12 years ago