Tomek Mrugalski 0849048d17 [3499] bool skip flag replaced by enum status. 9 years ago
..
.gitignore c27219ff78 Update .gitignore files 11 years ago
Makefile.am 96294e8cf5 [master] Finished merge of trac4009 (use Boost Asio vs. ext/asio) 9 years ago
addr_utilities_unittest.cc 179ff699e1 [master] Fix for error on long literals on 32-bit systems. 10 years ago
alloc_engine4_unittest.cc 70235479eb [3984] spelling 9 years ago
alloc_engine6_unittest.cc 15df99746b [3958] Allocation engine allows for overriding the # of allocation attempts. 9 years ago
alloc_engine_expiration_unittest.cc 0849048d17 [3499] bool skip flag replaced by enum status. 9 years ago
alloc_engine_hooks_unittest.cc b043038e7c [3852] Added traces to the allocation engine. 10 years ago
alloc_engine_utils.cc d6d0a54375 [3984] Changes after review: 9 years ago
alloc_engine_utils.h d6d0a54375 [3984] Changes after review: 9 years ago
callout_handle_store_unittest.cc c183ac1349 [3062] Created a general CalloutHandle store 11 years ago
callout_library.cc ea6e9d166f [master] remove '#include <config.h' from include files (#3782) 10 years ago
cfg_hosts_unittest.cc 3db9f1d78f [master] Finished merge of trac3833 (unsigned for indexes) 10 years ago
cfg_iface_unittest.cc 3d64ad3794 [3695] Allow for multiple IPv4 address selected for an interface. 10 years ago
cfg_mac_source_unittest.cc 28cc564f84 [3553] Compilation fixes after rebase, other small changes. 10 years ago
cfg_option_def_unittest.cc d17f7e918d [trac3576] Clean up white space and add new files 9 years ago
cfg_option_unittest.cc b55dd296af [3705] Address review comments. 10 years ago
cfg_rsoo_unittest.cc d7fb61910f [3705] Minor fixes for the review. 10 years ago
cfg_subnets4_unittest.cc 05a33d61be [3625] Rename tests for Subnet4 selection from getSubnet to selectSubnet. 10 years ago
cfg_subnets6_unittest.cc 452efc3208 [3625] Implemented the CfgSubnets6 class to hold IPv6 subnets configuration 10 years ago
cfgmgr_unittest.cc 53134f8119 [4009] Added many missing boost/scoped_ptr.hpp includes 9 years ago
csv_lease_file4_unittest.cc 5ac55adce6 [3965] Lease state 0 is a default state. 9 years ago
csv_lease_file6_unittest.cc 5ac55adce6 [3965] Lease state 0 is a default state. 9 years ago
d2_client_unittest.cc f1fcc9cae2 [master] untabify 10 years ago
d2_udp_unittest.cc b494fd351e [4009] Added boost to asio (tentative) 9 years ago
daemon_unittest.cc c97ae47792 [master] Fixed BSD compile error introduced by 3769 9 years ago
dbaccess_parser_unittest.cc 89c0130ed4 [3796] command_interpreter.cc|h|tests moved: src/lib/config => src/lib/cc 10 years ago
dhcp_parsers_unittest.cc 4c736f8abf [master] Merge branch 'trac3952' 9 years ago
generic_lease_mgr_unittest.cc d6d0a54375 [3984] Changes after review: 9 years ago
generic_lease_mgr_unittest.h 664ac1eaba [3984] Declined IPv4 leases reclaimation implemented 9 years ago
host_mgr_unittest.cc ec879ce8c1 [3833] Improved coding 10 years ago
host_reservation_parser_unittest.cc 9b8687e35a [3810] Addressed review comments. 10 years ago
host_reservations_list_parser_unittest.cc ad0f44ba43 [3628] Addressed review comments. 10 years ago
host_unittest.cc ac87e6cef0 [3699] Added trace messages to the CfgHosts class. 10 years ago
ifaces_config_parser_unittest.cc 5cae53efb7 [3604] Replace the dhcp-socket-type value from "datagram" to "udp". 10 years ago
lease_file_io.cc 448e58859d [3932] Ignored remove return status 9 years ago
lease_file_io.h 17e4e76aa2 [3669] Added some more commentary in various places. 10 years ago
lease_file_loader_unittest.cc 86515a1ff7 [3965] Write and read state from the lease files. 9 years ago
lease_mgr_factory_unittest.cc 6ae0d625f0 [master] many misspelling and typo fixes 12 years ago
lease_mgr_unittest.cc 31c483f123 [3965] deleteExpiredReclaimed returns number of deleted leases. 9 years ago
lease_unittest.cc 11e2c4366d [master] Merge branch 'trac3982' (Decline v6) 9 years ago
logging_info_unittest.cc 24154b6c62 [3534] Logger configuration can be rolled back. 10 years ago
logging_unittest.cc 152b905c3d [4026] Fixed the path define 9 years ago
memfile_lease_mgr_unittest.cc 32a8ec68e0 [master] Merge branch 'trac3984' (v4 declined lease recovery) 9 years ago
mysql_lease_mgr_unittest.cc d337f113cb [3966] Updated MySQL lease manager to include state column in queries. 9 years ago
pgsql_lease_mgr_unittest.cc b7da638fdf [3382] A few more review changes. 11 years ago
pool_unittest.cc 53134f8119 [4009] Added many missing boost/scoped_ptr.hpp includes 9 years ago
run_unittests.cc 17c0037b8a [2821] Move library_end to holder 12 years ago
schema_mysql_copy.h 47152f051e [3966] Updated schema files per review comments. 9 years ago
schema_pgsql_copy.h 6adb8b731b [3080] Fix build and unit test errors 11 years ago
srv_config_unittest.cc 263be04a7f [3604] The CfgIface is returned by a pointer, not reference. 10 years ago
subnet_unittest.cc add8d5a36a [trac3070] Fix some typos as part of the review 10 years ago
test_get_callout_handle.cc ea6e9d166f [master] remove '#include <config.h' from include files (#3782) 10 years ago
test_get_callout_handle.h c183ac1349 [3062] Created a general CalloutHandle store 11 years ago
test_libraries.h.in 38d091beb6 [3113] Fix hooks unit test failures when --enable-static-link is used. 11 years ago
test_utils.cc ea6e9d166f [master] remove '#include <config.h' from include files (#3782) 10 years ago
test_utils.h b505c120fb [3565] Changes after review: 10 years ago
timer_mgr_unittest.cc 7e0e428ccd [3971] TimerMgr returns the number of registered timers. 9 years ago
triplet_unittest.cc 0a48d176a2 [3336] It is now possible to mark triplet unspecified. 11 years ago