Commits
- Commit:
56274e43003001964651f70dc6b2f508501eb2d0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 20:31:26 2022 UTC
changes for 0.8.1
- Commit:
2755163381207edb50e1db495c9994f88471433c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 18:03:07 2022 UTC
handle mark_nonblock_cloexec failure
- Commit:
ee0aac2f009a841246854bc189070f07803d0d2e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 18:03:07 2022 UTC
work around macos lack of SOCK_CLOEXEC / SOCK_NONBLOCK
rework mark_nonblock so it sets the cloexec flag too and use it in
control.c to avoid these flags. (which are expected to become available
on a future revision of POSIX and are already widely available.)
It's not an issue for telescope to do the socket/accept + fcntl dance
because there aren't threads that can fork(2) (there are no threads at
all!)
reported by @sikmir at github
https://github.com/omar-polo/telescope/commit/59ef79dd19611c7846b00427e6f2267c748ae290#r74498414
- Commit:
8307a7c8a20d43ed32440d3a15197e4f5a804022
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 18:03:07 2022 UTC
bump version
- Commit:
ef24e386cc7f4bfb113cf0d739f5c5ede2c51715
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 18:03:07 2022 UTC
regen manpages
- Commit:
cf95173b7dd5f3a5c6798eb98dc5f7da78d09332
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:38:01 2022 UTC
tag 0.8 "Le Scarpe Volanti"
- Commit:
a2ad59354cbea0b66646e7ca568d817601aa8eb1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:35:24 2022 UTC
no aarch64 binaries this time
- Commit:
c6da5dc9e0b4af7a9d1fe5b5e7bffb89646297a0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:34:39 2022 UTC
[html] changes for 0.8
- Commit:
e41dfd60b40409e98282347779505d8d2bd929cd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:30:09 2022 UTC
typos
- Commit:
2c3c9afd20edd6ec90ffc79d51c586ba20eab91b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:18:51 2022 UTC
mention the codeberg mirror
- Commit:
99a9bb37a0599c5fddcb6fc570897163dffcb7b8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:17:30 2022 UTC
changes for 0.8
and drop every mention of GPG...
- Commit:
5848a303f6f17486ba7d1ff82915c2e2a1538d57
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 25 14:01:49 2022 UTC
disable landlock
it's currently unused (the net process unfortunately can't sensibly
make use of it: breaks the DNS...)
In the future I'd like to move the parsers in their own (sandboxed)
process, so don't delete the landlock code yet.
- Commit:
a24289b534e2c9d3be47e2adde3dc151c7432941
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 08:15:29 2022 UTC
typo
- Commit:
59b2344e6fdc6b2780f85c2e1951cf27e193bd41
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 08:14:45 2022 UTC
add a simple test for the text/gemini parser too
- Commit:
0180fcdd5a586643934eb12262e33b815b4bcfcc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 08:05:08 2022 UTC
fix parser test after parser_serialize changes