Marcin Siodelski 0bc02588d8 [master] Merge branch 'trac3968' 9 years ago
..
.gitignore c27219ff78 Update .gitignore files 11 years ago
Makefile.am 884d8bb4a5 [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class) 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 238d03172d [3985] Comments updated after review. 9 years ago
alloc_engine_expiration_unittest.cc c3a2487f53 [master] Merge branch 'trac4075' 9 years ago
alloc_engine_hooks_unittest.cc b043038e7c [3852] Added traces to the allocation engine. 10 years ago
alloc_engine_utils.cc 52de9ac39f [3985] Several minor tweaks, docs updated. 9 years ago
alloc_engine_utils.h 238d03172d [3985] Comments updated 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_expiration_unittest.cc ee0daa0fd8 [3975] Addressed review comments. 9 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 64338c35f3 [4057] Implemented RAI Link Selection 9 years ago
cfg_rsoo_unittest.cc d7fb61910f [3705] Minor fixes for the review. 10 years ago
cfg_subnets4_unittest.cc 64338c35f3 [4057] Implemented RAI Link Selection 9 years ago
cfg_subnets6_unittest.cc 64338c35f3 [4057] Implemented RAI Link Selection 9 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 5e9aa3def6 [4062] Finished previous change 9 years ago
database_connection_unittest.cc 5221b4f27f [3681_rebase] The latest patch sent by Adam. 9 years ago
dbaccess_parser_unittest.cc 8a8b86056e [3961_rebase] Changes after review: 9 years ago
dhcp_parsers_unittest.cc 4c736f8abf [master] Merge branch 'trac3952' 9 years ago
expiration_config_parser_unittest.cc bbead46461 [3974] Small updates to the expiration parser tests. 9 years ago
generic_lease_mgr_unittest.cc 9aadfa902d [master] Merge branch 'trac3985' (automated declined v6 lease recovery) 9 years ago
generic_lease_mgr_unittest.h 52de9ac39f [3985] Several minor tweaks, docs updated. 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 10 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 9e685cf2e3 [3681] Last patch clean-up: 10 years ago
lease_mgr_unittest.cc 884d8bb4a5 [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class) 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 9aadfa902d [master] Merge branch 'trac3985' (automated declined v6 lease recovery) 9 years ago
mysql_lease_mgr_unittest.cc 884d8bb4a5 [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class) 9 years ago
pgsql_lease_mgr_unittest.cc 66de628097 [3968] Support for obtaining expired leases and removing reclaimed leases. 9 years ago
pool_unittest.cc aa3b22cd8e [master] Merged trac4057 (DHCPv4 Relay Agent Link Selection Option) 9 years ago
run_unittests.cc 17c0037b8a [2821] Move library_end to holder 12 years ago
schema_mysql_copy.h 640d3538c0 [3968] Added ASC sorting for indexes by expiration. 9 years ago
schema_pgsql_copy.h 1756b9dfaa [3968] Updated PostgreSQL schema per review comments. 9 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