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
/
pkt4_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[master] Finished merge of trac3833 (unsigned for indexes)
Francis Dupont
2015-06-13
1
-15
/
+15
|
\
|
*
[3833] Improved coding
Francis Dupont
2015-06-11
1
-15
/
+15
|
*
[3833] some signed for loop variables aka #3833
Francis Dupont
2015-05-12
1
-7
/
+7
*
|
[3794] Changes after review:
Tomek Mrugalski
2015-06-09
1
-1
/
+1
*
|
[3806] Addressed some of the review comments.
Marcin Siodelski
2015-05-15
1
-1
/
+14
*
|
[3806] Added and/or fixed toText implementations for various options.
Marcin Siodelski
2015-05-05
1
-0
/
+23
*
|
[3806] Type to name conversion in Pkt4 class.
Marcin Siodelski
2015-05-04
1
-0
/
+46
*
|
[3806] Shortened the output from the Pkt4::getLabel.
Marcin Siodelski
2015-05-04
1
-7
/
+7
|
/
*
[3743] More review clean up, use ClientId for client info output
Thomas Markwalder
2015-04-20
1
-2
/
+2
*
[3743] Added label methods to Pkt and Pkt4
Thomas Markwalder
2015-04-20
1
-0
/
+38
*
[3749] Minor fix in the isRelayed unit test as a result of the review.
Marcin Siodelski
2015-03-17
1
-1
/
+2
*
[3749] Relayed message with hops=0 is accepted by the DHCPv4 server.
Marcin Siodelski
2015-03-17
1
-11
/
+11
*
[3554] Changes after review:
Tomek Mrugalski
2014-12-23
1
-6
/
+6
*
[3546] Compilation fix
Tomek Mrugalski
2014-10-08
1
-6
/
+6
*
[3546] Another changes after review:
Tomek Mrugalski
2014-10-06
1
-1
/
+1
*
[3546] Changes after review:
Tomek Mrugalski
2014-10-06
1
-1
/
+1
*
[3546] Initial version of Pkt::getMAC() method implemented.
Tomek Mrugalski
2014-09-30
1
-0
/
+26
*
[3430] Changes in a bid to avoid a Coverity warning
Stephen Morris
2014-07-28
1
-10
/
+10
*
[master] Merge branch 'trac3203' (DHCP client classification, part 1)
Tomek Mrugalski
2014-01-21
1
-0
/
+30
|
\
|
*
[3203] Changes after review:
Tomek Mrugalski
2014-01-17
1
-8
/
+12
|
*
[3203] Client classes in packets added.
Tomek Mrugalski
2013-12-30
1
-0
/
+27
*
|
Merge branch 'trac1283'
Mukund Sivaraman
2014-01-17
1
-8
/
+8
|
\
\
|
*
|
[1283] Remove toText() calls where IOAddress should be used directly
Mukund Sivaraman
2014-01-07
1
-8
/
+8
|
|
/
*
/
[3231] Implemented function which checks if the v4 packet is relayed.
Marcin Siodelski
2014-01-08
1
-0
/
+23
|
/
*
[3201] Add support for DHCP options that hold only sub options.
Marcin Siodelski
2013-10-24
1
-2
/
+4
*
[3180] Implemented support for callback functions to parse options.
Marcin Siodelski
2013-10-04
1
-177
/
+275
*
[master] Merge branch 'trac2902'
Marcin Siodelski
2013-05-23
1
-0
/
+45
|
\
|
*
[2902] Changes as a result of the review.
Marcin Siodelski
2013-05-21
1
-2
/
+2
|
*
[2902] Added data fields storing src/dest HW Address in Pkt4 class.
Marcin Siodelski
2013-04-29
1
-0
/
+45
*
|
[2786] Address review comments.
Marcin Siodelski
2013-05-15
1
-2
/
+2
*
|
[2786] Use OptionString class to represent options with a string.
Marcin Siodelski
2013-05-13
1
-8
/
+17
*
|
[2467] Miscellaneous minor changes as a result of review
Stephen Morris
2013-04-30
1
-12
/
+12
*
|
[2467] Replace "raw" pointers with scoped pointers in libdhcp tests
Stephen Morris
2013-04-10
1
-83
/
+57
|
/
*
[2320] Changes after review.
Tomek Mrugalski
2013-01-08
1
-0
/
+1
*
[2320] Pkt4::setType() is now implemented properly.
Tomek Mrugalski
2013-01-08
1
-9
/
+10
*
[2320] Pkt4::delOption() implemented.
Tomek Mrugalski
2013-01-02
1
-0
/
+6
*
[2320] Missing unittests for hwaddr implemented.
Tomek Mrugalski
2012-12-27
1
-0
/
+17
*
[2320] HWAddr structure implemented.
Tomek Mrugalski
2012-12-27
1
-3
/
+3
*
[master] Merge branch 'trac2526'
Marcin Siodelski
2012-12-17
1
-16
/
+20
|
\
|
*
[2526] Changes as a result of the code review.
Marcin Siodelski
2012-12-14
1
-5
/
+0
|
*
[2526] Use V4 option definitions when unpacking an option.
Marcin Siodelski
2012-12-11
1
-16
/
+25
*
|
[2546] Address further issues pointed out in review
Stephen Morris
2012-12-12
1
-1
/
+10
|
/
*
[2475] Put #include directives in correct order
Stephen Morris
2012-11-16
1
-9
/
+13
*
[master] don't use all of boost namespace
Jeremy C. Reed
2012-06-12
1
-1
/
+3
*
[1955] Corrections to timestamp unit tests in dhcp::PktN.
Marcin Siodelski
2012-06-11
1
-3
/
+4
*
[1956] Replaced clock_gettime with posix_time.
Marcin Siodelski
2012-06-01
1
-5
/
+20
*
[1956] Added timestamp update mechanism to pkt6 and pkt4 classes.
Marcin Siodelski
2012-05-30
1
-0
/
+12
*
[1528] Memory leaks fixed, more reasonable names, socket is now closed.
Tomek Mrugalski
2012-02-21
1
-0
/
+2
*
[1230] Changes after review:
Tomek Mrugalski
2011-12-29
1
-1
/
+11
*
[1230] Implemented tests for DISCOVER and OFFER packet handling
Tomek Mrugalski
2011-12-22
1
-3
/
+7
[next]