Community driven twister-core
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.
 
 
 
 
 
 
Jeff Garzik cde87ee75c Merge pull request #1360 from jgarzik/datasync 13 years ago
..
json
obj Bump version numbers for 0.6.1rc1 13 years ago
obj-test
qt Merge pull request #1289 from Diapolo/Bitcoin_as_noun 13 years ago
test change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
addrman.cpp Clean up warnings 13 years ago
addrman.h Split synchronization mechanisms from util.{h,cpp} 13 years ago
allocators.h Add missing includes. (Fix bulding under GCC 4.7) 13 years ago
base58.h change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
bignum.h Add casts for unavoidable signed/unsigned comparisons 13 years ago
bitcoinrpc.cpp Merge pull request #1358 from luke-jr/shared_lockchk 13 years ago
bitcoinrpc.h Support multi-threaded JSON-RPC 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 Default to DB_TXN_WRITE_NOSYNC for all transactional operations 13 years ago
db.h Default to DB_TXN_WRITE_NOSYNC for all transactional operations 13 years ago
init.cpp change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
init.h Move help message out of AppInit2 13 years ago
irc.cpp Corrected grammar. As per Principle Of Least Surprise. 13 years ago
irc.h Support for multiple local addresses 13 years ago
key.cpp
key.h Fix tests after recent refactors 13 years ago
keystore.cpp Further reduce header dependencies 13 years ago
keystore.h Split synchronization mechanisms from util.{h,cpp} 13 years ago
main.cpp Merge pull request #1296 from Diapolo/CheckDiskSpace 13 years ago
main.h Merge pull request #1296 from Diapolo/CheckDiskSpace 13 years ago
makefile.linux-mingw Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. 13 years ago
makefile.mingw Merge pull request #1021 from sipa/ipv6 13 years ago
makefile.osx Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. 13 years ago
makefile.unix Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. 13 years ago
mruset.h
net.cpp Merge pull request #1334 from rebroad/Exiting2Exited 13 years ago
net.h CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 13 years ago
netbase.cpp Use getnameinfo() to get canonical IPv6 addresses 13 years ago
netbase.h Separate listening sockets, -bind=<addr> 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 change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
script.cpp EvalScript(): cast to avoid signed/unsigned warning 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
sync.cpp Use boost::thread locking instead of interprocess 13 years ago
sync.h Use boost::thread locking instead of interprocess 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 Use boost::thread locking instead of interprocess 13 years ago
util.h Add new utility functions FileCommit(), RenameOver() 13 years ago
version.cpp version.h: separate client, net sections. Move more constants to this file. 13 years ago
version.h Fix version numbers of archive builds 13 years ago
wallet.cpp change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
wallet.h remove obsolete BackupWallet() entry in wallet.h 13 years ago
walletdb.cpp ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 13 years ago
walletdb.h Move CWalletDB code to new walletdb module. 13 years ago