Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
| | | | | LibreSSL is "a modified version of that library". | ||
* | Call static_assert by _Static_assert | June McEnroe | 2020-06-11 |
| | | | | | OpenBSD assert.h does not #define static_assert, and this is the only thing that prevents catgirl from compiling without any issues there. | ||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Bump URL ring size | June McEnroe | 2020-04-06 |
| | | | | Should it be even bigger? I don't know. | ||
* | Various small cleanups | June McEnroe | 2020-02-16 |
| | | | | Haven't really gone through ui.c yet. | ||
* | Replace small integers in size_t with uint | June McEnroe | 2020-02-15 |
| | |||
* | Rename procPipe to utilPipe | June McEnroe | 2020-02-13 |
| | |||
* | Allow for arguments to open/copy utilities | June McEnroe | 2020-02-12 |
| | |||
* | Match URLs surrounded by parentheses | June McEnroe | 2020-02-10 |
| | | | | But include a pair of parentheses in the URL itself. | ||
* | Add /copy | June McEnroe | 2020-02-08 |
| | |||
* | Allow overriding the /open utility | June McEnroe | 2020-02-08 |
| | |||
* | Implement URL opening | June McEnroe | 2020-02-08 |
| | |||
* | Scan messages for URLs | June McEnroe | 2020-02-08 |