Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating Copyright notice | Nicolas Dato | 2025-07-31 | 1 | -1/+1 |
| | |||||
* | adding copyright notice in each .c file | Nicolas Dato | 2025-07-21 | 1 | -0/+21 |
| | |||||
* | adding documentation | Nicolas Dato | 2025-07-18 | 1 | -4/+4 |
| | |||||
* | fix memleak if the pipeline is stopped and the queue is full | Nicolas Dato | 2025-07-15 | 1 | -3/+21 |
| | |||||
* | adding tube_inject_at() to inject elements at any stage, and changing ↵ | Nicolas Dato | 2025-07-05 | 1 | -5/+22 |
| | | | | tube_wait_empty() for tube_stop_and_wait_empty() | ||||
* | adding an example, without using libtuberia for now | Nicolas Dato | 2025-07-02 | 1 | -2/+2 |
| | |||||
* | code indentation | Nicolas Dato | 2025-06-26 | 1 | -260/+260 |
| | |||||
* | fix function check | Nicolas Dato | 2024-10-14 | 1 | -1/+1 |
| | |||||
* | adding tests for the main library | Nicolas Dato | 2024-10-13 | 1 | -8/+26 |
| | |||||
* | Adding more functions, this should be the base idea. Now this need to be ↵ | Nicolas Dato | 2024-03-04 | 1 | -13/+296 |
| | | | | tested, fixed and improved | ||||
* | Adding some initial code. utils.c for some auxiliary functions, and itc.c ↵ | Nicolas Dato | 2023-11-05 | 1 | -0/+76 |
for intra-tuberia-communication |