.. |
json
|
…
|
|
obj
|
Bump version numbers for 0.6.1rc1
|
11 years ago |
obj-test
|
…
|
|
qt
|
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
|
11 years ago |
test
|
Clean up warnings
|
11 years ago |
addrman.cpp
|
Clean up warnings
|
11 years ago |
addrman.h
|
Split synchronization mechanisms from util.{h,cpp}
|
11 years ago |
allocators.h
|
Add missing includes. (Fix bulding under GCC 4.7)
|
11 years ago |
base58.h
|
…
|
|
bignum.h
|
Add casts for unavoidable signed/unsigned comparisons
|
11 years ago |
bitcoinrpc.cpp
|
Fix warning about uninitialized value
|
11 years ago |
bitcoinrpc.h
|
Support multi-threaded JSON-RPC
|
11 years ago |
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
compat.h
|
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
|
11 years ago |
crypter.cpp
|
…
|
|
crypter.h
|
…
|
|
db.cpp
|
Merge pull request #883 from sipa/loadblock
|
11 years ago |
db.h
|
Make lsn_reset ("detach databases") optional and off by default.
|
11 years ago |
init.cpp
|
Merge pull request #1285 from sipa/initerror
|
11 years ago |
init.h
|
remove 2 obsolete functions from init.h that moved to util.h
|
11 years ago |
irc.cpp
|
Keep port information for local addresses
|
11 years ago |
irc.h
|
Support for multiple local addresses
|
11 years ago |
key.cpp
|
…
|
|
key.h
|
Fix tests after recent refactors
|
11 years ago |
keystore.cpp
|
…
|
|
keystore.h
|
Split synchronization mechanisms from util.{h,cpp}
|
11 years ago |
main.cpp
|
Merge pull request #1021 from sipa/ipv6
|
11 years ago |
main.h
|
Split synchronization mechanisms from util.{h,cpp}
|
11 years ago |
makefile.linux-mingw
|
Merge pull request #1021 from sipa/ipv6
|
11 years ago |
makefile.mingw
|
Merge pull request #1021 from sipa/ipv6
|
11 years ago |
makefile.osx
|
Merge pull request #1021 from sipa/ipv6
|
11 years ago |
makefile.unix
|
Partially revert f621326: xCXXFLAGS
|
11 years ago |
mruset.h
|
…
|
|
net.cpp
|
Do not consider blocked networks local
|
11 years ago |
net.h
|
Take -port into account when resolving -bind's
|
11 years ago |
netbase.cpp
|
Merge pull request #1277 from Diapolo/IPv6_IPv4_strings
|
11 years ago |
netbase.h
|
Separate listening sockets, -bind=<addr>
|
11 years ago |
noui.cpp
|
…
|
|
protocol.cpp
|
Add casts for unavoidable signed/unsigned comparisons
|
11 years ago |
protocol.h
|
…
|
|
rpcdump.cpp
|
…
|
|
script.cpp
|
EvalScript(): cast to avoid signed/unsigned warning
|
11 years ago |
script.h
|
Add casts for unavoidable signed/unsigned comparisons
|
11 years ago |
serialize.h
|
remove unused typedef in serialize.h
|
11 years ago |
strlcpy.h
|
…
|
|
sync.cpp
|
Split synchronization mechanisms from util.{h,cpp}
|
11 years ago |
sync.h
|
Split synchronization mechanisms from util.{h,cpp}
|
11 years ago |
ui_interface.h
|
…
|
|
uint256.h
|
Merge pull request #1126 from drizztbsd/master
|
11 years ago |
util.cpp
|
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
|
11 years ago |
util.h
|
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
|
11 years ago |
version.cpp
|
…
|
|
version.h
|
Fix version numbers of archive builds
|
11 years ago |
wallet.cpp
|
Prefer 'unsigned int' for loop index variables tested against ::size()
|
11 years ago |
wallet.h
|
remove obsolete BackupWallet() entry in wallet.h
|
11 years ago |
walletdb.cpp
|
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead
|
11 years ago |
walletdb.h
|
…
|
|