index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
encode
/
base_n.cc
Age
Commit message (
Expand
)
Author
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-06-13
[3899] Copyright years
Francis Dupont
2015-06-13
[3899] Added missing space in invalid padding error message
Francis Dupont
2013-03-13
[master] fix clang issue with exception in unnamed namespace
Jelte Jansen
2013-03-06
[2764] cleanup: removed an unused member function
JINMEI Tatuya
2013-03-06
[2764] use x % 8 instead of x & 7 to check x is a multiple of 8
JINMEI Tatuya
2013-03-05
[2764] unified exception messages for the two incomplete-input cases.
JINMEI Tatuya
2013-03-05
[2764] detect intermediate padding explicitly.
JINMEI Tatuya
2013-03-05
[2764] implement postfix version of EncodeNormalizer::operator++.
JINMEI Tatuya
2012-12-19
[master] make the use of isspace() more portable regarding signedness of char
JINMEI Tatuya
2011-06-07
Merge branch 'trac838'
Ocean Wang
2011-06-07
[trac838] Add more comments to skipSpaces() function and fix style problems.
Ocean Wang
2011-05-25
[trac838] Check the value passed to isspace() is not less than 0
Ocean Wang
2011-05-05
[trac838] counter proposal for the isspace() problem: use simply cast
JINMEI Tatuya
2011-05-05
[trac838] counter proposal to the "dereferencing end iterator" (and related) ...
JINMEI Tatuya
2011-05-05
[master] fixed a minor typo in a comment line. pushing it directly.
JINMEI Tatuya
2011-05-05
[trac838] Check the iterator is not the end() iterator when dereferenced in D...
Ocean Wang
2011-05-04
[trac838] Make sure the parameter passed to isspace() is larger than 0 to avo...
Ocean Wang
2011-05-03
[trac838] check the iterator before deference it
Ocean Wang
2011-04-14
[trac749] rename namespace
chenzhengzhang