.. |
json
|
Back out spacing changes to json spirit code
|
13 years ago |
obj
|
Bump version numbers for 0.6.1rc1
|
13 years ago |
obj-test
|
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make
|
13 years ago |
qt
|
Merge pull request #1219 from luke-jr/rm_fee_tip
|
13 years ago |
test
|
Define TEST_DATA_DIR so unit tests can be run from any current working directory
|
13 years ago |
addrman.cpp
|
Fix addrman crashes
|
13 years ago |
addrman.h
|
Bugfix: store source address in addrman
|
13 years ago |
allocators.h
|
Add missing includes. (Fix bulding under GCC 4.7)
|
13 years ago |
base58.h
|
Further reduce header dependencies
|
13 years ago |
bignum.h
|
Add casts for unavoidable signed/unsigned comparisons
|
13 years ago |
bitcoinrpc.cpp
|
Fixed non-sensical error message
|
13 years ago |
bitcoinrpc.h
|
Expose CRPCTable via bitcoinrpc.h for testing
|
13 years ago |
checkpoints.cpp
|
Remove headers.h
|
13 years ago |
checkpoints.h
|
Remove headers.h
|
13 years ago |
compat.h
|
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
|
13 years ago |
crypter.cpp
|
Further reduce header dependencies
|
13 years ago |
crypter.h
|
Further reduce header dependencies
|
13 years ago |
db.cpp
|
Make lsn_reset ("detach databases") optional and off by default.
|
13 years ago |
db.h
|
Make lsn_reset ("detach databases") optional and off by default.
|
13 years ago |
init.cpp
|
remove references to bitcoin-wx from comment in init.cpp
|
13 years ago |
init.h
|
Remove headers.h
|
13 years ago |
irc.cpp
|
Remove headers.h
|
13 years ago |
irc.h
|
Fix #626: RecvLine wrong error message
|
13 years ago |
key.cpp
|
Update all copyrights to 2012
|
13 years ago |
key.h
|
Fix tests after recent refactors
|
13 years ago |
keystore.cpp
|
Further reduce header dependencies
|
13 years ago |
keystore.h
|
Further reduce header dependencies
|
13 years ago |
main.cpp
|
Prevent stuck download: correct solution
|
13 years ago |
main.h
|
CBlock::WriteToDisk() properly checks ftell(3) for error return
|
13 years ago |
makefile.linux-mingw
|
Update openssl version
|
13 years ago |
makefile.mingw
|
Merge pull request #1150 from gavinandresen/NOPCH
|
13 years ago |
makefile.osx
|
Define TEST_DATA_DIR so unit tests can be run from any current working directory
|
13 years ago |
makefile.unix
|
Merge pull request #1150 from gavinandresen/NOPCH
|
13 years ago |
mruset.h
|
Begin doxygen-compatible comments
|
13 years ago |
net.cpp
|
fix compiler warning "suggest explicit braces to avoid ambiguous "else"
|
13 years ago |
net.h
|
Further reduce header dependencies
|
13 years ago |
netbase.cpp
|
Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned
|
13 years ago |
netbase.h
|
Remove headers.h
|
13 years ago |
noui.cpp
|
Remove headers.h
|
13 years ago |
protocol.cpp
|
Add casts for unavoidable signed/unsigned comparisons
|
13 years ago |
protocol.h
|
Move proto version to version.h. Reduce header deps a bit more.
|
13 years ago |
rpcdump.cpp
|
Remove headers.h
|
13 years ago |
script.cpp
|
Undo part of c2e8c8ac to fix issue#1148
|
13 years ago |
script.h
|
Add casts for unavoidable signed/unsigned comparisons
|
13 years ago |
serialize.h
|
remove unused typedef in serialize.h
|
13 years ago |
strlcpy.h
|
Remove headers.h
|
13 years ago |
ui_interface.h
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
13 years ago |
uint256.h
|
Merge pull request #1126 from drizztbsd/master
|
13 years ago |
util.cpp
|
Merge pull request #1187 from TheBlueMatt/win32_ie
|
13 years ago |
util.h
|
remove duplicate definition of SecureString in util.h
|
13 years ago |
version.cpp
|
version.h: separate client, net sections. Move more constants to this file.
|
13 years ago |
version.h
|
Bump version numbers for 0.6.1rc2
|
13 years ago |
wallet.cpp
|
Prefer 'unsigned int' for loop index variables tested against ::size()
|
13 years ago |
wallet.h
|
remove obsolete BackupWallet() entry in wallet.h
|
13 years ago |
walletdb.cpp
|
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead
|
13 years ago |
walletdb.h
|
Move CWalletDB code to new walletdb module.
|
13 years ago |