Skip to content

Releases: AliceO2Group/ALF

v0.21.3

Choose a tag to compare

@sy-c sy-c released this 30 Jun 08:50
0ed8210
  • Compilation fixes for GCC15

v0.21.2

Choose a tag to compare

@sy-c sy-c released this 12 Feb 10:46
e8f2268

Alf server updated:

  • DimRpc string handling: fix extra \0.
  • When dim-log-file parameter is set to "stdout", debug logs are redirected to standard output instead of a file.

v0.21.1

Choose a tag to compare

@sy-c sy-c released this 06 Feb 16:35
09ee847

Fixed a DimRpcParallel call string handling possibly causing crashes.

v0.21.0

Choose a tag to compare

@sy-c sy-c released this 04 Dec 12:33
a3aff12
  • o2-alf: added option --dim-log-file to define a local file to log DIM RPC calls. e.g. o2-alf --dim-log-file=/tmp/alf.log,1000000,4 would create in /tmp a set of 4 rotated 1MB files (alf.log, alf.log.1, alf.log.2, alf.log.3)

v0.20.0

Choose a tag to compare

@sy-c sy-c released this 24 Nov 15:44
70defbe
  • added SWT functions ReadMultiple and SetReadTimeout

v0.19.2

Choose a tag to compare

@sy-c sy-c released this 20 Feb 10:38
23f542e
  • Added options to o2-alf-client for easy testing.

v0.19.1

Choose a tag to compare

@sy-c sy-c released this 14 Dec 20:53
b5a46a7

Bug fix for the optional timeout parameter defined in v0.19.0

v0.19.0

Choose a tag to compare

@sy-c sy-c released this 08 Dec 13:16
dfc9829
  • Added an optional timeout parameter (milliseconds) to the Alf server SCA and SWT lock functions.

v0.18.0

Choose a tag to compare

@sy-c sy-c released this 03 Oct 09:21
0e7ccef

Misc

v0.17.3

Choose a tag to compare

@kostorr kostorr released this 25 Jul 13:24

Misc

  • Assign error codes to InfoLogger messages