- 16 Aug, 2013 2 commits
-
-
Thomas Markwalder authored
Added main process event loop to D2Process which is the primary application "object" in b10-dchp-ddns. Along the way it was necessary to adjust D2QueueManager to treat stopping as an asyncrhonous event when IO is pending. This requied a change in lib-dchp-ddns to have awareness of when IO is pending. Fixed a bug in D2 configuration parsing in which parsing a a subsequent configuration caused duplicate TSIGKeyInfo entries.
-
Kazunori Fujiwara authored
Conflicts: ChangeLog
-
- 15 Aug, 2013 5 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Shane Kerr authored
-
Michal 'vorner' Vaner authored
When the script does not exist, because it was not generated due to some configure switch or environmental condition, don't try to check if it gets renamed. That would fail even when the situation is completely OK and expected.
-
- 14 Aug, 2013 4 commits
-
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Mukund Sivaraman authored
Also fix configure argument name to match help documentation.
-
Michal 'vorner' Vaner authored
Conflicts: src/bin/Makefile.am
-
- 13 Aug, 2013 20 commits
-
-
Michal 'vorner' Vaner authored
In case it is turned off, don't link against stuff requiring shared memory, in particular mapped segment creator in tests. It is not used, but causes link errors, as it is in a virtual method.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Disable building resolver by default Conflicts: configure.ac
-
Michal 'vorner' Vaner authored
-
Kazunori Fujiwara authored
-
Michal 'vorner' Vaner authored
Do the condition at one level higher.
-
Michal 'vorner' Vaner authored
Detect old versions of boost and suggest either disabling shared memory for them or upgrading.
-
Mukund Sivaraman authored
... as we only use it in an automake condition.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Stephen Morris authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This has caused issues in the past (see other error messages for example), and escaping with \ doesn't seem to help in those cases.
-
Michal 'vorner' Vaner authored
So don't disable it by default.
-
Michal 'vorner' Vaner authored
Don't build the resolver and its libraries (lib/resolve and lib/libnsas) in case the --enable-experimental-resolver is not set.
-
Michal 'vorner' Vaner authored
This reverts commit 2092528a. It should not go to master yet. Reverting until it is through review.
-
Michal 'vorner' Vaner authored
The switch doesn't have an effect yet.
-
Michal 'vorner' Vaner authored
Just ifdef out the whole makefiles.
-
- 12 Aug, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Tell more details about what the problem is.
-
Michal 'vorner' Vaner authored
The bug is in offset pointer, not in the red-black tree.
-
- 09 Aug, 2013 1 commit
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/dhcp6_srv.cc
-
- 08 Aug, 2013 2 commits
-
-
Kazunori Fujiwara authored
-
Kazunori Fujiwara authored
-
- 07 Aug, 2013 4 commits
-
-
Mukund Sivaraman authored
-
Thomas Markwalder authored
D2UpdateMgr::checkFinishedTransaction was issuing an invalid read when attempting to prefix increment an iterator used in an std::map erase call. This was flagged by valgrind and also core dumped under FreeBSD10.
-
Thomas Markwalder authored
-
Tomek Mrugalski authored
-