- 22 Oct, 2017 1 commit
-
-
Francis Dupont authored
-
- 20 Oct, 2017 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
This reverts commit e5fd505f which does not work as expected.
-
Francis Dupont authored
-
- 19 Oct, 2017 2 commits
-
-
Francis Dupont authored
-
Marcin Siodelski authored
-
- 28 Sep, 2017 1 commit
-
-
Thomas Markwalder authored
Several libraries depend on boost_system lib according to otool, but lacked linking to $(BOOST_LIBS) in their Makefile.am. This has been corrected: src/lib/asiodns/Makefile.am src/lib/config/Makefile.am src/lib/dhcp/Makefile.am src/lib/dhcp_ddns/Makefile.am src/lib/dhcpsrv/Makefile.am src/lib/eval/Makefile.am src/lib/stats/Makefile.am
-
- 23 Jul, 2017 4 commits
-
-
Josh Soref authored
-
Josh Soref authored
-
Josh Soref authored
-
Josh Soref authored
-
- 13 Apr, 2017 1 commit
-
-
Marcin Siodelski authored
-
- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
-
- 02 Jul, 2016 1 commit
-
-
Francis Dupont authored
-
- 25 Jun, 2016 1 commit
-
-
Francis Dupont authored
-
- 17 Mar, 2016 1 commit
-
-
Thomas Markwalder authored
Optimization of boost:asio code is now disabled when building with BOOST_ERROR_CODE_HEADER_ONLY under GCC versions 5.2.0 through 5.3.0. src/lib/asiolink/asio_wrapper.h New file which wraps boost/asio/asio.hpp around compilation logic to suppress optimization under GNU 5.2.0 thru 5.3.0. The remaining changes either removed the inclusion of <asio/asio.hpp> or replaced it with the inclusion of <<asiolink/asio_wrapper.h>. Inclusion file order was also altered to better comply with our coding guidelines.
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 11 Dec, 2015 1 commit
-
-
Francis Dupont authored
-
- 09 Dec, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 24 Sep, 2015 1 commit
-
-
Francis Dupont authored
-
- 04 Sep, 2015 1 commit
-
-
Francis Dupont authored
-
- 02 Sep, 2015 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 01 Sep, 2015 1 commit
-
-
Francis Dupont authored
-
- 30 Aug, 2015 1 commit
-
-
Francis Dupont authored
-
- 24 Jun, 2015 1 commit
-
-
Francis Dupont authored
-
- 17 Apr, 2015 1 commit
-
-
Francis Dupont authored
-
- 06 Nov, 2014 1 commit
-
-
Francis Dupont authored
-
- 30 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
The reference could be removed because the TEST_DATA_DIR was unused in the asiodns unit tests. In fact the folder it pointed to did not exist. Removal of the call to addDataPath allowed for not including and compiling the dns/tests/unittest_util.h and dns/tests/unittest_util.cc. The major reason for this change was to remove the dependency on the files located in the dns/tests because due to the bug in automake they could not be included in build using an absolute path specified with $(top_srcdir). Note that when the AUTOMAKE_OPTIONS = subdir-objects is specified, the object files are created in the subdirectories. When the location of the source file is specified using a variable like $(top_srcdir) the name of the variable is treated as a name of the subdirectory, not a path to the file located out of the tree. Hence, we may need to avoid including files like this when subdir-objects is in force.
-
- 21 Oct, 2014 1 commit
-
-
Francis Dupont authored
-
- 12 Aug, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 06 Aug, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 05 Aug, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 25 Apr, 2014 1 commit
-
-
Thomas Markwalder authored
The unit test, IOFetchTest.TcpSendReceive65535, was failing routinely on a NetBSD VM. The VM was running so slowly that this test was timing out. Typically it takes less than 500ms. On this VM it was taking over 4.5s and then hitting a safety valve timeout. That timeout value was increased.
-
- 15 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 10 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 08 Apr, 2014 1 commit
-
-
Jeremy C. Reed authored
-
- 27 Jan, 2014 1 commit
-
-
Mukund Sivaraman authored
-