index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
cc
/
data.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[trac4001] Clear errno before calling OS functions
Shawn Routhier
2015-09-22
1
-0
/
+3
*
[master] Merged trac3697 (cryptic error on invalid config)
Francis Dupont
2015-06-19
1
-11
/
+11
|
\
|
*
[3697] added a throwTypeError macro to display position
Francis Dupont
2015-05-21
1
-12
/
+12
*
|
[3860] misc cleanups
Francis Dupont
2015-05-11
1
-2
/
+1
|
/
*
[3501] Corrected error messages reported when configuration error occurs.
Marcin Siodelski
2014-08-25
1
-2
/
+2
*
[3406] Implemented dynamic reconfiguration when SIGHUP is received.
Marcin Siodelski
2014-05-22
1
-2
/
+2
*
[3400] Obsolete comment removed.
Tomek Mrugalski
2014-05-20
1
-6
/
+0
*
[3400] Coding style fixes, better error message.
Tomek Mrugalski
2014-05-19
1
-4
/
+5
*
[3400] Element::preprocess() is now thread safe.
Tomek Mrugalski
2014-05-19
1
-12
/
+21
*
[3400] Merge remote-tracking branch 'origin/trac3449' into trac3400
Tomek Mrugalski
2014-05-15
1
-8
/
+24
|
\
|
*
[3409] Updated Element data structure to hold the file name.
Marcin Siodelski
2014-04-22
1
-8
/
+24
*
|
[3400] Element::fromJSONFile() added.
Tomek Mrugalski
2014-05-08
1
-1
/
+15
*
|
[3400] Comment removal implemented in lib/cc/data
Tomek Mrugalski
2014-05-08
1
-6
/
+39
|
/
*
[3408] Addressed review comments.
Marcin Siodelski
2014-04-18
1
-3
/
+19
*
[3408] Added a few comments in the data.cc concerning element position.
Marcin Siodelski
2014-04-18
1
-0
/
+12
*
[3408] Propagate line numbers and positions of elements in Element objects
Marcin Siodelski
2014-04-17
1
-31
/
+43
*
[3374] Reverted the changes made in 3339 and 3373
Thomas Markwalder
2014-03-12
1
-20
/
+3
*
[3339] data::merge now handles map elements
Thomas Markwalder
2014-02-24
1
-3
/
+20
*
[3213] add a never-reachable return to silence some compilers
JINMEI Tatuya
2013-11-15
1
-0
/
+1
*
[mavericks] avoid using istream::putback when the param is not the latest char.
JINMEI Tatuya
2013-11-15
1
-15
/
+15
*
[3073] Add empty() member function to Element for element lists.
Kean Johnston
2013-10-10
1
-0
/
+5
*
[3015] Updated comments and tests
Kazunori Fujiwara
2013-08-06
1
-5
/
+0
*
[3015] Rewrote to use boost::lexical cast to convert string to values
Kazunori Fujiwara
2013-07-08
1
-26
/
+10
*
[3015] Type of IntElement is changed from long int to int64_t.
Kazunori Fujiwara
2013-07-03
1
-7
/
+13
*
Merge #2726
Michal 'vorner' Vaner
2013-06-17
1
-2
/
+1
|
\
|
*
[2726] Constify variable
Mukund Sivaraman
2013-06-13
1
-1
/
+1
|
*
[2726] Reduce variable scope
Michal 'vorner' Vaner
2013-06-12
1
-2
/
+1
*
|
[2992] variable definition is moved into inner scope because of cppcheck claim
fujiwara
2013-06-13
1
-1
/
+1
*
|
[2992] Linux requires climits to use LONG_MAX and LONG_MIN
fujiwara
2013-06-12
1
-0
/
+1
*
|
[2992] Added errno check to fromStringstreamNumber()
Kazunori Fujiwara
2013-06-11
1
-4
/
+8
|
/
*
[2665] use istream::ignore() (and ignore result) to skip chars instead of get()
JINMEI Tatuya
2013-02-09
1
-5
/
+5
*
[2571] a small optimization: avoid calling strlen() every time in loop
JINMEI Tatuya
2013-01-14
1
-1
/
+3
*
[2571] editorial cleanups: &/* position, use camel name for func; const
JINMEI Tatuya
2013-01-14
1
-48
/
+48
*
[2571] Change from char to int when we need special character values.
Shane Kerr
2013-01-14
1
-11
/
+10
*
[2507] Remove redundant assignments
Mukund Sivaraman
2012-12-19
1
-2
/
+2
*
[2302] Fix bugs in Element class
Kazunori Fujiwara
2012-10-10
1
-8
/
+8
*
[2278] A number of cppcheck fixes
Jelte Jansen
2012-09-27
1
-4
/
+4
*
[1626] use one list of 'whitespace' chars
Jelte Jansen
2012-04-02
1
-7
/
+18
*
[1626] check string termination and whitespace fix
Jelte Jansen
2012-04-02
1
-3
/
+6
*
[1626] fix non-printable escaping in json conv
Jelte Jansen
2012-03-30
1
-8
/
+53
*
[1626] remove wrong comment line
Jelte Jansen
2012-03-29
1
-1
/
+0
*
[1626] do not escape forward slash in toJSON
Jelte Jansen
2012-03-29
1
-3
/
+4
*
[1626] escape JSON strings correctly
Jelte Jansen
2012-03-29
1
-5
/
+23
*
[1470] Iterate over unchanging map when removing identical elements
Stephen Morris
2011-12-12
1
-2
/
+6
*
[1470] Removed declared but unused exception variable
Stephen Morris
2011-12-12
1
-1
/
+1
*
[1470] Change some loop indexes to unsigned values
Stephen Morris
2011-12-12
1
-2
/
+2
*
[trac926] call it 'named set', not 'named map'
Jelte Jansen
2011-07-15
1
-1
/
+1
*
[trac926] add 'named_map' type in cpp module check
Jelte Jansen
2011-07-08
1
-0
/
+2
*
Merge branch 'trac1072'
Jelte Jansen
2011-07-04
1
-1
/
+3
|
\
[next]