22 Commits (918150048a1d677731ab7f2b3f59fa9a7401d435)

Author SHA1 Message Date
Pieter Wuille 03fbd79049 get rid of mapPubKeys 13 years ago
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Matt Corallo 7ec552676c Add minversion to wallet. 13 years ago
Jeff Garzik 362efb24c1 Enable DNS seeding by default. 13 years ago
James Burkle ed2c01405f Edited init.cpp to include a check that -datadir exists 13 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 14 years ago
Pieter Wuille 76d660ebd3 Faster timeout when connecting 14 years ago
Han Lin Yap a299e551fe Remove unused variable 14 years ago
Pieter Wuille 1c528eeee9 Update transactions already in the wallet when rescanning. 14 years ago
Jordan Lewis 31f2931281 Only include certain boost headers if necessary. 14 years ago
Jordan Lewis fdd7d04744 Only include strlcpy.h when we have to 14 years ago
Jordan Lewis edd309e537 Only include init.h when we have to 14 years ago
Jordan Lewis 40c2614ef4 Only include net.h when we have to 14 years ago
Jordan Lewis ed0c143242 Only included rpc.h when necessary 14 years ago
Jordan Lewis 1512d5ce64 Only include db.h when we have to. 14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular 14 years ago
Pieter Wuille a6a5bb7c20 Support for name lookups in -connect and -addnode 14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 14 years ago
Ricardo M. Correia a925c32cca Fix segfault when we're unable to create the lock file. 14 years ago
Pieter Wuille 6a76c60e6c Automatically rescan after restoring wallet.dat 14 years ago
Jeff Garzik a584320357 Ensure version number->string conversion is consistent 14 years ago
gjs278 66fb32d267 pidfile support for daemon 14 years ago
tcatm d12ea887bc disable -daemon on windows; bitcoind forks only with -daemon set 14 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
tcatm 454bc86479 allow coredumps by not catching SIGSEGV 14 years ago
tcatm c3f140033c catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly 14 years ago
tcatm 1c09a4adb2 daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child 14 years ago
Jeff Garzik e2e5f5cd9d Fix -logtimestamps to only print time prefix once per output line 14 years ago
Jeff Garzik f684aec4f3 DNS seeding 14 years ago
tcatm e1205e4d15 -help: do not show -server and -daemon in bitcoind 14 years ago
tcatm ea7cd31751 force fDaemon in bitcoind 14 years ago
tcatm a79409afa9 fix whitespace 14 years ago
tcatm dda48ccd0f fix -daemon switch 14 years ago
tcatm 6665aca024 fix missing newline in help 14 years ago
Chris Moore 2aadc8bb5b The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text. 14 years ago
Chris Moore 5284e1b60e Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too. 14 years ago
Gavin Andresen 05563e9ef2 Add -rescan option to --help output 14 years ago
Chris 10152506fe The --help text wasn't showing the default values for three of the options, as follows: 14 years ago
Chris aaac71d38f Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on. 14 years ago
Gavin Andresen f1307515b7 print -rescan timing info in debug.log 14 years ago
Chris ab931be45b Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text. 14 years ago
Gavin Andresen d9574c2f14 Reconcile getbalance and listaccounts 0 in the shared-wallet case 14 years ago
Marius Hanne 0654e1c4ef include version information in help output 14 years ago
David FRANCOIS 04a9217dcf Add the -keypool option description to help output 14 years ago
Witchspace 5f88e8887a add -nolisten command line option 14 years ago
gavinandresen bdde31d787 All boolean options/flags now work the same way. 14 years ago
s_nakamoto 461764cbbe -paytxfee is now per KB, 14 years ago
s_nakamoto d9c6b09ac4 Gavin Andresen: multiple instance check, -testnet use port 18333 14 years ago
s_nakamoto 5cbf75324d Gavin's TEST network as -testnet switch, misc fixes 14 years ago