]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
8 years ago[master] Fixed lease state and assigned stats for V6 expired-reclaimed leases
Thomas Markwalder [Mon, 24 Apr 2017 18:01:27 +0000 (14:01 -0400)] 
[master] Fixed lease state and assigned stats for V6 expired-reclaimed leases

    Merge branch 'trac5252'

8 years ago[5252] Addressed review comment
Thomas Markwalder [Mon, 24 Apr 2017 16:55:40 +0000 (12:55 -0400)] 
[5252] Addressed review comment

    Unit test now verifies Lease::state_.

8 years ago[5252] Removed spurious whitespace.
Marcin Siodelski [Mon, 24 Apr 2017 16:36:19 +0000 (18:36 +0200)] 
[5252] Removed spurious whitespace.

8 years ago[5252] Corrected lease state and assigned stat when reusing expired-reclaimed via...
Thomas Markwalder [Mon, 24 Apr 2017 15:07:57 +0000 (11:07 -0400)] 
[5252] Corrected lease state and assigned stat when reusing expired-reclaimed via V6 request

src/lib/dhcpsrv/alloc_engine.cc
    AllocEngine::updateLeaseData() - added logic to set lease state
    to default and increment assigned stat if the lease is expired-reclaimed

src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
    TEST_F(AllocEngine6Test, requestReuseDeclinedLease6Stats) - new test
    to verify the behavior

8 years ago[master] ChangeLog updated trac5243x_base
Tomek Mrugalski [Mon, 24 Apr 2017 14:27:04 +0000 (16:27 +0200)] 
[master] ChangeLog updated

8 years ago[master] Merge branch 'trac5195' (DB schema update for flex-id)
Tomek Mrugalski [Mon, 24 Apr 2017 12:57:01 +0000 (14:57 +0200)] 
[master] Merge branch 'trac5195' (DB schema update for flex-id)

8 years ago[master] Multiple small improvements in the unit tests.
Marcin Siodelski [Mon, 24 Apr 2017 12:55:24 +0000 (14:55 +0200)] 
[master] Multiple small improvements in the unit tests.

Also, the read buffer for unix socket client is extended to 64k.

8 years ago[master] Updated git hash
Francis Dupont [Mon, 24 Apr 2017 11:43:45 +0000 (13:43 +0200)] 
[master] Updated git hash

8 years ago[master] Finished merge of trac5186 (config-test vs unregister timers)
Francis Dupont [Mon, 24 Apr 2017 11:42:53 +0000 (13:42 +0200)] 
[master] Finished merge of trac5186 (config-test vs unregister timers)

8 years ago[master] Merged trac5186 (config-test vs unregister timers)
Francis Dupont [Mon, 24 Apr 2017 11:39:51 +0000 (13:39 +0200)] 
[master] Merged trac5186 (config-test vs unregister timers)

8 years ago[master] Added ChangeLog entry 1249 for #5247.
Thomas Markwalder [Mon, 24 Apr 2017 11:03:20 +0000 (07:03 -0400)] 
[master] Added ChangeLog entry 1249 for #5247.

8 years ago[master] Corrected issues with assigned lease statistics and reclaimed leases
Thomas Markwalder [Mon, 24 Apr 2017 10:59:14 +0000 (06:59 -0400)] 
[master] Corrected issues with assigned lease statistics and reclaimed leases

    Merge branch 'trac5247'

8 years ago[master] Commented unused parameters
Francis Dupont [Sun, 23 Apr 2017 23:58:06 +0000 (01:58 +0200)] 
[master] Commented unused parameters

8 years ago[master] Fixed incorrect code in LibraryManagerTest::NullManager introduced by #5201
Francis Dupont [Sun, 23 Apr 2017 17:49:37 +0000 (19:49 +0200)] 
[master] Fixed incorrect code in LibraryManagerTest::NullManager introduced by #5201

8 years ago[5247] Addressed review comments
Thomas Markwalder [Fri, 21 Apr 2017 19:28:35 +0000 (15:28 -0400)] 
[5247] Addressed review comments

8 years ago[5247] Corrected issues with assigned-<lease/nas/pd> stats
Thomas Markwalder [Fri, 21 Apr 2017 15:54:45 +0000 (11:54 -0400)] 
[5247] Corrected issues with assigned-<lease/nas/pd> stats

doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml
    Added entries for reclaimed-leases

