aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Handle the result of posix_fallocate system callLuca Venturini2019-09-241-3/+4
* util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-09-241-3/+4
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-2/+2
* Revert "Change in transaction pull scheduling to prevent InvBlock-related att...Suhas Daftuar2019-04-172-0/+12
* Merge #15278: Improve PID file error handlingWladimir J. van der Laan2019-02-212-23/+0
|\
| * Move all PID file stuff to init.cppHennadii Stepanov2019-02-142-12/+0
| * Make PID file creating errors fatalHennadii Stepanov2019-02-022-11/+0
* | Merge #15391: Add compile time verification of assumptions we're currently ma...Wladimir J. van der Laan2019-02-151-0/+1
|\ \
| * | Add compile time verification of assumptions we're currently making implicitl...practicalswift2019-02-141-0/+1
* | | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-144-44/+85
* | | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-142-12/+12
|\ \ \
| * | | Add pf_invalid arg to std::string DecodeBase{32,64}Glenn Willen2019-02-112-12/+12
| |/ /
* | | Merge #15358: util: Add SetupHelpOptions()Wladimir J. van der Laan2019-02-122-0/+9
|\ \ \ | |/ / |/| |
| * | util: Add SetupHelpOptions()MarcoFalke2019-02-062-0/+9
* | | Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko2019-02-062-12/+0
|/ /
* | Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::CloseMeshCollider2019-02-062-0/+7
|\ \
| * | wallet: Close wallet env lock fileJoão Barbosa2019-02-042-0/+7
| |/
* / windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee2019-01-231-5/+0
|/
* Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan2019-01-211-51/+0
|\
| * Integrate util/system's CInit into RNGStatePieter Wuille2019-01-161-51/+0
* | Merge #14839: [rebase] threads: fix unitialized members in sched_paramWladimir J. van der Laan2019-01-161-1/+1
|\ \
| * | threads: fix unitialized members in sched_paramCory Fields2018-12-091-1/+1
| |/
* | Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan2019-01-162-7/+5
|\ \
| * | Make blockdir always net specificHennadii Stepanov2018-11-052-7/+5
* | | util: Make ToLower and ToUpper take a charWladimir J. van der Laan2019-01-102-3/+3
* | | util: remove unused [U](BEGIN|END) macrosWladimir J. van der Laan2019-01-101-4/+0
* | | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan2019-01-092-4/+4
|\ \ \
| * | | Use ToLower(...) instead of std::tolowerpracticalswift2018-11-061-1/+1
| * | | Use IsDigit(...) instead of std::isdigitpracticalswift2018-11-061-3/+3
* | | | Error if rpcpassword contains hash in conf sectionsMeshCollider2019-01-091-1/+1
| |_|/ |/| |
* | | Merge #14771: test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-221-2/+2
|\ \ \
| * | | test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-201-2/+2
* | | | Warn unrecognized sections in the config fileAkio Nakamura2018-11-202-8/+42
* | | | Merge #14718: Remove unreferenced boost headersMarcoFalke2018-11-191-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unreferenced boost headersMurray Nesbitt2018-11-161-1/+0
* | | | Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke2018-11-154-15/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-054-15/+19
* | | | Merge #14494: Error if # is used in rpcpassword in confWladimir J. van der Laan2018-11-121-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Error if rpcpassword in conf contains a hash characterMeshCollider2018-11-061-0/+6
| |/ /
* / / blockfilter: Use unordered_set instead of set in blockfilter.Jim Posen2018-11-052-0/+44
|/ /
* / Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift2018-11-052-0/+2
|/
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-049-0/+2796