| Commit message (Expand) | Author | Age | Files | Lines |
| * | English is hard | Felix (xq) Queißner | 2020-06-20 | 2 | -8/+8 |
| * | Patches by @tomasino, starts to implement the auto-enable/host filter feature... | Felix (xq) Queißner | 2020-06-20 | 8 | -5/+75 |
| * | Adds fix for older qt versions | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+4 |
| * | Adds client certificates for HTTPS (untested) | Felix (xq) Queißner | 2020-06-19 | 2 | -0/+22 |
| * | Small changes. | Felix (xq) Queißner | 2020-06-19 | 2 | -3/+4 |
| * | Fixes bug in client certificate handling | Felix (xq) Queißner | 2020-06-19 | 2 | -17/+17 |
| * | Fixes bug in the gopher client. | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+3 |
| * | Reworks TLS trust to enable symmetry between HTTPS and Gemini | Felix (xq) Queißner | 2020-06-19 | 14 | -190/+361 |
| * | Implements Timeout UI | Felix (xq) Queißner | 2020-06-19 | 4 | -2/+33 |
| * | Implements network timeouts. | Felix (xq) Queißner | 2020-06-19 | 3 | -0/+33 |
| * | Fixes #17 | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+1 |
| * | Auto-expanding the outline now works. | Felix (xq) Queißner | 2020-06-19 | 1 | -0/+1 |
| * | Fixes non-updating status bar, fixes bug in the mime parser. | Felix (xq) Queißner | 2020-06-19 | 6 | -11/+70 |
| * | Fixed multimedia bug. | Felix (xq) Queißner | 2020-06-19 | 3 | -1/+9 |
| * | Allows user to skip over invalid TLS connections and fetch the content anyways. | Felix (xq) Queißner | 2020-06-19 | 18 | -39/+88 |
| * | Fixes bug in text highlighter, should not break Unicode anymore. | Felix (xq) Queißner | 2020-06-19 | 1 | -10/+28 |
| * | Adds safety measure to prevent Kristall send too large input messages to the ... | Felix (xq) Queißner | 2020-06-19 | 2 | -8/+23 |
| * | Adds iconv implementation to convert between input charset and UTF-8 for disp... | Felix (xq) Queißner | 2020-06-19 | 5 | -15/+209 |
| * | Rescopes version 0.3, adds roadmap plans for 0.4. | Felix (xq) Queißner | 2020-06-18 | 2 | -5/+5 |
| * | Reworks global settings handling, improves redirection configuration. | Felix (xq) Queißner | 2020-06-18 | 10 | -103/+264 |
| * | Fixes warnings and compile errors that didn't trigger without recomple. | Felix (xq) Queißner | 2020-06-18 | 6 | -3/+14 |
| * | Makes client certificate usage a bit more secure. | Felix (xq) Queißner | 2020-06-18 | 2 | -0/+17 |
| * | Updated icon thanks to tiwesdaeg | Felix (xq) Queißner | 2020-06-18 | 1 | -6/+110 |
| * | Small fix: Client Certificates work for Gemini again. | Felix (xq) Queißner | 2020-06-18 | 2 | -3/+3 |
| * | Makes cancelling gemini requests more robust. | Felix (xq) Queißner | 2020-06-17 | 2 | -5/+13 |
| * | Makes gemini protocol handler a bit more robust.Makes style preview a file in... | Felix (xq) Queißner | 2020-06-17 | 12 | -34/+156 |
| * | Introduces cross-host and cross-scheme redirection warnings. | Felix (xq) Queißner | 2020-06-17 | 2 | -34/+87 |
| * | Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ... | Felix (xq) Queißner | 2020-06-16 | 3 | -12/+33 |
| * | Improves SSL handling a tad. | Felix (xq) Queißner | 2020-06-16 | 2 | -5/+17 |
| * | Adds improved error handling. | Felix (xq) Queißner | 2020-06-16 | 24 | -14/+226 |
| * | Refactoring: Changes internal structure of requests and unifies a lot of code... | Felix (xq) Queißner | 2020-06-16 | 22 | -458/+552 |
| * | Bugfix for krixano | Felix (xq) Queißner | 2020-06-16 | 1 | -1/+1 |
| * | Should fix the build problem for kwiecien | Felix (xq) Queißner | 2020-06-16 | 2 | -7/+1 |
| * | Adds improved client certificate management, adds server certificate management. | Felix (xq) Queißner | 2020-06-16 | 29 | -37/+867 |
| * | Adds certificate manager, removes client certificate window. | Felix (xq) Queißner | 2020-06-12 | 13 | -36/+433 |
| * | Fixes a small bug in the outline generator. | Felix (xq) Queißner | 2020-06-12 | 1 | -3/+17 |
| * | Fixes #7: Wrong end-of-document detection. | Felix (xq) Queißner | 2020-06-12 | 2 | -3/+5 |
| * | Fixes two overflow bugs in labels. No weird scaling based on links anymore. | Felix (xq) Queißner | 2020-06-12 | 6 | -3/+95 |
| * | Keep -no-unused-parameter on non-MSVC | Alexandros Naskos | 2020-06-11 | 1 | -0/+6 |
| * | Windows (MSVC) build fixes | Alexandros Naskos | 2020-06-11 | 3 | -4/+9 |
| * | overhaul of Makefile for clean install with desktop file and icons | James Tomasino | 2020-06-11 | 4 | -0/+0 |
| * | Removes dependency on QRandomGenerator | Felix (xq) Queißner | 2020-06-11 | 1 | -5/+6 |
| * | Slight improvements for client certificate display, permanent certs are now s... | Felix (xq) Queißner | 2020-06-11 | 11 | -25/+94 |
| * | Adds first draft of client certificate management. | Felix (xq) Queißner | 2020-06-11 | 13 | -3/+641 |
| * | Adds install target to makefile, adds support for transient client certificates. | Felix (xq) Queißner | 2020-06-10 | 18 | -21/+552 |
| * | More help! | Felix (xq) Queißner | 2020-06-10 | 3 | -13/+185 |
| * | Improves image panning and zoom. Image view is now on a better default and us... | Felix (xq) Queißner | 2020-06-10 | 4 | -8/+36 |
| * | Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ... | Felix (xq) Queißner | 2020-06-10 | 4 | -11/+29 |
| * | Enables desktop services via protocols. | Felix (xq) Queißner | 2020-06-10 | 5 | -13/+67 |
| * | Adds some right click menus, fixes bug in gopher. | Felix (xq) Queißner | 2020-06-10 | 9 | -21/+126 |