summary refs log tree commit diff
path: root/url.c (follow)
Commit message (Expand)AuthorAge
* /exec without controlling terminalKlemens Nanni2021-06-13
* Match gemini URLsJune McEnroe2021-06-11
* Replace catf with seprintfJune McEnroe2021-06-09
* Save and load the URL ring in the save file 1.4June McEnroe2021-01-11
* Strip formatting from URLsJune McEnroe2020-10-09
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Call static_assert by _Static_assertJune McEnroe2020-06-11
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Bump URL ring sizeJune McEnroe2020-04-06
* Various small cleanupsJune McEnroe2020-02-16
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Rename procPipe to utilPipeJune McEnroe2020-02-13
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
* Match URLs surrounded by parenthesesJune McEnroe2020-02-10
* Add /copyJune McEnroe2020-02-08
* Allow overriding the /open utilityJune McEnroe2020-02-08
* Implement URL openingJune McEnroe2020-02-08
* Scan messages for URLsJune McEnroe2020-02-08
oxes, not timesJune McEnroe This fixes "you have mail" showing right after checking and deleting mail, resulting in a modified but empty mailbox. Also somehow fixes "you have mail" always showing 3(!) times. 2021-10-02Replace filter shell scripts with C programJune McEnroe Eliminates the need for a shell inside the chroot, along with cat, mktemp and rm. It's likely a bit faster too. 2021-10-01Add htagml -m to rename main tagJune McEnroe 2021-10-01Remove igpJune McEnroe I'm not serving gopher anymore. 2021-10-01Change default WEBROOTs to /var/wwwJune McEnroe 2021-10-01Remove planJune McEnroe I haven't updated it in ages and I don't want to run (unmodified) finger on OpenBSD since it likes to tell everyone your login IP?? 2021-09-30Build and copy static binaries to /var/wwwJune McEnroe Ideally these wouldn't require sh, cat, rm, mktemp. 2021-09-30Silence owner-info errorJune McEnroe cgit runs in a chroot. It is normal that it cannot look up user info in /etc/passwd. 2021-09-30pledge(2) mtagsJune McEnroe