Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [5649] ClientConnection timeout is delayed when transaction progresses. | Marcin Siodelski | 2018-06-13 | 2 | -9/+36 |
| | |||||
* | [master] Merge branch 'trac5644' | Marcin Siodelski | 2018-06-13 | 12 | -12/+12 |
|\ | |||||
| * | [5644] Bumped up library version numbers for 1.4 final release. | Marcin Siodelski | 2018-06-13 | 12 | -12/+12 |
| | | |||||
* | | [master] Updated git hash | Francis Dupont | 2018-06-13 | 1 | -1/+1 |
| | | |||||
* | | [master] Finished merge of trac5549a (known/unknown) | Francis Dupont | 2018-06-13 | 18 | -72/+592 |
|\ \ | |/ |/| | |||||
| * | [5549a] Addressed comments | Francis Dupont | 2018-06-13 | 13 | -66/+142 |
| | | |||||
| * | [5549a] Doc changes after review | Tomek Mrugalski | 2018-06-12 | 3 | -16/+25 |
| | | |||||
| * | [5549a] Code, examples and doc updated | Francis Dupont | 2018-06-07 | 14 | -101/+108 |
| | | |||||
| * | [5549a] Ported unit tests | Francis Dupont | 2018-05-19 | 3 | -1/+148 |
| | | |||||
| * | [5549a] Updated examples and guides | Francis Dupont | 2018-05-19 | 4 | -10/+94 |
| | | |||||
| * | [5549a] Rebased/Updated code - toto unit tests to port | Francis Dupont | 2018-05-18 | 10 | -33/+221 |
| | | |||||
* | | [master] Updated INSTALL file | Thomas Markwalder | 2018-06-13 | 1 | -6/+33 |
|\ \ | | | | | | | | | | Merge branch 'trac5409' | ||||
| * | | [5409] Fixed a typo | Thomas Markwalder | 2018-06-13 | 1 | -1/+1 |
| | | | |||||
| * | | [5409] Changes after review: | Tomek Mrugalski | 2018-06-13 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | - premium script mentioned - sudo added to make install | ||||
| * | | [5409] Improved INSTALL file | Thomas Markwalder | 2018-06-12 | 1 | -6/+31 |
| | | | |||||
* | | | [master] Added Changelog for #5647. | Marcin Siodelski | 2018-06-12 | 1 | -0/+6 |
| | | | |||||
* | | | [master] Merge branch 'trac5647' | Marcin Siodelski | 2018-06-12 | 16 | -119/+164 |
|\ \ \ | |/ / |/| | | |||||
| * | | [5647] Added missing dependency to perfdhcp. | Marcin Siodelski | 2018-06-12 | 2 | -0/+8 |
| | | | |||||
| * | | [5647] Added missing libs in unit tests. | Marcin Siodelski | 2018-06-12 | 2 | -0/+2 |
| | | | |||||
| * | | [5647] Added missing library in Makefile.am | Marcin Siodelski | 2018-06-12 | 2 | -0/+2 |
| | | | |||||
| * | | [5647] CalloutHandle is now associated with the DHCP packet object. | Marcin Siodelski | 2018-06-12 | 10 | -119/+152 |
|/ / | | | | | | | When the packet goes out of scope the callout handle is destroyed. | ||||
* | | [master] Added Changelog for #5613. | Marcin Siodelski | 2018-06-11 | 1 | -0/+7 |
| | | |||||
* | | [master] Merge branch 'trac5613' | Marcin Siodelski | 2018-06-11 | 7 | -13/+139 |
|\ \ | |||||
| * | | [5613] Further changes from "attached to" to "loaded by" | Marcin Siodelski | 2018-06-11 | 2 | -3/+3 |
| | | | |||||
| * | | [5613] Change "attached to" to "loaded by" per review comments. | Marcin Siodelski | 2018-06-11 | 5 | -10/+10 |
| | | | |||||
| * | | [5613] Wording clean up | Thomas Markwalder | 2018-06-11 | 1 | -11/+10 |
| | | | |||||
| * | | [5613] Be more explicit where the hooks libs should be installed. | Marcin Siodelski | 2018-06-11 | 5 | -9/+136 |
| | | | |||||
* | | | [master] Added ChangeLog entry 1423 for 5378. | Thomas Markwalder | 2018-06-11 | 1 | -0/+5 |
| | | | |||||
* | | | [master] Servers store and emit configured global scalar parameters | Thomas Markwalder | 2018-06-11 | 7 | -105/+562 |
|\ \ \ | | | | | | | | | | | | | Merge branch 'trac5378' | ||||
| * | | | [5378] Added missing line break | Francis Dupont | 2018-06-11 | 1 | -2/+3 |
| | | | | |||||
| * | | | [5378] Fixed failing unparse test | Thomas Markwalder | 2018-06-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/srv_config_unittest.cc TEST_F(SrvConfigTest, unparseHR) - added init of CfgMgr instance family. Test was failing when run with other tests. | ||||
| * | | | [5378] kea-dhcp4/6 now keep track of their configured global params | Thomas Markwalder | 2018-06-07 | 7 | -106/+561 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/bin/dhcp4/json_config_parser.cc configureDhcp4Server() - added extract of configured globals src/bin/dhcp4/tests/get_config_unittest.cc src/bin/dhcp6/tests/get_config_unittest.cc Updated extracted and unparsed configs. src/bin/dhcp6/json_config_parser.cc configureDhcp6Server() - added extract of configured globals src/lib/dhcpsrv/srv_config.h src/lib/dhcpsrv/srv_config.cc Added storage and maintence of configured globals SrvConfig::toElement() - added configured globals to result src/lib/dhcpsrv/tests/srv_config_unittest.cc TEST_F(SrvConfigTest, configuredGlobals) - new test | ||||
* | | | | [master] Updated git hash | Francis Dupont | 2018-06-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | [master] Commented out BOOST_ASIO_DISABLE_THREADS | Francis Dupont | 2018-06-11 | 3 | -2/+8 |
| | | | | |||||
* | | | | [5646] Dedicated checks for truncated client-id, server-id added | Tomek Mrugalski | 2018-06-11 | 4 | -1/+110 |
| |/ / |/| | | |||||
* | | | [master] Added ChangeLog for #5645. | Marcin Siodelski | 2018-06-11 | 1 | -0/+7 |
| | | | |||||
* | | | [master] Merge branch 'trac5645' | Marcin Siodelski | 2018-06-11 | 43 | -8/+13526 |
|\ \ \ | |||||
| * | | | [5645] Corrected user's guide (was premium, is open source now) | Tomek Mrugalski | 2018-06-11 | 1 | -1/+2 |
| | | | | |||||
| * | | | [5645] Updates to User's Guide after moving HA. | Marcin Siodelski | 2018-06-08 | 2 | -2/+2 |
| | | | | |||||
| * | | | [5645] HA developer's guide moved to main devguide. | Marcin Siodelski | 2018-06-08 | 6 | -2465/+14 |
| | | | | |||||
| * | | | [5645] Changed copyright headers to MPL. | Marcin Siodelski | 2018-06-08 | 30 | -62/+90 |
| | | | | |||||
| * | | | [5645] Moved HA hook library from premium repo to main repo. | Marcin Siodelski | 2018-06-08 | 40 | -5/+15945 |
|/ / / | |||||
* | | | [master] Finishing merge of trac5449 (Fixes from analyzers) | Francis Dupont | 2018-06-07 | 7 | -10/+36 |
|\ \ \ | |||||
| * | | | [5449] Removed explicit throws() in data.h | Tomek Mrugalski | 2018-06-07 | 2 | -9/+8 |
| | | | | | | | | | | | | | | | | - dynamic exception specifications are deprecated in C++11 | ||||
| * | | | [5449] Extra fixes | Francis Dupont | 2018-05-31 | 3 | -5/+8 |
| | | | | |||||
| * | | | [5449] Removed throwing scan memory leak | Francis Dupont | 2017-12-21 | 1 | -3/+9 |
| | | | | |||||
| * | | | [5449] Spit has_feature #if | Francis Dupont | 2017-12-21 | 1 | -2/+6 |
| | | | | |||||
| * | | | [5449] Fixes from address sanitizer run on last macOS/Xcode | Francis Dupont | 2017-12-09 | 2 | -2/+13 |
| | | | | |||||
* | | | | [master] Added ChangeLog for #5622. | Marcin Siodelski | 2018-06-07 | 1 | -0/+6 |
| | | | | |||||
* | | | | [master] Merge branch 'trac5622' | Marcin Siodelski | 2018-06-07 | 3 | -336/+60 |
|\ \ \ \ | |_|/ / |/| | | |