- 17 Oct, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
- 14 Oct, 2011 36 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
From jinmei: ``It's not intended for general purpose use, and only our internal micro benchmark tools need it.''
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- implementation for setProto() added - EXPECT_NO_THROW around many object creations added
-
Tomek Mrugalski authored
- added passing by reference in many places - started using writeUint16/readUint16 functions
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- test clean-up and improvements
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Added V6ADDRESS_LEN and V4ADDRESS_LEN - Removed unnecessary parameters to Option constructors - Many missing Doxygen comments added - using sizeof(uintXX_t) instead of 2 and 4 in pack()/unpack() - Many other smaller changes.
-
Tomek Mrugalski authored
- Option6Lst is now Option6Collection - Corrected data_len_ mistake in Option::pack4 - Added comments about length calculation - Added doxygen comments - Some const and references added - Many other minor changes.
-
Tomek Mrugalski authored
- added consts in packOption6, unpackOptions6 - removed version() method - alignments fixed in dhcp6.h
-
Tomek Mrugalski authored
- buffer type changed: char => uint8_t - removed unnecessary statements in Makefile.am
-
Tomek Mrugalski authored
- Dhcpv6Srv::process*() methods does not use references anymore - Dhcpv6Srv::shutdown variable added for ordered shutdown procedure - Dhcpv6Srv is now in isc::dhcp namespace - Dhcpv6Srv is now derived from boot/noncopyable - IfaceMgr methods and fields are now commented appropriately - IfaceMgr - Dhcpv6Srv friend declaration removed - Dhcpv6SrvTest now uses derived class to access protected methods - Dhcpv6SrvTest Solicit_Basic test now includes client-id, checks for received client-id, server-id and content of ia - IfaceMgrTest minor improvements See comments in #1186 ticket for extensive list of smaller changes and reasons behind them.
-
Tomek Mrugalski authored
- include paths fixed - dangling spaces removed - many parameters are now passed by reference - added doxygen comments for all methods in dhcp6_srv.h - src/bin/dhcp6/Makefile.am no longer references Pkt6.{cc|h}
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- similar to from_string() used in underlying boost::asio::address
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Loopback interface name is now constant; Function comments added;
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Advertise is not perfect yet: - server-id is missing - client-id conveys invalid content
-
Tomek Mrugalski authored
- IfaceMgr now uses shared_ptr. - skeleton functions for specific message processing added. - tests fixed.
-