summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/memfile_lease_mgr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3417] Bind10 => Kea in many .cc/.h filesTomek Mrugalski2014-08-051-2/+2
* [3148] Implemented getLeases6 methods which take lease type into account.Marcin Siodelski2014-04-231-11/+10
* [3360] Addressed review comments.Marcin Siodelski2014-04-021-12/+8
* [3360] Minor changes to comments and documentation made during reviewStephen Morris2014-04-011-10/+10
* [3360] Cleanup in the Memfile backend code.Marcin Siodelski2014-03-251-4/+5
* [3360] Updated description of the Memfile backend class.Marcin Siodelski2014-03-241-1/+42
* [3360] Memfile db access string uses persist parameter to disable writes.Marcin Siodelski2014-03-241-2/+4
* [3360] Memfile stores and reads leases from disk for v4 and v6.Marcin Siodelski2014-03-241-17/+57
* [3360] Set the lease file location for the Memfile backend.Marcin Siodelski2014-03-121-2/+62
* [2940] Implemented Lease6::getDuidVector function and remove key extractorsMarcin Siodelski2013-11-151-15/+8
* [2940] Addressed review comments.Marcin Siodelski2013-11-151-2/+2
* [2940] Extended unit test which covers the null client id leases.Marcin Siodelski2013-11-141-2/+2
* [2940] Fixed handling of the NULL client identifier in the Memfile backendMarcin Siodelski2013-11-131-28/+4
* [3149] Lease6::LeaseType and Pool::PoolType unified.Tomek Mrugalski2013-09-181-3/+3
* [3146] getLease6() renamed to getLeases6()Tomek Mrugalski2013-09-061-2/+2
* [3146] getLease6 renamed to getLeases6(), single lease getLease6() addedTomek Mrugalski2013-09-061-3/+3
* [3146] getLease6() methods now have extra param: LeaseTypeTomek Mrugalski2013-09-061-4/+9
* [master] Merge branch 'trac2592' (getLease4 in memfile LeaseMgr)Tomek Mrugalski2013-09-051-6/+45
|\
| * [2592] Several @todo removed from memfile_lease_mgr.hTomek Mrugalski2013-09-031-14/+2
| * [2592] getLease4(clientid,hwaddr,subnetid) implemented in memfile LeaseMgrTomek Mrugalski2013-09-031-0/+44
* | [3083] Return a copy of the lease when getLease is called.Marcin Siodelski2013-08-211-12/+23
|/
* [2701] Changes as a result of the code review.Marcin Siodelski2013-03-051-6/+8
* [2701] Moved the KeyFromKey class to the common header.Marcin Siodelski2013-02-141-23/+1
* [2701] Added composite index to the container holding leases.Marcin Siodelski2013-02-141-18/+75
* [2701] Added composite indexes to container holding V4 leases in memfile.Marcin Siodelski2013-02-131-1/+45
* [master] Merge branch 'trac2320' (DHCPv4 allocation engine)Tomek Mrugalski2013-01-101-5/+20
|\
| * [2320] Allocation Engine for IPv4 implementedTomek Mrugalski2012-12-281-0/+16
| * [2320] Lease4 and Lease6 now have common ancestor.Tomek Mrugalski2012-12-201-3/+2
* | [2524] Add logging messages to memory file database codeStephen Morris2012-12-181-0/+1
|/
* [2546] Unify deleteLease4() and deleteLease6() into a single deleteLease()Stephen Morris2012-12-101-9/+3
* [2546] Remove LeaseMgr::getLease4(address, subnetid)Stephen Morris2012-12-101-10/+0
* [2404] Alter memfile "getName()" to return "memory"Stephen Morris2012-12-071-3/+2
* [2475] Split dhcp files into dhcp and dhcpsrv directoriesStephen Morris2012-11-161-0/+258