aboutsummaryrefslogtreecommitdiff
path: root/src/utilstrencodings.cpp
AgeCommit message (Expand)Author
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