index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcp
/
tests
/
option_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1396] pre 1.8.0 release changes
Wlodek Wencel
2020-08-24
1
-1
/
+1
*
[#1308] removed boost/function.hpp and boost/bind.hpp
Razvan Becheriu
2020-08-13
1
-1
/
+0
*
updated versions, updated copyright dates, sorted messages
Michal Nowikowski
2019-05-28
1
-1
/
+1
*
[#571,!306] Added factory functions to objects used in MySQL CB.
Marcin Siodelski
2019-04-18
1
-0
/
+19
*
[564-customer-request-relax-constraints-on-allowable-option-types-to-permit-o...
Francis Dupont
2019-04-18
1
-0
/
+4
*
[564-customer-request-relax-constraints-on-allowable-option-types-to-permit-o...
Francis Dupont
2019-04-18
1
-7
/
+1
*
[v_1_2_0] copy right dates updated
Wlodek Wencel
2017-04-12
1
-1
/
+1
*
Corrected typos
Andrei Pavel
2016-12-14
1
-1
/
+1
*
[5016] Merged pull request #24 from github24 and squashed it.
Marcin Siodelski
2016-10-26
1
-5
/
+5
*
[4252] CID 1364685. Unchecked dynamic_cast in Option::cloneInternal.
Marcin Siodelski
2016-09-06
1
-0
/
+16
*
[4498] Removed support for callback functions unpacking options.
Marcin Siodelski
2016-05-19
1
-101
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[4093] Implemented Option::toHexString method.
Marcin Siodelski
2015-11-19
1
-0
/
+48
*
[master] Finished merge of trac3833 (unsigned for indexes)
Francis Dupont
2015-06-13
1
-5
/
+5
|
\
|
*
[3833] some signed for loop variables aka #3833
Francis Dupont
2015-05-12
1
-5
/
+5
*
|
[3806] Added and/or fixed toText implementations for various options.
Marcin Siodelski
2015-05-05
1
-3
/
+3
|
/
*
[3589] Addressed review comments.
Marcin Siodelski
2014-10-14
1
-3
/
+27
*
[3589] Added equals function to the CfgOption class.
Marcin Siodelski
2014-09-30
1
-7
/
+7
*
[3201] Add support for DHCP options that hold only sub options.
Marcin Siodelski
2013-10-24
1
-2
/
+4
*
[3180] Addressed additional review comments.
Marcin Siodelski
2013-10-10
1
-0
/
+2
*
[3180] Addressed review comments.
Marcin Siodelski
2013-10-08
1
-4
/
+7
*
[3180] Implemented support for callback functions to parse options.
Marcin Siodelski
2013-10-04
1
-0
/
+126
*
[2467] Miscellaneous minor changes as a result of review
Stephen Morris
2013-04-30
1
-1
/
+1
*
[2467] Replace "raw" pointers with scoped pointers in libdhcp tests
Stephen Morris
2013-04-10
1
-153
/
+111
*
[master] many misspelling and typo fixes
Jeremy C. Reed
2013-03-06
1
-1
/
+1
*
[2637] Merged Option::pack4() and Option::pack6() into single function.
Marcin Siodelski
2013-01-21
1
-7
/
+7
*
[2325] Option::equal() method implemented.
Tomek Mrugalski
2012-11-29
1
-0
/
+23
*
[2475] Put #include directives in correct order
Stephen Morris
2012-11-16
1
-7
/
+9
*
[1955] Added setData() unit test for dhcp::Option.
Marcin Siodelski
2012-06-11
1
-1
/
+28
*
[1540] Last changes after review.
Tomek Mrugalski
2012-03-13
1
-12
/
+7
*
[1540] Last set of review changes.
Tomek Mrugalski
2012-02-17
1
-0
/
+22
*
[1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP.
Tomek Mrugalski
2012-02-03
1
-111
/
+90
*
[1230] Implemented tests for DISCOVER and OFFER packet handling
Tomek Mrugalski
2011-12-22
1
-1
/
+44
*
[1239] Changes after review:
Tomek Mrugalski
2011-12-12
1
-0
/
+38
*
[1238] Memory leak in Option test fixed.
Tomek Mrugalski
2011-12-07
1
-0
/
+2
*
[1228] Changes after review.
Tomek Mrugalski
2011-11-04
1
-2
/
+2
*
[1228] Changes after review.
Tomek Mrugalski
2011-11-02
1
-1
/
+61
*
[1228] Work on option support in DHCPv4
Tomek Mrugalski
2011-10-26
1
-10
/
+38
*
[1228] Initial changes for supporting options in DHCPv4
Tomek Mrugalski
2011-10-26
1
-5
/
+42
*
[1228] Initial test skeletons added.
Tomek Mrugalski
2011-10-26
1
-9
/
+24
*
Compilation fix
Michal 'vorner' Vaner
2011-10-18
1
-2
/
+2
*
clang compilation fix (now using C++ cast in option.cc, also added test)
Tomek Mrugalski
2011-10-17
1
-0
/
+12
*
[1186] Part 7 of review changes.
Tomek Mrugalski
2011-10-14
1
-16
/
+28
*
[1186] Part 3 of review changes
Tomek Mrugalski
2011-10-14
1
-7
/
+7
*
[1186] Remaining tests for DHCPv6 Options fixed/implemented.
Tomek Mrugalski
2011-10-14
1
-0
/
+38
*
[1186] Added suboptions support in Option class, tests implemented.
Tomek Mrugalski
2011-10-14
1
-6
/
+142
*
[878] Support for IA and IAADDR options and suboptions added.
Tomek Mrugalski
2011-10-14
1
-2
/
+2
*
[1186] libdhcp now is able to parse and build packets and options.
Tomek Mrugalski
2011-10-14
1
-0
/
+81