| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pyouroboros: Use consistent format docstringsHEADmaster | Dimitri Staessens | 28 hours | 1 | -8/+16 |
| | | | | | | | | | | This is basically a clean up pass to make sure all docstrings are aligned. The copyright banners are replaced by SPDX statements. Also did a general clean up on the comments. Passes pylint. No structural changes. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> | ||||
| * | build: Add Pylint config | Dimitri Staessens | 2026-06-30 | 1 | -13/+23 |
| | | | | | Add a PyLint section to pyproject.toml. | ||||
| * | build: Use git tags for versioning0.23.0 | Dimitri Staessens | 2026-03-08 | 1 | -22/+45 |
| | | | | | | | Replace setup.py metadata with pyproject.toml and derive version from git tags with setuptools-scm. Adds git archive support for setuptools-scm version detection. | ||||
| * | ouroboros: Add IRM wrapper | Dimitri Staessens | 2026-03-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Add ouroboros.irm module wrapping the Ouroboros IRM C API, providing Python interfaces for IPCP lifecycle (create, destroy, bootstrap, enroll, connect), name management (create, destroy, register, list), and program/process binding. Split the monolithic CFFI build into separate _ouroboros_dev_cffi and _ouroboros_irm_cffi modules, each linking only its required library. Also includes: - ouroboros.cli module with higher-level wrappers mirroring CLI tools - FRCT flag support (set/get) in the Flow API - FlowPeer event type in FEventType - QoS defaults updated to match ouroboros source - Bug fixes: flow_set_snd_timeout typo, flow_set_flags calling convention, FlowSet name mangling, fqueue_type return type - .gitignore, copyright updates, version bump to 0.23.0 | ||||
| * | ouroboros: Add support for flow timeout, O7s 0.190.19 | Dimitri Staessens | 2022-03-11 | 1 | -1/+1 |
| | | |||||
| * | Initial commit: Basic Ouroboros API0.18 | Dimitri Staessens | 2020-05-16 | 1 | -0/+25 |
| Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> | |||||
