Commits
- Commit:
d8721789910b9ce239711713db88d608a8b1985d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Sep 24 16:36:13 2021 UTC
refactor print_line_break
- Commit:
d804a1b1bb6a74351b5b34cfef88256b75f6f21e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Sep 24 16:28:54 2021 UTC
switch from ^L to a line of only `-'
The ^L implementation was ugly and wrong. Using a character from the
already allowed set is better.
Also, the motivation for ^L was to avoid breaking existing pages (as
much as possible). But using a line consisted of only `-' shouldn't
break anything, but only improve the legibility. In the future other
characters may be added (like a line of only EN DASH or EM DASH for
example.)
- Commit:
828b14926efd83e2a4ad1557974e98d87b16e733
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Sep 24 15:59:57 2021 UTC
proposal: use ^L as page separator in text/gemini
- Commit:
798e1c954749cdd5b3042212050c8ddae75a9c52
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Sep 20 07:48:50 2021 UTC
sync changelog
- Commit:
874e7af5fb7b5ffc6981d53624c40c9c12b49ae8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Sep 20 07:48:42 2021 UTC
fix patch syntax highlighting wrt multiple headers
- Commit:
328e791598d3c671e2bd13164515d8748f9aaf27
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Sun Sep 19 18:10:30 2021 UTC
sort includes
- Commit:
d34a1873bb66abbbb97034f1674451d9d47b8e63
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 14:38:52 2021 UTC
spend a few more words describing on how the safe mode works
- Commit:
2b409042b17a5f12c9138df589881e336798f862
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 14:12:02 2021 UTC
ignore the crashed file if in safe_mode
During safe_mode the fs process shouldn't open or unlink the
crashed_file.
- Commit:
55ccd6d096be150da4ea2ad1d4aa6bd60059fb0f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 14:12:02 2021 UTC
propagate the safe_mode to the children
- Commit:
5d7c642a6671900ac3079d2dab6a28efa810d7bb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 14:12:02 2021 UTC
don't acquire the file lock in safe_mode
- Commit:
335cfaecaa61dab5171f9bdada6b5c1e934e73ac
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 09:34:36 2021 UTC
mention -C in usage()
- Commit:
f2d29984508f30a77d5ebe754593e5fe3f6076f4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 09:34:05 2021 UTC
sync
- Commit:
d09716535c4c4bc66f0d7c84a98e4cc5a5893b84
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Sep 15 09:33:10 2021 UTC
add a safe/sandbox mode
When enabled with the -S (or --safe) flag, prevent telescope from
writing files to the disk.
- Commit:
e1ceb4cf5bba4c7ca1bacb584b20798b84273ee9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Sep 13 15:40:21 2021 UTC
sync
- Commit:
4353923eda48a041b61abb3df64027602abd981d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Sep 13 11:00:32 2021 UTC
reset download byte counter