- 05 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
now b10-dhcp-ddns.
-
- 02 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
class, D2Controller, the base class DControllerBase, and unit tests.
-
- 30 May, 2013 3 commits
-
-
Thomas Markwalder authored
needs 2955 (which is now complete) to finish.
-
Thomas Markwalder authored
will be required to make d2 build. Modified files: Makefile.am d2_log.cc d2_log.h d2_messages.mes d2.spec main.cc tests/Makefile.am tests/d2_test.py New files: d2_controller.cc d2_controller.h d_controller.cc d_controller.h spec_config.h tests/d2_controller_unittests.cc tests/d_controller_unittests.cc tests/d_test_stubs.cc tests/d_test_stubs.h
-
Thomas Markwalder authored
to bin/src/D2.
-
- 29 May, 2013 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
typo before
-
- 28 May, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 27 May, 2013 3 commits
-
-
Mukund Sivaraman authored
-
Paul Selkirk authored
-
Paul Selkirk authored
-
- 24 May, 2013 5 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
to DProcessBase.
-
Michal 'vorner' Vaner authored
Sending notifications over msgq. No receiving end yet.
-
JINMEI Tatuya authored
this should fix test failures reported by buildbots. confirmed, committing at my discretion.
-
JINMEI Tatuya authored
-
- 23 May, 2013 16 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
there seems to be a portability issue without it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
This disables the test to receive data over a closed socket on BSD systems. The 8.1-RELEASE version of FreeBSD has a bug which causes select() not to return EBADF error code when invalid socket descriptor is provided. The bug number is kern/155606.
-
Paul Selkirk authored
-
Thomas Markwalder authored
-
Marcin Siodelski authored
The socket function returns socket descriptor on success and value of -1 on error. This implies that 0 is a valid socket descriptor and the unit test which verifies it should treat 0 as success. Previous version of IfaceMgr unit test expected positive result.
-
Marcin Siodelski authored
Conflicts: src/lib/dhcp/Makefile.am
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
So it is the same as in the ipc-high.txt.
-
- 22 May, 2013 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's described in the context of findZone() method.
-
JINMEI Tatuya authored
added a note on the numbering. and made one piggyback cleanup: define public static const explicitly.
-
Marcin Siodelski authored
The ETHERTYPE_IP is defined in different header files on different OSes. Since it is just a single constant that is needed, it is not practical to locate the proper header file in configure.ac to pull single constant.
-