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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3210] miscellaneous warning fixes in lib/util
Andrei Pavel
2024-03-21
2
-2
/
+10
*
[#3280] Fixed doxygen commentary errors
Thomas Markwalder
2024-03-12
1
-3
/
+3
*
[#3209] Further review comments
Thomas Markwalder
2024-02-07
1
-4
/
+4
*
[#3209] Addressed review comments
Thomas Markwalder
2024-02-07
1
-44
/
+78
*
[#3209] addressed review
Razvan Becheriu
2024-02-07
2
-25
/
+25
*
[#3209] Updated copyrights
Thomas Markwalder
2024-02-07
1
-0
/
+13
*
[#3209] Remove internal bool vectors
Thomas Markwalder
2024-02-07
1
-60
/
+66
*
[#3209] Created new BaseNEncoder class
Thomas Markwalder
2024-02-07
2
-105
/
+370
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
10
-1122
/
+350
*
[#2617] fix Wdeprecated-declarations warnings on std::iterator
Andrei Pavel
2022-12-06
1
-3
/
+17
*
[#1453] include config.h in non-generated .cc files
Andrei Pavel
2020-10-30
1
-0
/
+2
*
[#1304] Added latin1 -> UTF-8 encoder
Francis Dupont
2020-09-12
2
-0
/
+60
*
[#749] Converted assert to throw outside dns lib
Francis Dupont
2020-08-13
3
-8
/
+8
*
[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
*
[v1_1_0] Copyright dates update
Wlodek Wencel
2016-08-28
1
-1
/
+1
*
[master] Finished merge of trac4272a (meta-info in classification)
Francis Dupont
2016-08-16
1
-0
/
+9
|
\
|
*
[4272a] Addressed comments
Francis Dupont
2016-08-08
1
-0
/
+9
*
|
[4497] Spelling, no \n at end of .gitignore, etc
Francis Dupont
2016-07-08
1
-1
/
+1
*
|
[4497] Added .gitignores to non-recursively built directories.
Marcin Siodelski
2016-07-08
1
-0
/
+1
|
/
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
4
-4
/
+4
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
4
-44
/
+12
*
[4006] removed pfto macros and some compiler junk conditionals
Francis Dupont
2015-08-18
4
-34
/
+8
*
[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
*
[3526] compilation fix for RedHat on armv7
Tomek Mrugalski
2014-08-21
2
-2
/
+2
*
[master] fix clang issue with exception in unnamed namespace
Jelte Jansen
2013-03-13
1
-8
/
+15
*
[master] Merge branch 'trac2764'
JINMEI Tatuya
2013-03-06
1
-26
/
+75
|
\
|
*
[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] many misspelling and typo fixes
Jeremy C. Reed
2013-03-06
4
-4
/
+4
|
/
*
[master] make the use of isspace() more portable regarding signedness of char
JINMEI Tatuya
2012-12-19
1
-1
/
+2
*
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
2012-10-25
3
-9
/
+9
*
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
8
-0
/
+1067