349 Commits (afd37169e7851d67b25dd8704ac760303a952507)

Author SHA1 Message Date
Jianping Wu 937095dd4d WIP: started fixing make check. Fixed difficulty computation. 6 years ago
Jianping Wu 5424d869fa WIP: fixed getblocktemplate. 6 years ago
Jianping Wu cd9d169a8f WIP: fixed build with cnutils. 6 years ago
Jianping Wu 294f4f1cda Started changing from litecoin to kevacoin. 6 years ago
Jianping Wu ddc94011a2 WIP: started working on genesis block. 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Adrian Gallagher ecf6fd0aab
Litecoin: Fix copyright year value 7 years ago
Wladimir J. van der Laan 4d54e7ad41
test: Add unit test for LockDirectory 7 years ago
Wladimir J. van der Laan 32a726846d
util: Fix multiple use of LockDirectory 7 years ago
MeshCollider 2f3bd47d44 Abstract directory locking into util.cpp 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 529b866759 Test datadir in conf file exists 7 years ago
Wladimir J. van der Laan cf5f432c69 Add `-debuglogfile` option 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift cffe85f975 Skip sys::system(...) call in case of empty command 7 years ago
Marko Bencun fcbde9091e remove unused gArgs wrappers 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
João Barbosa a622a17683 Fix constness of ArgsManager methods 7 years ago
Jorge Timón 506b700dcb
Util: Remove redundant calls to gArgs.IsArgSet() 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 8 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
Luke Dashjr 74e8738961 Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append 8 years ago
John Newbery 761392db3a [logging] log system time and mock time 8 years ago
Jorge Timón 52922456b8
Util: Put mapMultiArgs inside ArgsManager 8 years ago
Jorge Timón f2957ce6cd
Util: Create ArgsManager class... 8 years ago
fanquake 93dbb15954
Remove Clang workaround for Boost 1.46 8 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 8 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 8 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 625488ace5 util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 8 years ago
Thomas Snider 6d5dd60c88 No need to use OpenSSL malloc/free 8 years ago
practicalswift 53a2ba351a [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 8 years ago
Karl-Johan Alm a57845c20e
Refactor: Remove using namespace <xxx> from util* 8 years ago
kirit93 40f11f8872 Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
Alex Morcos 29fb311858 Increase minimum debug.log size to 10MB after shrink. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo c2f61bebb1 Add a ForceSetArg method for testing 8 years ago
Matt Corallo 4e048142a5 Lock mapArgs/mapMultiArgs access in util 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo 2b5f085ad1 Fix non-const mapMultiArgs[] access after init. 8 years ago
Matt Corallo c8042a48f0 Remove arguments to ParseConfigFile 8 years ago