| Commit message (Expand) | Author | Age | Files | Lines |
* | [#92,!13] Moved MySqlConnection class to libkea-mysql library. | Marcin Siodelski | 2018-09-03 | 1 | -2/+2 |
* | [#92,!13] Moved NoSuchLease exception back to dhcpsrv library. | Marcin Siodelski | 2018-09-03 | 1 | -2/+3 |
* | [#92,!13] Refactored libkea-dhcpsrv to use libkea-database | Marcin Siodelski | 2018-09-03 | 1 | -29/+29 |
* | [optimize_query] Add new index for query by DUID | mayya | 2018-08-13 | 1 | -1/+3 |
* | [gitlab9] Imported relevant bits from github99 | Tomek Mrugalski | 2018-08-13 | 1 | -0/+6 |
* | [5682] addLease() parameter is const again | Tomek Mrugalski | 2018-07-30 | 1 | -2/+2 |
* | [5682] Removed const from addLease for other lease backends. | Tomek Mrugalski | 2018-07-30 | 1 | -2/+2 |
* | [github88] Removed remaining instances of getLeases6(DUID) | Tomek Mrugalski | 2018-07-23 | 1 | -5/+0 |
* | [github88] getLeases6(DUID) removed. | Tomek Mrugalski | 2018-07-23 | 1 | -6/+0 |
* | fixed minor issues | mayya | 2018-07-23 | 1 | -0/+6 |
* | [lib] Extend host structure to support auth keys for reconfiguration. | mayya | 2018-07-23 | 1 | -0/+5 |
* | [5651] Removed unused SQL/CQL queries. | Marcin Siodelski | 2018-06-28 | 1 | -2/+0 |
* | [5651] Removed lease queries by ranges and total lease count. | Marcin Siodelski | 2018-06-28 | 1 | -28/+0 |
* | [5651] Implemented fetching IPv6 leases by address ranges. | Marcin Siodelski | 2018-06-26 | 1 | -3/+15 |
* | [5651] Implemented fetching IPv6 leases with paging. | Marcin Siodelski | 2018-06-26 | 1 | -1/+31 |
* | [5651] Implemented LeaseMgr methods retrieving ranges/pages of IPv4 leases. | Marcin Siodelski | 2018-06-25 | 1 | -0/+46 |
* | [5629] PostgreSQL Lease back end now properly validates schema version | Thomas Markwalder | 2018-05-31 | 1 | -1/+1 |
* | [5629] MySQL Lease back end now validates schema after connecting | Thomas Markwalder | 2018-05-31 | 1 | -2/+7 |
* | [5586] MySQL shared leases stats implemented | Thomas Markwalder | 2018-05-02 | 1 | -4/+52 |
* | [master] Finishing merge of trac5469 (lease6-get-all) | Francis Dupont | 2018-03-31 | 1 | -0/+14 |
|\ |
|
| * | Checkpoint: addressed final comment but not yet tested | Francis Dupont | 2018-03-16 | 1 | -6/+3 |
| * | [5469] Moved to composite index in C++ code too | Francis Dupont | 2018-01-17 | 1 | -3/+6 |
| * | [5469] checkpoint (copied with 4 -> 6) | Francis Dupont | 2018-01-13 | 1 | -0/+14 |
* | | enabled more tests, implemented hwaddr, hwtype and hwaddr_source in pgsql | Razvan Becheriu | 2018-02-19 | 1 | -2/+2 |
* | | added missing tables, columns and values in cql schema, ordered declarations ... | Razvan Becheriu | 2018-02-13 | 1 | -34/+33 |
|/ |
|
* | [5468] Implemented getting leases by subnet id and all leases. | Marcin Siodelski | 2018-01-09 | 1 | -1/+15 |
* | [5280] leaseWipe4,6 implemented in lease managers (base and memfile) | Tomek Mrugalski | 2017-08-07 | 1 | -0/+22 |
* | [v_1_2_0] copy right dates updated | Wlodek Wencel | 2017-04-12 | 1 | -1/+1 |
* | Corrected typos | Andrei Pavel | 2016-12-14 | 1 | -5/+5 |
* | [v1_1_0] Copyright dates update | Wlodek Wencel | 2016-08-28 | 1 | -1/+1 |
* | [4294] Refactored MySql stats classes | Thomas Markwalder | 2016-08-24 | 1 | -7/+7 |
* | [4294] Unit tests and MySql now support IPv6 lease stat recounting | Thomas Markwalder | 2016-08-16 | 1 | -2/+13 |
* | [4294] Memfile and MySql now support recalulating IPv4 lease statistics | Thomas Markwalder | 2016-08-12 | 1 | -1/+10 |
* | [master] Fixed rights of non-executable regular files | Francis Dupont | 2016-07-08 | 1 | -0/+0 |
* | renamed classes and files, fixed issues, added comments | Tomek Mrugalski | 2016-06-23 | 1 | -1/+1 |
* | [4281] Addressed further review comments. | Marcin Siodelski | 2016-05-30 | 1 | -17/+1 |
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
* | [master] Include <mysql.h> rather than <mysql/mysql.h> | Marcin Siodelski | 2015-12-01 | 1 | -1/+1 |
* | [3682_rebase] Merge branch 'trac3682' into trac3682_rebase | Tomek Mrugalski | 2015-11-30 | 1 | -68/+1 |
* | [3780] MySQL and Postgres lease managers now exit on fatal error detection | Thomas Markwalder | 2015-10-23 | 1 | -11/+18 |
* | [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class) | Tomek Mrugalski | 2015-10-09 | 1 | -91/+10 |
|\ |
|
| * | [3681_rebase] Changes after review | Tomek Mrugalski | 2015-08-24 | 1 | -4/+2 |
| * | [3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection. | Tomek Mrugalski | 2015-08-21 | 1 | -5/+7 |
| * | [3681] DataSource class added. | Tomek Mrugalski | 2015-06-25 | 1 | -50/+70 |
| * | [3681] MySQLConnection class implemented | Tomek Mrugalski | 2015-06-25 | 1 | -107/+6 |
* | | [3966] Implemented deletion of the reclaimed leases in MySQL. | Marcin Siodelski | 2015-09-07 | 1 | -21/+35 |
* | | [3966] Implemented methods to retrieve expired leases in MySQL. | Marcin Siodelski | 2015-09-07 | 1 | -0/+30 |
* | | [3965] deleteExpiredReclaimed returns number of deleted leases. | Marcin Siodelski | 2015-09-03 | 1 | -2/+6 |
* | | [3965] Added stub methods for getting and removing expired leases. | Marcin Siodelski | 2015-08-20 | 1 | -0/+41 |
|/ |
|
* | [3882a] Added new getDBVersion() class method | Francis Dupont | 2015-06-19 | 1 | -0/+3 |