- 08 Jun, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 03 Jun, 2016 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 02 Jun, 2016 7 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Better description of the DORA unit test configuration.
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Shawn Routhier authored
-
Shawn Routhier authored
Add debug statements to the classification code
-
- 01 Jun, 2016 6 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Added <stdint.h> to src/lib/dhcpsrv/pgsql_exchange.h
-
Thomas Markwalder authored
Minor corrections to doc/guide/classify.xml
-
Thomas Markwalder authored
Merged in trac 4276.
-
- 30 May, 2016 1 commit
-
-
Marcin Siodelski authored
- Always invoke mysql_insert_id to retrieve host_id value - exit if connection with MySql database is lost
-
- 27 May, 2016 1 commit
-
-
Shawn Routhier authored
Create a LogContentTest class and move the functions to manipulate a test to check on the log output there. This will make it available for other tests in the future. As part of this bundle a bit more work into the class to minimze the calls in the test routines. Where reasonable remove extra copys of the values being pushed onto the stack - instead of generating a copy just for the logging simply use the value from the top of the stack directly. Swtich to using single quotes around text values. Added some more description in the classify document
-
- 25 May, 2016 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Moved PgSqlExchange unit tests into their own file. Improved time testing.
-
Marcin Siodelski authored
-
- 23 May, 2016 1 commit
-
-
Thomas Markwalder authored
Minor cleanups, added some unit testing of PgSqlExchange functions.
-
- 20 May, 2016 1 commit
-
-
Shawn Routhier authored
This patch adds a set of log messages to indicate what values are being popped from or pushed to the classification value stack. This is meant to be used by an administrator when debugging the expression statements.
-
- 19 May, 2016 9 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Tomek Mrugalski authored
-
Stephen Morris authored
Change the connection timeout parameter from an "int" to an "unsigned int". Update the checks to allow for lexical_cast not throwing an exception when converting a string representing a negative number to an unsigned int.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 18 May, 2016 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
src/lib/dhcpsrv/Makefile.am Added pgsql_exchange.cc and pgsql_exchange.h src/lib/dhcpsrv/pgsql_exchange.h src/lib/dhcpsrv/pgsql_exchange.cc New files, containng new base class PgSqlExchange from which was distilled from PgSqlLeaseExchange src/lib/dhcpsrv/pgsql_lease_mgr.cc Refactored exchange classes to use new base class Moved PsqlBindArray into pgsql_exchange.*
-
- 17 May, 2016 3 commits
-
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Initial refactoring of Postgresql connection logic out of PgSqlLeaseMgr into new PgSqlConnection.
-