]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
5 years ago[#1877] hammer: hardcoded sphinx version for centos
Michal Nowikowski [Thu, 20 May 2021 07:13:59 +0000 (09:13 +0200)] 
[#1877] hammer: hardcoded sphinx version for centos

5 years ago[#1877] fixed building docs by switching venv from py2 to py3
Michal Nowikowski [Thu, 20 May 2021 06:16:01 +0000 (08:16 +0200)] 
[#1877] fixed building docs by switching venv from py2 to py3

5 years ago[#1876] Added ChangeLog entry
Thomas Markwalder [Thu, 20 May 2021 10:48:31 +0000 (06:48 -0400)] 
[#1876] Added ChangeLog entry

5 years ago[#1876] Corrected MtHttpClientTest.workPauseResumeShutdown
Thomas Markwalder [Wed, 19 May 2021 23:55:55 +0000 (19:55 -0400)] 
[#1876] Corrected MtHttpClientTest.workPauseResumeShutdown

src/lib/util/tests/client_mt_unittests.cc
    The test was modified to test that the majority
    of requests are fulfilled by worker threads rather
    than all of them.

5 years ago[#1871] another contributor added to AUTHORS
Tomek Mrugalski [Thu, 20 May 2021 09:24:22 +0000 (11:24 +0200)] 
[#1871] another contributor added to AUTHORS

5 years agoinclude limits.h
Khem Raj [Sat, 27 Feb 2021 07:31:15 +0000 (23:31 -0800)] 
include limits.h

Fixes build with gcc11
backend_selector.cc:61:35: error: 'numeric_limits' is not a member of 'std'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years agoax_cpp11.m4: Include <memory> header
Khem Raj [Sat, 27 Feb 2021 07:14:20 +0000 (23:14 -0800)] 
ax_cpp11.m4: Include <memory> header

This is needed for std::shared_ptr
GCC-11 throws errors if header is not included

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 years ago[#1818] Addressed review comments
Thomas Markwalder [Wed, 19 May 2021 20:12:22 +0000 (16:12 -0400)] 
[#1818] Addressed review comments

    Minor cosmetics.

5 years ago[#1818] Refactored CriticalSection callbacks
Thomas Markwalder [Wed, 19 May 2021 17:58:45 +0000 (13:58 -0400)] 
[#1818] Refactored CriticalSection callbacks

util::NamedCallback replaced with CSCallbackPair
and absorbed into multi_threaded_mgr.*.  This
replaces two discrete lists of callbacks with a
single list of named, callback pairs.

5 years ago[#1818] fixed typos
Razvan Becheriu [Tue, 18 May 2021 21:21:13 +0000 (00:21 +0300)] 
[#1818] fixed typos

5 years ago[#1818] fixed typo
Razvan Becheriu [Tue, 18 May 2021 21:10:39 +0000 (00:10 +0300)] 
[#1818] fixed typo

5 years ago[#1818] fixed doxygen and formatting
Razvan Becheriu [Tue, 18 May 2021 20:49:46 +0000 (23:49 +0300)] 
[#1818] fixed doxygen and formatting

5 years ago[#1818] Added exception handling and ChangeLog
Thomas Markwalder [Tue, 18 May 2021 13:22:51 +0000 (09:22 -0400)] 
[#1818] Added exception handling and ChangeLog

src/hooks/dhcp/high_availability/ha_messages.mes
    HA_PAUSE_CLIENT_LISTENER_FAILED
    HA_RESUME_CLIENT_LISTENER_FAILED - new log messages

src/hooks/dhcp/high_availability/ha_service.cc
    HAService::pauseClientAndListener()
    HAService::resumeClientAndListener() - made exception-safe

src/lib/util/multi_threading_mgr.cc
    MultiThreadingMgr::stopProcessing()
    MultiThreadingMgr::startProcessing() - added exception-catch
    around callback invocations.

5 years ago[#1818] Added Multithreading CS callbacks to HA
Thomas Markwalder [Mon, 17 May 2021 17:39:28 +0000 (13:39 -0400)] 
[#1818] Added Multithreading CS callbacks to HA

src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::run() - added CS prior to MultiThreadingMgr:apply()
    prior to exit

src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::run() - added CS prior to MultiThreadingMgr:apply()
    prior to exit

src/hooks/dhcp/high_availability/ha_service.*
    HAService::startClientAndListener() - added call to register
    CS callbacks

    HAService::stopClientAndListener() - added call to remove CS
    callbacks

src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc
    Revamped to test CS callbacks rather than pause/resume directly.

src/lib/util/Makefile.am
    Added named_callbacks.h/cc

src/lib/util/named_callback.cc
src/lib/util/named_callback.h
    - new files that implement an ordered list of named callbacks

src/lib/util/multi_threading_mgr.*
    MultiThreadingMgr::apply() - removes all CS callbacks when entering
    single-threaded mode

    MultiThreadingMgr::stopProcessing() - formerly stopPktProcessing, added
    call to invoke CS exit callbacks

    MultiThreadingMgr::startProcessing()  - formerly startPktProcessing,
    added call to invoke CS entry callbacks.

    MultiThreadingMgr::addCriticalSectionCallbacks() - new method for
    adding CS callbacks

    MultiThreadingMgr::removeCriticalSectionCallbacks() -  new method for
    removing CS callbacks

    MultiThreadingMgr::removeAllCriticalSectionCallbacks() - new method for
    all CS callbacks

src/lib/util/tests/Makefile.am
    Added named_callback_unittest.cc

src/lib/util/tests/named_callback_unittest.cc - tests for NamedCallback
classes

src/lib/util/tests/multi_threading_mgr_unittest.cc
    CriticalSectionCallbackTest - new test fixture
    TEST_F(CriticalSectionCallbackTest, basics) - new test

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [#1815] Added a ChangeLog entry
Francis Dupont [Wed, 19 May 2021 07:25:43 +0000 (09:25 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [#1815] Added a ChangeLog entry

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [#1815] Removed blank lines
Francis Dupont [Wed, 19 May 2021 07:21:10 +0000 (09:21 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [#1815] Removed blank lines

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new...
Francis Dupont [Wed, 12 May 2021 09:46:31 +0000 (11:46 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new-drop-points)] [#1815] Spelling

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new...
Francis Dupont [Thu, 29 Apr 2021 16:37:31 +0000 (18:37 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new-drop-points)] [#1815] Made v6 part

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new...
Francis Dupont [Thu, 29 Apr 2021 16:02:57 +0000 (18:02 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new-drop-points)] [#1815] Added comments

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new...
Francis Dupont [Thu, 29 Apr 2021 16:00:18 +0000 (18:00 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new-drop-points)] [#1815] Added a new unit test

5 years ago[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new...
Francis Dupont [Thu, 29 Apr 2021 14:07:43 +0000 (16:07 +0200)] 
[(no branch, rebasing 1815-add-new-drop-points)] [(no branch, rebasing 1815-add-new-drop-points)] [#1815] Checkpoint: v4 part done

5 years ago[#1560] keep backwards compat with older sphinx
Andrei Pavel [Wed, 19 May 2021 09:10:25 +0000 (12:10 +0300)] 
[#1560] keep backwards compat with older sphinx

5 years ago[#1680] minor rename and comment fix
Andrei Pavel [Wed, 19 May 2021 12:13:39 +0000 (15:13 +0300)] 
[#1680] minor rename and comment fix

5 years ago[#1860] constructor, destructor -> SetUp, TearDown
Andrei Pavel [Tue, 18 May 2021 12:26:57 +0000 (15:26 +0300)] 
[#1860] constructor, destructor -> SetUp, TearDown

5 years ago[#1860] unit tests for lenient option parsing
Andrei Pavel [Tue, 18 May 2021 09:53:00 +0000 (12:53 +0300)] 
[#1860] unit tests for lenient option parsing

5 years ago[#1860] documentation about lenient option parsing
Andrei Pavel [Tue, 18 May 2021 09:29:37 +0000 (12:29 +0300)] 
[#1860] documentation about lenient option parsing

5 years ago[#1860] detemplated methods in OpaqueDataTuple
Andrei Pavel [Tue, 18 May 2021 09:18:03 +0000 (12:18 +0300)] 
[#1860] detemplated methods in OpaqueDataTuple

5 years ago[#1860] add ChangeLog entry
Andrei Pavel [Fri, 14 May 2021 13:58:53 +0000 (16:58 +0300)] 
[#1860] add ChangeLog entry

5 years ago[#1860] document lenient option parsing
Andrei Pavel [Fri, 14 May 2021 14:14:05 +0000 (17:14 +0300)] 
[#1860] document lenient option parsing

5 years ago[#1860] unit tests for lenient option parsing
Andrei Pavel [Mon, 17 May 2021 09:39:32 +0000 (12:39 +0300)] 
[#1860] unit tests for lenient option parsing

5 years ago[#1860] lenient parsing logic for option 16
Andrei Pavel [Fri, 14 May 2021 13:38:01 +0000 (16:38 +0300)] 
[#1860] lenient parsing logic for option 16

5 years ago[#1860] regenerate parsers
Andrei Pavel [Fri, 14 May 2021 11:40:42 +0000 (14:40 +0300)] 
[#1860] regenerate parsers

5 years ago[#1860] add "compatibility" parameter to parsers
Andrei Pavel [Fri, 14 May 2021 11:39:30 +0000 (14:39 +0300)] 
[#1860] add "compatibility" parameter to parsers

and "lenient-option-parsing"

5 years ago[#1818] added more checks in unittests
Razvan Becheriu [Mon, 17 May 2021 15:45:20 +0000 (18:45 +0300)] 
[#1818] added more checks in unittests

5 years ago[#1818] Addressed review comments, minor cleanup.
Thomas Markwalder [Mon, 17 May 2021 14:46:46 +0000 (10:46 -0400)] 
[#1818] Addressed review comments, minor cleanup.

Minor UT clean up:
src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc
src/lib/http/tests/mt_client_unittests.cc

5 years ago[#1818] clean up code
Razvan Becheriu [Mon, 17 May 2021 14:34:02 +0000 (17:34 +0300)] 
[#1818] clean up code

5 years ago[#1818] cleaning up code
Razvan Becheriu [Mon, 17 May 2021 13:05:34 +0000 (16:05 +0300)] 
[#1818] cleaning up code

5 years ago[#1818] make http thread pool state private and add missing interface functions
Razvan Becheriu [Mon, 17 May 2021 11:16:20 +0000 (14:16 +0300)] 
[#1818] make http thread pool state private and add missing interface functions

5 years ago[#1818] Restored function after rebase
Thomas Markwalder [Fri, 14 May 2021 19:15:48 +0000 (15:15 -0400)] 
[#1818] Restored function after rebase

modified:   src/lib/http/client.cc

5 years ago[#1818] Minor refactor and cosmetics
Thomas Markwalder [Fri, 14 May 2021 15:39:42 +0000 (11:39 -0400)] 
[#1818] Minor refactor and cosmetics

src/lib/http/http_thread_pool.*
    HttpThreadPool::setRunState() - extracted thread lambda
    into it's own function, HttpThreadPool::threadWork().

src/lib/config/tests/cmd_http_listener_unittests.cc
    Removed dead function, fixed typos., fixed typos., fixed typos., fixed typos.

src/lib/http/client.*
    Fixed typos.

5 years ago[#1818] Addressed some cosmetic review comments
Thomas Markwalder [Thu, 13 May 2021 19:26:57 +0000 (15:26 -0400)] 
[#1818] Addressed some cosmetic review comments

modified:
    src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc
    src/lib/config/cmd_http_listener.h
    src/lib/http/client.cc
    src/lib/http/client.h

5 years ago[#1818] Reimplemented HttpThreadPool internals
Thomas Markwalder [Thu, 13 May 2021 18:55:14 +0000 (14:55 -0400)] 
[#1818] Reimplemented HttpThreadPool internals

HttpThreadPool state changes are now synchronous.

src/lib/config/cmd_http_listener.cc
    Minor updates

src/lib/config/tests/cmd_http_listener_unittests.cc
    Revamped to use simplified command handling for
    pause/resume testing.

src/lib/http/client.*
    Minor updates

src/lib/http/http_thread_pool.*
    HttpThreadPool::setRunState() is now synchronous, returning
    only when all threads in the pool are in appropriate state
    or have been destroyed.

    Did away with SHUTDOWN state.
    Changed RUN to RUNNING

src/lib/http/tests/http_thread_pool_unittests.cc
    Revamped testing.

src/lib/http/tests/mt_client_unittests.cc
    Revamped to use request handler handling for pause/resume testing

5 years ago[#1818] Minor house keeping
Thomas Markwalder [Mon, 10 May 2021 14:01:39 +0000 (10:01 -0400)] 
[#1818] Minor house keeping

modified:
    client.cc
    client.h

5 years ago[#1818] Replaced wait_for with wait HttpThreadPool lambda
Thomas Markwalder [Mon, 10 May 2021 13:29:28 +0000 (13:29 +0000)] 
[#1818] Replaced wait_for with wait HttpThreadPool lambda

modified:   http_thread_pool.cc

5 years ago[#1818] Fixed spellings
Thomas Markwalder [Fri, 7 May 2021 20:26:35 +0000 (16:26 -0400)] 
[#1818] Fixed spellings

5 years ago[#1818] Added pause and resume to HAService
Thomas Markwalder [Fri, 7 May 2021 16:02:25 +0000 (12:02 -0400)] 
[#1818] Added pause and resume to HAService

HAService defers client start, and can now pause
and resume client and listener

src/hooks/dhcp/high_availability/ha_service.*
    HAService::HAService() - client start is now deferred
    HAService::startClientAndListener() - now starts client too

    HAService::pauseClientAndListener()
    HAService::resumeClientAndListener() - new methods

src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc
    TEST_F(HAMtServiceTest, multiThreadingBasics) - new test that
    verifies start,pause,resume and stop

src/lib/config/cmd_http_listener.*
    CmdHttpListener:
        Renamed io_service_ to thread_io_service_
        Added run state convenience methods
        Deleted isListening() method

src/lib/config/tests/cmd_http_listener_unittests.cc
    Updated tests

src/lib/http/client.*
    Clean up
    Added run state convenience methods

src/lib/http/tests/mt_client_unittests.cc
    Updated tests

5 years ago[#1818] Improved client unit tests
Thomas Markwalder [Thu, 6 May 2021 19:34:22 +0000 (19:34 +0000)] 
[#1818] Improved client unit tests

src/lib/http/client.cc
    Destination::closeAllConnections() - flushes the queue

src/lib/http/http_thread_pool.cc
    Took out debug couts
    HttpThreadPool::stop() - added call to IOService::poll()

src/lib/http/tests/mt_client_unittests.cc
    Got rid of startRequestSimple()

5 years ago[#1818] Added HttpClient thread pool deferred start
Thomas Markwalder [Tue, 4 May 2021 20:17:47 +0000 (16:17 -0400)] 
[#1818] Added HttpClient thread pool deferred start

HttpClient's thread pool can now be started
post-construction via new start() method

src/lib/config/cmd_http_listener.*
    Clean up.

src/lib/config/tests/cmd_http_listener_unittests.cc
    Expanded testing.

src/lib/http/client.*
    HttpClient::HttpClient - added defer_thread_start parameter
    HttpClient::start() - new method to start thread-pool

src/lib/http/tests/mt_client_unittests.cc
    TEST_F(MtHttpClientTest, deferredStart) - new test
    TEST_F(MtHttpClientTest, restartAfterStop)  - new test

5 years ago[#1818] Added missing test file
Thomas Markwalder [Tue, 4 May 2021 14:48:38 +0000 (10:48 -0400)] 
[#1818] Added missing test file

new file:
    http_thread_pool_unittests.cc

5 years ago[#1818] Pausable HttpThreadPool initial implemenation
Thomas Markwalder [Tue, 4 May 2021 14:29:40 +0000 (10:29 -0400)] 
[#1818] Pausable HttpThreadPool initial implemenation

src/lib/asiolink/io_service.*
    IOServcie::stopped()
    IOServcie::restart() - new wrapper methods

src/lib/http/http_thread_pool.*
    New files that implement HttpThreadPool class

src/lib/config/cmd_http_listener.*
    CmdHttpListner - retooled to use HttpThreadPool
    Added pause() and resume() methods

src/lib/config/tests/cmd_http_listener_unittests.cc
    Retooled and added unit tests for pause/resume

src/lib/http/Makefile.am
    Added http_thread_pool.*

src/lib/http/client.cc
    CmdHttpListner - retooled to use HttpThreadPool
    Added pause() and resume() methods

src/lib/http/tests/Makefile.am
    Added http_thread_pool_unittests.cc

src/lib/http/tests/mt_client_unittests.cc
    Retooled and added unit tests for pause/resume

5 years ago[#1560] add_css_file for sphinx >= v4
Andrei Pavel [Mon, 17 May 2021 10:08:24 +0000 (13:08 +0300)] 
[#1560] add_css_file for sphinx >= v4

5 years ago[#1416] Changelog entry
Wlodek Wencel [Fri, 14 May 2021 15:23:54 +0000 (17:23 +0200)] 
[#1416] Changelog entry

5 years ago[#1416] docs, new tests, v4 and v6 address check
Wlodek Wencel [Fri, 14 May 2021 15:19:28 +0000 (17:19 +0200)] 
[#1416] docs, new tests, v4 and v6 address check

5 years ago[#1416] perfdhcp v6 generate multiple subnet traffic
Wlodek Wencel [Thu, 13 May 2021 07:54:52 +0000 (09:54 +0200)] 
[#1416] perfdhcp v6 generate multiple subnet traffic

5 years ago[#1873] hammer: dropped support for python3 in building kea packages
Michal Nowikowski [Mon, 17 May 2021 06:57:57 +0000 (08:57 +0200)] 
[#1873] hammer: dropped support for python3 in building kea packages

5 years ago[#1798] Addressed wording comments
Francis Dupont [Fri, 14 May 2021 12:41:54 +0000 (14:41 +0200)] 
[#1798] Addressed wording comments

5 years ago[#1798] Added short read errors
Francis Dupont [Wed, 12 May 2021 09:41:00 +0000 (11:41 +0200)] 
[#1798] Added short read errors

5 years ago[#1798] Regen flex and bison eval
Francis Dupont [Wed, 12 May 2021 09:01:05 +0000 (09:01 +0000)] 
[#1798] Regen flex and bison eval

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Reworded some...
Francis Dupont [Wed, 28 Apr 2021 14:11:46 +0000 (16:11 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Reworded some comments

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Reapplied...
Francis Dupont [Fri, 23 Apr 2021 10:47:07 +0000 (12:47 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Reapplied #1807 patch

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Addressed...
Francis Dupont [Fri, 23 Apr 2021 10:39:33 +0000 (12:39 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Addressed some comments

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Tried to fix...
Francis Dupont [Wed, 21 Apr 2021 08:53:29 +0000 (10:53 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Tried to fix MT issues

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing...
Francis Dupont [Fri, 16 Apr 2021 17:37:44 +0000 (19:37 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing space

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Added same...
Francis Dupont [Wed, 14 Apr 2021 15:52:54 +0000 (17:52 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Added same address/port but different TLS context UTs

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkpoint...
Francis Dupont [Wed, 14 Apr 2021 10:04:37 +0000 (12:04 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkpoint: removed clear

5 years ago[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkpoint...
Francis Dupont [Tue, 13 Apr 2021 21:58:03 +0000 (23:58 +0200)] 
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkpoint: UTs to add

5 years ago[#1680] use consistent name in unittests for connection recovery
Razvan Becheriu [Wed, 5 May 2021 19:57:19 +0000 (22:57 +0300)] 
[#1680] use consistent name in unittests for connection recovery

5 years ago[#1680] added forensic documentation in hooks.rst
Razvan Becheriu [Wed, 5 May 2021 19:38:41 +0000 (22:38 +0300)] 
[#1680] added forensic documentation in hooks.rst

5 years ago[#1680] added forensic documentation in hooks.rst
Razvan Becheriu [Wed, 5 May 2021 19:19:11 +0000 (22:19 +0300)] 
[#1680] added forensic documentation in hooks.rst

5 years ago[#1680] added forensic documentation in hooks.rst
Razvan Becheriu [Wed, 5 May 2021 19:09:11 +0000 (22:09 +0300)] 
[#1680] added forensic documentation in hooks.rst

5 years ago[#1680] fixed unittests
Razvan Becheriu [Tue, 4 May 2021 20:51:37 +0000 (23:51 +0300)] 
[#1680] fixed unittests

5 years ago[#1680] fixed documentation
Razvan Becheriu [Tue, 4 May 2021 18:54:16 +0000 (21:54 +0300)] 
[#1680] fixed documentation

5 years ago[#1680] fixed documentation
Razvan Becheriu [Tue, 4 May 2021 18:48:48 +0000 (21:48 +0300)] 
[#1680] fixed documentation

5 years ago[#1680] fixed rebase
Razvan Becheriu [Tue, 4 May 2021 18:46:37 +0000 (21:46 +0300)] 
[#1680] fixed rebase

5 years ago[#1680] forensic logging documentation
Andrei Pavel [Thu, 29 Apr 2021 16:37:53 +0000 (19:37 +0300)] 
[#1680] forensic logging documentation

5 years ago[#1680] updated documentation
Razvan Becheriu [Thu, 29 Apr 2021 10:21:28 +0000 (13:21 +0300)] 
[#1680] updated documentation

5 years ago[#1680] added documentation
Razvan Becheriu [Wed, 28 Apr 2021 15:26:17 +0000 (18:26 +0300)] 
[#1680] added documentation

5 years ago[#1680] added ChangeLog entry and addressed comments
Razvan Becheriu [Fri, 23 Apr 2021 17:32:11 +0000 (20:32 +0300)] 
[#1680] added ChangeLog entry and addressed comments

5 years ago[#1680] regenerated parsers
Andrei Pavel [Fri, 23 Apr 2021 19:57:29 +0000 (22:57 +0300)] 
[#1680] regenerated parsers

5 years ago[#1680] fixed compilation
Razvan Becheriu [Fri, 23 Apr 2021 13:41:49 +0000 (16:41 +0300)] 
[#1680] fixed compilation

5 years ago[#1680] fixed compilation
Razvan Becheriu [Fri, 23 Apr 2021 13:39:16 +0000 (16:39 +0300)] 
[#1680] fixed compilation

5 years ago[#1680] addressed comments
Razvan Becheriu [Fri, 23 Apr 2021 12:14:40 +0000 (15:14 +0300)] 
[#1680] addressed comments

5 years agoApply 1 suggestion(s) to 1 file(s)
Razvan Becheriu [Fri, 23 Apr 2021 11:24:38 +0000 (11:24 +0000)] 
Apply 1 suggestion(s) to 1 file(s)

5 years ago[#1680] removed unused function referencing unsafe localtime
Razvan Becheriu [Wed, 7 Apr 2021 11:28:35 +0000 (14:28 +0300)] 
[#1680] removed unused function referencing unsafe localtime

5 years ago[#1680] code cleanup
Razvan Becheriu [Mon, 5 Apr 2021 18:55:06 +0000 (21:55 +0300)] 
[#1680] code cleanup

5 years ago[#1680] fixed documentation
Razvan Becheriu [Mon, 5 Apr 2021 09:24:07 +0000 (12:24 +0300)] 
[#1680] fixed documentation

5 years ago[#1680] fix indentation
Razvan Becheriu [Wed, 31 Mar 2021 22:08:00 +0000 (01:08 +0300)] 
[#1680] fix indentation

5 years ago[#1680] use relevant values in documentation
Razvan Becheriu [Wed, 31 Mar 2021 21:57:48 +0000 (00:57 +0300)] 
[#1680] use relevant values in documentation

5 years ago[#1680] updated documentation
Razvan Becheriu [Wed, 31 Mar 2021 21:52:25 +0000 (00:52 +0300)] 
[#1680] updated documentation

5 years ago[#1680] all tokens must not throw on empty string
Razvan Becheriu [Wed, 17 Mar 2021 00:43:59 +0000 (02:43 +0200)] 
[#1680] all tokens must not throw on empty string

5 years ago[#1680] use consistent format
Razvan Becheriu [Tue, 16 Mar 2021 13:20:54 +0000 (15:20 +0200)] 
[#1680] use consistent format

5 years ago[#1680] added EvalContext convert functions
Razvan Becheriu [Tue, 16 Mar 2021 13:11:34 +0000 (15:11 +0200)] 
[#1680] added EvalContext convert functions

5 years ago[#1680] inttotext should convert from network order
Razvan Becheriu [Tue, 16 Mar 2021 10:11:17 +0000 (12:11 +0200)] 
[#1680] inttotext should convert from network order

5 years ago[#1680] added integer conversion to text in eval parser
Razvan Becheriu [Tue, 16 Mar 2021 09:26:04 +0000 (11:26 +0200)] 
[#1680] added integer conversion to text in eval parser

5 years ago[#1680] added more unittests
Razvan Becheriu [Mon, 15 Mar 2021 16:42:49 +0000 (18:42 +0200)] 
[#1680] added more unittests

5 years ago[#1680] clean up code
Razvan Becheriu [Mon, 15 Mar 2021 16:30:57 +0000 (18:30 +0200)] 
[#1680] clean up code

5 years ago[#1680] fixed unittests
Razvan Becheriu [Fri, 12 Mar 2021 20:06:08 +0000 (22:06 +0200)] 
[#1680] fixed unittests

5 years ago[#1680] added addrtotext operator to eval parser
Razvan Becheriu [Fri, 12 Mar 2021 19:57:36 +0000 (21:57 +0200)] 
[#1680] added addrtotext operator to eval parser

5 years ago[#1680] consistent order of parameters in hook points
Razvan Becheriu [Wed, 3 Mar 2021 11:26:05 +0000 (13:26 +0200)] 
[#1680] consistent order of parameters in hook points

5 years ago[#1590] Changelog updated
Tomek Mrugalski [Wed, 5 May 2021 15:28:12 +0000 (17:28 +0200)] 
[#1590] Changelog updated