about summary refs log tree commit homepage
path: root/bin/mwrap
DateCommit message (Collapse)
2022-09-03add --version and --help args
These may make things easier for new users, and we'll also with help text if given no args. We'll programmatically generate version based on `git describe', but fallback to a hardcoded version if outside of git. We'll also start appending `-dirty' to the version string to match git.git conventions.
2022-08-22various doc updates
Copyright years are unnecessary churn and probably aren't necessary: https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ add POP3 and IMAP archive info, and drop the outdated link to the live demo since I no longer have the resources to run it. Finally, add rdoc (olddoc) + rsync support
2018-07-16bin/mwrap: support LISTEN_FDS env from systemd
OK, Ruby blindly closing file descriptors it doesn't know about is really getting on my nerves, now.
2018-07-02bin/mwrap: do not add redundant paths to LD_PRELOAD
And drop redundant versions in case people upgrade by replacing a running process.
2018-07-02initial