- 09 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Fix failure to connect in msgq tests.
-
- 08 Apr, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 05 Apr, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 04 Apr, 2013 10 commits
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Marcin Siodelski authored
-
Jeremy C. Reed authored
and also remove dash before beta revision in version naming
-
Thomas Markwalder authored
unit tests.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
trivial, no review
-
Jeremy C. Reed authored
I wrote this some month ago. Didn't get reviewed.
-
Jeremy C. Reed authored
-
Thomas Markwalder authored
-
Mukund Sivaraman authored
-
- 03 Apr, 2013 14 commits
-
-
JINMEI Tatuya authored
some compilers claim it causes a copy whie it's defined non copyable, triggering an error. this fixes some build failure reported by the bots. should mostly trivial, so committing at my discretion.
-
Jeremy C. Reed authored
acknowledged on jabber
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
(used tools/reorder_message_file.py)
-
JINMEI Tatuya authored
instead of the "static" BIND zone. there's no difference between these two any more, so this is just a matter of style.
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- using namespace boost is no longer used in pkt6_unittest.cc - copyright years updated - Pkt6::getRelayOption() documented - several methods are now better commented - ChangeLog now refers to libdhcp++, not b10-dhcp6
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Even if we fail to connect, close the socket. It is loosely related to the previous commit, as that one used unsuccessful connection attempts to discover msgq is not ready yet and the unit tests complained. It should have no real effect, since the garbage collector would reclaim the socket after a while anyway.
-
Michal 'vorner' Vaner authored
This should solve the race condition when the socket file is created, but connect to it does not work yet, because listen() was not called on it yet. Really connecting ensures it is possible to connect.
-
- 02 Apr, 2013 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
may need some more discussion, but not the point for this branch anyway, and at least it's more consistent with rest of the source code.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
Okayed via jabber yesterday. I am not adding a changelog entry as it is minor.
-
JINMEI Tatuya authored
we can do everything that the dedicated static data source did with "MasterFiles" type of data source with preconfigured parameters. this cleanup is not directly related to the subject of this task, but will make later changes simpler.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is not a program error, so CacheConfigError should be more appropriate.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
that would be better abstraction. also remove getLoadAction for now as we won't implement it in this task.
-
JINMEI Tatuya authored
-
- 01 Apr, 2013 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also simplified the constructor interface; we actually don't need the other one.
-