summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/memfile_lease_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3148] Implemented getLeases6 methods which take lease type into account.Marcin Siodelski2014-04-231-22/+36
* [3360] Addressed review comments.Marcin Siodelski2014-04-021-1/+1
* [3360] Memfile now opens v4 or v6 lease file, not both.Marcin Siodelski2014-03-251-22/+24
* [3360] Cleanup in the Memfile backend code.Marcin Siodelski2014-03-251-15/+44
* [3360] Memfile db access string uses persist parameter to disable writes.Marcin Siodelski2014-03-241-0/+13
* [3360] Memfile stores and reads leases from disk for v4 and v6.Marcin Siodelski2014-03-241-7/+199
* [3360] Set the lease file location for the Memfile backend.Marcin Siodelski2014-03-121-2/+34
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-2/+2
* [2940] Addressed review comments.Marcin Siodelski2013-11-151-1/+1
* [2940] Extended unit test which covers the null client id leases.Marcin Siodelski2013-11-141-1/+1
* [2940] Fixed handling of the NULL client identifier in the Memfile backendMarcin Siodelski2013-11-131-5/+5
* [3149] Lease6::LeaseType and Pool::PoolType unified.Tomek Mrugalski2013-09-181-3/+3
* [3146] getLease6() renamed to getLeases6()Tomek Mrugalski2013-09-061-1/+3
* [3146] getLease6 renamed to getLeases6(), single lease getLease6() addedTomek Mrugalski2013-09-061-6/+10
* [3146] getLease6() methods now have extra param: LeaseTypeTomek Mrugalski2013-09-061-4/+7
* [master] Merge branch 'trac2592' (getLease4 in memfile LeaseMgr)Tomek Mrugalski2013-09-051-21/+85
|\
| * [2592] getLease4(clientid,hwaddr,subnetid) implemented in memfile LeaseMgrTomek Mrugalski2013-09-031-6/+31
| * [2952] getLease4() methods implemented in Memfile_LeaseMgrTomek Mrugalski2013-08-141-25/+61
* | [3083] Return a copy of the lease when getLease is called.Marcin Siodelski2013-08-211-8/+19
|/
* [2701] Added composite index to the container holding leases.Marcin Siodelski2013-02-141-35/+32
* [2701] Added composite indexes to container holding V4 leases in memfile.Marcin Siodelski2013-02-131-1/+24
* [2559] Merge branch 'master' into trac2559Stephen Morris2013-01-211-13/+50
|\
| * [master] Merge branch 'trac2320' (DHCPv4 allocation engine)Tomek Mrugalski2013-01-101-13/+50
| |\
| | * [2320] Allocation Engine for IPv4 implementedTomek Mrugalski2012-12-281-12/+49
* | | [2559] Update copyright datesStephen Morris2013-01-171-1/+1
* | | [2559] Remove the temporary configuration of the lease databaseStephen Morris2013-01-151-2/+1
|/ /
* | [2524] Merge branch 'master' into trac2524Stephen Morris2013-01-071-3/+2
|\|
| * [2327] Unittests added for expired lease recycling.Tomek Mrugalski2012-12-171-3/+2
* | [2524] Add logging to configuration managerStephen Morris2012-12-181-27/+30
* | [2524] Added commit and rollback trace messagesStephen Morris2012-12-181-0/+2
* | [2524] Add logging messages to memory file database codeStephen Morris2012-12-181-14/+52
|/
* [2546] Unify deleteLease4() and deleteLease6() into a single deleteLease()Stephen Morris2012-12-101-10/+13
* [2546] Remove LeaseMgr::getLease4(address, subnetid)Stephen Morris2012-12-101-5/+0
* [2475] Split dhcp files into dhcp and dhcpsrv directoriesStephen Morris2012-11-161-0/+132