Commits
- 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
- Commit:
7ef6ceef43f5c7b50cacd03c8026578dcac72e63
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 07:48:49 2022 UTC
fix possible NULL deref on gophermap' serialize_link
it's just a typo: instead of looking for the end of the string pointed
by path, if look for the end of uri. reached that point, path is NULL.
reported by a gcc 11 warning: "argument 1 null where non-null expected"
- Commit:
4aadc3984f253a733f0748c14b3f2644b50be4a4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 07:36:29 2022 UTC
add the prototype for scan_scaled too
in 0677399e i've re-added scan_scaled even if unused to reduce the
diff with /usr/src. This causes a warning on platform that lacks that
functions (everything not OpenBSD) because its prototype is missing.
- Commit:
5edd158f8dabeeb47c8cc331bdd6a36585df004c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu May 19 07:32:26 2022 UTC
don't include linux/prctl.h
can conflict with sys/prctl.h, spotted while trying to build on alpine
linux.
- Commit:
5bd159bd7fa62c6371d7bc0645cf77c7197ead70
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 11 19:41:54 2022 UTC
don't allow the history to grow too much + save_session refactoring
add a mechanism that will signal a regeneration of the history file once
it reaches the 150% of the HISTORY_CAP.
while here refactor save_session, now it's somewhat readable.
- Commit:
530fa2216da659d00d1dbdee640dc40a0a069ab4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed May 11 14:20:43 2022 UTC
update ignore pattern for built-in pages "templates"