src/lib/dhcpsrv/alloc_engine.cc

    AllocEngine::reuseExpiredLease(Lease6Ptr&...) - increment
    assigned-<nas/pds> for real allocations

    AllocEngine::extendLease6() - increment assigned-<nas/pds>
    for real allocations if the lease expired

    AllocEngine::renewLease4(const Lease4Ptr&...)
    - set lease state to STATE_DEFAULT for real allocations
    - increment assigned-leases if lease is expired or reclaimed
      for real allocations

    AllocEngine::reuseExpiredLease4(Lease4Ptr&...)
    - increment assigned-leases for real allocations

src/lib/dhcpsrv/cfg_subnets4.cc
    CfgSubnets4::removeStatistics() - added "reclaimed-leases"

src/lib/dhcpsrv/cfg_subnets6.cc
    CfgSubnets4::removeStatistics() - added "reclaimed-leases"

src/lib/dhcpsrv/lease_mgr.cc
    LeaseMgr::recountLeaseStats4()
    LeaseMgr::recountLeaseStats6()
    - added handling of "reclaimed-leases"
    - fixed name of "reclaimed-declined-addresses"

src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    TEST_F(AllocEngine4Test, simpleRenew4)  - new test to verify stats
    on a normal renew, non-expired
    Added EXPECT_TRUE around calls to testStatistics for invocation line numbers
    Added stat checks to several tests

src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
    Added EXPECT_TRUE around calls to testStatistics for invocation line numbers
    Added stat checks to several tests

src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc
    Added checks of assigned stats

src/lib/dhcpsrv/tests/alloc_engine_utils.cc
    AllocEngine6Test::initSubnet() - removed artificial stat values

    NakedAllocEngine::addHost() - new method to add a host to the
    current configuration, rather than use staging/commit as the latter

8 years ago[5195] flex-id value added to know identifiers list.
Tomek Mrugalski [Thu, 20 Apr 2017 13:46:24 +0000 (15:46 +0200)] 
[5195] flex-id value added to know identifiers list.

8 years ago[master] Added ChangeLog entry for #5217.
Marcin Siodelski [Thu, 20 Apr 2017 11:59:18 +0000 (13:59 +0200)] 
[master] Added ChangeLog entry for #5217.

8 years ago[master] Merge branch 'trac5217'
Marcin Siodelski [Thu, 20 Apr 2017 11:57:05 +0000 (13:57 +0200)] 
[master] Merge branch 'trac5217'

8 years ago[master] Added ChangeLog entry for #5102.
Marcin Siodelski [Thu, 20 Apr 2017 11:37:55 +0000 (13:37 +0200)] 
[master] Added ChangeLog entry for #5102.

8 years ago[master] Merge branch 'trac5102'
Marcin Siodelski [Thu, 20 Apr 2017 11:36:17 +0000 (13:36 +0200)] 
[master] Merge branch 'trac5102'

8 years ago[master] ChangeLog updated.
Tomek Mrugalski [Thu, 20 Apr 2017 09:58:09 +0000 (11:58 +0200)] 
[master] ChangeLog updated.

8 years ago[master] Merge branch 'trac5187' (path restrictions removed in config-write)
Tomek Mrugalski [Thu, 20 Apr 2017 09:56:50 +0000 (11:56 +0200)] 
[master] Merge branch 'trac5187' (path restrictions removed in config-write)

8 years ago[5187] Path checks removed in config-write in libprocess
Tomek Mrugalski [Thu, 20 Apr 2017 09:56:15 +0000 (11:56 +0200)] 
[5187] Path checks removed in config-write in libprocess

8 years ago[5102] Addressed review comments.
Marcin Siodelski [Thu, 20 Apr 2017 09:27:34 +0000 (11:27 +0200)] 
[5102] Addressed review comments.

- Removed MySQL indexes added accidentally.
- Fixed a commentary in a DORA unit tests.

8 years ago[5186] Applied fix to DHCPv6 too
Francis Dupont [Wed, 19 Apr 2017 14:41:29 +0000 (16:41 +0200)] 
[5186] Applied fix to DHCPv6 too

8 years ago[5186] Made timer unregistration conditional (seems to be enough)
Francis Dupont [Wed, 19 Apr 2017 14:34:46 +0000 (16:34 +0200)] 
[5186] Made timer unregistration conditional (seems to be enough)

8 years ago[master] Fixed the new static assert (strict c++11 vs c++17)
Francis Dupont [Wed, 19 Apr 2017 13:11:35 +0000 (15:11 +0200)] 
[master] Fixed the new static assert (strict c++11 vs c++17)

