index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcp
/
option_custom.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
1
-1
/
+1
*
[#3237] release changes
Wlodek Wencel
2024-01-29
1
-1
/
+1
*
[#3119] use range based for loop or BOOST_FOREACH
Razvan Becheriu
2024-01-22
1
-21
/
+15
*
[#939] Addressed review comments
Piotrek Zadroga
2023-03-23
1
-1
/
+1
*
[#939] Refactor Length Field Type evaluation for tuples
Piotrek Zadroga
2023-03-23
1
-9
/
+4
*
[#2423] release changes
Andrei Pavel
2022-05-23
1
-1
/
+1
*
[#2227] split suboptions in separate options
Razvan Becheriu
2022-05-19
1
-3
/
+3
*
[#749] Converted assert to throw outside dns lib
Francis Dupont
2020-08-13
1
-3
/
+4
*
[master] Copyright update to 2018
Wlodek Wencel
2018-05-24
1
-1
/
+1
*
[5514] S46 options are now parsed properly
Tomek Mrugalski
2018-01-30
1
-0
/
+5
*
[5226] Add traling array in records
Francis Dupont
2017-07-11
1
-159
/
+125
*
[4070] Added OpaqueDataTuple read/write, updated defintions and unit tests
Francis Dupont
2017-02-15
1
-0
/
+24
*
[4070] Began tuple code
Francis Dupont
2017-02-14
1
-2
/
+72
*
Corrected typos
Andrei Pavel
2016-12-14
1
-2
/
+2
*
[5016] Merged pull request #24 from github24 and squashed it.
Marcin Siodelski
2016-10-26
1
-20
/
+124
*
[3161] Removed known condition being true.
Marcin Siodelski
2016-09-13
1
-1
/
+1
*
[4497] Documented Option::clone() in all option classes.
Marcin Siodelski
2016-07-08
1
-1
/
+1
*
[4497] Implemented deep copy of DHCP options.
Marcin Siodelski
2016-07-08
1
-0
/
+5
*
[4497] Fix constness of methods in Option classes.
Marcin Siodelski
2016-07-08
1
-4
/
+4
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
1
-1
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[3899] Merged proposed change from #3886/sedhcpv6
Francis Dupont
2015-06-19
1
-2
/
+2
*
[master] Finished merge of trac3833 (unsigned for indexes)
Francis Dupont
2015-06-13
1
-2
/
+2
|
\
|
*
[3833] Added a static_cast from size_t to uint16_t
Francis Dupont
2015-06-11
1
-1
/
+1
|
*
[3833] some signed for loop variables aka #3833
Francis Dupont
2015-05-12
1
-1
/
+1
*
|
[3806] Added and/or fixed toText implementations for various options.
Marcin Siodelski
2015-05-05
1
-30
/
+13
|
/
*
[master] remove '#include <config.h' from include files (#3782)
Francis Dupont
2015-04-18
1
-1
/
+2
*
[3449] Cherry-pick of compilarion fix from Bundy tree
Tomek Mrugalski
2014-05-10
1
-30
/
+0
*
[1283] Remove toText() calls where IOAddress should be used directly
Mukund Sivaraman
2014-01-07
1
-3
/
+3
*
[3201] Test that suboptions are parsed correctly for fixed-size options.
Marcin Siodelski
2013-10-24
1
-0
/
+1
*
[3201] Add support for DHCP options that hold only sub options.
Marcin Siodelski
2013-10-24
1
-0
/
+16
*
[3180] Implemented support for callback functions to parse options.
Marcin Siodelski
2013-10-04
1
-1
/
+4
*
[2786] Use parent class functions to access and modify data in OptionCustom
Marcin Siodelski
2013-05-17
1
-16
/
+12
*
[2786] Always validate the contents of the buffer when provided.
Marcin Siodelski
2013-05-16
1
-11
/
+1
*
[2827] Changes after review
Tomek Mrugalski
2013-04-03
1
-1
/
+1
*
[2827] Pkt6 now supports relays properly.
Tomek Mrugalski
2013-03-06
1
-6
/
+3
*
[2637] Merged Option::pack4() and Option::pack6() into single function.
Marcin Siodelski
2013-01-21
1
-22
/
+3
*
[2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.
Marcin Siodelski
2012-12-13
1
-10
/
+6
*
[2491] Changes as a result of the review.
Marcin Siodelski
2012-12-06
1
-8
/
+52
*
[2491] Create Status Code option using an option definition.
Marcin Siodelski
2012-12-03
1
-1
/
+11
*
[2491] Added function to add new integer data field to an option.
Marcin Siodelski
2012-12-03
1
-10
/
+2
*
[2491] Added a function to add boolean data field to an array.
Marcin Siodelski
2012-12-03
1
-0
/
+9
*
[2491] Add IP address into an option being array of IP addresses.
Marcin Siodelski
2012-12-03
1
-1
/
+29
*
[2491] Do not override FQDN until it is validated.
Marcin Siodelski
2012-12-03
1
-4
/
+17
*
[2491] Added a function to write fqdn into a buffer.
Marcin Siodelski
2012-12-03
1
-8
/
+13
*
[2491] Add a function to set binary data for a data field.
Marcin Siodelski
2012-11-30
1
-0
/
+7
*
[2491] Added first set of functions to set data field values.
Marcin Siodelski
2012-11-30
1
-14
/
+131
*
[2491] Support for custom option to hold FQDN.
Marcin Siodelski
2012-11-29
1
-25
/
+66
*
[master] Merge branch 'trac2312'
Marcin Siodelski
2012-11-29
1
-2
/
+2
*
[2312] Added missing check for empty vector.
Marcin Siodelski
2012-11-29
1
-2
/
+4
[next]