summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#969] Addressed remaining review commentsMarcin Siodelski2023-01-092-13/+15
* [#969] Removed duplicated testsMarcin Siodelski2023-01-071-535/+0
* [#969] Fixed PrefixRange constructorMarcin Siodelski2023-01-072-7/+40
* [#969] Fix selecting preferred subnetMarcin Siodelski2023-01-072-10/+74
* [#969] Updated libdhcpsrv doxygen docMarcin Siodelski2023-01-071-27/+39
* [#969] Fixed the random allocator testsMarcin Siodelski2023-01-071-16/+18
* [#969] Install random_allcator.h header fileMarcin Siodelski2023-01-071-0/+1
* [#969] Remove whitespacesMarcin Siodelski2023-01-072-2/+1
* [#969] Fixed typos in commentariesMarcin Siodelski2023-01-072-3/+3
* [#969] Removed duplicated includeMarcin Siodelski2023-01-071-1/+0
* [#969] Improve allocator parsing codeMarcin Siodelski2023-01-077-49/+282
* [#969] DHCPv6 allocators configurableMarcin Siodelski2023-01-0721-367/+377
* [#969] Configure allocator for DHCPv4Marcin Siodelski2023-01-078-12/+95
* [#969] Random allocatorMarcin Siodelski2023-01-078-4/+596
* [#969] Added ability to reset permutationMarcin Siodelski2023-01-073-4/+50
* [#969] Random allocation state addedMarcin Siodelski2023-01-075-0/+223
* [#2654] Switched back to standard isJsonSupported checksFrancis Dupont2023-01-061-14/+4
* [#2663] Addressed CID 1517207Francis Dupont2022-12-082-0/+2
* [#2617] fixed warnings on macos clang c++20Razvan Becheriu2022-12-065-15/+15
* [#2621] fixed UT compilation on with clang and c++20Razvan Becheriu2022-12-016-53/+53
* [#2651] release changesAndrei Pavel2022-11-257-14/+16
* [#2650] 2.3.3 release: bump library versionsAndrei Pavel2022-11-251-1/+1
* [#2600] Checkpoint: code done, tests to doFrancis Dupont2022-11-222-1/+11
* [#2348] fix portable compilation issueAndrei Pavel2022-11-221-4/+4
* [#2643] Addressed commentsFrancis Dupont2022-11-214-4/+26
* [#2643] Done: ported code and testsFrancis Dupont2022-11-212-0/+163
* [#2643] Checkpoint: ported code, tests to portFrancis Dupont2022-11-215-1/+63
* [#2348] Deleted subnet c-ctor and assignment opMarcin Siodelski2022-11-211-0/+12
* [#2348] Addressed review commentsMarcin Siodelski2022-11-2115-197/+142
* [#2348] Code alignment fixMarcin Siodelski2022-11-211-1/+1
* [#2348] Removed unused variableMarcin Siodelski2022-11-211-1/+0
* [#2348] Doxygen cleanupMarcin Siodelski2022-11-216-39/+44
* [#2348] Removed type from engine constructorMarcin Siodelski2022-11-218-242/+177
* [#2348] Allocator is a subnet propertyMarcin Siodelski2022-11-2115-420/+445
* [#2348] Allocation states in separate classesMarcin Siodelski2022-11-2121-452/+937
* [#2348] Moved allocators outside the engineMarcin Siodelski2022-11-2111-665/+1182
* [#2606] updated documentationRazvan Becheriu2022-11-182-3/+3
* [#2606] added documentation for template-classesRazvan Becheriu2022-11-182-5/+21
* [#2596] Addressed commentsFrancis Dupont2022-11-161-6/+13
* [#2596] Updated code for link addressFrancis Dupont2022-11-165-171/+8
* [#2596] Clear tables before rebuildFrancis Dupont2022-11-162-0/+106
* [#2596] Revamped buildExtendedInfoTables6Francis Dupont2022-11-169-21/+37
* [#2596] Extended buildExtendedInfoTables6Francis Dupont2022-11-1611-38/+175
* [#2596] Added buildExtendedInfoTables6 testsFrancis Dupont2022-11-162-3/+281
* [#2596] Post rebase updatesFrancis Dupont2022-11-161-48/+12
* [#2596] Post rebase updatesFrancis Dupont2022-11-163-27/+28
* [#2596] Almost finishedFrancis Dupont2022-11-161-0/+390
* [#2596] Checkpoint: one UT to addFrancis Dupont2022-11-161-0/+198
* [#2596] Checkpoint: memfile unit tests to doFrancis Dupont2022-11-165-16/+355
* [#2596] Checkpoint: unit tests to doFrancis Dupont2022-11-1611-21/+215