]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[4102] Configuration backend info removed from configure.ac
Tomek Mrugalski [Tue, 15 Dec 2015 18:33:18 +0000 (19:33 +0100)] 
[4102] Configuration backend info removed from configure.ac

10 years ago[4102] Described client classification in detail
Tomek Mrugalski [Tue, 15 Dec 2015 18:32:59 +0000 (19:32 +0100)] 
[4102] Described client classification in detail

 - split classification into several subsections
 - removed text explaining configuration backends

10 years ago[4102] Extended libeval documentation a bit.
Tomek Mrugalski [Tue, 15 Dec 2015 18:30:49 +0000 (19:30 +0100)] 
[4102] Extended libeval documentation a bit.

10 years ago[4102] Fixed typo in classify.xml
Tomek Mrugalski [Tue, 15 Dec 2015 18:30:28 +0000 (19:30 +0100)] 
[4102] Fixed typo in classify.xml

10 years ago[4224] Shell tests now use pid files to check if process is running.
Marcin Siodelski [Fri, 11 Dec 2015 14:26:44 +0000 (15:26 +0100)] 
[4224] Shell tests now use pid files to check if process is running.

10 years ago[master] Added ChangeLog entry 1071 for Trac #4216. trac4242_base
Thomas Markwalder [Tue, 15 Dec 2015 14:24:49 +0000 (09:24 -0500)] 
[master] Added ChangeLog entry 1071 for Trac #4216.

10 years agoMerge branch 'trac4216'
Thomas Markwalder [Tue, 15 Dec 2015 13:32:30 +0000 (08:32 -0500)] 
Merge branch 'trac4216'

10 years ago[3872] comment out "DHCP Performance Guide" add dhcpd.8 to See Also
Jeremy C. Reed [Mon, 14 Dec 2015 23:18:20 +0000 (17:18 -0600)] 
[3872] comment out "DHCP Performance Guide" add dhcpd.8 to See Also

Performance Guide is gone. See ticket #4077.
Also this tool is not kea specific, so reference legacy man page too.

10 years ago[3872] add commas to See Also list and also mention the Guide
Jeremy C. Reed [Mon, 14 Dec 2015 23:11:22 +0000 (17:11 -0600)] 
[3872] add commas to See Also list and also mention the Guide

10 years ago[3872] remove duplicate word
Jeremy C. Reed [Mon, 14 Dec 2015 19:45:53 +0000 (13:45 -0600)] 
[3872] remove duplicate word

10 years ago[3872] fix some misspellings
Jeremy C. Reed [Mon, 14 Dec 2015 19:43:23 +0000 (13:43 -0600)] 
[3872] fix some misspellings

10 years ago[3872] fix another misspelled word
Jeremy C. Reed [Mon, 14 Dec 2015 19:40:22 +0000 (13:40 -0600)] 
[3872]  fix another misspelled word

10 years ago[3872] remove some doubled words
Jeremy C. Reed [Mon, 14 Dec 2015 19:39:36 +0000 (13:39 -0600)] 
[3872] remove some doubled words

10 years ago[3872] fix misspellings
Jeremy C. Reed [Mon, 14 Dec 2015 19:33:07 +0000 (13:33 -0600)] 
[3872] fix misspellings

note some misspellings are in the short description but the log ID
itself is not changed (no spelling issue there)

10 years ago[master] Update change log entry number and commit tag
Shawn Routhier [Mon, 14 Dec 2015 19:22:47 +0000 (11:22 -0800)] 
[master] Update change log entry number and commit tag

10 years ago[master] Correct v6 classification examples to use the correct option tag
Shawn Routhier [Mon, 14 Dec 2015 19:21:01 +0000 (11:21 -0800)] 
[master] Correct v6 classification examples to use the correct option tag

10 years ago[3872] fixed many misspelled words
Jeremy C. Reed [Mon, 14 Dec 2015 19:18:30 +0000 (13:18 -0600)] 
[3872]  fixed many misspelled words

also added a couple commas or missing spaces

10 years agoremove double words
Jeremy C. Reed [Mon, 14 Dec 2015 16:35:33 +0000 (10:35 -0600)] 
remove double words

10 years ago[4234] Fixed stats_mgr.h
Francis Dupont [Fri, 11 Dec 2015 23:06:37 +0000 (00:06 +0100)] 
[4234] Fixed stats_mgr.h