8 years ago[master] Updated git hash trac5186_base
Francis Dupont [Wed, 19 Apr 2017 12:39:34 +0000 (14:39 +0200)] 
[master] Updated git hash

8 years ago[master] Finished merge of trac5087 (domain-search CSV)
Francis Dupont [Wed, 19 Apr 2017 12:38:41 +0000 (14:38 +0200)] 
[master] Finished merge of trac5087 (domain-search CSV)

8 years ago[master] Merged trac5087 (domain-search CSV)
Francis Dupont [Wed, 19 Apr 2017 12:36:24 +0000 (14:36 +0200)] 
[master] Merged trac5087 (domain-search CSV)

8 years ago[5087] Removed the getCode() == DHO_DOMAIN_SEARCH check
Francis Dupont [Wed, 19 Apr 2017 12:32:51 +0000 (14:32 +0200)] 
[5087] Removed the getCode() == DHO_DOMAIN_SEARCH check

8 years ago[5087] Fixed the length issue
Francis Dupont [Wed, 19 Apr 2017 12:32:11 +0000 (14:32 +0200)] 
[5087] Fixed the length issue

8 years ago[5087] Changes after review:
Tomek Mrugalski [Wed, 19 Apr 2017 11:23:10 +0000 (13:23 +0200)] 
[5087] Changes after review:
 - split FQDN test into 3 smaller ones
 - added test for truncated option
 - added sanity check for empty/truncated options
 - extended config example to showcase domain-search option

8 years ago[master] ChangeLog updated.
Tomek Mrugalski [Tue, 18 Apr 2017 21:19:03 +0000 (23:19 +0200)] 
[master] ChangeLog updated.

