summaryrefslogtreecommitdiffstats
path: root/src/lib/util/encode/base_n.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3209] Initial commitThomas Markwalder2024-02-071-494/+0
* [#2617] fix Wdeprecated-declarations warnings on std::iteratorAndrei Pavel2022-12-061-3/+17
* [#749] Converted assert to throw outside dns libFrancis Dupont2020-08-131-4/+4
* [497-kea-uses-deprecated-header] Fixed boost/{integer,math}/common_factor.hFrancis Dupont2019-10-181-5/+13
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3899] Copyright yearsFrancis Dupont2015-06-131-1/+1
* [3899] Added missing space in invalid padding error messageFrancis Dupont2015-06-131-1/+1
* [master] fix clang issue with exception in unnamed namespaceJelte Jansen2013-03-131-8/+15
* [2764] cleanup: removed an unused member functionJINMEI Tatuya2013-03-061-1/+0
* [2764] use x % 8 instead of x & 7 to check x is a multiple of 8JINMEI Tatuya2013-03-061-1/+1
* [2764] unified exception messages for the two incomplete-input cases.JINMEI Tatuya2013-03-061-17/+51
* [2764] detect intermediate padding explicitly.JINMEI Tatuya2013-03-061-2/+10
* [2764] implement postfix version of EncodeNormalizer::operator++.JINMEI Tatuya2013-03-061-7/+15
* [master] make the use of isspace() more portable regarding signedness of charJINMEI Tatuya2012-12-191-1/+2
* Merge branch 'trac838'Ocean Wang2011-06-071-6/+29
|\
| * [trac838] Add more comments to skipSpaces() function and fix style problems.Ocean Wang2011-06-071-5/+9
| * [trac838] Check the value passed to isspace() is not less than 0Ocean Wang2011-05-251-2/+4
| * [trac838] counter proposal for the isspace() problem: use simply castJINMEI Tatuya2011-05-061-1/+3
| * [trac838] counter proposal to the "dereferencing end iterator" (and related) ...JINMEI Tatuya2011-05-061-7/+18
| * [trac838] Check the iterator is not the end() iterator when dereferenced in D...Ocean Wang2011-05-051-3/+4
| * [trac838] Make sure the parameter passed to isspace() is larger than 0 to avo...Ocean Wang2011-05-041-2/+2
| * [trac838] check the iterator before deference itOcean Wang2011-05-031-0/+3
* | [master] fixed a minor typo in a comment line. pushing it directly.JINMEI Tatuya2011-05-051-1/+1
|/
* [trac749] rename namespacechenzhengzhang2011-04-141-0/+398