summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/tests/option_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [1396] pre 1.8.0 release changesWlodek Wencel2020-08-241-1/+1
* [#1308] removed boost/function.hpp and boost/bind.hppRazvan Becheriu2020-08-131-1/+0
* updated versions, updated copyright dates, sorted messagesMichal Nowikowski2019-05-281-1/+1
* [#571,!306] Added factory functions to objects used in MySQL CB.Marcin Siodelski2019-04-181-0/+19
* [564-customer-request-relax-constraints-on-allowable-option-types-to-permit-o...Francis Dupont2019-04-181-0/+4
* [564-customer-request-relax-constraints-on-allowable-option-types-to-permit-o...Francis Dupont2019-04-181-7/+1
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-1/+1
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-5/+5
* [4252] CID 1364685. Unchecked dynamic_cast in Option::cloneInternal.Marcin Siodelski2016-09-061-0/+16
* [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-191-101/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4093] Implemented Option::toHexString method.Marcin Siodelski2015-11-191-0/+48
* [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-5/+5
|\
| * [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-5/+5
* | [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-3/+3
|/
* [3589] Addressed review comments.Marcin Siodelski2014-10-141-3/+27
* [3589] Added equals function to the CfgOption class.Marcin Siodelski2014-09-301-7/+7
* [3201] Add support for DHCP options that hold only sub options.Marcin Siodelski2013-10-241-2/+4
* [3180] Addressed additional review comments.Marcin Siodelski2013-10-101-0/+2
* [3180] Addressed review comments.Marcin Siodelski2013-10-081-4/+7
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-0/+126
* [2467] Miscellaneous minor changes as a result of reviewStephen Morris2013-04-301-1/+1
* [2467] Replace "raw" pointers with scoped pointers in libdhcp testsStephen Morris2013-04-101-153/+111
* [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-1/+1
* [2637] Merged Option::pack4() and Option::pack6() into single function.Marcin Siodelski2013-01-211-7/+7
* [2325] Option::equal() method implemented.Tomek Mrugalski2012-11-291-0/+23
* [2475] Put #include directives in correct orderStephen Morris2012-11-161-7/+9
* [1955] Added setData() unit test for dhcp::Option.Marcin Siodelski2012-06-111-1/+28
* [1540] Last changes after review.Tomek Mrugalski2012-03-131-12/+7
* [1540] Last set of review changes.Tomek Mrugalski2012-02-171-0/+22
* [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP.Tomek Mrugalski2012-02-031-111/+90
* [1230] Implemented tests for DISCOVER and OFFER packet handlingTomek Mrugalski2011-12-221-1/+44
* [1239] Changes after review:Tomek Mrugalski2011-12-121-0/+38
* [1238] Memory leak in Option test fixed.Tomek Mrugalski2011-12-071-0/+2
* [1228] Changes after review.Tomek Mrugalski2011-11-041-2/+2
* [1228] Changes after review.Tomek Mrugalski2011-11-021-1/+61
* [1228] Work on option support in DHCPv4Tomek Mrugalski2011-10-261-10/+38
* [1228] Initial changes for supporting options in DHCPv4Tomek Mrugalski2011-10-261-5/+42
* [1228] Initial test skeletons added.Tomek Mrugalski2011-10-261-9/+24
* Compilation fixMichal 'vorner' Vaner2011-10-181-2/+2
* clang compilation fix (now using C++ cast in option.cc, also added test)Tomek Mrugalski2011-10-171-0/+12
* [1186] Part 7 of review changes.Tomek Mrugalski2011-10-141-16/+28
* [1186] Part 3 of review changesTomek Mrugalski2011-10-141-7/+7
* [1186] Remaining tests for DHCPv6 Options fixed/implemented.Tomek Mrugalski2011-10-141-0/+38
* [1186] Added suboptions support in Option class, tests implemented.Tomek Mrugalski2011-10-141-6/+142
* [878] Support for IA and IAADDR options and suboptions added.Tomek Mrugalski2011-10-141-2/+2
* [1186] libdhcp now is able to parse and build packets and options.Tomek Mrugalski2011-10-141-0/+81