10 years ago[4234] cleanup
Francis Dupont [Fri, 11 Dec 2015 22:50:51 +0000 (23:50 +0100)] 
[4234] cleanup

10 years ago[4234] Made UnixCommandSocket::receiveHandler visible to doxygen
Francis Dupont [Fri, 11 Dec 2015 21:50:44 +0000 (22:50 +0100)] 
[4234] Made UnixCommandSocket::receiveHandler visible to doxygen

10 years ago[4234] Added doc/images directory
Francis Dupont [Fri, 11 Dec 2015 21:36:50 +0000 (22:36 +0100)] 
[4234] Added doc/images directory

10 years ago[4234] Fixed the doxygen issue in asiolink
Francis Dupont [Fri, 11 Dec 2015 21:27:43 +0000 (22:27 +0100)] 
[4234] Fixed the doxygen issue in asiolink

10 years ago[4234] Qualified Type in Lease6 constructor
Francis Dupont [Fri, 11 Dec 2015 20:13:00 +0000 (21:13 +0100)] 
[4234] Qualified Type in Lease6 constructor

10 years ago[4234] Missing doxygen fix
Francis Dupont [Fri, 11 Dec 2015 20:07:45 +0000 (21:07 +0100)] 
[4234] Missing doxygen fix

10 years ago[4237] Added MySQL ENGINE to all table creates, fixed hosts table not dropping
Thomas Markwalder [Fri, 11 Dec 2015 19:51:18 +0000 (14:51 -0500)] 
[4237] Added MySQL ENGINE to all table creates, fixed hosts table not dropping

All MySQL text to create tables sets ENGINE to INNODB
MySQL unit tests now reliably drop the "hosts" table

src/bin/admin/scripts/mysql/dhcpdb_create.mysql
    Added "ENGINE = INNODB" table creates where needed

src/bin/admin/scripts/mysql/upgrade_1.0_to_2.0.sh.in
src/bin/admin/scripts/mysql/upgrade_2.0_to_3.0.sh.in
    Added "ENGINE = INNODB" table creates where needed

src/bin/admin/tests/data/mysql.lease6_dump_test.reference.csv
    Reversed order of reference file to match INNODB result

src/bin/admin/tests/dhcpdb_create_1.0.mysql
    Added "ENGINE = INNODB" table creates where needed

src/bin/admin/tests/mysql_tests.sh.in
    Removed unnecessary explicit drop of ipv6_reservations

src/lib/dhcpsrv/tests/mysql_schema.cc
    Added MySQL error output on statement failures

src/lib/dhcpsrv/tests/schema_mysql_copy.h
    const char* destroy_statement[]
        Added statement to turn off referential integrity checks, so all
        tables will get dropped.  "hosts" table was being left behind.

    const char* create_statement[]
        Added "ENGINE = INNODB" table creates where needed

10 years ago[4234] doxygen fixes last pass
Francis Dupont [Fri, 11 Dec 2015 19:21:06 +0000 (20:21 +0100)] 
[4234] doxygen fixes last pass

10 years ago[4206b] Fixed two typos in the Pkt4 and Pkt6 methods. trac4240_base trac4241_base
Marcin Siodelski [Fri, 11 Dec 2015 15:26:17 +0000 (16:26 +0100)] 
[4206b] Fixed two typos in the Pkt4 and Pkt6 methods.

10 years ago[4206b] Added unit tests for malfromed client id in getLabel.
Marcin Siodelski [Fri, 11 Dec 2015 15:13:18 +0000 (16:13 +0100)] 
[4206b] Added unit tests for malfromed client id in getLabel.

10 years ago[4206b] Minor updates to the Pkt4::getLabel method.
Marcin Siodelski [Fri, 11 Dec 2015 15:11:26 +0000 (16:11 +0100)] 
[4206b] Minor updates to the Pkt4::getLabel method.

The warning about malformed client-id is separated by a single
space character from the actual label. Also, used stream object
to concatenate label with suffix to be consistent with the
convention used in makeLabel.

10 years ago[4234] doxygen cleanup second pass
Francis Dupont [Fri, 11 Dec 2015 14:50:55 +0000 (15:50 +0100)] 
[4234] doxygen cleanup second pass

10 years ago[4234] doxygen cleanup first pass
Francis Dupont [Fri, 11 Dec 2015 14:23:36 +0000 (15:23 +0100)] 
[4234] doxygen cleanup first pass

