summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/mysql_lease_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3682_rebase] Merge branch 'trac3682' into trac3682_rebaseTomek Mrugalski2015-11-301-79/+8
* [3780] MySQL and Postgres lease managers now exit on fatal error detectionThomas Markwalder2015-10-231-0/+34
* [3968] Added ASC sorting for indexes by expiration.Marcin Siodelski2015-10-151-2/+2
* [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class)Tomek Mrugalski2015-10-091-261/+43
|\
| * [3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection.Tomek Mrugalski2015-08-211-46/+36
| * [3681] DataSource class added.Tomek Mrugalski2015-06-251-1/+192
| * [3681] MySQLConnection class implementedTomek Mrugalski2015-06-251-401/+3
* | [3966] Addressed review comments.Marcin Siodelski2015-09-081-3/+3
* | [3966] Added missing logging trces to MySQL and Memfile.Marcin Siodelski2015-09-071-1/+18
* | [3966] Implemented deletion of the reclaimed leases in MySQL.Marcin Siodelski2015-09-071-10/+37
* | [3966] Implemented methods to retrieve expired leases in MySQL.Marcin Siodelski2015-09-071-22/+84
* | [3966] Updated MySQL lease manager to include state column in queries.Marcin Siodelski2015-09-071-27/+74
* | [3965] deleteExpiredReclaimed returns number of deleted leases.Marcin Siodelski2015-09-031-2/+2
* | [3965] Fixed build failure due to unused parameters.Marcin Siodelski2015-08-211-6/+4
* | [3965] Added stub methods for getting and removing expired leases.Marcin Siodelski2015-08-201-0/+27
* | [master] Removed spurious lease_(0) introduced by accident in #3919 margeFrancis Dupont2015-06-271-1/+1
* | [3919] Added some missing initializationsFrancis Dupont2015-06-241-0/+3
|/
* [3882a] Added a comma before libraryFrancis Dupont2015-06-201-1/+1
* [3882a] Added new getDBVersion() class methodFrancis Dupont2015-06-191-0/+9
* [3673] Updated comments about the max timestamp for the MySQL and PgSQL.Marcin Siodelski2015-03-111-1/+2
* [3673] The time conversion method in PgSQL calculates expiry time itself.Marcin Siodelski2015-03-041-2/+3
* [3673] Fixed cppcheck errors in the MySQL and PgSQL backends.Marcin Siodelski2015-03-041-3/+4
* [3673] Throw DbOperationError exceptions when time conversion fails.Marcin Siodelski2015-03-041-268/+278
* [3673] Handle overflows in the time conversions in the MySQL backend.Marcin Siodelski2015-03-041-4/+12
* [3556] Updated copyright headers.Marcin Siodelski2014-12-041-1/+1
* [3556] Reenabled one disabled test (and fixed MySQL to actually pass it)Tomek Mrugalski2014-11-061-0/+4
* [3556] HWAddr support in MySQL implemented.Tomek Mrugalski2014-11-061-13/+115
* [3555] MySQL update after Lease4->hwaddr_ type changed.Tomek Mrugalski2014-10-211-4/+10
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-2/+2
* [2940] Moved the Memfile backend tests to a generic class.Marcin Siodelski2013-11-151-0/+9
* [3149] Lease6::LeaseType and Pool::PoolType unified.Tomek Mrugalski2013-09-181-10/+10
* [3147] Addressed review comments.Thomas Markwalder2013-09-181-2/+2
* [3147] Implemented use of lease type in MySQL for IPv6 lease queriesThomas Markwalder2013-09-131-20/+38
* [3146] getLease6() renamed to getLeases6()Tomek Mrugalski2013-09-061-2/+2
* [3146] getLease6 renamed to getLeases6(), single lease getLease6() addedTomek Mrugalski2013-09-061-6/+9
* [3146] getLease6() methods now have extra param: LeaseTypeTomek Mrugalski2013-09-061-5/+9
* [3084] Addressed review comments.Marcin Siodelski2013-08-301-2/+7
* [3084] Use FQDN data from the lease database to create lease instance.Marcin Siodelski2013-08-271-2/+14
* [3084] Modified MySQL bind statements to include FQDN data.Marcin Siodelski2013-08-261-31/+160
* [master] Merge branch 'trac2837' always use STRICT_SQL mode inThomas Markwalder2013-04-091-4/+12
|\
| * [2837] Addressed review comments.Thomas Markwalder2013-04-091-1/+1
| * [2837] Changed mysql to enforce STRICT modeThomas Markwalder2013-03-151-4/+12
* | [master] Merge branch 'trac2723' (too short/null DUIDs handing)Tomek Mrugalski2013-03-281-2/+86
|\ \
| * | [2723] Changes after review.Tomek Mrugalski2013-03-071-0/+76
| * | [2723] Test for lease4 with null client-id added, some fixes in MySQL.Tomek Mrugalski2013-02-211-9/+17
* | | [2825] Removed "mysql" directory prefix from #include statements.Thomas Markwalder2013-03-141-1/+1
| |/ |/|
* | [master] various more typo and misspelling fixesJeremy C. Reed2013-03-081-1/+1
* | [2821] Updated documentation related to MySqlHolder class.Stephen Morris2013-03-081-0/+3
* | [2821] Move MySqlHolder to header, and use as memberJelte Jansen2013-03-071-42/+1