summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-16[208-finish-move-logging] Addressed commentFrancis Dupont2-54/+45
2019-07-16[208-finish-move-logging] Fixed libprocess - need d2 unit testsFrancis Dupont1-53/+78
2019-07-16[73-fix-covery-CID-1442796] Added initialization to 0 to next_host_id_ field ...Francis Dupont1-1/+1
2019-07-16[606-drop-packets-in-drop-class] Added ChangeLog entry for DROP classFrancis Dupont1-0/+8
2019-07-16[606-drop-packets-in-drop-class] Addressed final commentsFrancis Dupont10-18/+18
2019-07-16[606-drop-packets-in-drop-class] Addressed minor comments (checkpoint before ...Francis Dupont7-7/+27
2019-07-16[606-drop-packets-in-drop-class] Added DROP class (including doc and unit tests)Francis Dupont17-12/+302
2019-07-15[701-sanitizer-logic-is-wrong] Added unit testsFrancis Dupont1-0/+201
2019-07-15updated ChangeLog, AUTHORS and addressed formattingRazvan Becheriu7-16/+28
2019-07-15Support for storing more than one sampleFranciszek Gorski8-161/+886
2019-07-12[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Improved sup...Francis Dupont2-6/+8
2019-07-12[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Aligned on #717Francis Dupont2-13/+13
2019-07-12[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note...Francis Dupont2-0/+8
2019-07-12[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Finished CB ...Francis Dupont4-139/+464
2019-07-12[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Updated CB A...Francis Dupont5-110/+579
2019-07-12[#717,!417] Added ChangeLog for #717.Marcin Siodelski1-0/+5
2019-07-12[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi...Francis Dupont2-12/+12
2019-07-12[#717,!417] Corrected CB API selectors' descriptions.Marcin Siodelski2-12/+12
2019-07-12[#717,!417] Changed "network" to "subnet" in mysql_cb subnet tests.Marcin Siodelski2-16/+16
2019-07-12[#717,!417] Extended mysql_cb test to insert subnet when there is no server.Marcin Siodelski2-4/+24
2019-07-12[#717,!417] Fixed comment in DHCPv6 CB API description.Marcin Siodelski1-2/+2
2019-07-12[#717,!417] Methods updating options don't use server tags.Marcin Siodelski2-17/+10
2019-07-12[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi...Francis Dupont2-2/+2
2019-07-12[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi...Francis Dupont1-1/+0
2019-07-12[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-wi...Francis Dupont1-1/+1
2019-07-12[#717,!417] Corrected SubnetFetcher6 unit test.Marcin Siodelski1-2/+2
2019-07-12[#717,!417] Documented selectors for globals and options.Marcin Siodelski2-56/+147
2019-07-12[#717,!417] Documented server selectors allowed for subnets.Marcin Siodelski4-2/+53
2019-07-12[#717,!417] Use ANY server selector when fetching subnets for shared net.Marcin Siodelski6-10/+18
2019-07-12[#717,!417] Validate server selectors in subnet manipulations.Marcin Siodelski4-3/+309
2019-07-12[#717,!417] Added support for deleting unassigned subnets.Marcin Siodelski5-5/+225
2019-07-12[#717,!417] Added support to delete a subnet with ANY server selector.Marcin Siodelski5-39/+316
2019-07-12[#717] Added tests for fetching all subnets with server tags.Marcin Siodelski4-0/+232
2019-07-12[#717] Associate subnets with server tags.Marcin Siodelski5-227/+506
2019-07-11[master] [perf] entry type added to ChangelogTomek Mrugalski1-6/+8
2019-07-10[576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m...Francis Dupont2-15/+19
2019-07-10[576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m...Francis Dupont2-23/+29
2019-07-10[576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m...Francis Dupont1-10/+36
2019-07-10[576-cb-cmds-empty-value-for-next-server-parameter-is-accepted-which-causes-m...Francis Dupont2-2/+23
2019-07-09[#716,!412] Added ChangeLog for #716.Marcin Siodelski1-0/+5
2019-07-09[#716,!412] StampedElement stores server tags in a set rather that vector.Marcin Siodelski5-69/+59
2019-07-09[#716,!412] Reject "any" keyword as a server tag.Marcin Siodelski3-2/+15
2019-07-09[716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-net...Francis Dupont4-4/+4
2019-07-09[#716,!412] Documented and tested server selection for shared networks.Marcin Siodelski11-26/+494
2019-07-09[#716,!412] Addressed easy review comments.Marcin Siodelski5-21/+32
2019-07-09[716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-net...Francis Dupont1-1/+1
2019-07-09[716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-net...Francis Dupont1-6/+0
2019-07-09[#716,!412] Added support for unassigned networks addition/deletion.Marcin Siodelski6-56/+305
2019-07-09[#716,!412] Multiple tags are returned with shared networks.Marcin Siodelski10-84/+354
2019-07-09[#716,!412] It is now possible to delete shared network by tags.Marcin Siodelski5-18/+222