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.h
(
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
*
[3697] added a throwTypeError macro to display position
Francis Dupont
2015-05-21
1
-7
/
+20
*
[3793] Changes after review:
Tomek Mrugalski
2015-05-14
1
-1
/
+0
*
[3793] Missing method added in MapElement
Tomek Mrugalski
2015-05-08
1
-0
/
+8
*
[3400] Element::preprocess() is now thread safe.
Tomek Mrugalski
2014-05-19
1
-5
/
+6
*
[3400] Merge remote-tracking branch 'origin/trac3449' into trac3400
Tomek Mrugalski
2014-05-15
1
-8
/
+34
|
\
|
*
[3409] Store position of the data element in the value storage.
Marcin Siodelski
2014-04-23
1
-0
/
+4
|
*
[3409] Updated Element data structure to hold the file name.
Marcin Siodelski
2014-04-22
1
-8
/
+30
*
|
[3400] Element::fromJSONFile() added.
Tomek Mrugalski
2014-05-08
1
-1
/
+10
*
|
[3400] Comment removal implemented in lib/cc/data
Tomek Mrugalski
2014-05-08
1
-3
/
+36
|
/
*
[3408] Addressed review comments.
Marcin Siodelski
2014-04-18
1
-11
/
+4
*
[3408] Compilation fix.
Tomek Mrugalski
2014-04-18
1
-0
/
+1
*
[3408] Additional doxygen fixes in data.h
Marcin Siodelski
2014-04-18
1
-2
/
+2
*
[3408] Doxygen cleanup in data.h.
Marcin Siodelski
2014-04-18
1
-14
/
+37
*
[3408] Propagate line numbers and positions of elements in Element objects
Marcin Siodelski
2014-04-17
1
-23
/
+94
*
[3073] Add empty() member function to Element for element lists.
Kean Johnston
2013-10-10
1
-0
/
+4
*
[3015] Added Notes about the use of int64_t, long long, long and int
Kazunori Fujiwara
2013-08-07
1
-0
/
+15
*
[3015] Rewrote to use boost::lexical cast to convert string to values
Kazunori Fujiwara
2013-07-08
1
-2
/
+4
*
[3015] Type of IntElement is changed from long int to int64_t.
Kazunori Fujiwara
2013-07-03
1
-10
/
+12
*
[1835] (unrelated) docs: Clarify what happens if key missing
Michal 'vorner' Vaner
2013-03-15
1
-1
/
+1
*
[master] many misspelling and typo fixes
Jeremy C. Reed
2013-03-06
1
-1
/
+1
*
[2432] Fix more cases of \return (use singular form)
Mukund Sivaraman
2013-01-07
1
-2
/
+1
*
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
2012-10-25
1
-3
/
+3
*
[2302] Untabify and delete trailing whitespace
Mukund Sivaraman
2012-10-10
1
-8
/
+8
*
[2302] Fix bugs in Element class
Kazunori Fujiwara
2012-10-10
1
-14
/
+14
*
[trac1004] clean up if-statement and don't use json for copy
Jelte Jansen
2011-06-27
1
-1
/
+1
*
[jreed-doxygen] doxygen fixes and improvements.
Jeremy C. Reed
2011-02-07
1
-5
/
+7
*
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2011-01-21
1
-2
/
+0
*
type consistency for ?: values to suppress a compiler error.
JINMEI Tatuya
2010-08-26
1
-2
/
+2
*
constified lib/cc API as much as possible. (trac #310)
JINMEI Tatuya
2010-08-17
1
-68
/
+106
*
style fixes:
JINMEI Tatuya
2010-08-17
1
-26
/
+26
*
updated doxy of merge()
Jelte Jansen
2010-06-30
1
-11
/
+16
*
addressed review comments 2 of 3 (or 4)
Jelte Jansen
2010-06-27
1
-0
/
+16
*
addressed first part of review comments
Jelte Jansen
2010-06-27
1
-7
/
+5
*
removed some constants which weren't used anymore
Jelte Jansen
2010-06-23
1
-3
/
+3
*
added unit tests
Jelte Jansen
2010-06-16
1
-1
/
+1
*
changed stringstream argument in toJSON to the more general ostream
Jelte Jansen
2010-06-16
1
-8
/
+8
*
made JSONError a subclass of isc::Exception instead of std:runtime_error
Jelte Jansen
2010-06-15
1
-15
/
+3
*
rename ParseError to JSONError
Jelte Jansen
2010-06-15
1
-6
/
+6
*
rename createFromString() to fromJSON()
Jelte Jansen
2010-06-15
1
-9
/
+26
*
empty constructors for lists and maps, and corresponding 'factory' functions ...
Jelte Jansen
2010-06-15
1
-6
/
+10
*
few doc updates
Jelte Jansen
2010-06-15
1
-11
/
+19
*
created toJSON functions (which are mostly the old str() ones, str() is now a...
Jelte Jansen
2010-06-15
1
-21
/
+22
*
cleanup: pass a const reference as a copy source instead of an object.
JINMEI Tatuya
2010-04-06
1
-1
/
+1
*
hide UNUSED_PARAM attributes in .cc, not .h as it wouldn't be good to
JINMEI Tatuya
2010-03-19
1
-43
/
+23
*
namespace related cleanups
JINMEI Tatuya
2010-03-15
1
-2
/
+1
*
clarified that some variables are intentionally unused to suppress -Wextra
JINMEI Tatuya
2010-03-11
1
-22
/
+42
*
s/dns_throw/isc_throw/
JINMEI Tatuya
2010-03-07
1
-16
/
+16
*
Restructure trunk again.
Jeremy C. Reed
2010-03-05
1
-0
/
+500