aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1299/+0
* Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan2018-10-181-2/+2
|\
| * Move boost/std fstream to fsbridgeChun Kuan Lee2018-09-261-2/+2
* | utils: Convert Windows args to utf-8 stringChun Kuan Lee2018-09-301-0/+32
|/
* Make fs::path::string() always return utf-8 stringChun Kuan Lee2018-09-231-0/+4
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-1/+1
* Merge #13888: Call unicode API on WindowsWladimir J. van der Laan2018-09-131-1/+1
|\
| * Call unicode API on WindowsChun Kuan Lee2018-09-111-1/+1
* | doc: `-help-debug` implies `-help`Wladimir J. van der Laan2018-09-131-1/+1
* | Merge #13886: utils: run commands using utf-8 string on WindowsWladimir J. van der Laan2018-09-121-0/+5
|\ \ | |/ |/|
| * utils: run commands using utf-8 string on WindowsChun Kuan Lee2018-08-271-0/+5
* | Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan2018-09-111-3/+3
|\ \
| * | gui: get special folder in unicodeChun Kuan Lee2018-08-041-3/+3
* | | Merge #14105: util: Report parse errors in configuration fileWladimir J. van der Laan2018-09-061-5/+18
|\ \ \
| * | | util: Report parse errors in configuration fileWladimir J. van der Laan2018-08-301-5/+18
* | | | Fix potential deadlockpracticalswift2018-08-301-5/+15
* | | | Add lock annotations (cs_args)practicalswift2018-08-291-2/+2
* | | | Add missing locks (cs_args)practicalswift2018-08-291-9/+11
|/ / /
* | / add unicode compatible file_lock for WindowsChun Kuan Lee2018-08-281-14/+8
| |/ |/|
* | util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-2/+0
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \
| * | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/
* / Report when unknown config file options are ignoredPieter Wuille2018-07-301-3/+7
|/
* scripted-diff: prefer MAC_OSX over __APPLE__fanquake2018-07-251-1/+1
* tiny refactor for ArgsManagerAtsukiTak2018-07-221-4/+4
* Replace boost program_optionsChun Kuan Lee2018-07-181-9/+38
* Add unavailable options to hidden options categoryAndrew Chow2018-06-121-0/+7
* qa: Increase includeconf test coverageMarcoFalke2018-06-011-6/+14
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-6/+45
* Use a struct for arguments and nested map for categoriesAndrew Chow2018-05-301-24/+56
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-13/+13
* util: warn about recursive -includeconf arguments in configuration filesKarl-Johan Alm2018-05-101-0/+18
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-0/+49
* Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan2018-05-091-1/+34
|\
| * -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+34
* | Handle unsuccessful fseek(...):spracticalswift2018-05-021-1/+3
|/
* Add logging and error handling for file syncingWladimir J. van der Laan2018-04-231-6/+22
* MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen2018-04-181-270/+0
* Print to console by default when not run with -daemonEvan Klitzke2018-04-171-5/+10
* ArgsManager: special handling for -regtest and -testnetAnthony Towns2018-04-111-2/+18
* ArgsManager: Warn when ignoring network-specific config settingAnthony Towns2018-04-111-0/+28
* ArgsManager: limit some options to only apply on mainnet when in default sectionAnthony Towns2018-04-111-4/+34
* ArgsManager: support config file sectionsAnthony Towns2018-04-111-2/+37
* ArgsManager: drop m_negated_argsAnthony Towns2018-04-111-19/+44
* ArgsManager: keep command line and config file arguments separateAnthony Towns2018-04-111-23/+82
* util: Remove designator initializer from ScheduleBatchPriorityWladimir J. van der Laan2018-04-091-1/+1
* util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan2018-04-091-1/+1
* Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli2018-04-081-17/+37
|\
| * ReadConfigStream: assume the stream is goodAnthony Towns2018-04-061-17/+17
| * Separate out ReadConfigStream from ReadConfigFileAnthony Towns2018-04-061-4/+10