8 years ago[master] Merge branch 'trac5171' (User's Guide section about Kea shell)
Tomek Mrugalski [Tue, 18 Apr 2017 21:17:19 +0000 (23:17 +0200)] 
[master] Merge branch 'trac5171' (User's Guide section about Kea shell)

8 years ago[5187] parsers regenerated
Tomek Mrugalski [Tue, 18 Apr 2017 20:00:24 +0000 (20:00 +0000)] 
[5187] parsers regenerated

8 years ago[5187] Example config files updated.
Tomek Mrugalski [Tue, 18 Apr 2017 19:45:06 +0000 (21:45 +0200)] 
[5187] Example config files updated.

8 years ago[5187] flush, maxsize and maxver parameters added to all parsers.
Tomek Mrugalski [Tue, 18 Apr 2017 19:37:20 +0000 (21:37 +0200)] 
[5187] flush, maxsize and maxver parameters added to all parsers.

8 years ago[5171] Miscellaneous edits to the documentation
Stephen Morris [Tue, 18 Apr 2017 18:38:40 +0000 (19:38 +0100)] 
[5171] Miscellaneous edits to the documentation

8 years ago[5187] Doc updated
Tomek Mrugalski [Tue, 18 Apr 2017 18:37:26 +0000 (20:37 +0200)] 
[5187] Doc updated

8 years ago[5187] Kea is less strict with filename argument to config-write
Tomek Mrugalski [Tue, 18 Apr 2017 18:37:11 +0000 (20:37 +0200)] 
[5187] Kea is less strict with filename argument to config-write

8 years ago[5171] missing shell.xml added.
Tomek Mrugalski [Tue, 18 Apr 2017 15:18:54 +0000 (17:18 +0200)] 
[5171] missing shell.xml added.

8 years ago[master] Finished merge of trac4242 (boost version detection) trac5187_base
Francis Dupont [Tue, 18 Apr 2017 14:38:30 +0000 (16:38 +0200)] 
[master] Finished merge of trac4242 (boost version detection)

8 years ago[master] Trying again to fix ChangeLog
Francis Dupont [Tue, 18 Apr 2017 14:35:33 +0000 (16:35 +0200)] 
[master] Trying again to fix ChangeLog

8 years ago[master] Updated git hash
Francis Dupont [Tue, 18 Apr 2017 14:34:18 +0000 (16:34 +0200)] 
[master] Updated git hash

8 years ago[master] Updated git hash
Francis Dupont [Tue, 18 Apr 2017 14:33:02 +0000 (16:33 +0200)] 
[master] Updated git hash

8 years ago[5087] Done: now DHCPv4 domain-search option takes a (possibly compressed) FQDN list
Francis Dupont [Tue, 18 Apr 2017 14:25:57 +0000 (16:25 +0200)] 
[5087] Done: now DHCPv4 domain-search option takes a (possibly compressed) FQDN list

8 years ago[master] ChangeLog updated (#5213 merge, #4540 commit-id update)
Tomek Mrugalski [Tue, 18 Apr 2017 13:19:26 +0000 (15:19 +0200)] 
[master] ChangeLog updated (#5213 merge, #4540 commit-id update)

8 years ago[master] Merge branch 'trac5213' (config-reload, set-config renamed to config-set)
Tomek Mrugalski [Tue, 18 Apr 2017 13:03:10 +0000 (15:03 +0200)] 
[master] Merge branch 'trac5213' (config-reload, set-config renamed to config-set)

8 years ago[5213] Some cosmetic fixes
Francis Dupont [Tue, 18 Apr 2017 07:52:23 +0000 (09:52 +0200)] 
[5213] Some cosmetic fixes

8 years ago[5213] indent and untabily
Francis Dupont [Tue, 18 Apr 2017 07:28:16 +0000 (09:28 +0200)] 
[5213] indent and untabily

8 years ago[master] Finished merge of (hex in integer options) trac5087_base
Francis Dupont [Tue, 18 Apr 2017 06:52:32 +0000 (08:52 +0200)] 
[master] Finished merge of (hex in integer options)

8 years ago[5213] commandSetConfigHandler -> commandConfigSetHandler
Francis Dupont [Tue, 18 Apr 2017 06:20:23 +0000 (08:20 +0200)] 
[5213] commandSetConfigHandler -> commandConfigSetHandler

8 years ago[5213] Last set-config -> config-set
Francis Dupont [Tue, 18 Apr 2017 06:16:58 +0000 (08:16 +0200)] 
[5213] Last set-config -> config-set

8 years ago[4540] Finished doc/example updates
Francis Dupont [Tue, 18 Apr 2017 06:09:40 +0000 (08:09 +0200)] 
[4540] Finished doc/example updates

8 years ago[master] Revert "[4501] Fixed outsideSubnetPool tests where error location was moved"
Francis Dupont [Tue, 18 Apr 2017 06:01:35 +0000 (08:01 +0200)] 
[master] Revert "[4501] Fixed outsideSubnetPool tests where error location was moved"

This reverts commit 0ae26a1ab8113b4732fded2d013bb5d496c12016.

8 years ago[master] Finishing merge of trac4501 (misc unit tests)
Francis Dupont [Tue, 18 Apr 2017 06:00:00 +0000 (08:00 +0200)] 
[master] Finishing merge of trac4501 (misc unit tests)

8 years ago[master] Updated git hash
Francis Dupont [Tue, 18 Apr 2017 05:26:54 +0000 (07:26 +0200)] 
[master] Updated git hash

8 years ago[master] Finished merge of trac4070 (option tuple)
Francis Dupont [Tue, 18 Apr 2017 05:25:58 +0000 (07:25 +0200)] 
[master] Finished merge of trac4070 (option tuple)

8 years ago[master] Merged trac4070 (option tuple)
Francis Dupont [Tue, 18 Apr 2017 05:23:49 +0000 (07:23 +0200)] 
[master] Merged trac4070 (option tuple)

8 years ago[4501] Fixed outsideSubnetPool tests where error location was moved
Francis Dupont [Tue, 18 Apr 2017 05:21:47 +0000 (07:21 +0200)] 
[4501] Fixed outsideSubnetPool tests where error location was moved

8 years ago[4070] Added a bootfile-param example (from a Lunix doc)
Francis Dupont [Tue, 18 Apr 2017 05:11:37 +0000 (07:11 +0200)] 
[4070] Added a bootfile-param example (from a Lunix doc)

8 years ago[4242] Addressed comments
Francis Dupont [Sat, 15 Apr 2017 13:34:30 +0000 (15:34 +0200)] 
[4242] Addressed comments

8 years ago[5102] Allow retrieving host reservations by 'client-id' from SQL dbs.
Marcin Siodelski [Sat, 15 Apr 2017 13:19:00 +0000 (15:19 +0200)] 
[5102] Allow retrieving host reservations by 'client-id' from SQL dbs.

8 years ago[5102] 'client-id' host identifier type is now included in default config.
Marcin Siodelski [Sat, 15 Apr 2017 13:07:40 +0000 (15:07 +0200)] 
[5102] 'client-id' host identifier type is now included in default config.

8 years ago[5102] Updated MySQL and PgSQL schemas with 'client-id' host id type.
Marcin Siodelski [Fri, 14 Apr 2017 21:39:13 +0000 (23:39 +0200)] 
[5102] Updated MySQL and PgSQL schemas with 'client-id' host id type.

8 years ago[5102] Corrected test config descriptions in dora_unittest.cc
Marcin Siodelski [Thu, 13 Apr 2017 11:39:23 +0000 (13:39 +0200)] 
[5102] Corrected test config descriptions in dora_unittest.cc

8 years ago[5171] User's Guide section for Kea-shell written.
Tomek Mrugalski [Fri, 14 Apr 2017 14:18:49 +0000 (16:18 +0200)] 
[5171] User's Guide section for Kea-shell written.

8 years ago[5213] Handling of parameterless commands improved
Tomek Mrugalski [Fri, 14 Apr 2017 12:57:16 +0000 (14:57 +0200)] 
[5213] Handling of parameterless commands improved

8 years ago[5217] Imrpoved errors handling in Http connection.
Marcin Siodelski [Fri, 14 Apr 2017 12:16:15 +0000 (14:16 +0200)] 
[5217] Imrpoved errors handling in Http connection.

8 years ago[5213] config-reload documented.
Tomek Mrugalski [Fri, 14 Apr 2017 12:03:28 +0000 (14:03 +0200)] 
[5213] config-reload documented.

8 years ago[5213] Documentation updated.
Tomek Mrugalski [Fri, 14 Apr 2017 11:52:03 +0000 (13:52 +0200)] 
[5213] Documentation updated.

8 years ago[5213] config-reload implemented, set-config renamed to config-set
Tomek Mrugalski [Fri, 14 Apr 2017 11:51:51 +0000 (13:51 +0200)] 
[5213] config-reload implemented, set-config renamed to config-set

8 years ago[master] Added ChangeLog entry for #5216.
Marcin Siodelski [Thu, 13 Apr 2017 14:56:48 +0000 (16:56 +0200)] 
[master] Added ChangeLog entry for #5216.

8 years ago[master] Merge branch 'trac5216'
Marcin Siodelski [Thu, 13 Apr 2017 14:55:39 +0000 (16:55 +0200)] 
[master] Merge branch 'trac5216'

8 years ago[5213] Unit-tests for config-reload implemented.
Tomek Mrugalski [Thu, 13 Apr 2017 13:48:35 +0000 (15:48 +0200)] 
[5213] Unit-tests for config-reload implemented.

8 years ago[5213] set-config renamed to config-set, config-reload implemented
Tomek Mrugalski [Thu, 13 Apr 2017 13:09:12 +0000 (15:09 +0200)] 
[5213] set-config renamed to config-set, config-reload implemented

 - removed obsolete kea_controller.cc (all code moved to ctrl_dhcp4_srv.cc)

8 years ago[4540] Docs, example configs updated
Tomek Mrugalski [Thu, 13 Apr 2017 12:16:25 +0000 (14:16 +0200)] 
[4540] Docs, example configs updated

8 years ago[5216] Ignore EINPROGRESS error in IOFetch.
Marcin Siodelski [Thu, 13 Apr 2017 11:05:56 +0000 (13:05 +0200)] 
[5216] Ignore EINPROGRESS error in IOFetch.

8 years ago[5217] Ignore EINPROGRESS errors in the unitests using async_connect.
Marcin Siodelski [Thu, 13 Apr 2017 07:12:44 +0000 (09:12 +0200)] 
[5217] Ignore EINPROGRESS errors in the unitests using async_connect.

8 years ago[v_1_2_0] copy right dates updated trac5213_base
Wlodek Wencel [Tue, 4 Apr 2017 20:12:21 +0000 (22:12 +0200)] 
[v_1_2_0] copy right dates updated

8 years ago[v1_2_0] ChangeLog updates
Wlodek Wencel [Tue, 4 Apr 2017 20:14:07 +0000 (22:14 +0200)] 
[v1_2_0] ChangeLog updates

Conflicts:
ChangeLog

8 years ago[master] Added ChangeLog entry for #5207.
Marcin Siodelski [Wed, 12 Apr 2017 08:09:32 +0000 (10:09 +0200)] 
[master] Added ChangeLog entry for #5207.

8 years ago[master] Merge branch 'trac5207'
Marcin Siodelski [Wed, 12 Apr 2017 07:50:55 +0000 (09:50 +0200)] 
[master] Merge branch 'trac5207'

8 years ago[5207] Reverted part of earlier comments, add4/add6 description updated
Tomek Mrugalski [Tue, 11 Apr 2017 16:51:31 +0000 (18:51 +0200)] 
[5207] Reverted part of earlier comments, add4/add6 description updated

8 years ago[master] Removed cryptolink lib dependency from libkea-process
Thomas Markwalder [Tue, 11 Apr 2017 10:55:12 +0000 (06:55 -0400)] 
[master] Removed cryptolink lib dependency from libkea-process

    Merge branch 'trac5211'

8 years ago[5207] extra checks added in add4(), add6()
Tomek Mrugalski [Mon, 10 Apr 2017 17:45:05 +0000 (19:45 +0200)] 
[5207] extra checks added in add4(), add6()

8 years ago[5207] Improved duplication checks when adding reservations
Tomek Mrugalski [Mon, 10 Apr 2017 16:43:23 +0000 (18:43 +0200)] 
[5207] Improved duplication checks when adding reservations

8 years ago[5211] libkea-process is no longer dependent on cryptolink
Thomas Markwalder [Fri, 7 Apr 2017 13:48:36 +0000 (09:48 -0400)] 
[5211] libkea-process is no longer dependent on cryptolink

DControllerBase was modified to support a means for derivations to
contribute additional information to extended version info returned
by DControllerBase::getVersion(true).  This removes the need to link
process lib with libraries it does not need.

src/bin/d2/d2_controller.h
src/bin/d2/d2_controller.cc
    D2Controller::getVersionAddendum() - new method which reports
    D2 dependencies (currently only cryptolink)

src/lib/process/Makefile.am
    Removed temporary link to cryptolink

src/lib/process/d_controller.h
src/lib/process/d_controller.cc
    DControllerBase::getVersionAddendum() - new virtual method so
    derivations can contribute to extended version information

    DControllerBase::getVersion(bool extended) - modified to call
    getVersionAddendum(), removed explict calls for crypto and
    RDBMs versions

Added unit test support

8 years ago[master] Removed accidental add of premium repo
Thomas Markwalder [Thu, 6 Apr 2017 13:30:36 +0000 (09:30 -0400)] 
[master] Removed accidental add of premium repo

8 years ago[master] Temporarily add cryptolink to libprocess Makefile.am
Thomas Markwalder [Thu, 6 Apr 2017 12:47:27 +0000 (08:47 -0400)] 
[master] Temporarily add cryptolink to libprocess Makefile.am

    libkea-process was failing to link, looking for CryptoLink::getVersion().
    See #5211.  For now, adding lib to the Makefile.am.

8 years ago[master] Adding dhcpX_parser.yy to the distribution.
Marcin Siodelski [Thu, 6 Apr 2017 12:18:08 +0000 (14:18 +0200)] 
[master] Adding dhcpX_parser.yy to the distribution.

8 years ago[master] Fixing hang in the text causing memory corruption and hang.
Marcin Siodelski [Thu, 6 Apr 2017 10:40:14 +0000 (12:40 +0200)] 
[master] Fixing hang in the text causing memory corruption and hang.

Okayed on Jabber.

8 years ago[5207] Modify HostReservationParser to return parsed host.
Marcin Siodelski [Thu, 6 Apr 2017 07:13:47 +0000 (09:13 +0200)] 
[5207] Modify HostReservationParser to return parsed host.

8 years ago[master] Added ChangeLog entry 1238.
Thomas Markwalder [Tue, 4 Apr 2017 20:54:13 +0000 (16:54 -0400)] 
[master] Added ChangeLog entry 1238.

8 years ago[master] Bumped library version numbers
Thomas Markwalder [Tue, 4 Apr 2017 20:51:49 +0000 (16:51 -0400)] 
[master] Bumped library version numbers

    Merge branch 'trac5201'

8 years ago[master] Added ChangeLog entry for #5200.
Marcin Siodelski [Tue, 4 Apr 2017 19:48:49 +0000 (21:48 +0200)] 
[master] Added ChangeLog entry for #5200.

8 years ago[master] Merge branch 'trac5200'
Marcin Siodelski [Tue, 4 Apr 2017 19:42:01 +0000 (21:42 +0200)] 
[master] Merge branch 'trac5200'

8 years ago[5200] Addressed review comments: expanded commentary in UnixDomainSocket.
Marcin Siodelski [Tue, 4 Apr 2017 19:39:58 +0000 (21:39 +0200)] 
[5200] Addressed review comments: expanded commentary in UnixDomainSocket.