index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
2
-25
/
+33
*
Merge branch 'trac3172'
Mukund Sivaraman
2013-10-31
2
-9
/
+0
|
\
|
*
[3172] Make more clang++ fixes
Mukund Sivaraman
2013-09-19
2
-9
/
+0
*
|
[3073] Add empty() member function to Element for element lists.
Kean Johnston
2013-10-10
4
-1
/
+16
|
/
*
[3170] fix rulkes that were breaking parallel builds
Kean Johnston
2013-09-18
1
-2
/
+5
*
[3015] Added Notes about the use of int64_t, long long, long and int
Kazunori Fujiwara
2013-08-07
1
-0
/
+15
*
[3015] Updated comments and tests
Kazunori Fujiwara
2013-08-06
2
-10
/
+15
*
[3015] 64bit value requires "LL", and floating underflow test may not work
Kazunori Fujiwara
2013-07-17
1
-6
/
+6
*
[3015] Rewrote to use boost::lexical cast to convert string to values
Kazunori Fujiwara
2013-07-08
2
-28
/
+14
*
[3015] Type of IntElement is changed from long int to int64_t.
Kazunori Fujiwara
2013-07-03
3
-24
/
+58
*
[3015] Integer Element test is changed to uint64_t
Kazunori Fujiwara
2013-06-26
1
-12
/
+7
*
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
2
-0
/
+2
*
|
[2992] Added errno check to fromStringstreamNumber()
Kazunori Fujiwara
2013-06-11
1
-4
/
+8
*
|
[2992] Added integer conversion tests (LONG_MAX, -LONG_MAX, LONG_MIN)
Kazunori Fujiwara
2013-06-11
1
-0
/
+18
|
/
*
[2930] Use a constant
Michal 'vorner' Vaner
2013-05-21
1
-0
/
+1
*
[2930] Sending notifications, C++ version
Michal 'vorner' Vaner
2013-05-21
1
-0
/
+2
*
Merge #2835
Michal 'vorner' Vaner
2013-03-27
1
-1
/
+1
|
\
|
*
[1835] (unrelated) docs: Clarify what happens if key missing
Michal 'vorner' Vaner
2013-03-15
1
-1
/
+1
*
|
[2737] Use constants in isc::cc::Session
Michal 'vorner' Vaner
2013-03-19
1
-22
/
+26
*
|
[2737] Use constants in isc.config.ccsession
Michal 'vorner' Vaner
2013-03-19
1
-1
/
+3
*
|
[2737] Use protocol constants in msgq
Michal 'vorner' Vaner
2013-03-19
1
-0
/
+8
|
/
*
Merge #2768
Michal 'vorner' Vaner
2013-03-11
3
-3
/
+3
|
\
|
*
[2768] Output seq of message waited for
Michal 'vorner' Vaner
2013-02-22
2
-2
/
+2
|
*
[2768] Add missing protocol constant
Michal 'vorner' Vaner
2013-02-22
1
-0
/
+1
*
|
[master] various more typo and misspelling fixes
Jeremy C. Reed
2013-03-08
1
-1
/
+1
*
|
[master] many misspelling and typo fixes
Jeremy C. Reed
2013-03-06
3
-3
/
+3
*
|
[master] Add/update .gitignore files
Mukund Sivaraman
2013-02-25
1
-0
/
+1
*
|
[2676] Use constant for success code
Michal 'vorner' Vaner
2013-02-19
1
-0
/
+1
|
/
*
Merge #1924
Michal 'vorner' Vaner
2013-02-13
5
-48
/
+236
|
\
|
*
[1924] Clean generated file
Michal 'vorner' Vaner
2013-02-12
1
-1
/
+2
|
*
[1924] Fix makefile
Michal 'vorner' Vaner
2013-02-11
1
-1
/
+2
|
*
[1924] Move the common_defs to the cc directory
Michal 'vorner' Vaner
2013-02-11
4
-14
/
+60
|
*
[1924] Less confusing parameter names for sendmsg
Michal 'vorner' Vaner
2013-02-08
3
-12
/
+12
|
*
[1924] prioritize a method where possible.
JINMEI Tatuya
2013-02-07
1
-9
/
+10
|
*
[1924] constify, adjusted position of '&'
JINMEI Tatuya
2013-02-07
2
-3
/
+3
|
*
[1924] cancel a constify; recent change does not allow that any more.
JINMEI Tatuya
2013-02-07
1
-2
/
+1
|
*
[1924] Merge remote-tracking branch 'origin/trac1914' into trac1924
JINMEI Tatuya
2013-02-07
3
-101
/
+72
|
|
\
|
|
*
[1924] Combine the elementsEqual variants together
Michal 'vorner' Vaner
2013-02-07
1
-11
/
+3
|
|
*
[1924] Get rid of IO test code
Michal 'vorner' Vaner
2013-02-07
1
-67
/
+8
|
|
*
[1924] Don't use real network IO in the test
Michal 'vorner' Vaner
2013-02-06
2
-7
/
+40
|
|
*
[1924] Use the constants in default parameters too
Michal 'vorner' Vaner
2013-02-04
2
-8
/
+10
|
|
*
[1924] Use constants when building CC message in C++
Michal 'vorner' Vaner
2013-02-04
1
-10
/
+13
|
*
|
[1924] constify
JINMEI Tatuya
2013-02-02
1
-3
/
+3
|
*
|
[1924] added blnak lines between method declarations for readability.
JINMEI Tatuya
2013-02-02
1
-0
/
+2
|
|
/
|
*
[1924] Send the want_answer header from C++
Michal 'vorner' Vaner
2013-01-31
1
-1
/
+2
[next]