]> git.corax.cc Git - toolbox/shortlog
toolbox
2022-07-09 Matthias Kruktoolbox.sh: Make command-not-found errors more helpful
2022-03-10 Matthias Krukinclude/uipc: Add module for unsigned message-based IPC
2022-02-27 Matthias Krukinclude/inst: Expect arguments from opt_get_argv()...
2022-02-27 Matthias Krukinclude/opt: Make opt_get_argv() print arguments line...
2022-02-27 Matthias Krukinclude/ipc: Remove unnecessary variables in _ipc_msg_new()
2022-02-15 Matthias Krukinclude/log: Don't mangle whitespaces
2022-02-14 Matthias Krukinclude/mutex: Use $$ instead of $BASHPID to identify...
2022-02-14 Matthias Krukinclude/ipc: Fix bug in unsubscribe logic when closing...
2022-02-02 Matthias Krukinclude/array: Improve performance of array_to_lines()
2022-02-01 Matthias KrukREADME: Add note about GPG keys to configuration section
2022-02-01 Matthias Krukdebian: Make toolbox package depend on gnupg2
2022-01-31 Matthias KrukREADME: Add a usage example
2022-01-31 Matthias KrukAdd README file
2022-01-22 Matthias Krukdebian: Don't create/remove groups during upgrades...
2022-01-21 Matthias Krukdebian: Make postinst and postrm scripts use dpkg-stato...
2022-01-21 Matthias Krukdebian: Add/remove groups during installation/removal
2022-01-07 Matthias Krukinclude/git: Add git_remote_get() function
2022-01-07 Matthias Krukinclude/git: Add git_commit() function
2022-01-07 Matthias Krukinclude/git: Rename functions operating on branches...
2021-12-02 Matthias KrukMerge branch 'master' into unstable
2021-12-02 Matthias Krukinclude/is: Add is_int() function
2021-12-01 Matthias Krukdebian: Increase package version to 0.3.2-1 stable
2021-12-01 Matthias Krukinclude/ipc: Use the endpoint name as name for pubsub...
2021-11-30 Matthias Krukinclude/ipc: Don't dereference symlinks when subscribin...
2021-11-25 Matthias Krukdebian: Increase package version to 0.3.1-1
2021-11-25 Matthias KrukMakefile: Disable tests during build process
2021-11-25 Matthias Krukinclude/ipc: Add GPLv3 notice
2021-08-08 Matthias Krukinclude/git: Add module for interaction with git reposi...
2021-08-01 Matthias Krukinclude/git: Add module for interaction with git reposi...
2021-07-24 Matthias Krukinclude/conf: Add function to get available configurati...
2021-07-24 Matthias Krukinclude/ipc: Add ipc_endpoint_foreach_message() function
2021-07-24 Matthias Krukinclude/conf: Add support for multiple configuration...
2021-07-24 Matthias Krukinclude/inst: Make instances trap signals
2021-07-22 Matthias Krukinclude/inst: Make subsequent calls to inst_running...
2021-07-22 Matthias Krukinclude/inst: Allow functions to be used on foreign...
2021-07-09 Matthias Kruktest/array: Add new test cases for the array module
2021-07-08 Matthias Kruktest/json: Fix test cases for json module
2021-07-07 Matthias Krukinclude/json: Introduce type specifiers
2021-07-06 Matthias Krukinclude/json: Allow false booleans to be retrieved...
2021-07-05 Matthias Kruktest/json: Add test suite for json module
2021-07-04 Matthias Kruktest: Use shellspec as the default test framework
2021-07-04 Matthias Krukinclude: Remove ssh module
2021-07-04 Matthias Krukinclude/json: Add json_object_get() function
2021-06-30 Matthias Kruktest/queue: Add unit tests for queue functions
2021-06-30 Matthias Krukinclude/queue: Correctly handle omitted timeout in...
2021-06-30 Matthias Krukinclude/queue: Don't allow passing data along with...
2021-06-29 Matthias Kruktest/queue: Add test cases for several queue functions
2021-06-28 Matthias Krukinclude/queue: Prevent queue_put_unique() from adding...
2021-06-28 Matthias Krukinclude/array: Add functions for comparing two arrays
2021-06-27 Matthias Krukinclude: Remove acpi/*, clip, gitlab, iruca, net/*...
2021-06-27 Matthias Krukinclude/queue: Fix missing arrowheads in documentation
2021-06-27 Matthias Kruktest/is: Add shellspec test cases for "is" module
2021-06-27 Matthias Krukinclude/ipc: Use endpoints to implement publish-subscri...
2021-06-26 Matthias Krukinclude/ipc: Add publish-subscribe channel implementation
2021-06-26 Matthias Kruktest/log: Add test suite for public API of log module
2021-06-26 Matthias Krukinclude/log: Fix invalid decision to read from stdin...
2021-06-24 Matthias Krukinclude/log: Remove log_write() from public API
2021-06-24 Matthias Krukinclude/log: Fix indentation in log_stacktrace()
2021-06-24 Matthias Krukinclude: Explicitly declare arguments at the top of...
2021-06-21 Matthias Krukinclude/{opt,inst}: Add regex parameter to opt_add_arg...
2021-06-21 Matthias Kruktest/ipc: Add test cases for IPC endpoints
2021-06-21 Matthias Krukinclude/opt: Implement argument validation using regula...
2021-06-18 Matthias Kruktest/ipc: Add test cases for ipc_msg_* functions
2021-06-18 Matthias Kruktest/ipc: Add test cases to validate messages against...
2021-06-18 Matthias Krukspec/ipc: Rename base message schema to ipc_message...
2021-06-18 Matthias Krukinclude/is: Add is_base64() function
2021-06-18 Matthias Krukinclude/ipc: Fix invalid function reference
2021-06-18 Matthias Krukinclude/{mutex,wmutex,queue,sem}: Fix timeout behavior...
2021-06-18 Matthias Kruktest/ipc: Add unit tests for message encoding and authe...
2021-06-17 Matthias Krukinclude/ipc: Ensure complete IPC message is signed
2021-06-16 Matthias Krukinclude/ipc: Change IPC message format so that all...
2021-06-16 Matthias Krukinclude/ipc: Rename _ipc_msg_encode() and _ipc_msg_decode()
2021-06-15 Matthias Krukinclude/ipc: Clean up ipc_msg API
2021-06-15 Matthias Krukinclude/ipc: Simplify IPC endpoint API
2021-06-14 Matthias Krukinclude/ipc: Rename ipc_endpoint_new() to ipc_endpoint_...
2021-06-14 Matthias Krukinclude/ipc: Remove option to disable authentication
2021-06-14 Matthias Kruktoolbox: Make have(), _try_include(), include() read...
2021-06-14 Matthias Krukinclude/ipc: Add module for messaging-based IPC
2021-06-13 Matthias Krukinclude/inst: Add functions for implementing singleton...
2021-06-10 Matthias KrukCOPYING: Add GPLv3 license, copyright headers
2021-06-10 Matthias Krukinclude/gitlab: Add functions for interacting with...
2021-06-10 Matthias Krukinclude/gitlab: Add function to retrieve all merge...
2021-06-08 Matthias Krukinclude/gitlab: Add function for querying merge requests
2021-06-06 Matthias Krukinclude/{mutex,wmutex}: Wait forever if timeout is...
2021-06-06 Matthias Krukinclude/{mutex,wmutex}: Change mutexes back to the...
2021-06-06 Matthias Krukinclude/inst: Use new opt flags
2021-06-06 Matthias Krukinclude/inst: Implement instance status messages
2021-05-29 Matthias Krukinclude/{mutex,wmutex,sem,queue}: Add timeout argument...
2021-05-28 Matthias Krukinclude/json: Add functions for manipulating JSON arrays
2021-05-26 Matthias Krukinclude/queue: queue_foreach: Return failure if callbac...
2021-05-21 Matthias Krukinclude/json: Correctly escape braces in RegEx
2021-05-21 Matthias Krukinclude/json: Allow arrays, objects as input to json_ar...
2021-05-20 Matthias Krukinclude/log: Don't pass log message through date
2021-05-20 Matthias Krukinclude/opt: Fix C-ish statement
2021-05-20 Matthias Krukinclude/opt: Work around bug in old bash versions
2021-05-19 Matthias Krukinclude/gitlab: Allow destination namespace to be passe...
2021-05-19 Matthias Krukinclude/gitlab: Add method to query the current user
2021-04-25 Matthias Krukinclude/queue: Allow additional data to be passed along...
2021-04-25 Matthias Krukinclude/queue: Add queue_foreach() function
2021-04-24 Matthias Kruktest: Add script and Makefile target for test-suite...
next