Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | T6717: memory management of alloced return values | John Estabrook | |
The ctypes binding makes a copy of the string return value; the originating C memory allocation needs to be explicitly managed. | |||
2024-10-23 | T6717: split validate and set functions | John Estabrook | |
Separate the application of validators from the cstore update. | |||
2024-10-23 | T6717: add redirect_stdout | John Estabrook | |
Legacy set/delete methods write errors to stdout; capture for redirection in return value. | |||
2024-10-23 | T5528: add adapter interface | John Estabrook | |
Expose legacy set/delete functions in a form suitable for external calls. |