- 29 Dec, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 23 Oct, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 02 Oct, 2017 1 commit
-
-
Wlodzimierz Wencel authored
-
- 25 Jul, 2017 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 28 Apr, 2017 1 commit
-
-
Wlodzimierz Wencel authored
-
- 04 Apr, 2017 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 10 Feb, 2017 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 03 Feb, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
Replaced unrecommended backticks with $() in cql_version() in bash scripts. *_execute() and *_execute_script() functions from src/bin/admin/admin-utils.sh now pass the parameters to the underlying backend binary whenever they are given rather than when there are 2 or more. Corrected cql_version() return error in src/bin/admin/admin-utils.sh. Removed redundant "USE" from cql_init() in src/bin/admin/kea-admin.in. Inserted a newline in src/bin/admin/tests/Makefile.am to separate unrelated targets. Style changes in cql_*_test() functions in src/bin/admin/tests/cql_tests.sh.in. src/bin/admin/tests/dhcpdb_create_1.0.cql: "perfromance" typo Added comment headers Added index on expire since it is used in WHERE clauses (further performance testing may be required) Removed dhcp4_options and dhcp6_options table since they are not required for Cassandra Added DROP INDEX in src/share/database/scripts/cql/dhcpdb_drop.cql. Added sql_common.h Added cql_exchange.h and cql_exchange.cc which mediate communication with Cassandra. Added cql_lease_mgr.h and cql_lease_mgr.cc Parameterized reconnect-wait-time, connect-timeout, request-timeout, tcp-keepalive, tcp-nodelay for Cassandra in kea.conf. Changes are in src/lib/dhcpsrv/cql_connection.cc and src/lib/dhcpsrv/parsers/dbaccess_parser.cc. Reformated x != NULL into !x as specified in the Kea style guidelines src/lib/dhcpsrv/cql_connection.cc: Added range check for port Added CqlConnection:setConsistency Added CqlConnection::startTransaction which is a noop Added CqlTransaction method implementations. Corrected ending brace of namespace declaration, it doesn't need semicolon. src/lib/dhcpsrv/cql_connection.h: Added explicit on CqlConnection constructor. Unlikely that this class will ever be derived, but it's good practice. Changed some comments. Added CqlTransaction class definition. src/lib/dhcpsrv/cql_lease_mgr.cc: Formatted the entire code. Changed data types to cass_ types. Added some log messages. Moved structs, enums and typedefs from src/lib/dhcpsrv/lease_mgr.h to src/lib/dhcpsrv/sql_common.h Added some missing tests in src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc
-
- 15 Nov, 2016 1 commit
-
-
Tomek Mrugalski authored
-
- 02 Nov, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 26 Oct, 2016 1 commit
-
-
Marcin Siodelski authored
This change includes the code implemented by the pull request submitter as well as Marcin's fixes/changes on top of it, but without a review.
-
- 16 Sep, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 15 Sep, 2016 2 commits
-
-
Marcin Siodelski authored
Added two nicknames in the AUTHORS file to which we refer in the ChangeLog.
-
Marcin Siodelski authored
-
- 31 Aug, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 26 Jul, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 09 Jul, 2016 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 08 Jul, 2016 1 commit
-
-
Francis Dupont authored
-
- 23 Jun, 2016 1 commit
-
-
- 12 Apr, 2016 1 commit
-
-
Marcin Siodelski authored
Added Angelo as contributor.
-
- 23 Mar, 2016 1 commit
-
-
Francis Dupont authored
-
- 23 Feb, 2016 1 commit
-
-
Tomek Mrugalski authored
-
- 22 Feb, 2016 1 commit
-
-
Tomek Mrugalski authored
-
- 08 Feb, 2016 1 commit
-
-
Tomek Mrugalski authored
- addressed most review comments - added new unit-tests - remove reservation for temporary addresses TA - updated AUTHORS file
-
- 23 Dec, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 17 Dec, 2015 1 commit
-
-
Thomas Markwalder authored
AUTHORS Added pull submitter,https://github.com/isc-projects/kea/pull/16, Sebastien Couture. src/bin/admin/scripts/mysql/dhcpdb_create.mysql Fixed "FROm"
-
- 04 Dec, 2015 1 commit
-
-
Wlodzimierz Wencel authored
-
- 30 Nov, 2015 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 31 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 09 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 25 Jun, 2015 1 commit
-
-
Tomek Mrugalski authored
- schema header is now updated to 3.0 - copyright years updated - doxygen comments added - unit-test for upgrading to 3.0 added
-
- 15 May, 2015 1 commit
-
-
Tomek Mrugalski authored
-