- 22 Jan, 2013 4 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 21 Jan, 2013 16 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Also correct error messages in the configuration parser: the same error is logged on any parser error, both creation and running. The text was made more general.
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: src/bin/dhcp4/config_parser.cc src/bin/dhcp6/config_parser.cc src/bin/dhcp6/dhcp6_srv.h src/lib/dhcpsrv/dhcpsrv_messages.mes src/lib/dhcpsrv/tests/Makefile.am
-
Shane Kerr authored
-
Shane Kerr authored
-
Shane Kerr authored
-
Shane Kerr authored
-
Shane Kerr authored
When the boss process was unable to connect to the msgq, it would exit. However, it would leave the msgq process running. This patch fixes that by killing the msgq if it is running in this case.
-
JINMEI Tatuya authored
resolved Conflicts: src/lib/dns/python/Makefile.am src/lib/dns/python/rrset_collection_python.cc src/lib/dns/python/rrset_collection_python.h src/lib/dns/python/rrset_collection_python_inc.cc
-
Michal 'vorner' Vaner authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
-
Michal 'vorner' Vaner authored
The problem was, msgq started to open more file descriptors than before. Also, the changes meant the tests didn't shut down their internal copy of msgq properly, leaking more file descriptors. * Do the shutdown correctly. * Wait for msgq to terminate, so there are no race conditions between the old (shutting down one) and a new one for another test. * Close all the data sockets in msgq, to prevent further leaks. The other ends probably still leak, but at least the threads on the other ends terminate on EOF, so we don't leak the threads too. * Wait for the other threads too, so we don't spawn too many threads. * Unrelated cleanup: remove unneeded output-suppression workaround from the tests, it is no longer needed. * Unrelated cleanup: Initialize testing logger for the tests. But it still logs for no apparent reason, needs to be examined.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Naoki Kambe authored
-
- 18 Jan, 2013 17 commits
-
-
Stephen Morris authored
-
JINMEI Tatuya authored
fixed Conflicts: src/lib/datasrc/zone_loader.cc
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
necessary for systest to pass on some environment
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/config_parser.cc
-
Tomek Mrugalski authored
- This will be moved to 2642.
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Let the message queue connect to itself and handle config updates and commands. No commands or configuration specific to Msgq does not exist yet, but it handles the generic logging config.
-
Stephen Morris authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Jelte Jansen authored
-
Jelte Jansen authored
- added include scoped_ptr.hpp - removed empty destructor
-
Jelte Jansen authored
-
- 17 Jan, 2013 3 commits
-
-
-
JINMEI Tatuya authored
it's just a matter of preference; I don't have a particular one.
-
JINMEI Tatuya authored
so the caller can get highest possible precission.
-