2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

332 Commits

Author SHA1 Message Date
Tomek Mrugalski
55235c63e0 [master] Merge branch 'trac3063' (Hooks maintenance doc)
Conflicts:
	ChangeLog
2013-08-21 17:09:07 +02:00
Tomek Mrugalski
9b5c746e9b [3109] Initial text import for Contributor's Guide 2013-08-20 19:03:18 +02:00
Stephen Morris
1463b5017b [3063] First draft of a Hooks Framework maintenance manual 2013-08-14 13:46:05 +01:00
Marcin Siodelski
4e902ba369 [3036] Address further review comments. 2013-08-14 13:08:33 +02:00
Stephen Morris
26a805c7e4 [master] Merge branch 'trac2982'
Conflicts:
	doc/Doxyfile
	doc/devel/mainpage.dox
2013-08-05 13:16:40 +01:00
Thomas Markwalder
df4d44fb1d [3065] Added doxygen file for libdhcp_ddns 2013-07-26 11:54:37 -04:00
Tomek Mrugalski
89d6be56ee [2994] Changes after review:
- pointers to DHCPv4 and DHCPv6 hooks removed
 - Many methods in HooksManager are now called directly in
   dhcp4_srv.cc, dhcp4_srv_unittest.cc and alloc_engine_unittest.cc
 - Comments wrapped up differently in dhcp4_srv_unittest.cc
 - Comments clarified in alloc_engine.{cc|h}
2013-07-19 15:54:02 +02:00
Tomek Mrugalski
2cbcb533f7 [2994] DHCPv4 Hooks documentation written. 2013-07-16 15:41:16 +02:00
Stephen Morris
cc508f6c28 [2982] Updates to address review comments 2013-07-09 18:21:42 +01:00
Tomek Mrugalski
19c93b0845 [2995] Merge branch 'trac2980' into trac2995
- Also code updated to match changes from 2980

Conflicts:
	src/lib/hooks/callout_handle.h
2013-07-05 20:24:52 +02:00
Stephen Morris
4507063fc9 [2995] Some editing of the documentation. 2013-06-28 12:57:08 +01:00
Tomek Mrugalski
9785efa0af [2995] Dev guide extended to cover Hooks API for DHCPv6 2013-06-27 13:26:09 +02:00
Stephen Morris
1954874770 [2980] Add Component Developer documentation 2013-06-25 14:19:49 +01:00
Stephen Morris
77c1644d0d [2982] First draft of Hooks user guide 2013-06-14 18:29:20 +01:00
Tomek Mrugalski
df3ee4b9e0 [2898] Documentation for v6 relays written 2013-04-11 14:52:21 +02:00
Jeremy C. Reed
6ae0d625f0 [master] many misspelling and typo fixes
reviewed by jelte via jabber.

Changes some log message descriptions and some
function arguments and some output.
2013-03-06 08:41:51 -06:00
Stephen Morris
fecfe82bdf [2546] Merge branch 'master' into trac2546
Conflicts:
	doc/devel/mainpage.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.h
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/dhcp6.dox

Also modified the following files during the
resolution of the merge issues:
    src/bin/dhcp4/config_parser.cc
    src/bin/dhcp4/ctrl_dhcp4_srv.cc
    src/bin/dhcp4/dhcp4.dox
    src/bin/dhcp6/config_parser.cc
    src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
    src/lib/dhcp/option_custom.h
    src/lib/dhcp/pkt4.h
    src/lib/dhcpsrv/database_backends.dox
2012-12-13 11:38:21 +00:00
Tomek Mrugalski
c328aed83b [2270] Merge branch 'master' into trac2270
Conflicts:
	ChangeLog
	doc/devel/02-dhcp.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.cc
	src/bin/dhcp4/dhcp4_srv.cc
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/config_parser.cc
	src/bin/dhcp6/config_parser.h
2012-12-12 14:50:38 +01:00
Stephen Morris
7942b605f6 [2546] Fixed some Doxygen warnings 2012-12-10 13:54:46 +00:00
Stephen Morris
4e7a8f7575 [2342] Merge branch 'master' into trac2342
Conflicts:
	doc/devel/mainpage.dox
	src/lib/dhcp/Makefile.am
	src/lib/dhcp/lease_mgr.cc
	src/lib/dhcp/lease_mgr.h
	src/lib/dhcp/tests/Makefile.am
	src/lib/dhcp/tests/lease_mgr_unittest.cc

A number of other files were modified to resolve incompatibilities
in the way lease managers were created, and to promote the dummy
"memfile" lease manager to a fully-fledged lease manager with
unit tests.
2012-11-11 22:55:41 +00:00
Stephen Morris
d141c47a59 [2342] Add programmer documentation
Also add missing library into the makefile - this showed its
absence on OS/X.
2012-11-06 13:44:17 +00:00
Tomek Mrugalski
461164b527 [2324] Developer's Guide section written 2012-10-25 13:46:02 +02:00
Tomek Mrugalski
4b59798e65 [2270] Documentation for DHCPv4 config. parser written. 2012-10-12 14:55:59 +02:00
Tomek Mrugalski
5b9ab4bc5c [2269] Developer's guide updated. 2012-10-01 19:19:49 +02:00
Tomek Mrugalski
938d8b3145 [2269] Documentation update in progress 2012-10-01 16:47:31 +02:00
Marcin Siodelski
440fdf2334 [2230] Add perfdhcp internals manual as Doxygen file 2012-09-13 11:02:23 +02:00
Tomek Mrugalski
f4566355e7 [1708] msgq support in DHCPv6 added. 2012-06-22 14:01:44 +02:00
Tomek Mrugalski
016c9ba563 [1651] Control interface in DHCPv4 refactored into separate class
- See ControlledDhcpv4Srv class for msgq support.
2012-06-08 15:27:45 +02:00
Tomek Mrugalski
31f30b1e99 [1651] Tests for IfaceMgr callback implemented, devel doc updated 2012-06-01 14:46:05 +02:00
Tomek Mrugalski
fbe7a931b3 [1531] Changes after Jeremy's review. 2012-05-08 17:08:48 +02:00
Tomek Mrugalski
21c1954e0e [1531] Several developer documentation updates:
- Added make devel target in doc directory.
- Doxygen warnings/errors are now part of the Developer's guide itself.
- renamed mainpage.dox file
- Added extra information to main page
- Extended libdhcp++ descriptions
- Added doc/.gitignore to ignore doc/html (potentially 1000s of files)
2012-03-19 14:54:18 +01:00
Tomek Mrugalski
1b9ab32f79 [1531] Initial pages for Developer's Guide 2012-01-27 14:36:29 +01:00