Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#870,!496] bumped kea version in configure.ac to 1.7.0-git | Michal Nowikowski | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | configure.ac version changed | Wlodek Wencel | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | update release entry in ChangeLog, updated copyright dates | Michal Nowikowski | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v1_6_0 | Michal Nowikowski | 2019-08-19 | 1 | -77/+187 |
|\ | |||||
| * | [#625,!485] Fixed detection of log4plus in non-standard location | Tomek Mrugalski | 2019-08-15 | 1 | -0/+3 |
| | | |||||
| * | [#625,!485] Fixed conditional intialization detection for log4cplus | Tomek Mrugalski | 2019-08-15 | 1 | -0/+7 |
| | | |||||
| * | [#625,!485] Conditional explicit initialization done. | Tomek Mrugalski | 2019-08-15 | 1 | -0/+9 |
| | | |||||
| * | [#721,!480] --with-site-packages must be specified with parameters. | Tomek Mrugalski | 2019-08-15 | 1 | -0/+3 |
| | | |||||
| * | added ability to indicate site-packages dir that is different in case of deb ↵ | Michal Nowikowski | 2019-08-15 | 1 | -1/+10 |
| | | | | | | | | packages | ||||
| * | [#433] configure.ac better detects sysrepo (and errors out when missing) | Tomek Mrugalski | 2019-08-13 | 1 | -0/+3 |
| | | |||||
| * | added back -git suffix to kea version | Michal Nowikowski | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | added reporting docs generation scope | Michal Nowikowski | 2019-07-30 | 1 | -1/+8 |
| | | |||||
| * | improved detecting sphinx and pdflatex in configure.ac, improved building ↵ | Michal Nowikowski | 2019-07-30 | 1 | -50/+80 |
| | | | | | | | | docs in hammer | ||||
| * | fixed building docs on some systems | Michal Nowikowski | 2019-07-30 | 1 | -5/+27 |
| | | |||||
| * | improved building docs on some systems | Michal Nowikowski | 2019-07-30 | 1 | -1/+11 |
| | | | | | | | | | | | | - improved handling sphinx in configure.ac - adjusted hammer with new deps for docs - updated docs about new deps for docs | ||||
| * | removed old rules for generating manuals | Michal Nowikowski | 2019-07-30 | 1 | -36/+0 |
| | | |||||
| * | rearranges docs and build script | Michal Nowikowski | 2019-07-30 | 1 | -3/+2 |
| | | | | | | | | | | | | | | Two reasons: - sphinx requires to have all sources in its source directory so man pages have to be moved - layout of subfolders in doc folder was not consistent | ||||
| * | disabled discovery of old tools in ./configure | Michal Nowikowski | 2019-07-30 | 1 | -30/+30 |
| | | |||||
| * | improved build scripts, renamed kea-guide.rst to index.rst | Michal Nowikowski | 2019-07-30 | 1 | -9/+40 |
| | | |||||
| * | Initial changes to have sphinx detected | Tomek Mrugalski | 2019-07-30 | 1 | -28/+12 |
| | | |||||
| * | [742-new-libyang-and-sysrepo-versions] Added HAVE_POST_0_7_7_SYSREPO config flag | Francis Dupont | 2019-07-26 | 1 | -1/+9 |
| | | |||||
| * | [#680,!426] Delete embedded options when subnet gets deleted in mysql_cb. | Marcin Siodelski | 2019-07-25 | 1 | -0/+1 |
| | | |||||
| * | updated release version in configure.ac | Michal Nowikowski | 2019-07-22 | 1 | -1/+1 |
| | | |||||
| * | [667-remove-obsolete-compatcheck-dir] Removed compatcheck more than obsolete ↵ | Francis Dupont | 2019-07-04 | 1 | -1/+0 |
| | | | | | | | | directory | ||||
| * | [550-authentication-key-to-text-method-miss-spelled] AuthKey is binary | Francis Dupont | 2019-07-02 | 1 | -0/+1 |
| | | |||||
| * | [#691,!395] Add Connection socket exposure and close_callback handler | Thomas Markwalder | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addes close_callback and exposes Connectin's TCP socket to it and connect_callback. src/lib/http/client.h b/src/lib/http/client.h HttpClient: Added second parameter, socket FD, to ConnectHandler Added CloseHandler typedef asyncSendRequest() - added close_callback parameter src/lib/http/client.cc Connection - added close_callback parameter to all methods that accept connect_callback parameter Added invocation of close_callback wherever the connection's socket is closed. src/lib/http/tests/server_client_unittests.cc TEST_F(HttpClientTest, connectCloseCallbacks) - new test that verifies connect and close callback operations | ||||
| * | [682-keactrl-unable-to-kill-kea-processes] Added expansion of runstatdir ↵ | Francis Dupont | 2019-06-25 | 1 | -0/+5 |
| | | | | | | | | when it includes localstatedir | ||||
| * | [295-min-max-lease-time-configuration-options] Moved MySQL schema updates to ↵ | Francis Dupont | 2019-06-22 | 1 | -0/+1 |
| | | | | | | | | version 8.1 | ||||
| * | [538-kea-should-not-store-anything-in-var-kea-lsb-violation] Updated doc + ↵ | Francis Dupont | 2019-06-18 | 1 | -2/+4 |
| | | | | | | | | some improvements | ||||
| * | [538-kea-should-not-store-anything-in-var-kea-lsb-violation] Introduced ↵ | Francis Dupont | 2019-06-18 | 1 | -0/+7 |
| | | | | | | | | runstatedir for pid files | ||||
| * | [#522,!261] addressed review | Razvan Becheriu | 2019-06-11 | 1 | -2/+2 |
| | | |||||
| * | cassandra cpp driver depends on libssl | Razvan Becheriu | 2019-06-11 | 1 | -0/+1 |
| | | |||||
| * | fixed compilation | Razvan Becheriu | 2019-06-11 | 1 | -1/+2 |
| | | |||||
| * | fixed building from source tith openssl | Razvan Becheriu | 2019-06-11 | 1 | -2/+5 |
| | | |||||
* | | updated version to 1.6.0-betaKea-1.6.0-beta | Michal Nowikowski | 2019-05-28 | 1 | -1/+1 |
|/ | |||||
* | updated versions, updated copyright dates, sorted messages | Michal Nowikowski | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | [#617,!340] Backed out version change in configure.ac | Marcin Siodelski | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | [#6017,!340] bumped up libraries version before release | Razvan Becheriu | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | implemented getPage4 and getPage6 for Cassandra, sorting and filtering hosts ↵ | Razvan Becheriu | 2019-05-22 | 1 | -0/+1 |
| | | | | in unittests, implemented migration script for schema 4.0 | ||||
* | added mysql dependency on openssl | Razvan Becheriu | 2019-05-20 | 1 | -0/+1 |
| | |||||
* | fixed build sysrepo | Razvan Becheriu | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | fixed typo | Razvan Becheriu | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | force enable gtest with benchmarks | Razvan Becheriu | 2019-04-19 | 1 | -0/+5 |
| | |||||
* | [520-fix_benchmarks] Updated configure.ac and benchmarks Makefile.am | Francis Dupont | 2019-04-19 | 1 | -0/+1 |
| | |||||
* | [master] Postgresql unit tests now support wipe-data only | Thomas Markwalder | 2019-03-20 | 1 | -0/+1 |
|\ | | | | | | | Merge branch '531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mechanism' | ||||
| * | [#531,!279] PgSQL unit testing now supports data wipe | Thomas Markwalder | 2019-03-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/share/database/scripts/pgsql wipe_data.sh.in - new file doc/devel/unit-tests.dox Removed MySQL/CQL only comment several files: Added commentary and removed superflous calls to destroyPgSQLSchema src/lib/pgsql/testutils/pgsql_schema.* destroyPgSQLSchema() createPgSQLSchema() - modified to support data wiping wipePgSQLData() - new function src/lib/pgsql/tests pgsql_schema.cc pgsql_schema.h - deleted these. They appear to have been added by mistake. | ||||
* | | [474-optionally-disable-collection-host-lookups] Removed srandomdev | Francis Dupont | 2019-03-20 | 1 | -1/+1 |
|/ | |||||
* | [#441,!233] Cosmetic change in config.report | Tomek Mrugalski | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | [441-make-distcheck-fails-on-fedora-29-automake-1-16] Some updates | Francis Dupont | 2019-03-13 | 1 | -24/+17 |
| | |||||
* | [441-make-distcheck-fails-on-fedora-29-automake-1-16] Second attempt to fix ↵ | Francis Dupont | 2019-03-13 | 1 | -0/+6 |
| | | | | automake 1.16 issue; distribute generated file |