- 10 Jul, 2013 10 commits
-
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Conflicts: src/bin/d2/Makefile.am src/bin/d2/d2_messages.mes src/bin/d2/tests/Makefile.am
-
Marcin Siodelski authored
-
Stephen Morris authored
This change added in response to a "make distcheck" failute on one of the build systems.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
These *.log and *.trs are created in all the tests/ directories when gtest unittests are run with automake 1.13.4. See: http://www.gnu.org/software/automake/manual/automake.html#Parallel-Test-Harness
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 09 Jul, 2013 5 commits
-
-
Stephen Morris authored
Only OSX uses ".dylib" as a suffix for shared libraries. Adjust configure.ac so that the operating system can be better determined, and ensure the hooks tests use the correct suffic for the test shared libraries.
-
Marcin Siodelski authored
-
Stephen Morris authored
The hooks system can only load shared libraries, even if BIND 10 is linked statically.
-
Marcin Siodelski authored
-
Stephen Morris authored
Absence of "libdl" on BSD systems required an addition to configure.ac to check its presence. Problems with converting "pointer to object" to "pointer to void*" via reinterpret_cast on Solaris required an extension to the Pointer_converter class.
-
- 08 Jul, 2013 6 commits
-
-
Paul Selkirk authored
-
Mukund Sivaraman authored
When reviewing this commit, it would be better to review it visually rather than going through the source changes one by one.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This is so that auto-layout is done fully (and looks better than before, and more importantly, doesn't hang PlantUML in some extreme cases due to incorrect syntax). The update was suggested by PlantUML developers.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 05 Jul, 2013 3 commits
-
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
In particular, added a doUpdate version which supports TSIG. It is also possible to specify Transport layer protocol preferred.
-
Paul Selkirk authored
-
- 04 Jul, 2013 8 commits
-
-
Stephen Morris authored
This reduces the risk of someone taking a copy and being left with a "dangling pointer" to a callout manager.
-
Stephen Morris authored
-
Marcin Siodelski authored
When logger initialization was disabled for a unit test, a few NULL pointer assertions came up. This was because, some module commands were executed without arguments (NULL pointer objects). NULL pointers were not checked before logging arguments. This led to assertions. NULL pointers are now checked and "(no arg)" string is logged if present.
-
Michal 'vorner' Vaner authored
Receiving notifications in python
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
- 03 Jul, 2013 8 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Thomas Markwalder authored
caused by merge of trac3007.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Stephen Morris authored
-