2024-10-27 14:50 | Fix handling of invalid items in yankitem and delve | Julian Schweinsberg | 1 | +4 | -2 |
2024-03-28 11:13 | UI: Add pazz0's dungeon-crawler-like interface | Quentin Rameau | 1 | +938 | -0 |
2024-05-03 04:12 | tls: Improve certificat saving | Quentin Rameau | 1 | +11 | -3 |
2024-05-03 03:27 | Makefile: Fix usage of BIN macro | Quentin Rameau | 1 | +1 | -1 |
2024-03-19 21:52 | Avoid zero-length iowrite | Michael Forney | 1 | +2 | -2 |
2024-02-03 10:30 | fix plumber for T type | Hiltjo Posthuma | 1 | +1 | -1 |
2024-01-28 14:25 | Show correct (gopher) URLs for menuentries pointing to HTML files. | Julian Schweinsberg | 1 | +5 | -4 |
2023-07-31 20:01 | Release version 1.07 | Quentin Rameau | 1 | +1 | -1 |
2023-01-18 22:52 | tls: Fix a crash on invalid cert in non-interactive mode | Hiltjo Posthuma | 3 | +8 | -1 |
2022-10-30 22:19 | tls: Fix local certificates path | eidolon | 1 | +1 | -1 |
2022-10-17 19:48 | ui_ti: Revert line jump change commited by mistake | Quentin Rameau | 1 | +2 | -2 |
2022-10-15 21:19 | man: Add TLS description | Quentin Rameau | 1 | +18 | -2 |
2022-10-15 21:10 | tls: Fix certificate path length calculation | Quentin Rameau | 1 | +4 | -4 |
2022-10-15 10:50 | tls: Handle local certificate path | Quentin Rameau | 4 | +132 | -31 |
2022-09-20 21:30 | io: Use defines instead of constants | Quentin Rameau | 4 | +31 | -22 |
2022-09-20 21:04 | tls: Add support for TOFU (Trusted On First Use) | Quentin Rameau | 2 | +76 | -3 |
2022-09-11 22:22 | tls: Refactor code | Quentin Rameau | 1 | +35 | -38 |
2022-07-20 21:30 | Makefile: Add NetBSD compile flags | Quentin Rameau | 1 | +3 | -0 |
2022-07-20 21:27 | common: Move gopher type enum out of common header | Quentin Rameau | 2 | +22 | -21 |
2022-07-20 18:47 | Makefile: Generate version only once | Quentin Rameau | 3 | +14 | -7 |
2022-07-20 18:25 | Makefile: Refine header build dependencies | Quentin Rameau | 1 | +4 | -1 |
2022-07-20 18:14 | Makefile: Add default build flags | Quentin Rameau | 1 | +4 | -0 |
2022-07-20 18:07 | Makefile: Add system compilation flags | Quentin Rameau | 2 | +19 | -6 |
2022-07-06 17:17 | ui_txt: fix a crash while searching | Hiltjo Posthuma | 1 | +2 | -2 |
2022-07-06 17:17 | ui_txt: fix forgotten continue in switch | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-10 22:13 | man: Add version | Quentin Rameau | 2 | +2 | -2 |
2022-04-10 22:04 | Document and fix sacc version | Quentin Rameau | 1 | +1 | -1 |
2022-04-10 21:50 | Release version 1.06 | Quentin Rameau | 1 | +1 | -1 |
2022-04-10 22:04 | Document and fix sacc version | Quentin Rameau | 2 | +10 | -1 |
2022-03-27 11:21 | fix compilation without TLS support enabled in config.mk | Hiltjo Posthuma | 1 | +1 | -2 |
2022-03-27 11:30 | ui_ti: add support for more DEC function keys | Hiltjo Posthuma | 1 | +9 | -0 |
2022-03-27 11:28 | ui_ti: refactor DEC function key handling a bit for an upcoming commit | Hiltjo Posthuma | 1 | +11 | -9 |
2022-03-27 11:22 | ui_ti: add application key support | Hiltjo Posthuma | 1 | +2 | -1 |
2022-03-27 09:47 | Ignore SIGCHLD to prevent zombie processes for non-modal plumbing | Hiltjo Posthuma | 1 | +3 | -0 |
2021-11-28 14:29 | Release version 1.05 | Quentin Rameau | 1 | +1 | -1 |
2021-11-13 11:34 | Add yank feature to sacc | Quentin Rameau | 7 | +54 | -0 |
2021-11-13 10:43 | Make plumb function a generic execuri function | Quentin Rameau | 1 | +7 | -7 |
2021-11-08 23:26 | config: Declare variable only where actually needed | Quentin Rameau | 2 | +6 | -0 |
2021-11-08 23:14 | Remove unused variable / labels | Quentin Rameau | 2 | +5 | -8 |
2021-11-08 23:13 | Mark prototypes as extern in common.h | Quentin Rameau | 1 | +13 | -13 |
2021-11-08 22:53 | Make some internal symbols static | Quentin Rameau | 3 | +8 | -8 |
2021-11-08 22:44 | Do not null-terminate strings printed by snprintf | Quentin Rameau | 2 | +32 | -46 |
2021-11-08 22:21 | Factorize URI formatting into sacc.c | Quentin Rameau | 4 | +43 | -75 |
2021-10-10 21:08 | Release version 1.04 | Quentin Rameau | 1 | +1 | -1 |
2021-10-10 21:17 | Add escapeinsert to the LICENSE file | Quentin Rameau | 1 | +1 | -0 |
2021-10-10 21:12 | Explain the name | Quentin Rameau | 1 | +1 | -0 |
2021-10-10 21:04 | Add an ident version string to the binary | Quentin Rameau | 3 | +8 | -1 |
2021-10-02 19:19 | Add modal plumber | escapeinsert | 2 | +8 | -0 |
2021-04-11 15:12 | Retry cleartext connection in case TLS failed | Quentin Rameau | 2 | +45 | -20 |
2021-04-10 16:26 | Fix code style | Quentin Rameau | 1 | +1 | -1 |
2021-04-10 16:06 | Make sighandler() static | Quentin Rameau | 1 | +1 | -1 |
2021-04-10 16:21 | Export diag() function | Quentin Rameau | 2 | +9 | -8 |
2021-04-10 13:56 | TLS: use wrapper functions | Quentin Rameau | 6 | +264 | -138 |
2021-04-09 22:42 | Check for errors with expected -1 instead of < 0 | Quentin Rameau | 3 | +24 | -24 |
2021-04-09 21:58 | Add TLS support | Quentin Rameau | 3 | +110 | -22 |
2021-07-04 21:52 | Remove separator in text UI status | Quentin Rameau | 1 | +2 | -2 |
2018-08-13 09:08 | Let the user configure the displayed menu items | Quentin Rameau | 5 | +63 | -21 |
2021-06-23 20:33 | LICENSE: update authors | Quentin Rameau | 1 | +4 | -3 |
2021-06-23 20:26 | man: fix and add some highlights | Quentin Rameau | 1 | +17 | -9 |
2021-06-23 20:22 | man: clarify a bit pager handling | Quentin Rameau | 1 | +6 | -2 |
2021-05-28 17:13 | ui_ti: keep the current line when resizing | Quentin Rameau | 1 | +1 | -1 |
2021-05-26 14:18 | reset SIGWINCH when spawning a child program for displaying text items | Hiltjo Posthuma | 1 | +11 | -0 |
2021-03-22 17:44 | Always restore terminal mode in TUI cleanup | Quentin Rameau | 1 | +2 | -1 |
2021-03-21 15:15 | Fix a memory leak on TUI window resize | Quentin Rameau | 1 | +18 | -2 |
2021-02-08 21:59 | Close connection when a single-dot line is read | Quentin Rameau | 1 | +11 | -6 |
2021-01-30 18:44 | Check that non-binary types end with ".\r\n" | Quentin Rameau | 1 | +9 | -4 |
2021-01-24 13:53 | mbsprint: fix character encoding errors handling | Quentin Rameau | 1 | +13 | -9 |
2021-01-24 13:53 | xreallocarray: remove unuseful const parameters | Quentin Rameau | 1 | +1 | -1 |
2021-01-05 20:21 | mbsprint: improve printing output when it has invalid UTF data | Hiltjo Posthuma | 1 | +9 | -3 |
2020-12-03 17:30 | sacc.1: Document use of PAGER environment variable | Quentin Rameau | 1 | +6 | -0 |
2020-09-26 15:14 | ui_ti: replace manual padding with clr_eol | Quentin Rameau | 1 | +4 | -8 |
2020-08-19 20:57 | ui_ti: explicitly define VMIN and VTIME values for read() | Hiltjo Posthuma | 1 | +2 | -0 |
2020-07-02 21:26 | popen: remove close-on-exec flag to increase portability a bit | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-02 21:24 | exit with 128 + signo on receiving SIGHUP, SIGINT, SIGTERM | Hiltjo Posthuma | 1 | +7 | -1 |
2020-02-19 20:36 | Use a random temporary directory instead of a fixed one | Quentin Rameau | 2 | +3 | -3 |
2020-01-01 17:01 | for displayuri for 'h' types show only the url and not the username field | Hiltjo Posthuma | 1 | +2 | -2 |
2019-11-06 16:05 | Add missing help for next/previous item jump to TI ui. | Quentin Rameau | 1 | +2 | -0 |
2019-11-02 13:59 | remove unused variables | Hiltjo Posthuma | 3 | +1 | -3 |
2019-11-02 13:58 | Only block SIGWINCH when connecting | Quentin Rameau | 1 | +2 | -1 |
2019-10-28 23:24 | Fix initial URI search string parsing | Quentin Rameau | 1 | +2 | -3 |
2019-10-28 23:02 | Parse %09 as a search string separator in initial URIs | Quentin Rameau | 1 | +8 | -6 |
2019-10-28 22:37 | Separate search strings with "%09" in URIs, as per RFC | Quentin Rameau | 2 | +2 | -2 |
2019-10-28 11:42 | Revert "Fix memory leak in search items" | Quentin Rameau | 1 | +0 | -1 |
2019-10-28 01:54 | Add new keybinding for displaying page URI in the manpage | Quentin Rameau | 1 | +4 | -1 |
2019-10-28 01:31 | Rephrase txt UI help message | Quentin Rameau | 1 | +4 | -4 |
2019-10-28 01:12 | Print better URI | Quentin Rameau | 2 | +36 | -11 |
2019-10-28 00:34 | Fix memory leak in search items | Quentin Rameau | 1 | +1 | -0 |
2019-10-28 00:17 | Add a keybinding for displaying current page URI | Quentin Rameau | 3 | +13 | -3 |
2019-10-11 15:17 | Inverse logic in TI uiselectitem on non-match | Quentin Rameau | 1 | +5 | -6 |
2019-10-11 15:09 | Fix potential uninitialized value in printout | Quentin Rameau | 1 | +1 | -1 |
2019-10-11 15:05 | Fix potential undefined socket value in connectto | Quentin Rameau | 1 | +1 | -1 |
2019-10-11 15:02 | Fix memory leak in downloaditem | Quentin Rameau | 1 | +5 | -2 |
2018-12-28 23:37 | Fix telnet displayed menu entry | Quentin Rameau | 1 | +1 | -1 |
2018-12-25 19:44 | mask signals while using connect(2) in connectto() | Hiltjo Posthuma | 1 | +12 | -3 |
2018-12-25 18:33 | ui_txt: check for curentry is NULL like ui_ti | Hiltjo Posthuma | 1 | +4 | -0 |
2018-12-25 18:32 | freeaddrinfo can leak if a connection fails in connectto() | Hiltjo Posthuma | 1 | +3 | -2 |
2018-11-16 21:24 | Handle SIGHUP and SIGTERM | Stefan Hagen | 1 | +2 | -0 |
2018-09-08 10:44 | fix undefined behaviours with isdigit() and tolower() functions | Hiltjo Posthuma | 2 | +4 | -3 |
2018-08-24 22:04 | Don't plumb info lines | Stefan Hagen | 1 | +1 | -0 |
2018-08-24 18:36 | sacc.1: fix typo | Hiltjo Posthuma | 1 | +1 | -1 |
| 186 more commits remaining, fetch the repository |