1855 Commits (31a8b70ee3ad243a7d2a3401ced79f5ece6b4a00)

Author SHA1 Message Date
kjj2 31a8b70ee3 Add a backup warning to the encryptwallet RPC command 12 years ago
Jeff Garzik b1d3e95a0a When rejected TX relay due to lack of fees, log full txid 12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago
Gavin Andresen 8f09e4cac4 Give makefiles 'test' and 'check' targets to compile and run unit tests 12 years ago
Gavin Andresen 5add0b0d0f Bump client version to 0.7.0.99 now that 0.7.0 release is final. 12 years ago
Wladimir J. van der Laan 7fddf1210e update comment, secure_allocator is defined in allocators.h 12 years ago
Gavin Andresen 0a4e67afad Bump client version number for 0.7.0rc3 12 years ago
Pieter Wuille c1d79812f4 Do not abort if RPC listening for IPv6 fails 12 years ago
Gregory Maxwell ab91bf39b7 Apply BIP30 checks to all blocks except the two historic violations. 12 years ago
Jeff Garzik 17f8d6e400 Improve debug logging, for mempool TXs that do not include sufficient fees 12 years ago
Jeff Garzik 76970091f1 Cosmetic: move CTransaction::GetMinFee out of header file 12 years ago
Wladimir J. van der Laan b019ea17ec Remove VC6 comment and pointless #ifdef'd benchmark code 12 years ago
Luke Dashjr 85eb1e7e56 Update translations from Transifex (100% coverage for Finnish and Chinese (China) 12 years ago
Luke Dashjr 4ee706243c Partially Bugfix: Update English translation strings and translations from Transifex 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
Philip Kaufmann f875921176 Bitcoin-Qt (Windows only): add version info to Resource File 12 years ago
xanatos af8c050bff Wrong address added to collection in test 12 years ago
Gavin Andresen 1913b6e2fc Fix double-paren typo 12 years ago
Matt Corallo 65786afb05 Add various tests for CTransaction::CheckTransaction() 12 years ago
Matt Corallo 1fcebc16c5 check tx.CheckTransaction for data-driven tx tests. 12 years ago
Philip Kaufmann 4bd34b4966 replace 2x WSAGetLastError() with 1x WSAGetLastError() call 12 years ago
Jeff Garzik 2387944782 select(): Use precise fd presence check, rather than imprecise hSocketMax test 12 years ago
Gavin Andresen 8788221761 Bump version number for 0.7.0rc2 12 years ago
xanatos 4f76be1dc5 Correct LoadWallet() return value (false -> DB_LOAD_OK) 12 years ago
Philip Kaufmann 274b7ab123 remove double logging of startup time, when !fLogTimestamps 12 years ago
Philip Kaufmann 8d367c7e66 fix signed/unsigned usage in BlockFilePath() 12 years ago
Jeff Garzik 42613c97d5 Add block file naming helper, BlockFilePath() 12 years ago
Jeff Garzik dcb14198bb init.cpp: fix build error, and possibly-uninit'd warning 12 years ago
xanatos 89fbd1f11c Useless vector declaration 12 years ago
Wladimir J. van der Laan 9c80909452 Remove last occurrence of potentially insecure function sprintf. 12 years ago
Luke Dashjr ddb709e9de Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list 12 years ago
R E Broadley 016178132e No need to log start time if it's already being done on every line. 12 years ago
Luke Dashjr 0689a7eb9c Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided 12 years ago
Wladimir J. van der Laan 9c94bdac06 RPC console: escaping within ' and " now handled differently 12 years ago
Wladimir J. van der Laan b5c1467a7d In RPC console, attempt to format errors 12 years ago
Wladimir J. van der Laan 576b5efe93 Fix RPC console parser to handle escaped arguments more like bash 12 years ago
Philip Kaufmann d93e5986d7 add default value in -timeout description 12 years ago
Philip Kaufmann a4d4403a75 enable ASLR and DEP for bitcoind.exe via linker flags 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Wladimir J. van der Laan 61d8507140 implement CreateThread with boost::thread 12 years ago
Wladimir J. van der Laan 6117afeeaa Update strings for 0.7.0rc2 12 years ago
Philip Kaufmann e273c51287 Update string for Show/Hide in the tray 12 years ago
Gregory Maxwell 6a60c64c6b Don't retry a failing IRC nickname forever. 12 years ago
Gregory Maxwell 3595b18793 Don't force IRC off if not listening, do force it off if IPv4 is off. 12 years ago
Pieter Wuille af4da4be3d Bugfix: increase score, not port 12 years ago
Gavin Andresen 286dbba2d2 Give testnet it's own alert key. 12 years ago
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h 12 years ago
xanatos 9eb7fc5842 Changed nprev->pprev 12 years ago
Wladimir J. van der Laan ba7ba84f07 Add boost chrono lib for windows builds (required for boost 1.50) 12 years ago
Gavin Andresen 03fa53a640 Version numbers -> 0.7.0 12 years ago