]> git.corax.cc Git - toolbox/shortlog
toolbox
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...
2021-04-24 Matthias Krukinclude/sem: Re-implement semaphores without busy-waiti...
2021-04-23 Matthias Krukinclude/mutex,wmutex: Add weak mutexes that don't enfor...
2021-04-23 Matthias Krukinclude/conf: Append config instead of overwriting it
2021-04-20 Matthias Krukinclude/mutex: Prevent children from unlocking their...
2021-04-20 Matthias Krukinclude/mutex: Make mutex_lock() fail if the path does...
2021-04-20 Matthias Kruktest/mutex: Add testcases for mutex module
2021-04-20 Matthias Krukinclude/in: Fix bug in is_alpha() and is_alnum()
2021-04-20 Matthias Kruktest/is: Add test-cases for is module
2021-04-20 Matthias Krukinclude/is: Rename is_digit() to is_digits()
2021-04-19 Matthias Krukinclude/opt: Rename --shush argument to --quiet
2021-04-18 Matthias Krukinclude/opt: Add flag to define required arguments
2021-04-17 Matthias Krukdebian: Increase package version to 0.3-1
2021-04-17 Matthias Krukinclude/queue: Include dependency "log"
2021-04-17 Matthias Krukinclude/sem: Work around busy-waiting in sem_wait()
2021-04-15 Matthias Krukinclude/mutex: Use inotifywait to improve performance
2021-04-15 Matthias Krukinclude/inst: Make inst_stop emit a meaningful message...
2021-04-15 Matthias Krukinclude/inst: Add inst module for managing running...
2021-04-15 Matthias Krukinclude/sem: Add sem_peek() function
2021-04-15 Matthias Krukinclude/opt: Remember arguments passed to opt_parse()
2021-04-15 Matthias Krukinclude/opt: Make --verbose and --shush default arguments
2021-04-15 Matthias Krukinclude/log: Add functions to increase and decrease...
2021-04-14 Matthias Krukinclude/queue: Add functions for file queues and duplic...
2021-04-13 Matthias Krukinclude/queue: Add queue module
2021-04-12 Matthias Krukinclude/sem: Allow semaphores to be created in arbitrar...
2021-04-12 Matthias Krukinclude/conf: Add simple configuration module
2021-04-09 Matthias Krukinclude/ssh: Simplify SSH module API
2021-04-06 Matthias Krukinclude/log: Remove timestamp and pid from log path
2021-04-06 Matthias Krukinclude/log: Use $0 to determine the script name
2021-04-03 Matthias Krukdebian: Change architecture to "all" and fix warnings...
2021-04-03 Matthias Krukdebian: Increase version to 0.2-1
2021-04-03 Matthias KrukMerge branch 'user-includes'
2021-04-03 Matthias Kruksem,acpi/*: Export global variables
2021-04-03 Matthias Kruktoolbox: Allow modules to be included from TOOLBOX_HOME user-includes
2021-04-03 Matthias Kruktoolbox: Fix target of toolbox.sh symlink
2021-04-03 Matthias Kruktoolbox: Change the default prefix to appease Debian...
2021-04-03 Matthias KrukMerge branch 'debian'
2021-04-03 Matthias Kruknet/iface: Print each AP only once
2021-04-03 Matthias Krukinclude/is: Add functions for determining the content...
2021-04-03 Matthias Krukinclude/xrandr: Add functions for querying the monitor...
2021-04-03 Matthias Krukinclude/clip: Add functions for clipboard manipulation
2021-04-03 Matthias Krukinclude/net: Create net module-group and add iface...
2021-03-28 Matthias Krukinclude/opt: Add parser for command line parameters
2021-03-28 Matthias Krukinclude/array: Add functions for printing and sorting...
2021-03-27 Matthias Krukinclude/iface: Add function for scanning for wireless...
2021-03-24 Matthias Krukdebian: Add files for debian package creation
2021-03-24 Matthias Kruktoolbox: Add Makefile for easy installation
2021-03-24 Matthias Krukinclude/gitlab: Add functions to call Gitlab API from...
2021-03-24 Matthias Krukinclude/iruca: Add functions to get and set somebody...
2021-03-24 Matthias Krukinclude/ssh: Add functions for handling SSH tunnels...
2021-03-24 Matthias Krukinclude/array: Add function for checking if an element...
2021-03-24 Matthias Krukinclude/json: Add functions for creating json objects...
2021-03-23 Matthias Krukinclude/log: Log messages to the logfile AND stderr
2021-03-22 Matthias Krukinclude/iface: Add module for querying network interfaces
2021-03-22 Matthias Krukinclude/acpi: Add modules for querying battery and...
2021-03-22 Matthias Krukinclude/sem: Fix names of logging functions
2021-03-22 Matthias Krukinclude/log: Add logging facilities
2021-03-21 Matthias Krukinclude/sem: Add POSIX-like semaphore implementation
2021-03-20 Matthias Krukinclude/mutex: Add symlink-based mutex implementation
2021-03-20 Matthias Kruktoolbox: Implement toolbox initialization and module...