Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - sacc - sacc - sacc(omys), simple console gopher client (config)
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
Date Commit message Author
2025-03-31 15:55 Some sort of maintenance of ui_rogue Julian Schweinsberg
2025-01-03 13:24 ui_ti: Use tiparm instead of tparm Quentin Rameau
2024-12-20 17:01 Fix infinite loop caused by search prom… Rainer Holzner
2024-10-28 14:17 Update ui_rogue Julian Schweinsberg
2024-10-27 14:50 Fix handling of invalid items in yankit… Julian Schweinsbe…
2024-03-28 11:13 UI: Add pazz0's dungeon-crawler-like in… Quentin Rameau
2024-05-03 04:12 tls: Improve certificat saving Quentin Rameau
2024-05-03 03:27 Makefile: Fix usage of BIN macro Quentin Rameau
2024-03-19 21:52 Avoid zero-length iowrite Michael Forney
2024-02-03 10:30 fix plumber for T type Hiltjo Posthuma
2024-01-28 14:25 Show correct (gopher) URLs for menuentr… Julian Schweinsbe…
2023-07-31 20:01 Release version 1.07 Quentin Rameau
2023-01-18 22:52 tls: Fix a crash on invalid cert in non… Hiltjo Posthuma
2022-10-30 22:19 tls: Fix local certificates path eidolon
2022-10-17 19:48 ui_ti: Revert line jump change commited… Quentin Rameau
2022-10-15 21:19 man: Add TLS description Quentin Rameau
2022-10-15 21:10 tls: Fix certificate path length calcul… Quentin Rameau
2022-10-15 10:50 tls: Handle local certificate path Quentin Rameau
2022-09-20 21:30 io: Use defines instead of constants Quentin Rameau
2022-09-20 21:04 tls: Add support for TOFU (Trusted On F… Quentin Rameau
2022-09-11 22:22 tls: Refactor code Quentin Rameau
2022-07-20 21:30 Makefile: Add NetBSD compile flags Quentin Rameau
2022-07-20 21:27 common: Move gopher type enum out of co… Quentin Rameau
2022-07-20 18:47 Makefile: Generate version only once Quentin Rameau
2022-07-20 18:25 Makefile: Refine header build dependenc… Quentin Rameau
2022-07-20 18:14 Makefile: Add default build flags Quentin Rameau
2022-07-20 18:07 Makefile: Add system compilation flags Quentin Rameau
2022-07-06 17:17 ui_txt: fix a crash while searching Hiltjo Posthuma
2022-07-06 17:17 ui_txt: fix forgotten continue in switch Hiltjo Posthuma
2022-04-10 22:13 man: Add version Quentin Rameau
2022-04-10 22:04 Document and fix sacc version Quentin Rameau
2022-04-10 21:50 Release version 1.06 Quentin Rameau
2022-04-10 22:04 Document and fix sacc version Quentin Rameau
2022-03-27 11:21 fix compilation without TLS support ena… Hiltjo Posthuma
2022-03-27 11:30 ui_ti: add support for more DEC functio… Hiltjo Posthuma
2022-03-27 11:28 ui_ti: refactor DEC function key handli… Hiltjo Posthuma
2022-03-27 11:22 ui_ti: add application key support Hiltjo Posthuma
2022-03-27 09:47 Ignore SIGCHLD to prevent zombie proces… Hiltjo Posthuma
2021-11-28 14:29 Release version 1.05 Quentin Rameau
2021-11-13 11:34 Add yank feature to sacc Quentin Rameau
2021-11-13 10:43 Make plumb function a generic execuri f… Quentin Rameau
2021-11-08 23:26 config: Declare variable only where act… Quentin Rameau
2021-11-08 23:14 Remove unused variable / labels Quentin Rameau
2021-11-08 23:13 Mark prototypes as extern in common.h Quentin Rameau
2021-11-08 22:53 Make some internal symbols static Quentin Rameau
2021-11-08 22:44 Do not null-terminate strings printed b… Quentin Rameau
2021-11-08 22:21 Factorize URI formatting into sacc.c Quentin Rameau
2021-10-10 21:08 Release version 1.04 Quentin Rameau
2021-10-10 21:17 Add escapeinsert to the LICENSE file Quentin Rameau
2021-10-10 21:12 Explain the name Quentin Rameau
2021-10-10 21:04 Add an ident version string to the bina… Quentin Rameau
2021-10-02 19:19 Add modal plumber escapeinsert
2021-04-11 15:12 Retry cleartext connection in case TLS … Quentin Rameau
2021-04-10 16:26 Fix code style Quentin Rameau
2021-04-10 16:06 Make sighandler() static Quentin Rameau
2021-04-10 16:21 Export diag() function Quentin Rameau
2021-04-10 13:56 TLS: use wrapper functions Quentin Rameau
2021-04-09 22:42 Check for errors with expected -1 inste… Quentin Rameau
2021-04-09 21:58 Add TLS support Quentin Rameau
2021-07-04 21:52 Remove separator in text UI status Quentin Rameau
2018-08-13 09:08 Let the user configure the displayed me… Quentin Rameau
2021-06-23 20:33 LICENSE: update authors Quentin Rameau
2021-06-23 20:26 man: fix and add some highlights Quentin Rameau
2021-06-23 20:22 man: clarify a bit pager handling Quentin Rameau
2021-05-28 17:13 ui_ti: keep the current line when resiz… Quentin Rameau
2021-05-26 14:18 reset SIGWINCH when spawning a child pr… Hiltjo Posthuma
2021-03-22 17:44 Always restore terminal mode in TUI cle… Quentin Rameau
2021-03-21 15:15 Fix a memory leak on TUI window resize Quentin Rameau
2021-02-08 21:59 Close connection when a single-dot line… Quentin Rameau
2021-01-30 18:44 Check that non-binary types end with ".… Quentin Rameau
2021-01-24 13:53 mbsprint: fix character encoding errors… Quentin Rameau
2021-01-24 13:53 xreallocarray: remove unuseful const pa… Quentin Rameau
2021-01-05 20:21 mbsprint: improve printing output when … Hiltjo Posthuma
2020-12-03 17:30 sacc.1: Document use of PAGER environme… Quentin Rameau
2020-09-26 15:14 ui_ti: replace manual padding with clr_… Quentin Rameau
2020-08-19 20:57 ui_ti: explicitly define VMIN and VTIME… Hiltjo Posthuma
2020-07-02 21:26 popen: remove close-on-exec flag to inc… Hiltjo Posthuma
2020-07-02 21:24 exit with 128 + signo on receiving SIGH… Hiltjo Posthuma
2020-02-19 20:36 Use a random temporary directory instea… Quentin Rameau
2020-01-01 17:01 for displayuri for 'h' types show only … Hiltjo Posthuma
2019-11-06 16:05 Add missing help for next/previous item… Quentin Rameau
2019-11-02 13:59 remove unused variables Hiltjo Posthuma
2019-11-02 13:58 Only block SIGWINCH when connecting Quentin Rameau
2019-10-28 23:24 Fix initial URI search string parsing Quentin Rameau
2019-10-28 23:02 Parse %09 as a search string separator … Quentin Rameau
2019-10-28 22:37 Separate search strings with "%09" in U… Quentin Rameau
2019-10-28 11:42 Revert "Fix memory leak in search items" Quentin Rameau
2019-10-28 01:54 Add new keybinding for displaying page … Quentin Rameau
2019-10-28 01:31 Rephrase txt UI help message Quentin Rameau
2019-10-28 01:12 Print better URI Quentin Rameau
2019-10-28 00:34 Fix memory leak in search items Quentin Rameau
2019-10-28 00:17 Add a keybinding for displaying current… Quentin Rameau
2019-10-11 15:17 Inverse logic in TI uiselectitem on non… Quentin Rameau
2019-10-11 15:09 Fix potential uninitialized value in pr… Quentin Rameau
2019-10-11 15:05 Fix potential undefined socket value in… Quentin Rameau
2019-10-11 15:02 Fix memory leak in downloaditem Quentin Rameau
2018-12-28 23:37 Fix telnet displayed menu entry Quentin Rameau
2018-12-25 19:44 mask signals while using connect(2) in … Hiltjo Posthuma
2018-12-25 18:33 ui_txt: check for curentry is NULL like… Hiltjo Posthuma
2018-12-25 18:32 freeaddrinfo can leak if a connection f… Hiltjo Posthuma
190 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.