aboutsummaryrefslogtreecommitdiff
path: root/zencore/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Format fix.Per Larsson2021-10-201-2/+2
* string: Fixed ToLower logic (needs to use unsigned arithmetic)Stefan Boberg2021-10-191-0/+6
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-0/+7
* NiceByteRateToBuffer could cause a divide-by-zero in some cases - fixedStefan Boberg2021-10-071-1/+11
* It's not possible to compile out testsStefan Boberg2021-09-201-3/+8
* Added helper function for iterating string tokens.Per Larsson2021-09-171-0/+40
* Missing include for std::runtime_error()Martin Ridgers2021-09-151-0/+1
* Missing include for pow()Martin Ridgers2021-09-151-0/+1
* Replaced use of "%ll?" format specifiers with PRI?64Martin Ridgers2021-09-141-5/+5
* Use runtime_exception() instead of exception() as the latter doesn't have a c...Martin Ridgers2021-09-141-1/+1
* fix for extern template class declarations, also made integer constant in tes...Stefan Boberg2021-09-031-1/+1
* Adding zenservice codeStefan Boberg2021-05-111-0/+913