summaryrefslogtreecommitdiffstats
path: root/src/lib/util/encode (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3210] miscellaneous warning fixes in lib/utilAndrei Pavel2024-03-212-2/+10
* [#3280] Fixed doxygen commentary errorsThomas Markwalder2024-03-121-3/+3
* [#3209] Further review commentsThomas Markwalder2024-02-071-4/+4
* [#3209] Addressed review commentsThomas Markwalder2024-02-071-44/+78
* [#3209] addressed reviewRazvan Becheriu2024-02-072-25/+25
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-0/+13
* [#3209] Remove internal bool vectorsThomas Markwalder2024-02-071-60/+66
* [#3209] Created new BaseNEncoder classThomas Markwalder2024-02-072-105/+370
* [#3209] Initial commitThomas Markwalder2024-02-0710-1122/+350
* [#2617] fix Wdeprecated-declarations warnings on std::iteratorAndrei Pavel2022-12-061-3/+17
* [#1453] include config.h in non-generated .cc filesAndrei Pavel2020-10-301-0/+2
* [#1304] Added latin1 -> UTF-8 encoderFrancis Dupont2020-09-122-0/+60
* [#749] Converted assert to throw outside dns libFrancis Dupont2020-08-133-8/+8
* [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
* [v1_1_0] Copyright dates updateWlodek Wencel2016-08-281-1/+1
* [master] Finished merge of trac4272a (meta-info in classification)Francis Dupont2016-08-161-0/+9
|\
| * [4272a] Addressed commentsFrancis Dupont2016-08-081-0/+9
* | [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-081-1/+1
* | [4497] Added .gitignores to non-recursively built directories.Marcin Siodelski2016-07-081-0/+1
|/
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-164-4/+4
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-164-44/+12
* [4006] removed pfto macros and some compiler junk conditionalsFrancis Dupont2015-08-184-34/+8
* [3899] Copyright yearsFrancis Dupont2015-06-131-1/+1
* [3899] Added missing space in invalid padding error messageFrancis Dupont2015-06-131-1/+1
* [3526] compilation fix for RedHat on armv7Tomek Mrugalski2014-08-212-2/+2
* [master] fix clang issue with exception in unnamed namespaceJelte Jansen2013-03-131-8/+15
* [master] Merge branch 'trac2764'JINMEI Tatuya2013-03-061-26/+75
|\
| * [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] many misspelling and typo fixesJeremy C. Reed2013-03-064-4/+4
|/
* [master] make the use of isspace() more portable regarding signedness of charJINMEI Tatuya2012-12-191-1/+2
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-253-9/+9
* 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-148-0/+1067