index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[4633] Merged trac3908 and trac4631
Francis Dupont
2016-08-26
1
-2
/
+2
*
[4483] Generic unit-tests for evaluating expressions written
Tomek Mrugalski
2016-08-19
1
-0
/
+3
*
[4497] Fixed inefficient setting of the Pkt4o6 flag.
Marcin Siodelski
2016-07-08
1
-1
/
+1
*
[4497] spelling
Francis Dupont
2016-07-08
1
-1
/
+1
*
[4497] Extended Pkt4o6 to support setCopyRetrievedOptions.
Marcin Siodelski
2016-07-08
4
-7
/
+49
*
[4497] Spelling, no \n at end of .gitignore, etc
Francis Dupont
2016-07-08
4
-34
/
+34
*
[4497] Spelling
Francis Dupont
2016-07-08
3
-8
/
+8
*
[4497] Fixed a couple doxygen issues.
Marcin Siodelski
2016-07-08
2
-6
/
+6
*
[4497] Updated copyright dates.
Marcin Siodelski
2016-07-08
1
-1
/
+1
*
[4497] Enable copying retrieved options in callouts.
Marcin Siodelski
2016-07-08
1
-0
/
+56
*
[4497] Added Pkt method checking if retrieved options are copied.
Marcin Siodelski
2016-07-08
2
-0
/
+11
*
[4497] Implemented copying options on retrieval from packet.
Marcin Siodelski
2016-07-08
7
-48
/
+520
*
[4497] Documented tests for options copying.
Marcin Siodelski
2016-07-08
1
-21
/
+226
*
[4497] Removed spurious headers from the option unit tests.
Marcin Siodelski
2016-07-08
1
-4
/
+0
*
[4497] Documented Option::clone() in all option classes.
Marcin Siodelski
2016-07-08
29
-28
/
+80
*
[4497] Implemented deep copy of DHCP options.
Marcin Siodelski
2016-07-08
35
-12
/
+779
*
[4497] Fix constness of methods in Option classes.
Marcin Siodelski
2016-07-08
30
-130
/
+129
*
[master] Merged trac4283 (FreeBSD build)
Francis Dupont
2016-07-05
2
-24
/
+0
|
\
|
*
[4283] Moved clang and missing initializer -Wno-* to improved/fixed configure
Francis Dupont
2016-07-02
2
-24
/
+0
*
|
[4274] Several minor corrections.
Tomek Mrugalski
2016-07-01
1
-1
/
+1
*
|
[4274] Added a lot of dev DHCP4o6 stuff
Francis Dupont
2016-07-01
1
-4
/
+18
|
/
*
[master] Merge branch 'trac4498'
Marcin Siodelski
2016-06-10
15
-508
/
+437
|
\
|
*
[4498] Addressed review comment: renamed 2 libdhcp++ tests.
Marcin Siodelski
2016-06-10
1
-2
/
+2
|
*
[trac4498] Fix some typos and copyrights
Shawn Routhier
2016-06-10
2
-3
/
+3
|
*
[4498] Removed support for callback functions unpacking options.
Marcin Siodelski
2016-05-19
11
-401
/
+26
|
*
[4498] Unified container types holding option definitions in LibDHCP.
Marcin Siodelski
2016-05-19
4
-41
/
+39
|
*
[4498] Avoid copying container with option definitions during parsing.
Marcin Siodelski
2016-05-18
4
-65
/
+116
|
*
[4498] Extended test for parsing vendor options.
Marcin Siodelski
2016-05-18
1
-25
/
+37
|
*
[4498] Removed server specific function for parsing DHCPv6 options.
Marcin Siodelski
2016-05-18
1
-0
/
+71
|
*
[4498] Removed server specific method for unpacking DHCPv4 options.
Marcin Siodelski
2016-05-18
2
-21
/
+193
*
|
[master] Merge branch 'trac3572'
Marcin Siodelski
2016-06-09
1
-1
/
+13
|
\
\
|
*
|
[3572] Addressed review comments.
Marcin Siodelski
2016-06-08
1
-0
/
+12
|
*
|
[3572] Test that vendor specific options are overriden.
Marcin Siodelski
2016-05-23
1
-1
/
+1
*
|
|
[master] Merge branch 'trac4281'
Marcin Siodelski
2016-06-02
2
-2
/
+46
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[4281] Addressed review comments.
Marcin Siodelski
2016-05-25
1
-12
/
+8
|
*
|
[4281] Updated recently modified files with proper commentary.
Marcin Siodelski
2016-05-17
1
-9
/
+0
|
*
|
[4281] Extended MySQL host data source with DHCPv4 and DHCPv6 options.
Marcin Siodelski
2016-05-12
2
-2
/
+59
|
|
/
*
/
[4495] Fixed inefficient creation of DHCP Message Type option.
Marcin Siodelski
2016-05-17
1
-3
/
+2
|
/
*
[4303] Servers now search for host reservations using any identifier.
Marcin Siodelski
2016-04-13
1
-0
/
+3
*
[master] Merge branch 'trac4301'
Marcin Siodelski
2016-04-06
3
-110
/
+9
|
\
|
*
[4301] DUID and HWAddr classes use strutil to convert text to binary.
Marcin Siodelski
2016-04-06
3
-110
/
+9
*
|
Merge branch 'trac4265' Access to options and constants from DHCP6 relay enca...
Shawn Routhier
2016-04-06
3
-15
/
+76
|
\
\
|
|
/
|
/
|
|
*
[trac4265] Update copyrights and use HOP_COUNT_LIMIT instead of hardcoded value
Shawn Routhier
2016-04-06
3
-4
/
+4
|
*
[4265] Removed whitespaces
Thomas Markwalder
2016-04-05
1
-1
/
+1
|
*
[trac4265] Add test code, tidy up main code
Shawn Routhier
2016-04-04
3
-4
/
+67
|
*
[trac4265] First round of allowing access to v6 relay options via the classif...
Shawn Routhier
2016-03-31
2
-8
/
+6
*
|
[master] Mitigate GCC 5.x optmizer issue in asiolink
Thomas Markwalder
2016-04-05
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Thomas Markwalder
2016-03-17
1
-5
/
+2
*
|
[master] Merge branch 'trac4212'
Marcin Siodelski
2016-03-23
3
-3
/
+47
|
\
\
|
*
|
[4212] Addressed review comments.
Marcin Siodelski
2016-03-23
1
-1
/
+1
[next]