2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

29822 Commits

Author SHA1 Message Date
Wlodek Wencel
02ac72bffd [1032] changes for 1.7.2 release 2019-11-26 12:04:37 +00:00
Wlodek Wencel
dbfc188856 [1031] libs version update for 1.7.2 release 2019-11-26 11:18:34 +00:00
Francis Dupont
8c148a5a0a [#1033] Removed tests on static/class values 2019-11-26 10:08:37 +01:00
Suzanne Goldlust
0281b84bb1 Remove reference to donations web page 2019-11-25 23:16:47 +00:00
Francis Dupont
139942acb0 [#274,!543] regen flex/bison 2019-11-25 17:23:32 +00:00
Francis Dupont
09010fa05f [274-possible-improvements-to-dhcp-queue-control-member-parsing] Upgraded dhcpQueueControlInvalid parser tests 2019-11-25 17:23:32 +00:00
Francis Dupont
9bf1986a23 [274-possible-improvements-to-dhcp-queue-control-member-parsing] Extended syntax 2019-11-25 17:23:32 +00:00
Francis Dupont
df8e28ba89 [274-possible-improvements-to-dhcp-queue-control-member-parsing] Updated syntax 2019-11-25 17:23:32 +00:00
Francis Dupont
06798a6c0c [#850] Addressed last comment 2019-11-25 17:34:47 +01:00
Francis Dupont
5d895f0d2b [850-unable-to-set-not-present-interface-for-a-subnet-via-remote] Addressed comments (mainly moved check_iface from parse to ctor) 2019-11-25 17:34:47 +01:00
Francis Dupont
3b30023ddd [850-unable-to-set-not-present-interface-for-a-subnet-via-remote] Revamped interface/network syntax existence checks 2019-11-25 17:34:47 +01:00
Francis Dupont
011f0be356 [850-unable-to-set-not-present-interface-for-a-subnet-via-remote] not present interface: first pass 2019-11-25 17:34:47 +01:00
Francis Dupont
37d5c94de5 [#793] Added ChangeLog entry for kea-shell port bug fix 2019-11-25 17:24:51 +01:00
Francis Dupont
e9c64725f2 [#793] Changed last 8080 into 8888 2019-11-25 17:22:55 +01:00
Francis Dupont
dcd92fdb15 [793-default-port-in-ca-config-does-not-match-default-kea-shell-config] Moved from 8080 to 8000 as the second is the shell and CA default 2019-11-25 17:22:55 +01:00
Francis Dupont
5f87fc6289 [596-add-a-hook-point-for-post-reconfiguration] Added ChangeLog entry for cb[46]_updated 2019-11-25 16:59:02 +01:00
Francis Dupont
761678b561 [596-add-a-hook-point-for-post-reconfiguration] Addressed comments 2019-11-25 16:56:30 +01:00
Francis Dupont
8a22d62381 [596-add-a-hook-point-for-post-reconfiguration] Added cb[46]_updated hook points 2019-11-25 16:56:30 +01:00
Suzanne Goldlust
9e242ba11c Minor grammatical edits in line 30 2019-11-25 14:46:14 +00:00
Francis Dupont
4ebae4b1a1 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Added ChangeLog for hooks not loadable by CA, D2 2019-11-25 13:48:58 +01:00
Francis Dupont
7691abf5f4 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Addressed last comments 2019-11-25 13:46:41 +01:00
Francis Dupont
6c7ff312d1 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Reordered tests 2019-11-25 13:46:41 +01:00
Francis Dupont
6ff3184bc5 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Addressed comments 2019-11-25 13:46:41 +01:00
Francis Dupont
19a9d8ec27 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Bumped version and updated doc 2019-11-25 13:46:41 +01:00
Francis Dupont
6bf1112ef8 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Made HA hook not loadable by d2 or ca 2019-11-25 13:46:41 +01:00
Francis Dupont
b20eadce60 [50-dhcp-hook-libs-should-not-be-loadable-by-ca-d2] Made Daemon::getProcName() a static/class method 2019-11-25 13:46:41 +01:00
Razvan Becheriu
3d106c4c78 [#883, !506] updated ChangeLog 2019-11-22 23:02:14 +02:00
Razvan Becheriu
84f6961f15 [#883, !506] updated ChangeLog 2019-11-22 09:32:03 +02:00
Razvan Becheriu
a09d21c224 [#883, !506] must use mutex when changing state of predicate component 2019-11-22 09:19:23 +02:00
Razvan Becheriu
7067aca60d [#883, !506] removed unnecessary atomic member 2019-11-22 09:19:23 +02:00
Razvan Becheriu
e6e7e5969f [#883, !506] notify with released mutex 2019-11-22 09:19:23 +02:00
Razvan Becheriu
01ab4bcd49 [#883, !506] use wait with predicate 2019-11-22 09:19:23 +02:00
Razvan Becheriu
355eb3ed1c [#883, !506] use notify_one instead of notify_all 2019-11-22 09:19:23 +02:00
Razvan Becheriu
1ee6ab827c [#883, !506] use boost:: instead of std:: 2019-11-22 09:19:23 +02:00
Razvan Becheriu
a0f09f795f [#883, !506] clean up code 2019-11-22 09:19:23 +02:00
Razvan Becheriu
9d30479d0f [#883, !506] updated unit tests 2019-11-22 09:19:23 +02:00
Razvan Becheriu
de854a4224 [#883, !506] addressed comments - using smart pointer for WorkItem and using queue container as template argument 2019-11-22 09:19:23 +02:00
Razvan Becheriu
9066e566d3 [#883, !506] moved thread pool in util lib 2019-11-22 09:19:23 +02:00
Razvan Becheriu
9ea55c02e9 [#883, !506] changed thread pool interface 2019-11-22 09:19:23 +02:00
Razvan Becheriu
4ef94de0ab [#883, !506] fixed rebase 2019-11-22 09:19:23 +02:00
Razvan Becheriu
7011421451 [#883, !506] updated copyrights 2019-11-22 09:19:23 +02:00
Razvan Becheriu
073bcb2d5e [#883, !506] fixed rebase 2019-11-22 09:19:23 +02:00
Razvan Becheriu
429e9d6fa6 [#883, !506] fixed rebase 2019-11-22 09:19:23 +02:00
Razvan Becheriu
47bed7aaed [#883, !506] use nullptr for empty task 2019-11-22 09:19:23 +02:00
Razvan Becheriu
320865cfcb [#883, !506] use references instead of objects whenever possible 2019-11-22 09:19:23 +02:00
Razvan Becheriu
7e585ddbe3 [#883, !506] fixed typo 2019-11-22 09:19:23 +02:00
Razvan Becheriu
50e6e9529d [#883, !506] fixed comments 2019-11-22 09:19:23 +02:00
Razvan Becheriu
aad869e8d5 [#883, !506] fixed comments 2019-11-22 09:19:23 +02:00
Razvan Becheriu
f63c6aff11 [#883, !506] fixed typos 2019-11-22 09:19:23 +02:00
Razvan Becheriu
61289b44bd [#883, !506] fixed typo 2019-11-22 09:19:23 +02:00