- 28 Nov, 2013 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Also, implemented missing unit tests for the Iface function which opens v4 sockets in IfaceMgr.
-
- 27 Nov, 2013 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 26 Nov, 2013 7 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 25 Nov, 2013 1 commit
-
-
Marcin Siodelski authored
-
- 14 Nov, 2013 1 commit
-
-
Marcin Siodelski authored
-
- 01 Nov, 2013 1 commit
-
-
Mukund Sivaraman authored
Reviewed by Thomas Markwalder on Jabber.
-
- 29 Oct, 2013 3 commits
-
-
Kean Johnston authored
The comment at the end of adding to AM_CXXFLAGS was making the total line too long, and the automake tool was splitting the line. This meant that the macro assignment had an escaped comment, which the BSD make interprets differently to GNU make (the latter swallows the next line as part of the comment, whereas the former doesn't).
-
Kean Johnston authored
When bind10 is run in verbose mode, as is indicated to the user by certain error messages, do not redirect b10-msgq's STDOUT to /dev/null so that the user can see the actual cause for startup failure. No ChangeLog entry required.
-
Kean Johnston authored
When there is an error connecting to the message queue socket file because it wasn't cleaned up properly, and we know the name of the socket file, display its name as part of the error message. No ChangeLog entry required.
-
- 25 Oct, 2013 4 commits
-
-
Tomek Mrugalski authored
- ChangeLog clarified - Comments in option_definition.h corrected
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
Okayed on jabber.
-
- 24 Oct, 2013 14 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
Added consts where applicable and extended comments.
-
Kean Johnston authored
As per review, update the tests to ensure that the existing message queue daemon still works even after we have had a failed attempt to start a second copy of the daemon.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Also, fix getting requested option codes from ORO.
-
Kean Johnston authored
As per review, don't use self._session for the check to see if there is an existing message queue running. Rather, use a localally scoped variable that will get cleaned up when the function exits.
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Yet another make issue introduced with trac3186. Unit test data files are now looked for in the appropriate directory and copied as part of dist check.
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 23 Oct, 2013 5 commits
-
-
Thomas Markwalder authored
trac3186 added the user_chk hook library which had a couple of uses of EXPECT_EQ on stl containers. Gtest 1.5 does not like this.
-
Thomas Markwalder authored
After merging, distcheck revealed a few minor issues with logging files and unit test data files. These were corrected.
-
Tomek Mrugalski authored
- config parsers updated - new unit-tests for vendor options written - libdhcp++ cleaned up - fixes in option_vendor.cc - comments added and cleaned up
-
Thomas Markwalder authored
Mostly minor cosmetics. Added logic to select callouts to simply return if no subnets are configured.
-
Tomek Mrugalski authored
-