summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_iaaddr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3210] refactor io utilitiesAndrei Pavel2024-03-211-1/+1
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-4/+2
* [#2423] release changesAndrei Pavel2022-05-231-1/+1
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-1/+1
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-2/+3
* [4497] Documented Option::clone() in all option classes.Marcin Siodelski2016-07-081-1/+1
* [4497] Implemented deep copy of DHCP options.Marcin Siodelski2016-07-081-0/+5
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-081-4/+4
* [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
* [3807] Fixed toText functions in the DHCPv6 options.Marcin Siodelski2015-05-181-15/+9
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-1/+3
* Merge branch 'trac2749'Mukund Sivaraman2014-01-281-2/+2
|\
| * [2749] Update rest of tree to use the modified io_utilities.h APIMukund Sivaraman2014-01-101-2/+2
* | [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-4/+3
|/
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-2/+4
* [3145] Added negative test case for IAADDR optionTomek Mrugalski2013-09-101-0/+3
* [2549] Check address type in some option pack() methods.Marcin Siodelski2012-12-141-1/+4
* [2549] Simplified functions writing an address to a buffer.Marcin Siodelski2012-12-131-2/+1
* [2365] Use (un)packOptions functions in classes derived from Option.Marcin Siodelski2012-11-281-2/+3
* [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes()Stephen Morris2012-11-191-1/+1
* [2475] Put #include directives in correct orderStephen Morris2012-11-161-8/+9
* [1540] Doxygen warnings removed.Tomek Mrugalski2012-02-031-5/+8
* [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP.Tomek Mrugalski2012-02-031-43/+23
* [trac1446]Merge branch 'master' into trac1446Jeremy C. Reed2011-12-141-2/+2
|\
| * [1350] Changes after review:Tomek Mrugalski2011-11-291-2/+2
* | [trac1446] renamed libdhcp.cc to libdhcp++.cc and libdhcp.h to libdhcp++.hJeremy C. Reed2011-12-021-1/+1
|/
* [1228] Option6Collection renamed to OptionCollectionTomek Mrugalski2011-10-261-2/+2
* [1313] writeUint32, readUint32 implementedTomek Mrugalski2011-10-181-13/+16
* [1186] Changes after second reviewTomek Mrugalski2011-10-141-2/+4
* [1186] Part 6 of review changes.Tomek Mrugalski2011-10-141-17/+15
* [1186] Part 5 of the review changesTomek Mrugalski2011-10-141-7/+6
* [1186] Part 3 of review changesTomek Mrugalski2011-10-141-7/+4
* Part 1 of 1186 review changesTomek Mrugalski2011-10-141-4/+4
* [1186] Remaining tests for DHCPv6 Options fixed/implemented.Tomek Mrugalski2011-10-141-16/+16
* [1186] Added suboptions support in Option class, tests implemented.Tomek Mrugalski2011-10-141-1/+4
* [1186] Server now parses SOLICITs and replies with ADVERTISE.Tomek Mrugalski2011-10-141-2/+3
* [878] Support for IA and IAADDR options and suboptions added.Tomek Mrugalski2011-10-141-0/+129