| 2021-11-25 |
Matthias Kruk | include/ipc: Add GPLv3 notice |
commit | commitdiff | tree | snapshot |
| 2021-08-08 |
Matthias Kruk | include/git: Add module for interaction with git reposi... |
commit | commitdiff | tree | snapshot |
| 2021-08-01 |
Matthias Kruk | include/git: Add module for interaction with git reposi... |
commit | commitdiff | tree | snapshot |
| 2021-07-24 |
Matthias Kruk | include/conf: Add function to get available configurati... |
commit | commitdiff | tree | snapshot |
| 2021-07-24 |
Matthias Kruk | include/ipc: Add ipc_endpoint_foreach_message() function |
commit | commitdiff | tree | snapshot |
| 2021-07-24 |
Matthias Kruk | include/conf: Add support for multiple configuration... |
commit | commitdiff | tree | snapshot |
| 2021-07-24 |
Matthias Kruk | include/inst: Make instances trap signals |
commit | commitdiff | tree | snapshot |
| 2021-07-22 |
Matthias Kruk | include/inst: Make subsequent calls to inst_running... |
commit | commitdiff | tree | snapshot |
| 2021-07-22 |
Matthias Kruk | include/inst: Allow functions to be used on foreign... |
commit | commitdiff | tree | snapshot |
| 2021-07-09 |
Matthias Kruk | test/array: Add new test cases for the array module |
commit | commitdiff | tree | snapshot |
| 2021-07-08 |
Matthias Kruk | test/json: Fix test cases for json module |
commit | commitdiff | tree | snapshot |
| 2021-07-07 |
Matthias Kruk | include/json: Introduce type specifiers |
commit | commitdiff | tree | snapshot |
| 2021-07-06 |
Matthias Kruk | include/json: Allow false booleans to be retrieved... |
commit | commitdiff | tree | snapshot |
| 2021-07-05 |
Matthias Kruk | test/json: Add test suite for json module |
commit | commitdiff | tree | snapshot |
| 2021-07-04 |
Matthias Kruk | test: Use shellspec as the default test framework |
commit | commitdiff | tree | snapshot |
| 2021-07-04 |
Matthias Kruk | include: Remove ssh module |
commit | commitdiff | tree | snapshot |
| 2021-07-04 |
Matthias Kruk | include/json: Add json_object_get() function |
commit | commitdiff | tree | snapshot |
| 2021-06-30 |
Matthias Kruk | test/queue: Add unit tests for queue functions |
commit | commitdiff | tree | snapshot |
| 2021-06-30 |
Matthias Kruk | include/queue: Correctly handle omitted timeout in... |
commit | commitdiff | tree | snapshot |
| 2021-06-30 |
Matthias Kruk | include/queue: Don't allow passing data along with... |
commit | commitdiff | tree | snapshot |
| 2021-06-29 |
Matthias Kruk | test/queue: Add test cases for several queue functions |
commit | commitdiff | tree | snapshot |
| 2021-06-28 |
Matthias Kruk | include/queue: Prevent queue_put_unique() from adding... |
commit | commitdiff | tree | snapshot |
| 2021-06-28 |
Matthias Kruk | include/array: Add functions for comparing two arrays |
commit | commitdiff | tree | snapshot |
| 2021-06-27 |
Matthias Kruk | include: Remove acpi/*, clip, gitlab, iruca, net/*... |
commit | commitdiff | tree | snapshot |
| 2021-06-27 |
Matthias Kruk | include/queue: Fix missing arrowheads in documentation |
commit | commitdiff | tree | snapshot |
| 2021-06-27 |
Matthias Kruk | test/is: Add shellspec test cases for "is" module |
commit | commitdiff | tree | snapshot |
| 2021-06-27 |
Matthias Kruk | include/ipc: Use endpoints to implement publish-subscri... |
commit | commitdiff | tree | snapshot |
| 2021-06-26 |
Matthias Kruk | include/ipc: Add publish-subscribe channel implementation |
commit | commitdiff | tree | snapshot |
| 2021-06-26 |
Matthias Kruk | test/log: Add test suite for public API of log module |
commit | commitdiff | tree | snapshot |
| 2021-06-26 |
Matthias Kruk | include/log: Fix invalid decision to read from stdin... |
commit | commitdiff | tree | snapshot |
| 2021-06-24 |
Matthias Kruk | include/log: Remove log_write() from public API |
commit | commitdiff | tree | snapshot |
| 2021-06-24 |
Matthias Kruk | include/log: Fix indentation in log_stacktrace() |
commit | commitdiff | tree | snapshot |
| 2021-06-24 |
Matthias Kruk | include: Explicitly declare arguments at the top of... |
commit | commitdiff | tree | snapshot |
| 2021-06-21 |
Matthias Kruk | include/{opt,inst}: Add regex parameter to opt_add_arg... |
commit | commitdiff | tree | snapshot |
| 2021-06-21 |
Matthias Kruk | test/ipc: Add test cases for IPC endpoints |
commit | commitdiff | tree | snapshot |
| 2021-06-21 |
Matthias Kruk | include/opt: Implement argument validation using regula... |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | test/ipc: Add test cases for ipc_msg_* functions |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | test/ipc: Add test cases to validate messages against... |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | spec/ipc: Rename base message schema to ipc_message... |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | include/is: Add is_base64() function |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | include/ipc: Fix invalid function reference |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | include/{mutex,wmutex,queue,sem}: Fix timeout behavior... |
commit | commitdiff | tree | snapshot |
| 2021-06-18 |
Matthias Kruk | test/ipc: Add unit tests for message encoding and authe... |
commit | commitdiff | tree | snapshot |
| 2021-06-17 |
Matthias Kruk | include/ipc: Ensure complete IPC message is signed |
commit | commitdiff | tree | snapshot |
| 2021-06-16 |
Matthias Kruk | include/ipc: Change IPC message format so that all... |
commit | commitdiff | tree | snapshot |
| 2021-06-16 |
Matthias Kruk | include/ipc: Rename _ipc_msg_encode() and _ipc_msg_decode() |
commit | commitdiff | tree | snapshot |
| 2021-06-15 |
Matthias Kruk | include/ipc: Clean up ipc_msg API |
commit | commitdiff | tree | snapshot |
| 2021-06-15 |
Matthias Kruk | include/ipc: Simplify IPC endpoint API |
commit | commitdiff | tree | snapshot |
| 2021-06-14 |
Matthias Kruk | include/ipc: Rename ipc_endpoint_new() to ipc_endpoint_... |
commit | commitdiff | tree | snapshot |
| 2021-06-14 |
Matthias Kruk | include/ipc: Remove option to disable authentication |
commit | commitdiff | tree | snapshot |
| 2021-06-14 |
Matthias Kruk | toolbox: Make have(), _try_include(), include() read... |
commit | commitdiff | tree | snapshot |
| 2021-06-14 |
Matthias Kruk | include/ipc: Add module for messaging-based IPC |
commit | commitdiff | tree | snapshot |
| 2021-06-13 |
Matthias Kruk | include/inst: Add functions for implementing singleton... |
commit | commitdiff | tree | snapshot |
| 2021-06-10 |
Matthias Kruk | COPYING: Add GPLv3 license, copyright headers |
commit | commitdiff | tree | snapshot |
| 2021-06-10 |
Matthias Kruk | include/gitlab: Add functions for interacting with... |
commit | commitdiff | tree | snapshot |
| 2021-06-10 |
Matthias Kruk | include/gitlab: Add function to retrieve all merge... |
commit | commitdiff | tree | snapshot |
| 2021-06-08 |
Matthias Kruk | include/gitlab: Add function for querying merge requests |
commit | commitdiff | tree | snapshot |
| 2021-06-06 |
Matthias Kruk | include/{mutex,wmutex}: Wait forever if timeout is... |
commit | commitdiff | tree | snapshot |
| 2021-06-06 |
Matthias Kruk | include/{mutex,wmutex}: Change mutexes back to the... |
commit | commitdiff | tree | snapshot |
| 2021-06-06 |
Matthias Kruk | include/inst: Use new opt flags |
commit | commitdiff | tree | snapshot |
| 2021-06-06 |
Matthias Kruk | include/inst: Implement instance status messages |
commit | commitdiff | tree | snapshot |
| 2021-05-29 |
Matthias Kruk | include/{mutex,wmutex,sem,queue}: Add timeout argument... |
commit | commitdiff | tree | snapshot |
| 2021-05-28 |
Matthias Kruk | include/json: Add functions for manipulating JSON arrays |
commit | commitdiff | tree | snapshot |
| 2021-05-26 |
Matthias Kruk | include/queue: queue_foreach: Return failure if callbac... |
commit | commitdiff | tree | snapshot |
| 2021-05-21 |
Matthias Kruk | include/json: Correctly escape braces in RegEx |
commit | commitdiff | tree | snapshot |
| 2021-05-21 |
Matthias Kruk | include/json: Allow arrays, objects as input to json_ar... |
commit | commitdiff | tree | snapshot |
| 2021-05-20 |
Matthias Kruk | include/log: Don't pass log message through date |
commit | commitdiff | tree | snapshot |
| 2021-05-20 |
Matthias Kruk | include/opt: Fix C-ish statement |
commit | commitdiff | tree | snapshot |
| 2021-05-20 |
Matthias Kruk | include/opt: Work around bug in old bash versions |
commit | commitdiff | tree | snapshot |
| 2021-05-19 |
Matthias Kruk | include/gitlab: Allow destination namespace to be passe... |
commit | commitdiff | tree | snapshot |
| 2021-05-19 |
Matthias Kruk | include/gitlab: Add method to query the current user |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Matthias Kruk | include/queue: Allow additional data to be passed along... |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Matthias Kruk | include/queue: Add queue_foreach() function |
commit | commitdiff | tree | snapshot |
| 2021-04-24 |
Matthias Kruk | test: Add script and Makefile target for test-suite... |
commit | commitdiff | tree | snapshot |
| 2021-04-24 |
Matthias Kruk | include/sem: Re-implement semaphores without busy-waiti... |
commit | commitdiff | tree | snapshot |
| 2021-04-23 |
Matthias Kruk | include/mutex,wmutex: Add weak mutexes that don't enfor... |
commit | commitdiff | tree | snapshot |
| 2021-04-23 |
Matthias Kruk | include/conf: Append config instead of overwriting it |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | include/mutex: Prevent children from unlocking their... |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | include/mutex: Make mutex_lock() fail if the path does... |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | test/mutex: Add testcases for mutex module |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | include/in: Fix bug in is_alpha() and is_alnum() |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | test/is: Add test-cases for is module |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Matthias Kruk | include/is: Rename is_digit() to is_digits() |
commit | commitdiff | tree | snapshot |
| 2021-04-19 |
Matthias Kruk | include/opt: Rename --shush argument to --quiet |
commit | commitdiff | tree | snapshot |
| 2021-04-18 |
Matthias Kruk | include/opt: Add flag to define required arguments |
commit | commitdiff | tree | snapshot |
| 2021-04-17 |
Matthias Kruk | debian: Increase package version to 0.3-1 |
commit | commitdiff | tree | snapshot |
| 2021-04-17 |
Matthias Kruk | include/queue: Include dependency "log" |
commit | commitdiff | tree | snapshot |
| 2021-04-17 |
Matthias Kruk | include/sem: Work around busy-waiting in sem_wait() |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/mutex: Use inotifywait to improve performance |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/inst: Make inst_stop emit a meaningful message... |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/inst: Add inst module for managing running... |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/sem: Add sem_peek() function |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/opt: Remember arguments passed to opt_parse() |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/opt: Make --verbose and --shush default arguments |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Matthias Kruk | include/log: Add functions to increase and decrease... |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Matthias Kruk | include/queue: Add functions for file queues and duplic... |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
Matthias Kruk | include/queue: Add queue module |
commit | commitdiff | tree | snapshot |
| 2021-04-12 |
Matthias Kruk | include/sem: Allow semaphores to be created in arbitrar... |
commit | commitdiff | tree | snapshot |
| 2021-04-12 |
Matthias Kruk | include/conf: Add simple configuration module |
commit | commitdiff | tree | snapshot |
| 2021-04-09 |
Matthias Kruk | include/ssh: Simplify SSH module API |
commit | commitdiff | tree | snapshot |
| next |