Blame


1 2ebcb935 2021-05-12 op 2021-05-12 Omar Polo <op@omarpolo.com>
2 2ebcb935 2021-05-12 op
3 2ebcb935 2021-05-12 op * ui.c (handle_resize): debounce resize event
4 2ebcb935 2021-05-12 op
5 c87b4ac7 2021-04-30 op 2021-04-30 Omar Polo <op@omarpolo.com>
6 c87b4ac7 2021-04-30 op
7 c87b4ac7 2021-04-30 op * ui.c (cmd_load_url): automatic gemini:// on load-url
8 affb8144 2021-04-30 op (cmd_forward_char): fix out-of-bound
9 c87b4ac7 2021-04-30 op
10 a38a3a1f 2021-04-25 op 2021-04-25 Omar Polo <op@omarpolo.com>
11 a38a3a1f 2021-04-25 op
12 cce62e74 2021-04-25 op * ui.c (cmd_scroll_up): fix cmd_scroll_down/up: they scrolled two line more than what intended
13 cce62e74 2021-04-25 op
14 288fd238 2021-04-25 op * telescope.c (handle_check_cert_user_choice): allow saving the new certificate after mismatch
15 288fd238 2021-04-25 op
16 ec1fa0b0 2021-04-25 op * fs.c (load_certs): don't crash on invalid lines in known_hosts
17 ec1fa0b0 2021-04-25 op
18 eb4388ee 2021-04-25 op * hash.c (telescope_lookup_tofu): save certificates per (host, port) tuple, not only per-host
19 eb4388ee 2021-04-25 op
20 abb94fc4 2021-04-25 op * configure.ac: tagged 0.1.1
21 abb94fc4 2021-04-25 op
22 a38a3a1f 2021-04-25 op * gemini.c (blocking_conn_towards): fix compilation if !HAVE_ASR_RUN
23 a38a3a1f 2021-04-25 op
24 a38a3a1f 2021-04-25 op * phos/phos_uri.c (phos_serialize_uri): handle URIs which port is not 1965
25 a38a3a1f 2021-04-25 op