aboutsummaryrefslogtreecommitdiff
path: root/src/utilstrencodings.cpp
AgeCommit message (Expand)Author
2018-11-29Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-22Removes Boost predicate.hpp dependency251
2018-03-07Simplify Base32 and Base64 conversionsPieter Wuille
2018-02-13Remove useless string initialization.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-15Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille
2017-07-12[refactor] move SplitHostPort() into utilstrencodingsJohn Newbery
2017-07-08Remove unnecessary branches in utilstrencodings string constructors.Jeremy Rubin
2017-07-08Fix subscript[0] in utilstrencodings.cppJeremy Rubin
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-03-08Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm
2017-02-27Wallet: Sanitise -wallet parameterLuke Dashjr
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-06-08util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-02-03Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-23SanitizeString: Allow hypen charMarcoFalke
2015-09-16[uacomment] Sanitize per BIP-0014MarcoFalke
2015-07-18util: use locale-independent parsing in ParseDoubleWladimir J. van der Laan
2015-07-10rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan
2015-06-04use const references where appropriatePhilip Kaufmann
2015-06-04util: Add ParseInt64 and ParseDouble functionsWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-06Format paragraphs properly - count the space between words.Pavel Janík
2014-11-24libbitcoinconsensus: don't require any global constructorsCory Fields
2014-11-17Update comments in util to be doxygen compatibleMichael Ford
2014-10-31minor cleanup: include orders, end comments etc.Philip Kaufmann
2014-10-15boost: drop boost dependency in utilstrencodings.cppCory Fields
2014-09-25SanitizeString: allow '(' and ')'Wladimir J. van der Laan
2014-09-18Fixing 'vector out of bounds' issue in base 32 and 64ENikS
2014-09-14header include cleanupPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan