- 21 Mar, 2016 5 commits
-
-
Francis Dupont authored
-
Marcin Siodelski authored
- Replace rand() with random() - Use i++ rather than ++i
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Also updated tests for Lease6::toText function.
-
- 18 Mar, 2016 11 commits
-
-
Marcin Siodelski authored
This change was okayed on jabber by Thomas. The issue occurred when static linking was enabled on OSX. Linking a static lib from statically linked lib causes various issues and isn't generally considered a good idea.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 17 Mar, 2016 3 commits
-
-
Marcin Siodelski authored
- use unsigned int in for loops - NULL pointer rather than NULL in function descriptions
-
Thomas Markwalder authored
Merged in Trac #4309.
-
Shawn Routhier authored
-
- 16 Mar, 2016 8 commits
-
-
Shawn Routhier authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Tomek Mrugalski authored
-
Francis Dupont authored
-
- 15 Mar, 2016 11 commits
-
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
New test check that it is possible to specify a non-standard option within a host declaration.
-
Marcin Siodelski authored
These tests check that it is possible to specify options for hosts.
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Marcin Siodelski authored
-
- 14 Mar, 2016 1 commit
-
-
Thomas Markwalder authored
src/lib/dhcpsrv/alloc_engine.cc - AllocEngine::reclaimExpiredLease(const Lease6Ptr& lease, const DbReclaimMode& reclaim_mode, const CalloutHandlePtr& callout_handle) Simplified logic for flagging a lease for removal. Renamed "remove_tmp" to "remove_lease" for clarity. - AllocEngine::reclaimExpiredLease(const Lease4Ptr& lease, const DbReclaimMode& reclaim_mode, const CalloutHandlePtr& callout_handle) Simplified logic for flagging a lease for removal. Renamed "remove_tmp" to "remove_lease" for clarity.
-
- 11 Mar, 2016 1 commit
-
-
Marcin Siodelski authored
-