index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
encode
/
base_n.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
1
-494
/
+0
*
[#2617] fix Wdeprecated-declarations warnings on std::iterator
Andrei Pavel
2022-12-06
1
-3
/
+17
*
[#749] Converted assert to throw outside dns lib
Francis Dupont
2020-08-13
1
-4
/
+4
*
[497-kea-uses-deprecated-header] Fixed boost/{integer,math}/common_factor.h
Francis Dupont
2019-10-18
1
-5
/
+13
*
Added #include <config.h> to all .cc files.
Andrei Pavel
2016-12-14
1
-0
/
+2
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
1
-1
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[3899] Copyright years
Francis Dupont
2015-06-13
1
-1
/
+1
*
[3899] Added missing space in invalid padding error message
Francis Dupont
2015-06-13
1
-1
/
+1
*
[master] fix clang issue with exception in unnamed namespace
Jelte Jansen
2013-03-13
1
-8
/
+15
*
[2764] cleanup: removed an unused member function
JINMEI Tatuya
2013-03-06
1
-1
/
+0
*
[2764] use x % 8 instead of x & 7 to check x is a multiple of 8
JINMEI Tatuya
2013-03-06
1
-1
/
+1
*
[2764] unified exception messages for the two incomplete-input cases.
JINMEI Tatuya
2013-03-06
1
-17
/
+51
*
[2764] detect intermediate padding explicitly.
JINMEI Tatuya
2013-03-06
1
-2
/
+10
*
[2764] implement postfix version of EncodeNormalizer::operator++.
JINMEI Tatuya
2013-03-06
1
-7
/
+15
*
[master] make the use of isspace() more portable regarding signedness of char
JINMEI Tatuya
2012-12-19
1
-1
/
+2
*
Merge branch 'trac838'
Ocean Wang
2011-06-07
1
-6
/
+29
|
\
|
*
[trac838] Add more comments to skipSpaces() function and fix style problems.
Ocean Wang
2011-06-07
1
-5
/
+9
|
*
[trac838] Check the value passed to isspace() is not less than 0
Ocean Wang
2011-05-25
1
-2
/
+4
|
*
[trac838] counter proposal for the isspace() problem: use simply cast
JINMEI Tatuya
2011-05-06
1
-1
/
+3
|
*
[trac838] counter proposal to the "dereferencing end iterator" (and related) ...
JINMEI Tatuya
2011-05-06
1
-7
/
+18
|
*
[trac838] Check the iterator is not the end() iterator when dereferenced in D...
Ocean Wang
2011-05-05
1
-3
/
+4
|
*
[trac838] Make sure the parameter passed to isspace() is larger than 0 to avo...
Ocean Wang
2011-05-04
1
-2
/
+2
|
*
[trac838] check the iterator before deference it
Ocean Wang
2011-05-03
1
-0
/
+3
*
|
[master] fixed a minor typo in a comment line. pushing it directly.
JINMEI Tatuya
2011-05-05
1
-1
/
+1
|
/
*
[trac749] rename namespace
chenzhengzhang
2011-04-14
1
-0
/
+398