summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/tests/option_custom_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1585] Checkpoint: libdhcp testsFrancis Dupont2021-01-111-58/+76
* [5389] Addressed warnings, moved to boost coroutinesFrancis Dupont2017-10-231-3/+3
* [master] Finished merge of trac5226 (options with record and array)Francis Dupont2017-10-061-0/+237
|\
| * [5226] Addressed review commentsFrancis Dupont2017-09-291-1/+1
| * [5226] Add traling array in recordsFrancis Dupont2017-07-111-0/+237
* | spelling: overriddenJosh Soref2017-07-231-10/+10
* | spelling: optionJosh Soref2017-07-231-2/+2
|/
* [4070] Added OpaqueDataTuple read/write, updated defintions and unit testsFrancis Dupont2017-02-151-8/+298
* [5091] Use a switch in writeInt<> to avoid a g++ bugFrancis Dupont2016-12-211-3/+18
* [master] Adding a comment marking readPsid & co issue originFrancis Dupont2016-12-191-0/+1
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-11/+360
* [trac4498] Fix some typos and copyrightsShawn Routhier2016-06-101-1/+1
* [4498] Avoid copying container with option definitions during parsing.Marcin Siodelski2016-05-181-0/+1
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3899] Fixed option 1000 (v4 -> v6)Francis Dupont2015-06-141-1/+1
* [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-10/+10
|\
| * [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-10/+10
* | [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-1/+35
|/
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-6/+6
* [3201] Test that suboptions are parsed correctly for fixed-size options.Marcin Siodelski2013-10-241-19/+179
* [2786] Use parent class functions to access and modify data in OptionCustomMarcin Siodelski2013-05-171-2/+2
* [master] many spelling or typo fixesJeremy C. Reed2013-04-091-2/+2
* [master] Merge branch 'trac2827' (relay support in dhcp/Pkt6)Tomek Mrugalski2013-04-041-4/+10
|\
| * [2827] Changes after reviewTomek Mrugalski2013-04-031-1/+1
| * [2827] Pkt6 now supports relays properly.Tomek Mrugalski2013-03-061-3/+9
* | [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-3/+3
|/
* [2549] Simplified functions writing an address to a buffer.Marcin Siodelski2012-12-131-9/+2
* [2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.Marcin Siodelski2012-12-131-3/+2
* [2491] Changes as a result of the review.Marcin Siodelski2012-12-061-11/+5
* [2491] Use different constructor to pass empty buffer.Marcin Siodelski2012-12-031-5/+11
* [2491] Added unit test to check overriding record field values.Marcin Siodelski2012-12-031-0/+64
* [2491] Added function to add new integer data field to an option.Marcin Siodelski2012-12-031-0/+37
* [2491] Added a function to add boolean data field to an array.Marcin Siodelski2012-12-031-0/+20
* [2491] Add IP address into an option being array of IP addresses.Marcin Siodelski2012-12-031-1/+100
* [2491] Added a function to write fqdn into a buffer.Marcin Siodelski2012-12-031-1/+25
* [2491] Add a function to set binary data for a data field.Marcin Siodelski2012-11-301-0/+34
* [2491] Added first set of functions to set data field values.Marcin Siodelski2012-11-301-0/+139
* [2491] Support for custom option to hold FQDN.Marcin Siodelski2012-11-291-14/+106
* [2312] Fixed unit tests for custom option as a result of review.Marcin Siodelski2012-11-281-63/+104
* [2312] Changes to the code as a result of review.Marcin Siodelski2012-11-281-12/+12
* [2312] Fix some typos and missing Doxygen keywordsStephen Morris2012-11-281-3/+3
* [2312] Report an error when option data is truncated.Marcin Siodelski2012-11-271-2/+157
* [2312] Added the method to return number of option data field.Marcin Siodelski2012-11-271-2/+50
* [2312] Constructor unit test.Marcin Siodelski2012-11-271-2/+44
* [2312] Implement pack and unpack.Marcin Siodelski2012-11-271-0/+180
* [2312] Unit tests to validate custom options for different definitions.Marcin Siodelski2012-11-271-23/+318
* [2312] Initialize custom option's buffers when option is not a record.Marcin Siodelski2012-11-261-0/+37
* [2312] Initialize structure holding buffer for data fields.Marcin Siodelski2012-11-261-5/+5