56 Commits (9a189be7401c583fd74fc7f3d7812327323ceecb)

Author SHA1 Message Date
Jeff Garzik a584320357 Ensure version number->string conversion is consistent 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
gavinandresen 77cd030ac3 Fixed description of -rpcuser/-rpcpassword options. 14 years ago
gavinandresen ed54768f5f -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. 14 years ago
s_nakamoto a790fa46f4 don't count or spend payments until they have 1 confirmation, 14 years ago
s_nakamoto 3f64753779 Gavin Andresen: clean shutdown on SIGTERM 14 years ago
s_nakamoto 14002c8eba Gavin Andresen: clean shutdown on SIGTERM 14 years ago
s_nakamoto f1e1fb4bde cleanup, 14 years ago
s_nakamoto 8c9479c6bb cleanup, 14 years ago
s_nakamoto 0a61b0df12 propset svn:eol-style native 14 years ago
Satoshi Nakamoto 6ac7f9f144 misc changes 14 years ago
s_nakamoto 4bd188c438 misc changes 14 years ago
Satoshi Nakamoto 7f71fd13ae fix -datadir=./subdir relative path, 14 years ago
s_nakamoto 01cd2fdaf3 fix -datadir=./subdir relative path, 14 years ago
Satoshi Nakamoto 410b618d18 json-spirit print reals with 8 decimal places, 14 years ago
s_nakamoto 342e1b7338 json-spirit print reals with 8 decimal places, 14 years ago
Satoshi Nakamoto b6dc3b517b bitcoind now compiles without wxWidgets or wxBase 14 years ago
s_nakamoto 793200e5e9 bitcoind now compiles without wxWidgets or wxBase 14 years ago
s_nakamoto 3b7cd5d89a Gavin Andresen's JSON-RPC HTTP authentication, 14 years ago
Gavin Andresen fe98cf8dc5 Configuration file, HTTP Basic authentication 14 years ago
Gavin Andresen e96cd730d1 json-rpc password, minor UI tweaks, removed some outdated txt files 14 years ago
s_nakamoto e8bff10f07 minor UI tweaks, removed some outdated txt files, 14 years ago
Gavin Andresen 8bd66202c3 Fix CRLF 14 years ago
s_nakamoto 6e5d67e827 switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters 14 years ago