Skip to content

Releases: alliedtelesis/apteryx-utils

v2.04

05 Apr 01:42
Compare
Choose a tag to compare
Add mutex for delayed work list

The delayed_work list can be accessed by multiple threads which
can result in memory corruption.

Prevent this by protecting the access with a mutex.

v2.03

19 Feb 00:45
Compare
Choose a tag to compare
Take instance lock before destroying delayed work object

When the delayed work object is freed the call reference is removed from
the registry index - this work requires the state to be locked.

v2.02

14 Feb 20:40
Compare
Choose a tag to compare
Fix memory issue when dpulicate entry in map file

The insertion of a map entry was mishandled when there is a
duplicate entry. The library routine actually takes care of
the situation by itself.

v2.01

13 Feb 04:04
Compare
Choose a tag to compare
Only load apteryx API for XML files

v2.00

07 Dec 22:00
Compare
Choose a tag to compare
Multithreaded Alfred

With new lua instance locking functionality in Apteryx we can now load
lua files and lua snippets from XML files into seperate lua stacks.

This requires changes to the lua that is loaded - currently each lua
file in the script directory will be loaded into its own lua state, and
the XML files will all be loaded into a single state.

v1.99

29 Nov 00:55
Compare
Choose a tag to compare
apteryx-saver: Check for apteryx_query() failure whilst writing config

Check for apteryx_query() failure whilst writing config. Apteryx_query()
can return NULL if a refresher path included in the query doesn't
respond to apteryxd.

v1.98

13 Sep 21:23
Compare
Choose a tag to compare
Add after_quiet() function-based unit tests

Add unit tests for after_quiet() called with a function and some number
of arguments.

v1.97

01 Jun 23:22
Compare
Choose a tag to compare
Fix incorrect check for config

v1.96

24 May 22:19
652b2fd
Compare
Choose a tag to compare
Merge pull request #25 from alliedtelesis/root_ns_mappings

Support root node namespace mappings

v1.95

17 May 23:41
Compare
Choose a tag to compare
Fix actual use of schemas