Age | Commit message (Expand) | Author |
2018-09-04 | Merge #13249: Make objects in range declarations immutable by default. Avoid ... | Wladimir J. van der Laan |
2018-08-28 | Implements custom tolower and toupper functions. | 251 |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-08-13 | [MOVEONLY] Move ParseHDKeypath to utilstrencodings | Pieter Wuille |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-22 | Removes Boost predicate.hpp dependency | 251 |
2018-03-07 | Simplify Base32 and Base64 conversions | Pieter Wuille |
2018-02-13 | Remove useless string initialization. | Alin Rus |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-05 | Allow setting nMinimumChainWork on command line | Suhas Daftuar |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-15 | Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ... | Pieter Wuille |
2017-07-12 | [refactor] move SplitHostPort() into utilstrencodings | John Newbery |
2017-07-08 | Remove unnecessary branches in utilstrencodings string constructors. | Jeremy Rubin |
2017-07-08 | Fix subscript[0] in utilstrencodings.cpp | Jeremy Rubin |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-03-08 | Refactor: Remove using namespace <xxx> from util* | Karl-Johan Alm |
2017-02-27 | Wallet: Sanitise -wallet parameter | Luke Dashjr |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-06-08 | util: Add ParseUInt32 and ParseUInt64 | Wladimir J. van der Laan |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr |
2016-02-03 | Rewrite FormatParagraph to handle newlines within input strings correctly | Luke Dashjr |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-09-23 | SanitizeString: Allow hypen char | MarcoFalke |
2015-09-16 | [uacomment] Sanitize per BIP-0014 | MarcoFalke |
2015-07-18 | util: use locale-independent parsing in ParseDouble | Wladimir J. van der Laan |
2015-07-10 | rpc: Accept scientific notation for monetary amounts in JSON | Wladimir J. van der Laan |
2015-06-04 | use const references where appropriate | Philip Kaufmann |
2015-06-04 | util: Add ParseInt64 and ParseDouble functions | Wladimir J. van der Laan |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-06 | Format paragraphs properly - count the space between words. | Pavel JanÃk |
2014-11-24 | libbitcoinconsensus: don't require any global constructors | Cory Fields |
2014-11-17 | Update comments in util to be doxygen compatible | Michael Ford |
2014-10-31 | minor cleanup: include orders, end comments etc. | Philip Kaufmann |
2014-10-15 | boost: drop boost dependency in utilstrencodings.cpp | Cory Fields |
2014-09-25 | SanitizeString: allow '(' and ')' | Wladimir J. van der Laan |
2014-09-18 | Fixing 'vector out of bounds' issue in base 32 and 64 | ENikS |
2014-09-14 | header include cleanup | Philip Kaufmann |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |