.. |
json
|
Back out spacing changes to json spirit code
|
2012-01-19 14:32:45 -05:00 |
obj
|
Boost unit-testing framework.
|
2011-06-27 14:12:48 -04:00 |
obj-test
|
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make
|
2012-01-23 14:27:08 -05:00 |
qt
|
Merge pull request #1104 from laanwj/2012_04_clang
|
2012-04-15 11:39:15 -07:00 |
test
|
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version.
|
2012-04-12 13:13:08 -07:00 |
addrman.cpp
|
fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
|
2012-04-15 13:40:14 +02:00 |
addrman.h
|
Use scoped locks instead of CRITICAL_BLOCK
|
2012-04-09 01:59:46 +02:00 |
allocators.h
|
remove dependency on serialize.h and util.h for SecureString
|
2012-04-04 09:35:01 +02:00 |
base58.h
|
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version.
|
2012-04-12 13:13:08 -07:00 |
bignum.h
|
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
|
2012-04-15 13:40:14 +02:00 |
bitcoinrpc.cpp
|
CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),
|
2012-04-15 14:42:52 -04:00 |
bitcoinrpc.h
|
Update all copyrights to 2012
|
2012-02-07 11:28:30 -05:00 |
checkpoints.cpp
|
Checkpoint block 168,000
|
2012-02-23 13:33:30 -05:00 |
checkpoints.h
|
Begin doxygen-compatible comments
|
2012-03-26 16:48:23 +02:00 |
compat.h
|
Update all copyrights to 2012
|
2012-02-07 11:28:30 -05:00 |
crypter.cpp
|
Verify status of encrypt/decrypt calls to detect failed padding
|
2012-04-05 02:07:53 +02:00 |
crypter.h
|
remove dependency on serialize.h and util.h for SecureString
|
2012-04-04 09:35:01 +02:00 |
db.cpp
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
|
2012-04-15 13:40:14 +02:00 |
db.h
|
Merge branch 'master' of github.com:bitcoin/bitcoin
|
2012-03-26 15:31:32 -04:00 |
headers.h
|
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
|
2012-04-04 13:19:30 +02:00 |
init.cpp
|
Use filesystem::path instead of manual string tinkering
|
2012-04-11 22:30:23 +02:00 |
init.h
|
Update all copyrights to 2012
|
2012-02-07 11:28:30 -05:00 |
irc.cpp
|
CAddrMan: stochastic address manager
|
2012-02-24 13:41:04 +01:00 |
irc.h
|
Fix #626: RecvLine wrong error message
|
2012-02-19 19:06:42 +01:00 |
key.cpp
|
Update all copyrights to 2012
|
2012-02-07 11:28:30 -05:00 |
key.h
|
Begin doxygen-compatible comments
|
2012-03-26 16:48:23 +02:00 |
keystore.cpp
|
Use scoped locks instead of CRITICAL_BLOCK
|
2012-04-09 01:59:46 +02:00 |
keystore.h
|
fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
|
2012-04-15 13:40:14 +02:00 |
main.cpp
|
CTxMemPool: add helper methods, to reduce global mempool.mapTx accesses
|
2012-04-15 14:43:19 -04:00 |
main.h
|
CTxMemPool: add helper methods, to reduce global mempool.mapTx accesses
|
2012-04-15 14:43:19 -04:00 |
makefile.linux-mingw
|
Fix build.h dependencies
|
2012-04-11 14:04:42 +02:00 |
makefile.mingw
|
Build identification strings
|
2012-04-10 18:16:53 +02:00 |
makefile.osx
|
enable all warnings except invalid-offsetof, sign-compare, unused-parameter
|
2012-04-15 13:40:14 +02:00 |
makefile.unix
|
enable all warnings except invalid-offsetof, sign-compare, unused-parameter
|
2012-04-15 13:40:14 +02:00 |
mruset.h
|
Begin doxygen-compatible comments
|
2012-03-26 16:48:23 +02:00 |
net.cpp
|
fix warnings: unused variable 'XX' [-Wunused-variable]
|
2012-04-15 13:40:14 +02:00 |
net.h
|
Use scoped locks instead of CRITICAL_BLOCK
|
2012-04-09 01:59:46 +02:00 |
netbase.cpp
|
CAddrMan: stochastic address manager
|
2012-02-24 13:41:04 +01:00 |
netbase.h
|
VC2010 compile fixes
|
2012-04-03 20:22:41 +02:00 |
noui.cpp
|
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
|
2012-04-04 13:19:30 +02:00 |
protocol.cpp
|
Update all copyrights to 2012
|
2012-02-07 11:28:30 -05:00 |
protocol.h
|
Begin doxygen-compatible comments
|
2012-03-26 16:48:23 +02:00 |
rpcdump.cpp
|
Use scoped locks instead of CRITICAL_BLOCK
|
2012-04-09 01:59:46 +02:00 |
script.cpp
|
fix warnings: unused variable 'XX' [-Wunused-variable]
|
2012-04-15 13:40:14 +02:00 |
script.h
|
Begin doxygen-compatible comments
|
2012-03-26 16:48:23 +02:00 |
serialize.h
|
remove dependency on serialize.h and util.h for SecureString
|
2012-04-04 09:35:01 +02:00 |
strlcpy.h
|
move back to original directory structure
|
2011-06-11 22:11:58 +02:00 |
ui_interface.h
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
2012-04-06 12:53:37 -04:00 |
uint256.h
|
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
|
2012-04-15 13:40:14 +02:00 |
util.cpp
|
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
|
2012-04-15 13:40:14 +02:00 |
util.h
|
Remove obsolete Win32 AffinityBugWorkaround()
|
2012-04-12 13:24:00 -04:00 |
version.cpp
|
Build identification strings
|
2012-04-10 18:16:53 +02:00 |
version.h
|
Build identification strings
|
2012-04-10 18:16:53 +02:00 |
wallet.cpp
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
|
2012-04-15 13:40:14 +02:00 |
wallet.h
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
|
2012-04-15 13:40:14 +02:00 |