10 years ago[4216] Fixed up log message
Thomas Markwalder [Fri, 11 Dec 2015 14:03:44 +0000 (09:03 -0500)] 
[4216] Fixed up log message

    Added mention of hosts db to message text for DHCPSRV_MYSQL_HOST_DB_GET_VERSION

10 years ago[4206b] Added unit-tests for too long client-id/DUID.
Tomek Mrugalski [Fri, 11 Dec 2015 14:00:43 +0000 (15:00 +0100)] 
[4206b] Added unit-tests for too long client-id/DUID.

10 years ago[4206b] Pkt{4,6}::getLabel() methods are now exception safe.
Tomek Mrugalski [Fri, 11 Dec 2015 14:00:15 +0000 (15:00 +0100)] 
[4206b] Pkt{4,6}::getLabel() methods are now exception safe.

10 years ago[4216] Addressed review comments
Thomas Markwalder [Fri, 11 Dec 2015 12:00:18 +0000 (07:00 -0500)] 
[4216] Addressed review comments

src/lib/dhcpsrv/host_data_source_factory.cc
    HostDataSourceFactory::create(const std::string& dbaccess)
        - Removed logging from exception throwing conditions
        - Minor clean up of the method itself

src/lib/dhcpsrv/dhcpsrv_messages.mes
    Removed obsoleted error messages:
        DHCPSRV_HOSTDB_NOTYPE
        DHCPSRV_UNKNOWN_HOST_DB

10 years agoRevert "[master] Merge branch 'trac4106'" trac3923a_base trac4234_base
Marcin Siodelski [Thu, 10 Dec 2015 21:54:57 +0000 (22:54 +0100)] 
Revert "[master] Merge branch 'trac4106'"

This reverts commit 8f2a1f8a7a0e27a8c584186cfda089cd88ec6153, reversing
changes made to ed7edadcbd2bde368fdde86e1c997ea225b456f5.

This  merge introduced regressions in our build farm and revealed
issues in the DHCP4o6 IPC code. It also revealed some differences
in sockets handling under Linux and BSD. Rather than continue
patching this here, we should work on the branch to resolve all
issues and then merge 1.1.

10 years ago[master] Fix compilation issue on RHEL6.
Marcin Siodelski [Thu, 10 Dec 2015 15:57:52 +0000 (15:57 +0000)] 
[master] Fix compilation issue on RHEL6.

Added missing fctnl.h include. Okayed on jabber.

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Thu, 10 Dec 2015 13:59:45 +0000 (14:59 +0100)] 
[master] ChangeLog updated.

10 years ago[master] Merge branch 'trac4206' (empty DUID/client-id fix)
Tomek Mrugalski [Thu, 10 Dec 2015 12:58:19 +0000 (13:58 +0100)] 
[master] Merge branch 'trac4206' (empty DUID/client-id fix)

10 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Thu, 10 Dec 2015 12:56:38 +0000 (13:56 +0100)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

10 years ago[master] Compilation fix after 4106
Tomek Mrugalski [Thu, 10 Dec 2015 12:55:19 +0000 (13:55 +0100)] 
[master] Compilation fix after 4106

10 years ago[master] Added Changelog entry for #4228.
Marcin Siodelski [Thu, 10 Dec 2015 11:44:25 +0000 (12:44 +0100)] 
[master] Added Changelog entry for #4228.

10 years ago[master] Merge branch 'trac4228'
Marcin Siodelski [Thu, 10 Dec 2015 11:42:54 +0000 (12:42 +0100)] 
[master] Merge branch 'trac4228'

10 years ago[master] Merge branch 'trac4106'
Marcin Siodelski [Thu, 10 Dec 2015 11:24:15 +0000 (12:24 +0100)] 
[master] Merge branch 'trac4106'

10 years ago[4106] Fixed a typo.
Marcin Siodelski [Thu, 10 Dec 2015 11:20:57 +0000 (12:20 +0100)] 
[4106] Fixed a typo.

10 years ago[trac4222] Correct v6 classificaiton examples to use client-id (1).
Shawn Routhier [Thu, 10 Dec 2015 03:27:57 +0000 (19:27 -0800)] 
[trac4222] Correct v6 classificaiton examples to use client-id (1).

10 years ago[4231] more parsing unit tests trac4232_base
Francis Dupont [Wed, 9 Dec 2015 23:11:47 +0000 (00:11 +0100)] 
[4231] more parsing unit tests

