2023-08-24 19:06 | don't open non-gemini links as new tabs | Raw Monk | 1 | +22 | -0 |
2023-07-24 18:26 | add macros for string related functions, add tabnew as an alias to the nt command | Raw Monk | 4 | +97 | -108 |
2023-06-10 17:57 | fix build script for openbsd | Lathas | 1 | +1 | -1 |
2023-06-10 14:08 | update dependencies in the build script | Raw Monk | 1 | +9 | -8 |
2023-05-05 14:05 | add compilation date when building unstable version | Raw Monk | 1 | +8 | -1 |
2023-04-05 16:28 | fix wrong line in freebsd sandbox | Raw Monk | 1 | +1 | -1 |
2023-04-05 03:04 | handle some memory allocation failures to keep the program going instead of crashing | Raw Monk | 1 | +85 | -36 |
2023-04-04 21:29 | change version to LTS | Raw Monk | 1 | +1 | -1 |
2023-04-04 21:14 | add ignore command to ignore expired certificates | Raw Monk | 7 | +49 | -6 |
2023-04-04 17:24 | verify the file descriptor in the post-download function for the solaris sandbox | Chaeldar | 1 | +4 | -1 |
2023-04-04 17:13 | fix a wrong line related to the solaris sandbox | Raw Monk | 1 | +1 | -1 |
2023-04-04 16:42 | put a limit on page size and image size, write directly to disk when downloading a file instead of allocating memory for it | Raw Monk | 4 | +151 | -131 |
2023-04-04 02:26 | allocate additional memory when receiving a page to prevents invalid read of incomplete utf8 characters at the end of the page when rendering | Raw Monk | 1 | +7 | -5 |
2023-04-04 02:25 | add mention of Solaris in readme | Raw Monk | 3 | +6 | -6 |
2023-03-22 16:08 | add missing header in freebsd sandbox | Raw Monk | 1 | +1 | -0 |
2023-03-22 19:53 | doesn't require a space after a '>' character to format it as a blockquote | Lathas | 1 | +1 | -2 |
2023-03-22 19:40 | fix missing null character when loading certificate in the illumos sandbox, make file descriptors read-only when loading certificates | Chaeldar | 2 | +3 | -2 |
2023-03-18 02:01 | compile xdg_path on systems without sandboxing | Walton Simon | 1 | +40 | -39 |
2023-03-18 01:38 | add missing flag to link pthread in GNUmakefile | Raw Monk | 1 | +1 | -1 |
2023-03-17 20:44 | close file descriptor instead of file on FreeBSD | Vaati | 1 | +1 | -1 |
2023-02-13 20:42 | fix sandbox on illumos, add missing file in makefile | Chaeldar | 3 | +9 | -19 |
2023-02-11 18:02 | fix rendering of tab characters | Raw Monk | 2 | +10 | -10 |
2023-01-30 21:46 | fix bugs detected by infer | Vaati | 3 | +11 | -3 |
2023-01-08 18:14 | fetch download folder path from user-dirs file | Raw Monk | 7 | +178 | -120 |
2023-01-08 14:44 | fix xdg while sandboxed | Raw Monk | 1 | +2 | -0 |
2022-12-31 01:24 | update readme sandbox informations | Raw Monk | 3 | +14 | -5 |
2022-12-30 22:05 | completion of illumos sandbox | Chaeldar | 6 | +161 | -59 |
2022-12-30 05:16 | separate loadcert and getcert functions | Raw Monk | 1 | +81 | -73 |
2022-12-29 21:16 | on illumos, allow creating certificates while sandboxed | Chaeldar | 4 | +46 | -7 |
2022-12-29 05:25 | improve sandbox on illumos | Chaeldar | 6 | +244 | -79 |
2022-12-28 17:30 | fix xdg_open warning | Vaati | 1 | +6 | -1 |
2022-12-27 21:36 | fix known hosts last line bug | Chaeldar | 3 | +18 | -7 |
2022-12-27 17:22 | fix xdg and files downloading on linux | Raw Monk | 3 | +20 | -16 |
2022-12-27 16:53 | fix xdg on illumos | Vaati | 4 | +24 | -13 |
2022-12-27 16:21 | sandbox xdg on illumos | Chaeldar | 1 | +52 | -14 |
2022-12-27 05:27 | sandboxing on Illumos | Chaeldar | 4 | +151 | -23 |
2022-12-26 18:21 | add support for macos in the build script | Vaati | 2 | +12 | -5 |
2022-12-23 18:03 | update build file for libressl 3.6.1, change vgmi version to 1.5 | Raw Monk | 2 | +5 | -5 |
2022-12-21 15:29 | save bookmarks after adding a new one, update gmi readme | Raw Monk | 3 | +7 | -6 |
2022-12-21 05:21 | fix tabs navigation, hide home by default, add scroll to line command | Raw Monk | 9 | +30 | -28 |
2022-12-12 15:20 | hide the three backticks and change color of preformatted text | Raw Monk | 2 | +8 | -3 |
2022-11-29 15:50 | use gt and gT for tabs navigation | Raw Monk | 5 | +31 | -12 |
2022-11-19 16:11 | add plain readme for stagit | Raw Monk | 1 | +62 | -0 |
2022-11-16 15:18 | Merge fixes from lts-1.4 | Raw Monk | 10 | +173 | -133 |
2022-11-16 15:05 | add info when creating client certificates | Raw Monk | 3 | +16 | -6 |
2022-11-09 19:46 | change xdg process name on BSD systems | Vaati | 2 | +8 | -4 |
2022-11-09 04:22 | fix scrolling when changing tab and navigating history | Raw Monk | 3 | +11 | -6 |
2022-11-06 21:26 | fix 8 colors mode | Raw Monk | 2 | +37 | -14 |
2022-11-06 16:45 | syntax correction, valgrind fix | Raw Monk | 7 | +113 | -105 |
2022-11-03 15:44 | fix xdg_open warning | Raw Monk | 1 | +3 | -0 |
2022-11-03 15:43 | fix xdg_open warning | Raw Monk | 1 | +3 | -0 |
2022-11-03 15:29 | update build file to libressl 3.6, fix exec command | Raw Monk | 2 | +11 | -4 |
2022-11-03 15:25 | disable exec command when xdg is disabled | Raw Monk | 1 | +7 | -0 |
2022-11-03 02:16 | add lts to version information | Raw Monk | 1 | +1 | -1 |
2022-11-03 01:05 | add version and clear search on new page | Raw Monk | 2 | +4 | -1 |
2022-11-03 00:47 | max width of 80 characters | Raw Monk | 11 | +378 | -227 |
2022-11-02 23:55 | add exec command | Raw Monk | 7 | +87 | -48 |
2022-10-14 21:45 | fix input field horizontal scrolling to support double width characters | Raw Monk | 3 | +22 | -2 |
2022-10-14 19:59 | add basic horizontal scrolling to the input field | Raw Monk | 3 | +19 | -4 |
2022-10-14 19:10 | fix rendering on long lines | Raw Monk | 1 | +4 | -4 |
2022-10-13 13:40 | hide query from tab title, unselect link when navigating history | Raw Monk | 2 | +9 | -4 |
2022-10-11 18:01 | fix url formatting bug, restructure input function | Raw Monk | 2 | +209 | -208 |
2022-10-09 14:30 | format code, fix input cursor | Raw Monk | 5 | +126 | -79 |
2022-10-07 00:51 | adapt build file for NetBSD | Walton Simon | 1 | +7 | -2 |
2022-10-07 00:45 | fix on build file | Raw Monk | 1 | +2 | -2 |
2022-10-07 00:40 | check dependencies hashes in build script | Vaati | 1 | +73 | -30 |
2022-10-01 17:35 | fix linux sandbox | Raw Monk | 3 | +3 | -4 |
2022-10-01 17:00 | fix sandbox on FreeBSD, fix title display, add strip in makefile | Bob Page | 5 | +25 | -9 |
2022-09-27 19:09 | add bug reports info to the gmi readme | Raw Monk | 1 | +8 | -0 |
2022-09-11 21:37 | use lld instead of ld on openbsd for time_t | Vaati | 1 | +15 | -4 |
2022-09-11 20:06 | valgrind fix | Raw Monk | 3 | +19 | -6 |
2022-09-07 15:24 | load libgcc_s directly before sandboxing | Raw Monk | 1 | +4 | -11 |
2022-09-06 19:53 | fix makefile | Vaati | 1 | +2 | -2 |
2022-09-06 19:43 | add support for idn, utf8 input | Raw Monk | 8 | +753 | -234 |
2022-09-03 20:48 | read hostname as utf8 | Raw Monk | 1 | +27 | -23 |
2022-09-02 00:11 | fix sandbox preprocessor on freebsd | Raw Monk | 1 | +1 | -1 |
2022-09-01 23:58 | add preprocessor to disable sandbox | Raw Monk | 3 | +22 | -12 |
2022-09-01 15:20 | use vim counter for tabs navigation | Raw Monk | 1 | +12 | -20 |
2022-09-01 15:00 | refresh page after error | Raw Monk | 2 | +1 | -5 |
2022-09-01 03:20 | fix scrolling bug | Raw Monk | 1 | +17 | -17 |
2022-09-01 01:06 | infer fixes | Vaati | 2 | +8 | -8 |
2022-09-01 00:52 | use linked list for tabs | Raw Monk | 6 | +70 | -62 |
2022-08-31 21:34 | add title in tabs bar, make blue brighter in 256 color mode | Raw Monk | 4 | +36 | -22 |
2022-08-29 02:41 | reload certificate after gencert | Raw Monk | 4 | +22 | -8 |
2022-08-29 00:50 | improve check for valid hostname characters | Raw Monk | 1 | +12 | -9 |
2022-08-28 22:39 | fix certificate expiration check | Raw Monk | 2 | +14 | -5 |
2022-08-28 21:06 | fix gmi parser | Raw Monk | 1 | +4 | -2 |
2022-08-18 01:22 | fix for illumos | Chaeldar | 3 | +6 | -1 |
2022-08-18 00:16 | add support for relative links with . and .. | Raw Monk | 1 | +47 | -6 |
2022-08-16 22:23 | fix known_hosts and improve connect polling | Raw Monk | 2 | +30 | -36 |
2022-08-16 13:37 | fix README and improve memcheck | Raw Monk | 5 | +12 | -7 |
2022-08-16 13:32 | fix build file for illumos | Chaeldar | 1 | +14 | -2 |
2022-08-16 01:43 | use poll when connecting on illumos | Vaati | 1 | +9 | -6 |
2022-08-16 01:18 | Add basic Illumos support | Vaati | 5 | +32 | -2 |
2022-08-15 22:07 | fix readme and seccomp preprocessor | Raw Monk | 2 | +14 | -5 |
2022-08-14 20:48 | add screenshots to README | Raw Monk | 4 | +6 | -0 |
2022-08-14 18:19 | add static download to the gmi readme | Raw Monk | 1 | +12 | -0 |
2022-08-09 18:18 | fix page header reading | Raw Monk | 1 | +17 | -8 |
2022-08-02 00:17 | prevents from displaying invalid characters | Raw Monk | 4 | +32 | -9 |
2022-07-28 15:21 | change link to libressl in the README | Raw Monk | 2 | +3 | -3 |
2022-07-25 23:29 | fix color on title without space | Raw Monk | 1 | +10 | -7 |
2022-07-16 00:00 | fix color formating in render function | Raw Monk | 1 | +1 | -1 |
2022-07-13 23:09 | fix forget command | Raw Monk | 1 | +33 | -3 |
2022-07-13 22:11 | add forget command in the README | Raw Monk | 2 | +2 | -0 |
2022-07-13 22:07 | add forget command | Raw Monk | 4 | +46 | -3 |
2022-07-13 21:18 | add option to build with musl libc in GNUmakefile | Raw Monk | 2 | +9 | -4 |
2022-07-13 18:56 | add mutex for rendering | Raw Monk | 2 | +23 | -3 |
2022-07-13 18:23 | update url when going forward | Raw Monk | 1 | +1 | -0 |
2022-07-13 16:34 | unveil resolv file on linux | Vaati | 1 | +4 | -1 |
2022-07-13 16:13 | another missing seccomp syscall | Vaati | 1 | +1 | -0 |
2022-07-13 16:01 | add missing syscall for seccomp | Raw Monk | 3 | +6 | -4 |
2022-07-03 20:12 | add underscore in non-formatted characters list | Raw Monk | 1 | +2 | -1 |
2022-07-01 00:53 | add pselect6 to seccomp list | Raw Monk | 1 | +3 | -0 |
2022-06-28 01:17 | change a sprintf to snprintf, correct openbsd makefile | Vaati | 2 | +3 | -2 |
2022-06-27 21:21 | fix wrong directory name in build file | Vaati | 1 | +1 | -1 |
2022-06-27 21:05 | build script now choose between curl, wget and fetch | Vaati | 1 | +13 | -1 |
2022-06-27 17:58 | remove unused code, fix a use of strlcpy | Raw Monk | 2 | +1 | -13 |
2022-06-27 16:56 | change build file to use libressl | Raw Monk | 1 | +8 | -5 |
2022-06-26 14:53 | add link in readme | Raw Monk | 3 | +12 | -11 |
2022-06-26 04:01 | fix resize scrolling correction | Raw Monk | 2 | +1 | -8 |
2022-06-25 22:31 | fix build file and FreeBSD makefile | Vaati | 2 | +2 | -2 |
2022-06-25 23:14 | fix build file and makefile on OpenBSD | Vaati | 2 | +12 | -5 |
2022-06-25 22:45 | Add build script and remove libbsd dependency on linux | Vaati | 12 | +251 | -32 |
2022-06-25 19:21 | infer fixes | Vaati | 2 | +11 | -3 |
2022-06-25 19:08 | fix scrolling | Raw Monk | 3 | +40 | -23 |
2022-06-25 16:05 | add search key in the README | Raw Monk | 3 | +3 | -0 |
2022-06-25 04:19 | fix search scroll | Raw Monk | 1 | +1 | -1 |
2022-06-24 22:18 | add basic strnstr implementation for systems without implementation | Raw Monk | 2 | +15 | -1 |
2022-06-24 22:03 | add search functionality | Raw Monk | 5 | +122 | -18 |
2022-06-24 14:59 | add download command | Raw Monk | 5 | +99 | -22 |
2022-06-24 03:01 | fix client certificates loading | Raw Monk | 2 | +6 | -4 |
2022-06-20 15:44 | change xdg process name | Raw Monk | 1 | +6 | -1 |
2022-06-20 15:33 | fix new tab memory error | Raw Monk | 1 | +10 | -5 |
2022-06-20 15:02 | fix request init function | Raw Monk | 2 | +8 | -7 |
2022-06-19 04:33 | add arrow keys input, fix scrolling when an error happens | Raw Monk | 2 | +24 | -3 |
2022-06-14 20:17 | quick fix to keep tab address in thread | Raw Monk | 1 | +6 | -3 |
2022-06-03 01:50 | add sandboxing info in the README | Raw Monk | 2 | +24 | -2 |
2022-06-02 16:20 | fix bad handshake handling | Raw Monk | 1 | +4 | -4 |
2022-06-02 15:06 | skip landlock and show warning if the kernel doesn't support it | Raw Monk | 1 | +4 | -2 |
2022-06-02 14:55 | fix landlock with musl libc | Raw Monk | 2 | +7 | -5 |
2022-06-02 14:29 | add landlock on linux | Raw Monk | 2 | +111 | -5 |
2022-05-29 12:45 | on FreeBSD chdir in an empty directory | Vaati | 1 | +4 | -0 |
2022-06-02 01:04 | remove unused variable | Vaati | 1 | +3 | -4 |
2022-06-02 01:01 | create downloaded files with 0600 mode | Raw Monk | 1 | +2 | -2 |
2022-06-02 00:56 | uses openat for config and download folders | Raw Monk | 6 | +154 | -107 |
2022-06-01 18:48 | some seccomp fixes | Raw Monk | 1 | +2 | -1 |
2022-06-01 18:41 | fix seccomp for musl and older glibc | Vaati | 1 | +5 | -2 |
2022-06-01 16:55 | apply infer fixes | Vaati | 2 | +3 | -2 |
2022-05-31 13:25 | add missing syscalls | Raw Monk | 1 | +2 | -0 |
2022-05-31 13:16 | fix seccomp for musl libc | Raw Monk | 2 | +26 | -24 |
2022-05-29 06:33 | fix warnings on BSDs and fix sandbox_close when xdg is disabled | Vaati | 3 | +9 | -5 |
2022-05-31 01:43 | add seccomp sandboxing on linux | Raw Monk | 4 | +158 | -36 |
2022-05-29 00:32 | fix DISABLE_XDG option | Vaati | 1 | +4 | -2 |
2022-05-29 02:59 | fork process to execute xdg-open on OpenBSD | Vaati | 3 | +72 | -44 |
2022-05-29 02:09 | add missing preprocessor conditions for disabled xdg | Lathas | 1 | +4 | -0 |
2022-05-28 00:07 | fix xdg on FreeBSD | Vaati | 4 | +27 | -20 |
2022-05-28 15:46 | change white color in 256 colors mode | Raw Monk | 2 | +19 | -7 |
2022-05-27 19:32 | fix new home-tab memory leak | Raw Monk | 3 | +18 | -12 |
2022-05-27 17:04 | on FreeBSD, fork the process to execute xdg-open | Bob Page | 4 | +85 | -35 |
2022-05-27 16:09 | reorganize sandboxing on OpenBSD | Lathas | 4 | +72 | -58 |
2022-05-26 14:29 | hide the query in the out-going url | Raw Monk | 1 | +28 | -22 |
2022-05-26 03:49 | capsicum, makes the fd read-only in cert_getcert | Bob Page | 1 | +4 | -0 |
2022-05-26 03:40 | cache certificates into memory | Raw Monk | 5 | +90 | -20 |
2022-05-26 01:51 | fix OpenBSD build | Lathas | 1 | +1 | -1 |
2022-05-26 01:24 | update makefile for FreeBSD | Bob Page | 1 | +1 | -1 |
2022-05-26 01:22 | fix build on linux, fix new tab reloading | Raw Monk | 4 | +17 | -11 |
2022-05-26 00:49 | Add Capsicum sandboxing for the FreeBSD version | Bob Page | 7 | +277 | -88 |
2022-05-24 23:54 | fix error check on tb_init | Lathas | 1 | +1 | -1 |
2022-05-24 22:21 | fix xdg disabled preprocessor | Lathas | 5 | +15 | -17 |
2022-05-24 21:03 | add error checks on path fetching | Bob Page | 3 | +13 | -3 |
2022-05-24 19:49 | fix error message typo | Bob Page | 1 | +1 | -1 |
2022-05-24 15:26 | check time on certificates | Raw Monk | 5 | +28 | -19 |
2022-05-23 21:46 | unveil download folder on OpenBSD | Vaati | 1 | +6 | -0 |
2022-05-23 20:30 | fix dns resolution on bsd builds | Bob Page | 2 | +6 | -3 |
2022-05-23 20:27 | uses getaddrinfo_a on linux | Raw Monk | 7 | +64 | -73 |
2022-05-23 19:02 | fix build for FreeBSD | Bob Page | 5 | +15 | -14 |
2022-05-23 16:36 | makes the client async | Raw Monk | 8 | +591 | -412 |
2022-05-21 01:25 | fix a resize scrolling bug, fix loading links on extended gemini metadata | Raw Monk | 2 | +7 | -6 |
2022-05-20 02:58 | check if file is gmi when loading it | Raw Monk | 3 | +24 | -9 |
2022-05-20 01:10 | fix other history related memory leaks | Raw Monk | 5 | +59 | -61 |
2022-05-19 18:00 | fix memory leaks in history cache | Raw Monk | 4 | +27 | -42 |
2022-05-19 03:47 | add history cache | Raw Monk | 3 | +66 | -18 |
2022-05-19 00:50 | add basic TOFU | Raw Monk | 6 | +137 | -8 |
2022-05-18 23:48 | optimize newtab, fix history, fix error handling | Raw Monk | 4 | +96 | -85 |
2022-05-18 01:45 | fix bad rendering of double columns characters | Raw Monk | 3 | +12 | -5 |
2022-05-17 17:35 | fix xdg buffer | Raw Monk | 2 | +423 | -1 |
2022-05-17 17:28 | Merge with OpenBSD version | Raw Monk | 4 | +27 | -1 |
2022-05-17 17:27 | fix scroll bar, new colors | Raw Monk | 3 | +9 | -424 |
2022-05-17 17:25 | fixes for OpenBSD | Vaati | 4 | +27 | -1 |
2022-05-16 14:16 | apply infer fix | Vaati | 2 | +10 | -4 |
2022-05-16 13:28 | fix scroll bar size at bottom | Raw Monk | 1 | +51 | -27 |
2022-05-16 03:47 | add scroll bar, add bookmarks, better unicode support | Raw Monk | 8 | +639 | -80 |
2022-05-15 15:32 | Merge branch 'master' of https://git.rmf-dev.com/Vaati/Vgmi | Raw Monk | 3 | +18 | -11 |
2022-05-15 15:31 | add xdg-open support, check for some combining characters | Raw Monk | 4 | +98 | -2 |
2022-05-15 15:08 | make freebsd makefile multi-threaded | Bob Page | 1 | +10 | -6 |
2022-05-15 14:42 | fix redefine warnings on FreeBSD, ignore case on charset | Bob Page | 2 | +8 | -5 |
2022-05-13 17:31 | fix mem_check and fix double free in gmi_request | Raw Monk | 3 | +19 | -14 |
2022-05-12 23:51 | fix download function | Raw Monk | 2 | +13 | -7 |
2022-05-12 23:01 | refactor gmi_request function | Raw Monk | 5 | +95 | -50 |
2022-05-12 16:14 | Ask to download as a file when the meta seems non-renderable | Raw Monk | 4 | +75 | -5 |
2022-05-12 03:26 | fix history cached scrolling, fix requests formatting | Raw Monk | 4 | +35 | -27 |
2022-05-11 19:12 | remove memory check flag in the gnu makefile | Raw Monk | 1 | +2 | -2 |
2022-05-11 19:10 | improve the gnu makefile | Raw Monk | 3 | +14 | -15 |
2022-05-11 18:37 | fix bugs, add memory checker | Raw Monk | 8 | +199 | -13 |
2022-05-11 00:41 | fix client certificate selection | Raw Monk | 3 | +26 | -6 |
2022-05-10 18:51 | fix page-up scrolling and forward history crash | Raw Monk | 1 | +12 | -10 |
2022-05-10 18:35 | show error messages from servers | Raw Monk | 6 | +104 | -78 |
2022-05-10 17:07 | add README with gmi syntax for the gemini repo, edit new tab page | Raw Monk | 2 | +45 | -0 |
2022-05-10 17:02 | use arc4random on FreeBSD | Bob Page | 1 | +2 | -4 |
2022-05-10 16:57 | fix history, stops adding non-20 pages to it | Raw Monk | 5 | +9 | -5 |
2022-05-10 14:39 | fix build for NetBSD | Walton Simon | 2 | +6 | -6 |
2022-05-10 13:52 | Add a makefile for openbsd, add GNU prefix to linux makefile, fix warnings on openbsd | Vaati | 7 | +40 | -11 |
2022-05-10 04:12 | prevents redefine warnings by changing include orders | Bob Page | 1 | +1 | -1 |
2022-05-10 04:06 | remove unnecessary comments | Bob Page | 2 | +1 | -9 |
2022-05-10 03:59 | Fix codes specific to OpenBSD | Vaati | 4 | +33 | -6 |
2022-05-09 23:48 | fix include misplacement | Vaati | 1 | +1 | -1 |
2022-05-09 23:31 | add image viewer flag to the bsd makefile | Bob Page | 1 | +2 | -1 |
2022-05-09 23:02 | Display image in the terminal using 256 colors mode | Raw Monk | 10 | +237 | -26 |
2022-04-25 16:14 | fix url too long bug | Raw Monk | 1 | +1 | -1 |
2022-04-22 17:26 | merge from old version | Raw Monk | 9 | +593 | -219 |
2022-04-22 17:25 | clean history from memory | Raw Monk | 1 | +3 | -0 |
2022-04-18 15:25 | fix gencert, fix dns query on bsd | Bob Page | 3 | +3 | -3 |
2022-04-18 14:41 | fix makefile typo, fix warnings | Bob Page | 6 | +52 | -51 |
2022-04-18 14:10 | split Makefile, now one for gnu make and one for bsd make | Bob Page | 2 | +21 | -23 |
2022-04-18 04:48 | Fix gencert bug, add more checks on path finder functions | Raw Monk | 1 | +6 | -6 |
2022-04-18 04:32 | Merge from mframe to local | Raw Monk | 2 | +3 | -3 |
2022-04-18 04:32 | fix keyboard shortcut, add more checks on malloc | Raw Monk | 2 | +3 | -0 |
2022-04-18 04:30 | fix wrong cache path | Bob Page | 2 | +3 | -3 |
2022-04-17 17:43 | exit program when memory allocation fail | Raw Monk | 1 | +19 | -7 |
2022-04-17 17:30 | remove unused variables | Raw Monk | 3 | +11 | -9 |
2022-04-17 17:16 | fix bugs, and now uses strlcpy | Raw Monk | 6 | +151 | -80 |
2022-04-10 15:25 | convert uri before sending it, add timeout when connecting | Raw Monk | 3 | +55 | -7 |
2022-04-10 13:33 | remove unnecessary library from the Makefile | Raw Monk | 1 | +1 | -1 |
2022-04-10 03:58 | fix main function arguments | Vaati | 1 | +10 | -8 |
2022-04-10 03:48 | add unveil and pledge on OpenBSD | Vaati | 3 | +32 | -4 |
2022-04-10 03:01 | add missing header in gemini.c | Raw Monk | 1 | +1 | -0 |
2022-04-10 02:59 | fix preprocessor in gmi_free | Bob Page | 1 | +2 | -0 |
2022-04-10 02:56 | Merge the FreeBSD code with the linux update | Bob Page | 4 | +122 | -75 |
2022-04-10 02:55 | fix timeout for connect and getaddrinfo on BSD systems | Bob Page | 2 | +148 | -39 |
2022-04-09 17:39 | Merge remote-tracking branch 'refs/remotes/origin/master' | Raw Monk | 2 | +20 | -8 |
2022-04-09 17:37 | format code, now support ``` in gemtext | Raw Monk | 4 | +122 | -75 |
2022-04-08 17:32 | add timeout on connnect for Freebsd | Raw Monk | 2 | +41 | -3 |
2022-04-08 14:02 | add OpenBSD support | Vaati | 2 | +11 | -3 |
2022-04-08 17:40 | fix timeout, update makefile | Bob Page | 2 | +9 | -5 |
2022-04-04 20:24 | fix history cleaning function | Raw Monk | 1 | +14 | -20 |
2022-04-04 20:16 | fix links parsing bugs | Raw Monk | 1 | +4 | -0 |
2022-04-04 19:18 | fix memory leaks, now support some more unusual links formatting | Raw Monk | 4 | +69 | -18 |
2022-04-03 15:42 | change certificate time, from 1 year to 5 | Raw Monk | 1 | +3 | -6 |
2022-04-03 15:38 | add a command to generate certificate | Raw Monk | 7 | +199 | -15 |
2022-04-02 22:50 | change home page | Raw Monk | 3 | +35 | -8 |
2022-04-02 22:04 | fix paragraph spacing, parse url with specified port in it | Raw Monk | 2 | +21 | -8 |
2022-04-02 21:40 | add command to close tabs | Raw Monk | 2 | +16 | -2 |
2022-04-02 15:34 | new keybindings, better tabs support, fix bugs | Raw Monk | 5 | +104 | -41 |
2022-04-01 19:41 | Add new commands to the README | Raw Monk | 1 | +2 | -0 |
2022-04-01 19:37 | add tabs, fix rendering bugs | Raw Monk | 7 | +468 | -404 |
2022-03-29 15:53 | Reorganize codes, implement basic tabs | Raw Monk | 3 | +470 | -339 |
2022-03-28 14:58 | hide query in url | Raw Monk | 3 | +26 | -14 |
2022-03-27 16:49 | fix bugs, add new keybindings | Raw Monk | 4 | +111 | -18 |
2022-03-24 21:48 | prevent reload from increasing history, fix connection early free | Raw Monk | 2 | +8 | -3 |
2022-03-24 20:41 | improve input mode, fix unicode bugs, fix reloading, add history | Raw Monk | 3 | +224 | -102 |
2022-03-21 22:03 | add timeout on socket, more vim keys | Raw Monk | 2 | +182 | -25 |
2022-03-20 19:44 | add vim-keys, better gemini support, colors for markdown | Raw Monk | 7 | +577 | -361 |
2022-03-19 02:51 | update makefile and README | Raw Monk | 2 | +9 | -0 |
2022-03-19 02:44 | Initial commit | Raw Monk | 6 | +398 | -0 |