2022-07-17 16:08 | Forgot to make BIND_UP configurable | hhvn | 3 | +3 | -1 |
2022-07-16 12:33 | readline() leaves \r for analysis | hhvn | 1 | +8 | -7 |
2022-07-16 12:32 | Replace /bin/sh calls with execlp() | hhvn | 1 | +4 | -16 |
2022-07-16 11:31 | Remove uneeded strdup() on call to elem_create() | hhvn | 1 | +1 | -1 |
2022-07-16 11:28 | Don't call go() before initializing ncurses | hhvn | 1 | +3 | -1 |
2022-07-16 11:05 | 'seg' variables should have the type of their enum | hhvn | 1 | +2 | -4 |
2022-07-16 10:59 | Network handlers: add copyright + clean up | hhvn | 2 | +47 | -12 |
2022-07-16 10:57 | _XOPEN_SOURCE_EXTENDED: some ncurses.h need this for widechar | hhvn | 1 | +1 | -0 |
2022-07-16 10:42 | Custom start page | hhvn | 4 | +21 | -9 |
2022-07-07 21:58 | Wow, thanks gcc. That variable sure is unused! | hhvn | 1 | +1 | -1 |
2022-06-28 19:23 | Fix compiler warnings | hhvn | 1 | +4 | -5 |
2022-06-28 17:51 | Handle tab characters in draw_line (for type 0) | hhvn | 1 | +5 | -2 |
2022-06-28 16:09 | Fix multi-digit id input | hhvn | 1 | +1 | -1 |
2022-06-27 18:03 | Replace broken line wrapping with indicator for long lines | hhvn | 3 | +8 | -11 |
2022-06-26 14:40 | Redesign history to be more intuitive and reliable | hhvn | 2 | +31 | -30 |
2022-06-25 17:28 | Fix commit extraction during installation | hhvn | 1 | +1 | -1 |
2022-06-23 15:25 | Remove ui.candraw | hhvn | 1 | +3 | -17 |
2022-06-22 18:45 | Replace checkcurrent() macro with if statement | hhvn | 1 | +6 | -10 |
2022-06-22 18:41 | Use fixed size array for ui.arg | hhvn | 1 | +5 | -7 |
2022-06-22 18:16 | Unified function for ui.input/ui.arg changes | hhvn | 2 | +33 | -29 |
2022-06-22 18:03 | Handle ids as arguments | hhvn | 3 | +41 | -9 |
2022-06-21 22:07 | Update FAQ | hhvn | 2 | +5 | -1 |
2022-06-21 15:43 | Support IPv6 uris | hhvn | 1 | +22 | -27 |
2022-06-18 13:53 | 'yy' -> yank current page | hhvn | 4 | +6 | -11 |
2022-06-18 13:42 | enum in config.h for keybinds | hhvn | 3 | +72 | -28 |
2022-06-15 14:44 | Document args to y/+ commands in man page | hhvn | 1 | +7 | -4 |
2022-05-27 20:45 | Customizable seperators | hhvn | 3 | +6 | -2 |
2022-05-14 23:44 | Better TLS-only option handling | hhvn | 1 | +15 | -9 |
2022-05-14 23:12 | Use do{}while(0) trick for checkcurrent() macro | hhvn | 1 | +10 | -11 |
2022-05-14 23:10 | Fix -Wall warnings | hhvn | 1 | +13 | -20 |
2022-05-14 22:55 | Use elem->next directly when possible | hhvn | 1 | +6 | -4 |
2022-05-14 22:54 | Missing case statement for '?' | hhvn | 1 | +1 | -0 |
2022-05-05 20:59 | Return on list_free with null values, rather than abort | hhvn | 1 | +2 | -1 |
2022-04-13 21:23 | Linked lists are simpler. | hhvn | 2 | +81 | -93 |
2022-02-11 16:37 | FAQ | hhvn | 3 | +23 | -1 |
2022-02-10 21:21 | Explicitely create destination directories | hhvn | 1 | +2 | -0 |
2022-02-09 21:33 | Turn off colour after headers when displaying text | hhvn | 1 | +2 | -0 |
2022-02-09 20:30 | H command - display history links | hhvn | 2 | +25 | -4 |
2022-02-09 18:55 | Check for nulls before comparing ret->{server,port} | hhvn | 1 | +1 | -1 |
2022-02-09 17:44 | Experimental hilighting of markdown headers | hhvn | 4 | +49 | -12 |
2022-02-09 15:38 | Add specific error to start message. | hhvn | 1 | +15 | -5 |
2022-02-05 13:11 | zygo.c: disambiguate ids smaller than lastid | hhvn | 1 | +2 | -2 |
2022-02-05 13:10 | zygo.h: digits() in zygo.h | hhvn | 1 | +1 | -0 |
2022-02-05 13:03 | zygo.c: fix pagescroll | hhvn | 1 | +2 | -2 |
2022-02-05 12:38 | zygo.c zygo.h: combine link/command input in run() | hhvn | 2 | +24 | -39 |
2022-02-05 12:22 | zygo.c zygo.h: scroll function | hhvn | 2 | +22 | -20 |
2022-01-29 17:44 | zygo.c: fix backspace bug with link ids | hhvn | 1 | +7 | -7 |
2022-01-25 21:33 | zygo.c: make last link on page accessible | hhvn | 1 | +1 | -1 |
2022-01-23 18:19 | zygo.c: error checked yank() using pipes | hhvn | 1 | +25 | -9 |
2022-01-23 00:57 | zygo.c: don't show divider bar when reading text | hhvn | 1 | +21 | -10 |
2022-01-23 00:49 | zygo.1: mandb doesn't like -compact | hhvn | 1 | +2 | -2 |
2022-01-23 00:48 | zygo.c: handle text directly | hhvn | 1 | +12 | -3 |
2022-01-23 00:08 | configure: always link tinfow if it exists | hhvn | 1 | +6 | -18 |
2022-01-23 00:05 | Makefile zygo.c: widechar stuff | hhvn | 2 | +2 | -1 |
2022-01-22 23:46 | Makefile: set executable | hhvn | 1 | +1 | -1 |
2022-01-22 23:11 | zygo.c: always be able to scroll to last line | hhvn | 1 | +4 | -4 |
2022-01-22 23:01 | zygo.c zygo.h zygo.1 config.def.h: yanking | hhvn | 5 | +61 | -5 |
2022-01-22 11:39 | zygo.c zygo.h: use prompt() for TLS retries | hhvn | 2 | +18 | -16 |
2022-01-19 17:54 | zygo.c: fix uri parsing.. again | hhvn | 1 | +2 | -2 |
2022-01-19 17:50 | zygo.c: line wrapping | hhvn | 1 | +24 | -5 |
2022-01-19 16:49 | zygo.1: update synopsis | hhvn | 1 | +3 | -2 |
2022-01-18 22:18 | .config.hhvn.h: track | hhvn | 1 | +39 | -0 |
2022-01-18 20:11 | zygo.c zygo.1: -u flag for tls upgrading | hhvn | 2 | +18 | -3 |
2022-01-18 20:05 | Automatic TLS (off by default) | hhvn | 6 | +57 | -31 |
2022-01-18 19:38 | tls.c zygo.c zygo.1: fix TLS | hhvn | 3 | +37 | -17 |
2022-01-18 18:06 | zygo.c: don't clear error after stimeout | hhvn | 1 | +0 | -7 |
2022-01-18 17:13 | zygo.c zygo.h: variable width padding for numbers | hhvn | 2 | +7 | -5 |
2022-01-18 15:48 | zygo.c: just RTFM | hhvn | 1 | +3 | -7 |
2022-01-18 02:01 | zygo.c: make cursor visible in prompt() | hhvn | 1 | +1 | -0 |
2022-01-18 02:00 | zygo.c: prompt doesn't need to fill in spaces to eol | hhvn | 1 | +0 | -2 |
2022-01-17 23:51 | zygo.c: don't print space before prompt | hhvn | 1 | +0 | -1 |
2022-01-17 23:50 | zygo.c: print connecting.. message | hhvn | 1 | +5 | -0 |
2022-01-17 23:40 | zygo.c zygo.h: search | hhvn | 2 | +61 | -2 |
2022-01-17 23:00 | zygo.c: set port without / | hhvn | 1 | +3 | -0 |
2022-01-17 19:22 | zygo.1: document origin of name & plumber | hhvn | 1 | +23 | -1 |
2022-01-17 19:11 | zygo.c zygo.1: plumber settings via flags | hhvn | 2 | +20 | -2 |
2022-01-17 18:40 | zygo.c zygo.h zygo.1 tls.c: cli flags | hhvn | 4 | +43 | -20 |
2022-01-17 18:31 | Makefile: replace COMMIT in manpage | hhvn | 1 | +3 | -1 |
2022-01-17 13:37 | zygo.c: error if current needed | hhvn | 1 | +12 | -4 |
2022-01-17 13:36 | zygo.c: fix find() segfault | hhvn | 1 | +1 | -1 |
2022-01-17 13:20 | zygo.c zygo.h: elem_create not needed | hhvn | 2 | +10 | -17 |
2022-01-17 13:14 | zygo.c: better gopher menu validation (compat with gopher+) | hhvn | 1 | +10 | -6 |
2022-01-17 13:09 | zygo.1: mention + command | hhvn | 1 | +2 | -1 |
2022-01-17 12:55 | zygo.c: errors part of the bar | hhvn | 1 | +29 | -21 |
2022-01-17 12:55 | configure zygo.c: gophers:// uris are errors without tls | hhvn | 2 | +8 | -0 |
2022-01-17 02:27 | zygo.c: only carry tls forward if server/port are the same | hhvn | 1 | +7 | -1 |
2022-01-17 02:24 | zygo.c: handle .\r\n | hhvn | 1 | +17 | -7 |
2022-01-17 02:16 | Makefile config.def.h zygo.c zygo.1: documentation | hhvn | 4 | +157 | -20 |
2022-01-17 01:39 | zygo.h: add find() to header | hhvn | 1 | +1 | -0 |
2022-01-17 01:17 | zygo.c: uri manipulation: 'a' and 'r' | hhvn | 1 | +18 | -0 |
2022-01-17 01:08 | zygo.c: don't underflow with 'G' | hhvn | 1 | +2 | -1 |
2022-01-17 01:06 | zygo.c config.def.h: regex matching | hhvn | 2 | +91 | -2 |
2022-01-16 23:43 | Makefile: install/uninstall targets | hhvn | 1 | +9 | -1 |
2022-01-16 21:30 | zygo.c: + command | hhvn | 1 | +34 | -13 |
2022-01-16 21:21 | zygo.c: reload command | hhvn | 1 | +4 | -0 |
2022-01-16 21:00 | zygo.c zygo.h config.def.h: scheming | hhvn | 3 | +32 | -25 |
2022-01-16 20:36 | strlcat.c: forgot | hhvn | 1 | +57 | -0 |
2022-01-16 20:36 | Makefile, config.h -> config.def.h: use a def config | hhvn | 3 | +40 | -37 |
2022-01-16 20:33 | config.h zygo.c zygo.h: plumbing | hhvn | 3 | +57 | -29 |
2022-01-16 20:08 | configure: correct path | hhvn | 1 | +1 | -1 |
2022-01-16 20:04 | configure zygo.h strlcat.c: strlcat | hhvn | 2 | +20 | -0 |
2022-01-16 19:42 | config.h: comment a bit | hhvn | 1 | +23 | -18 |
2022-01-16 19:38 | zygo.c zygo.h: implement history | hhvn | 2 | +46 | -10 |
2022-01-16 19:10 | zygo.c zygo.h config.h: navigation | hhvn | 3 | +106 | -9 |
2022-01-16 19:09 | tls.c zygo.c config.h: try again in cleartext | hhvn | 3 | +31 | -4 |
2022-01-16 17:34 | zygo.c: change alarm timeout to 5 secs | hhvn | 1 | +1 | -1 |
2022-01-16 17:28 | config.h zygo.c zygo.h: better error handling | hhvn | 3 | +47 | -10 |
2022-01-16 16:52 | README: add | hhvn | 1 | +1 | -0 |
2022-01-16 16:32 | .gitignore: ignore stuff | hhvn | 1 | +2 | -0 |
2022-01-16 16:32 | Makefile zygo.* config.h: basic ui | hhvn | 4 | +321 | -33 |
2022-01-16 13:23 | debug.c zygo.c: remove debug stuff | hhvn | 2 | +0 | -48 |
2022-01-16 13:07 | Makefile configure: use configure script | hhvn | 3 | +58 | -13 |
2022-01-16 02:21 | zygo.h: typo elif -> else | hhvn | 1 | +1 | -1 |
2022-01-16 02:15 | debug.c zygo.c zygo.h: implement lists | hhvn | 3 | +92 | -11 |
2022-01-16 01:56 | zygo.c: actually use estrdup | hhvn | 1 | +15 | -15 |
2022-01-16 01:45 | zygo.c zygo.h: gophertoelem() | hhvn | 2 | +55 | -4 |
2022-01-16 01:29 | Init (gets raw text for one URI) | hhvn | 7 | +602 | -0 |