10 years ago[4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.
Marcin Siodelski [Wed, 9 Dec 2015 21:15:53 +0000 (22:15 +0100)] 
[4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.

10 years ago[4106] Minor updates as a result of the review.
Marcin Siodelski [Wed, 9 Dec 2015 20:13:11 +0000 (21:13 +0100)] 
[4106] Minor updates as a result of the review.

Removed debug leftover and changed 'responds' to 'answers'.

10 years ago[4216] Eliminated reuse of log message IDs in hosts database related logging
Thomas Markwalder [Wed, 9 Dec 2015 19:51:36 +0000 (14:51 -0500)] 
[4216] Eliminated reuse of log message IDs in hosts database related logging

src/lib/dhcpsrv/dhcpsrv_messages.mes
    Added hosts database specific messages

src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/mysql_host_data_source.cc
    Updated log statements with hosts database messages

10 years ago[4206] Fixed Dhcp4 unit test failure under OS-X
Thomas Markwalder [Wed, 9 Dec 2015 16:22:06 +0000 (11:22 -0500)] 
[4206] Fixed Dhcp4 unit test failure under OS-X

src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
    TEST_F(Dhcpv4SrvTest, emptyClientId)
        Added code to set up test interfaces

10 years ago[4228] Added s-messages to gitignore file.
Marcin Siodelski [Wed, 9 Dec 2015 15:14:22 +0000 (16:14 +0100)] 
[4228] Added s-messages to gitignore file.

10 years ago[4231] Added and & or operators
Francis Dupont [Wed, 9 Dec 2015 15:00:46 +0000 (16:00 +0100)] 
[4231] Added and & or operators

10 years ago[4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.
Marcin Siodelski [Wed, 9 Dec 2015 14:29:09 +0000 (15:29 +0100)] 
[4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.

10 years ago[4231] Added .exists to option
Francis Dupont [Wed, 9 Dec 2015 13:54:00 +0000 (14:54 +0100)] 
[4231] Added .exists to option

10 years ago[4231] Added not operator
Francis Dupont [Wed, 9 Dec 2015 13:27:37 +0000 (14:27 +0100)] 
[4231] Added not operator

10 years ago[4231] Added ( bool_expr )
Francis Dupont [Wed, 9 Dec 2015 12:41:28 +0000 (13:41 +0100)] 
[4231] Added ( bool_expr )

10 years ago[4206] Unit-tests implemented for empty duid/client-id.
Tomek Mrugalski [Tue, 8 Dec 2015 15:35:35 +0000 (16:35 +0100)] 
[4206] Unit-tests implemented for empty duid/client-id.

10 years ago[4206] Fix for empty client-id in v4
Tomek Mrugalski [Mon, 7 Dec 2015 16:48:47 +0000 (17:48 +0100)] 
[4206] Fix for empty client-id in v4

10 years ago[4206] Fix for empty DUID in v6
Tomek Mrugalski [Mon, 7 Dec 2015 16:48:28 +0000 (17:48 +0100)] 
[4206] Fix for empty DUID in v6

10 years ago[master] Added timestamps (cf #4210) trac4231_base
Francis Dupont [Mon, 7 Dec 2015 14:55:25 +0000 (15:55 +0100)] 
[master] Added timestamps (cf #4210)

10 years ago[4212] Skeleton for IPv6 reservations support added.
Tomek Mrugalski [Fri, 4 Dec 2015 20:33:52 +0000 (21:33 +0100)] 
[4212] Skeleton for IPv6 reservations support added.

10 years ago[4212] HostID implemented.
Tomek Mrugalski [Fri, 4 Dec 2015 20:33:23 +0000 (21:33 +0100)] 
[4212] HostID implemented.

10 years ago[v1_0_0b] reorder .mes files
Wlodek Wencel [Thu, 3 Dec 2015 13:48:14 +0000 (14:48 +0100)] 
[v1_0_0b] reorder .mes files

10 years ago[v1_0_0] differences.txt file removed
Wlodek Wencel [Thu, 3 Dec 2015 14:41:59 +0000 (15:41 +0100)] 
[v1_0_0] differences.txt file removed

10 years ago[v1_0_0] AUTHORS file update
Wlodek Wencel [Thu, 3 Dec 2015 14:40:55 +0000 (15:40 +0100)] 
[v1_0_0] AUTHORS file update

10 years ago[v1_0_0] ChangeLog fixes
Wlodek Wencel [Thu, 3 Dec 2015 14:42:42 +0000 (15:42 +0100)] 
[v1_0_0] ChangeLog fixes

Conflicts:
ChangeLog

10 years ago[master] Update change log entry with commit number
Shawn Routhier [Thu, 3 Dec 2015 20:45:37 +0000 (12:45 -0800)] 
[master] Update change log entry with commit number

10 years agoMerge branch 'trac4218' Remove .text operator form classification documentation
Shawn Routhier [Thu, 3 Dec 2015 20:43:53 +0000 (12:43 -0800)] 
Merge branch 'trac4218'  Remove .text operator form classification documentation

10 years ago[trac4218] Remove descritpion of .text from classification
Shawn Routhier [Thu, 3 Dec 2015 20:17:39 +0000 (12:17 -0800)] 
[trac4218] Remove descritpion of .text from classification

The use of .text isn't really clear yet and rather than confuse
users we are removing it from the documentation.

10 years ago[4217] HostMgr now uses exactly one identifier in get4() query
Tomek Mrugalski [Thu, 3 Dec 2015 16:47:41 +0000 (17:47 +0100)] 
[4217] HostMgr now uses exactly one identifier in get4() query

 - Includes fix in AllocEngine6Test ctor, provided by Thomas

10 years ago[master] ChangeLog updated after 3569 merge.
Tomek Mrugalski [Wed, 2 Dec 2015 09:58:22 +0000 (10:58 +0100)] 
[master] ChangeLog updated after 3569 merge.

10 years ago[master] Merge branch 'trac3569_rebase' (host data source configuration)
Tomek Mrugalski [Wed, 2 Dec 2015 09:26:10 +0000 (10:26 +0100)] 
[master] Merge branch 'trac3569_rebase' (host data source configuration)

10 years ago[3569_rebase] Removed 2 unit-tests as agreed on jabber.
Tomek Mrugalski [Tue, 1 Dec 2015 23:09:30 +0000 (00:09 +0100)] 
[3569_rebase] Removed 2 unit-tests as agreed on jabber.

10 years ago[3569_rebase] Comment corrected in User's Guide
Tomek Mrugalski [Tue, 1 Dec 2015 22:14:08 +0000 (23:14 +0100)] 
[3569_rebase] Comment corrected in User's Guide

10 years ago[3569_rebase] alternate_source renamed, added comments
Tomek Mrugalski [Tue, 1 Dec 2015 22:12:23 +0000 (23:12 +0100)] 
[3569_rebase] alternate_source renamed, added comments

10 years ago[3569_rebase] Schema clean-up before DbAccessParserTest.commitLeaseDb
Tomek Mrugalski [Tue, 1 Dec 2015 20:54:35 +0000 (21:54 +0100)] 
[3569_rebase] Schema clean-up before DbAccessParserTest.commitLeaseDb

10 years ago[3569_rebase] Removed unnecessary call.
Tomek Mrugalski [Tue, 1 Dec 2015 20:14:59 +0000 (21:14 +0100)] 
[3569_rebase] Removed unnecessary call.

10 years ago[3569_rebase] Doc updated.
Tomek Mrugalski [Tue, 1 Dec 2015 19:58:56 +0000 (20:58 +0100)] 
[3569_rebase] Doc updated.

10 years ago[3569_rebase] MySQL host data source tests now use common schema methods
Tomek Mrugalski [Tue, 1 Dec 2015 19:50:07 +0000 (20:50 +0100)] 
[3569_rebase] MySQL host data source tests now use common schema methods

10 years ago[3569_rebase] MySQL host data source is now indeed created and stored.
Tomek Mrugalski [Tue, 1 Dec 2015 19:32:31 +0000 (20:32 +0100)] 
[3569_rebase] MySQL host data source is now indeed created and stored.

10 years ago[master] ChangeLog updated after 4121 merge.
Tomek Mrugalski [Tue, 1 Dec 2015 19:12:22 +0000 (20:12 +0100)] 
[master] ChangeLog updated after 4121 merge.

10 years ago[master] Compilation fixes after 4121 merge.
Tomek Mrugalski [Tue, 1 Dec 2015 19:08:27 +0000 (20:08 +0100)] 
[master] Compilation fixes after 4121 merge.

10 years ago[master] Merge branch 'trac4121' (RAI option packed last)
Tomek Mrugalski [Tue, 1 Dec 2015 18:34:47 +0000 (19:34 +0100)] 
[master] Merge branch 'trac4121' (RAI option packed last)

# Conflicts:
# src/lib/dhcp/libdhcp++.cc
# src/lib/dhcp/libdhcp++.h

10 years ago[4121] added packOptions{4,6}, removed packOptions(), added unit-test
Tomek Mrugalski [Tue, 1 Dec 2015 18:15:43 +0000 (19:15 +0100)] 
[4121] added packOptions{4,6}, removed packOptions(), added unit-test

10 years ago[master] Added eval lib to lfc's Makefile
Wlodek Wencel [Tue, 1 Dec 2015 18:00:01 +0000 (19:00 +0100)] 
[master] Added eval lib to lfc's Makefile

10 years ago[master] Disable strict aliasing rules for gcc < 4.5
Marcin Siodelski [Tue, 1 Dec 2015 17:03:46 +0000 (18:03 +0100)] 
[master] Disable strict aliasing rules for gcc < 4.5

This is a workaround for a GCC bug which affects gcc 4.4 and
manifests on RHEL6.3 as a build failure. This fix was okayed
on jabber.

10 years ago[master] Added ChangeLog entry 1063 for Trac #3702
Thomas Markwalder [Tue, 1 Dec 2015 15:52:36 +0000 (10:52 -0500)] 
[master] Added ChangeLog entry 1063 for Trac #3702

10 years ago[master] Added Kea logo to Admin and Developer's guides
Thomas Markwalder [Tue, 1 Dec 2015 15:33:54 +0000 (10:33 -0500)] 
[master] Added Kea logo to Admin and Developer's guides

    Merged in branch 'trac3702'

10 years ago[3702] Deleted no longer needed isc-logo.png
Thomas Markwalder [Tue, 1 Dec 2015 15:32:50 +0000 (10:32 -0500)] 
[3702] Deleted no longer needed isc-logo.png

10 years ago[master] Added eval lib to D2's Makefile
Thomas Markwalder [Tue, 1 Dec 2015 15:14:12 +0000 (10:14 -0500)] 
[master] Added eval lib to D2's Makefile

10 years ago[3702] Added Kea logo to Admin guide and developer's guide
Thomas Markwalder [Tue, 1 Dec 2015 14:27:59 +0000 (09:27 -0500)] 
[3702] Added Kea logo to Admin guide and developer's guide

doc/guide/kea-logo-100x70.png
new file, it it the Kea logo with the bird's head only

doc/Doxyfile
    Changed PROJECT_LOGO to use use new Kea logo

doc/Makefile.am
    Added logo file to dist_html_DATA so it will be installed

doc/guide/kea-guide.xml
    Added logo as inlinemedia object to the title

10 years ago[master] Added ChangeLog entry for #4211.
Marcin Siodelski [Tue, 1 Dec 2015 14:05:11 +0000 (15:05 +0100)] 
[master] Added ChangeLog entry for #4211.

10 years ago[master] Merge branch 'trac4211'
Marcin Siodelski [Tue, 1 Dec 2015 13:17:35 +0000 (14:17 +0100)] 
[master] Merge branch 'trac4211'

10 years ago[4211] Addressed review comments.
Marcin Siodelski [Tue, 1 Dec 2015 10:35:52 +0000 (11:35 +0100)] 
[4211] Addressed review comments.

Two nits.

10 years ago[3569_rebase] Compilation fix after rebase.
Tomek Mrugalski [Mon, 30 Nov 2015 21:36:44 +0000 (22:36 +0100)] 
[3569_rebase] Compilation fix after rebase.

10 years ago[3569] User's guide updated (currently disabled)
Tomek Mrugalski [Thu, 26 Nov 2015 16:27:57 +0000 (17:27 +0100)] 
[3569] User's guide updated (currently disabled)

10 years ago[3569] Unit-tests implemented.
Tomek Mrugalski [Thu, 26 Nov 2015 14:14:35 +0000 (15:14 +0100)] 
[3569] Unit-tests implemented.

10 years ago[3569] Implemented configuration for host data source.
Tomek Mrugalski [Tue, 24 Nov 2015 20:42:19 +0000 (21:42 +0100)] 
[3569] Implemented configuration for host data source.