]> git.corax.cc Git - toolbox/shortlog
toolbox
2022-12-17 Matthias Krukinclude/opt: Add array options
2022-12-03 Matthias Krukinclude/inst: Silence shellcheck if unused variables...
2022-12-03 Matthias Krukinclude/inst: Fix syntax error that prevents module...
2022-11-26 Matthias Krukinclude/inst: Allow terminated instances to be cleaned...
2022-11-19 Matthias Krukinclude/ipc: Adjust permissions to allow inter-user IPC
2022-11-19 Matthias Krukinclude/inst: Split _inst_handle_opt() to fix exit...
2022-11-19 Matthias Krukinclude/queue: Create data file when queue is created
2022-11-19 Matthias Krukinclude/queue: Base64-encoded data in queues
2022-11-19 Matthias Krukinclude/queue: Turn queue into a simple FIFO
2022-11-19 Matthias Krukinclude/inst: Move instance root to /tmp
2022-11-19 Matthias Krukinclude/inst: Store the instance root directory in...
2022-10-09 Matthias KrukREADME: Use uipc in PubSub example instead of ipc
2022-10-09 Matthias KrukREADME: Don't use apt-key in installation instructions
2022-10-08 Matthias Kruktest: Remove BATS test cases
2022-10-08 Matthias Kruktest: Add test cases for sem module
2022-10-08 Matthias Kruktest: Add test cases for mutex and wmutex functions
2022-10-08 Matthias Krukinclude/mutex: Don't write to stderr when mutex_unlock...
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...
next