| Commit message (Expand) | Author | Age | Files | Lines |
* | updated copyright dates, added release statement to ChangeLogKea-1.6.0-beta2 | Michal Nowikowski | 2019-07-22 | 13 | -13/+13 |
* | [#740,!427] Addressed review comments | Thomas Markwalder | 2019-07-19 | 5 | -5/+5 |
* | [#740,!427] Bumping library version numbers for 1.6.0-beta2 | Thomas Markwalder | 2019-07-19 | 15 | -16/+16 |
* | [#741,!428] Fixed doxygen errors | Thomas Markwalder | 2019-07-19 | 1 | -0/+2 |
* | [208-finish-move-logging] Improved log message | Francis Dupont | 2019-07-17 | 1 | -2/+3 |
* | [208-finish-move-logging] Two other cases... | Francis Dupont | 2019-07-16 | 2 | -51/+17 |
* | [208-finish-move-logging] Addressed comment | Francis Dupont | 2019-07-16 | 2 | -54/+45 |
* | [208-finish-move-logging] Fixed libprocess - need d2 unit tests | Francis Dupont | 2019-07-16 | 1 | -53/+78 |
* | [73-fix-covery-CID-1442796] Added initialization to 0 to next_host_id_ field ... | Francis Dupont | 2019-07-16 | 1 | -1/+1 |
* | [606-drop-packets-in-drop-class] Added DROP class (including doc and unit tests) | Francis Dupont | 2019-07-16 | 4 | -4/+140 |
* | [701-sanitizer-logic-is-wrong] Added unit tests | Francis Dupont | 2019-07-15 | 1 | -0/+201 |
* | updated ChangeLog, AUTHORS and addressed formatting | Razvan Becheriu | 2019-07-15 | 5 | -16/+22 |
* | Support for storing more than one sample | Franciszek Gorski | 2019-07-15 | 6 | -157/+884 |
* | [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Improved sup... | Francis Dupont | 2019-07-12 | 2 | -6/+8 |
* | [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Aligned on #717 | Francis Dupont | 2019-07-12 | 2 | -13/+13 |
* | [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note... | Francis Dupont | 2019-07-12 | 2 | -0/+8 |
* | [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Finished CB ... | Francis Dupont | 2019-07-12 | 4 | -139/+464 |
* | [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Updated CB A... | Francis Dupont | 2019-07-12 | 5 | -110/+579 |
* | [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi... | Francis Dupont | 2019-07-12 | 2 | -12/+12 |
* | [#717,!417] Corrected CB API selectors' descriptions. | Marcin Siodelski | 2019-07-12 | 2 | -12/+12 |
* | [#717,!417] Fixed comment in DHCPv6 CB API description. | Marcin Siodelski | 2019-07-12 | 1 | -2/+2 |
* | [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi... | Francis Dupont | 2019-07-12 | 2 | -2/+2 |
* | [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi... | Francis Dupont | 2019-07-12 | 1 | -1/+0 |
* | [#717,!417] Corrected SubnetFetcher6 unit test. | Marcin Siodelski | 2019-07-12 | 1 | -2/+2 |
* | [#717,!417] Documented selectors for globals and options. | Marcin Siodelski | 2019-07-12 | 2 | -56/+147 |
* | [#717,!417] Documented server selectors allowed for subnets. | Marcin Siodelski | 2019-07-12 | 2 | -0/+51 |
* | [#717] Added tests for fetching all subnets with server tags. | Marcin Siodelski | 2019-07-12 | 2 | -0/+88 |
* | [576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m... | Francis Dupont | 2019-07-10 | 2 | -15/+19 |
* | [576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m... | Francis Dupont | 2019-07-10 | 2 | -23/+29 |
* | [576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m... | Francis Dupont | 2019-07-10 | 1 | -10/+36 |
* | [576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m... | Francis Dupont | 2019-07-10 | 2 | -2/+23 |
* | [#716,!412] StampedElement stores server tags in a set rather that vector. | Marcin Siodelski | 2019-07-09 | 3 | -26/+16 |
* | [#716,!412] Reject "any" keyword as a server tag. | Marcin Siodelski | 2019-07-09 | 3 | -2/+15 |
* | [#716,!412] Documented and tested server selection for shared networks. | Marcin Siodelski | 2019-07-09 | 2 | -1/+143 |
* | [#716,!412] Multiple tags are returned with shared networks. | Marcin Siodelski | 2019-07-09 | 4 | -0/+91 |
* | [#716,!412] Added support for associating networks with servers. | Marcin Siodelski | 2019-07-09 | 2 | -1/+25 |
* | [#710,!408] Fixed invalid tabulations in test config backends impl. | Marcin Siodelski | 2019-07-09 | 2 | -20/+20 |
* | [710-cb_cmds-add-support-for-server-tags-in-global-options] Addressed some co... | Francis Dupont | 2019-07-09 | 3 | -15/+34 |
* | [710-cb_cmds-add-support-for-server-tags-in-global-options] Completed CB test... | Francis Dupont | 2019-07-09 | 3 | -173/+674 |
* | [630-cb-can-be-used-to-remove-mandatory-global-parameters] Addressed comments | Francis Dupont | 2019-07-08 | 1 | -2/+4 |
* | [630-cb-can-be-used-to-remove-mandatory-global-parameters] (checkpoint) Added... | Francis Dupont | 2019-07-08 | 4 | -0/+86 |
* | [575-cb-cmds-unknown-fields-in-arguments-should-raise-an-error] Fixed rebase ... | Francis Dupont | 2019-07-07 | 4 | -9/+14 |
* | [575-cb-cmds-unknown-fields-in-arguments-should-raise-an-error] Moved paramet... | Francis Dupont | 2019-07-07 | 13 | -321/+387 |
* | [575-cb-cmds-unknown-fields-in-arguments-should-raise-an-error] Added metadat... | Francis Dupont | 2019-07-07 | 3 | -8/+16 |
* | [575-cb-cmds-unknown-fields-in-arguments-should-raise-an-error] Added keyword... | Francis Dupont | 2019-07-07 | 10 | -18/+235 |
* | [#639,!410] check for null pointer | Razvan Becheriu | 2019-07-04 | 1 | -1/+2 |
* | [#639,!410] clear cache_ptr_ before unloading library | Razvan Becheriu | 2019-07-04 | 1 | -0/+3 |
* | [419-subnet-prefix-subnet-parameter-ambiguity] Added unit tests and updated docs | Francis Dupont | 2019-07-04 | 2 | -0/+6 |
* | [690-bad-ip-length-header-error-misformats-number] Added a cast for uint8_t i... | Francis Dupont | 2019-07-04 | 1 | -2/+2 |
* | [#709,!407] Minor updates to the server unittests as a result of review. | Marcin Siodelski | 2019-07-04 | 1 | -4/+4 |