- 18 Dec, 2012 2 commits
-
-
Jeremy C. Reed authored
New feature was added: deleteSubnets4 okayed via jabber.
-
Tomek Mrugalski authored
- detailedLeaseCompare unified (alloc_engine and mysql_lease_mgr) - comments clarified
-
- 17 Dec, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Dec, 2012 3 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
- 13 Dec, 2012 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 12 Dec, 2012 1 commit
-
-
Stephen Morris authored
-
- 10 Dec, 2012 6 commits
-
-
JINMEI Tatuya authored
this will suppress a cppcheck error: http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20121209143001-FreeBSD8-amd64-GCC/logs/cppcheck.out okayed on jabber.
-
Stephen Morris authored
-
Stephen Morris authored
Mostly adding "const" to methods that don't change the class, but also correcting a few other points that were raised.
-
Stephen Morris authored
-
Stephen Morris authored
This is akin to the DuidPtr and is a shared point to a Client ID.
-
Stephen Morris authored
As the address is th eprimary key of the table, there can only ever be at most one lease in the database with a given address. Additional selection by subnet ID is not needed.
-
- 07 Dec, 2012 3 commits
-
-
Stephen Morris authored
cppcheck was complaining about what was effectively: const int A = 6; const int B = A; std::string array[b]; Changing this to const int B = 6; std::string array[b]; ... works
-
Stephen Morris authored
This reflects the fact that at the moment, the data is stored in memory and not in a backing file.
-
Stephen Morris authored
-
- 04 Dec, 2012 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 03 Dec, 2012 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Including: * Updates to comments etc. * Addition of Lease4::operator==() (and associated unit tests)
-
- 30 Nov, 2012 1 commit
-
-
Stephen Morris authored
* Corrections of miscellaneous typos in comments * Update database version to 1.0 * Handling of truncation while fetching data from the database
-
- 29 Nov, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 27 Nov, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 26 Nov, 2012 1 commit
-
-
Stephen Morris authored
Also, included dhcpsrv in the list of directories searched by Doxygen.
-
- 23 Nov, 2012 6 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
- 21 Nov, 2012 2 commits
-
-
Stephen Morris authored
Add ability to select IPv4 leases by address and Subnet ID.
-
Stephen Morris authored
-
- 20 Nov, 2012 2 commits
-
-
Stephen Morris authored
Make the names of the columns consistent between the lease4 and lease6 tables.
-
Stephen Morris authored
This constructore is for use by the MySQL code. By passing buffer addresses and lengths, the need for the creation of intermediate std::vectors is avoided.
-
- 19 Nov, 2012 2 commits
-
-
Stephen Morris authored
... in preparation for adding IPv4 tests
-
Stephen Morris authored
... to conform to coding standards.
-
- 16 Nov, 2012 2 commits
-
-
Stephen Morris authored
Also fix some issues from the review.
-
Stephen Morris authored
-