aboutsummaryrefslogtreecommitdiff
path: root/src/utilstrencodings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-081-0/+34
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-031-25/+31
|/
* SanitizeString: Allow hypen charMarcoFalke2015-09-231-2/+2
* [uacomment] Sanitize per BIP-0014MarcoFalke2015-09-161-7/+10
* util: use locale-independent parsing in ParseDoubleWladimir J. van der Laan2015-07-181-5/+6
* rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan2015-07-101-0/+120
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* util: Add ParseInt64 and ParseDouble functionsWladimir J. van der Laan2015-06-041-1/+42
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Format paragraphs properly - count the space between words.Pavel Janík2014-12-061-1/+1
* libbitcoinconsensus: don't require any global constructorsCory Fields2014-11-241-5/+5
* Update comments in util to be doxygen compatibleMichael Ford2014-11-171-3/+5
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-2/+2
* boost: drop boost dependency in utilstrencodings.cppCory Fields2014-10-151-4/+4
* SanitizeString: allow '(' and ')'Wladimir J. van der Laan2014-09-251-1/+1
* Fixing 'vector out of bounds' issue in base 32 and 64ENikS2014-09-181-2/+2
* header include cleanupPhilip Kaufmann2014-09-141-1/+2
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+496