roxen:6.2

Last commit made on 2021-02-05
Get this branch:
git clone -b 6.2 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
6.2
Repository:
lp:roxen

Recent commits

3cd490d... by =?utf-8?q?Jonas_Walld=C3=A9n?= <email address hidden>

Fix compile error.

1e0b236... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws5' into 6.2

* patches/ws5:
  Configuration Interface [SNMP]: Fix display of SNMP for modules.

dd30800... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Configuration Interface [SNMP]: Fix display of SNMP for modules.

Only the first SNMP value was shown due to the traversal being
terminated early.

Fixes [WS-5] some more.

5d719f1... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Debug: Added provider hook "handler-done-hook".

This hook is called every time a handler has completed a task.
As it is only intended to be used for debugging purposes, it is
only enabled when the server has been started with --debug.

67b7dc5... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

ABS: Added provider hooks for adding info to ABS output.

Adds support for "abs-hook" and "describe-thread".

0f9a7e9... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws-650' into 6.2

* patches/ws-650:
  Roxen.Null: Added cast operator.

cba62b6... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Roxen.Null: Added cast operator.

Support casting of Roxen.null (aka Val.null) to some common basic types.

Fixes [WS-650].

71a4ff7... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

CacheManager: Fix compilation error.

e043c8e... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

CacheManager: Fix race condition/infinite loop.

Fixes [WS-643].

6b881d5... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws642' into 6.2

* patches/ws642:
  RXML: Add some timing information to <insert#href> error message.