]> git.corax.cc Git - toolbox/shortlog
toolbox
2022-10-08 Matthias Krukinclude/wmutex: Don't write to stderr when wmutex_unloc...
2022-10-08 Matthias Krukutils/ipc-sshtunnel: Use tabs for indentation, spaces...
2022-10-08 Matthias Krukutils/ipc-ssltunnel: Initialize global variables
2022-10-08 Matthias Krukutils/ipc-sshtunnel: Merge local_to_remote() and remote...
2022-10-08 Matthias Krukutils/ipc-sshtunnel: Remove unused argument `endpoint'
2022-10-08 Matthias Krukutils/ipc-sshtunnel: Allow hooks to be passed on the...
2022-10-08 Matthias Krukutils/ipc-sshtunnel: Add script for establishing IPC...
2022-10-08 Matthias Krukutils/ipc-tap: Check if a hook is present before execut...
2022-10-06 Matthias Kruktoolbox.sh: Suppress errors in command_not_found_handle()
2022-10-02 Matthias Krukutils/ipc-inject: Don't inject messages with header
2022-10-01 Matthias Krukutils: Implement hooks in ipc-tap and ipc-inject
2022-10-01 Matthias Krukutils: Add interceptor and injector for IPC PubSub...
2022-09-26 Matthias Krukinclude/sem: Implement sem_trywait() using sem_wait...
2022-09-17 Matthias Krukdebian: Increase package version to 0.3.4-1
2022-09-17 Matthias Krukinclude/uipc: Add "topic" field to pubsub UIPC messages
2022-09-17 Matthias Krukinclude/ipc: Add "topic" field to pubsub IPC messages
2022-09-17 Matthias Kruktest/ipc: Fix comparisons in test cases for ipc_endpoin...
2022-09-17 Matthias Kruktest/ipc: Fix return values in test case for ipc_endpoi...
2022-09-17 Matthias Kruktest/ipc: Make setup() function idempotent
2022-09-17 Matthias Kruktest/ipc: Fix typo in test case for ipc_endpoint_send()
2022-08-11 Matthias Krukinclude/opt: Add a default regex and action
2022-08-11 Matthias Krukinclude/opt: Initialize value of options that don't...
2022-08-11 Matthias Krukinclude/opt: Remove summary of short options from help...
2022-08-11 Matthias Krukinclude/opt: Improve code readability
2022-08-11 Matthias Krukinclude/opt: Remove unnecessary array __opt_long
2022-08-11 Matthias Krukinclude/opt: Show default values in help text
2022-08-11 Matthias Krukinclude/opt: Use associative array to track missing...
2022-08-11 Matthias Krukinclude/opt: Use an associative array to simplify flag...
2022-08-11 Matthias Krukinclude/opt: Remove unused variable __opt_num
2022-08-11 Matthias Kruktest/opt: Add test cases for opt module
2022-08-11 Matthias Krukinclude/opt: Make return values of opt_get() more helpful
2022-08-11 Matthias Krukinclude/opt: Emit an error if a required parameter...
2022-08-11 Matthias Krukinclude/opt: Emit an error message when an option is...
2022-08-11 Matthias Krukinclude/opt: Use column command to align help text
2022-08-11 Matthias Krukinclude/opt: Print correct script name on older bash...
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...
next