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
Age
Commit message (
Expand
)
Author
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2016-08-28
[v1_1_0] Copyright dates update
Wlodek Wencel
2016-08-16
[master] Finished merge of trac4272a (meta-info in classification)
Francis Dupont
2016-08-08
[4272a] Addressed comments
Francis Dupont
2016-07-08
[4497] Spelling, no \n at end of .gitignore, etc
Francis Dupont
2016-07-08
[4497] Added .gitignores to non-recursively built directories.
Marcin Siodelski
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-08-18
[4006] removed pfto macros and some compiler junk conditionals
Francis Dupont
2015-06-13
[3899] Copyright years
Francis Dupont
2015-06-13
[3899] Added missing space in invalid padding error message
Francis Dupont
2014-08-21
[3526] compilation fix for RedHat on armv7
Tomek Mrugalski
2013-03-13
[master] fix clang issue with exception in unnamed namespace
Jelte Jansen
2013-03-06
[master] Merge branch 'trac2764'
JINMEI Tatuya
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-06
[master] many misspelling and typo fixes
Jeremy C. Reed
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
2012-10-25
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
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