- 13 Aug, 2013 14 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Disable building resolver by default Conflicts: configure.ac
-
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
-
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.
-
- 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
-
- 07 Aug, 2013 12 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
-
Tomek Mrugalski authored
- unknown message log added - comments fixed
-
Thomas Markwalder authored
Adds initial implementation of D2UpdateMgr class to src/bin/d2.
-
Thomas Markwalder authored
D2UpdateMgr members were rescoped to be more appropriate and unit tests adjusted accordingly. Other minor changes.
-
Michal 'vorner' Vaner authored
After trying to persuade automake to disable optimisations selectively on the library or object file and trying desperate ways like https://lists.gnu.org/archive/html/automake/2006-09/msg00038.html, it produced a different kind of segfault with that version of boost. It's likely that part of boost was not matured in that version yet, so require new boost for the shared memory support.
-
Stephen Morris authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
With old version of boost and some versions of gcc, the RBTree implementation is not stable with optimisations turned on. Detect the old boost if we use gcc (no idea how to trigger it with the whole machinery of the crashing test, so testing against the version). Fail in that case now, we'll do something more drastic in following commits.
-
Marcin Siodelski authored
-
- 06 Aug, 2013 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Reverse IP address methods in D2UpdateMgr were declared static. Other cosmetic changes.
-
- 05 Aug, 2013 9 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Added initial implemenation of D2UpdateMgr class to src/bin/d2.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Adds initial implementation of D2QueueMgr class to DHCP_DDNS. This class is manages the queue of inbound DHCP_DDNS requests.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Changes were largely cosmetic.
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: doc/Doxyfile doc/devel/mainpage.dox
-