aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug in client certificate handlingFelix (xq) Queißner2020-06-192-17/+17
|
* Fixes bug in the gopher client.Felix (xq) Queißner2020-06-191-1/+3
|
* Reworks TLS trust to enable symmetry between HTTPS and GeminiFelix (xq) Queißner2020-06-1914-190/+361
|
* Implements Timeout UIFelix (xq) Queißner2020-06-194-2/+33
|
* Implements network timeouts.Felix (xq) Queißner2020-06-193-0/+33
|
* Fixes #17Felix (xq) Queißner2020-06-191-1/+1
|
* Auto-expanding the outline now works.Felix (xq) Queißner2020-06-191-0/+1
|
* Fixes non-updating status bar, fixes bug in the mime parser.Felix (xq) Queißner2020-06-196-11/+70
|
* Fixed multimedia bug.Felix (xq) Queißner2020-06-193-1/+9
|
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-1918-39/+88
|
* Fixes bug in text highlighter, should not break Unicode anymore.Felix (xq) Queißner2020-06-191-10/+28
|
* Adds safety measure to prevent Kristall send too large input messages to the ↵Felix (xq) Queißner2020-06-192-8/+23
| | | | server.
* Adds iconv implementation to convert between input charset and UTF-8 for ↵Felix (xq) Queißner2020-06-195-15/+209
| | | | display.
* Rescopes version 0.3, adds roadmap plans for 0.4.Felix (xq) Queißner2020-06-182-5/+5
|
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-1810-103/+264
|
* Fixes warnings and compile errors that didn't trigger without recomple.Felix (xq) Queißner2020-06-186-3/+14
|
* Makes client certificate usage a bit more secure.Felix (xq) Queißner2020-06-182-0/+17
|
* Updated icon thanks to tiwesdaegFelix (xq) Queißner2020-06-181-6/+110
|
* Small fix: Client Certificates work for Gemini again.Felix (xq) Queißner2020-06-182-3/+3
|
* Makes cancelling gemini requests more robust.Felix (xq) Queißner2020-06-172-5/+13
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-1712-34/+156
| | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
* Introduces cross-host and cross-scheme redirection warnings.Felix (xq) Queißner2020-06-172-34/+87
|
* Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ↵Felix (xq) Queißner2020-06-163-12/+33
| | | | well. Prepares for unified protocol handling.
* Improves SSL handling a tad.Felix (xq) Queißner2020-06-162-5/+17
|
* Adds improved error handling.Felix (xq) Queißner2020-06-1624-14/+226
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-1622-458/+552
| | | | code. Now all errors are handled the same.
* Bugfix for krixanoFelix (xq) Queißner2020-06-161-1/+1
|
* Should fix the build problem for kwiecienFelix (xq) Queißner2020-06-162-7/+1
|
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-1629-37/+867
|
* Adds certificate manager, removes client certificate window.Felix (xq) Queißner2020-06-1213-36/+433
|
* Fixes a small bug in the outline generator.Felix (xq) Queißner2020-06-121-3/+17
|
* Fixes #7: Wrong end-of-document detection.Felix (xq) Queißner2020-06-122-3/+5
|
* Fixes two overflow bugs in labels. No weird scaling based on links anymore.Felix (xq) Queißner2020-06-126-3/+95
|
* Keep -no-unused-parameter on non-MSVCAlexandros Naskos2020-06-111-0/+6
|
* Windows (MSVC) build fixesAlexandros Naskos2020-06-113-4/+9
|
* overhaul of Makefile for clean install with desktop file and iconsJames Tomasino2020-06-114-0/+0
|
* Removes dependency on QRandomGeneratorFelix (xq) Queißner2020-06-111-5/+6
|
* Slight improvements for client certificate display, permanent certs are now ↵Felix (xq) Queißner2020-06-1111-25/+94
| | | | selectable with double click and have icons, adds changelog into application itself: about:updates
* Adds first draft of client certificate management.Felix (xq) Queißner2020-06-1113-3/+641
|
* Adds install target to makefile, adds support for transient client certificates.Felix (xq) Queißner2020-06-1018-21/+552
|
* More help!Felix (xq) Queißner2020-06-103-13/+185
|
* Improves image panning and zoom. Image view is now on a better default and ↵Felix (xq) Queißner2020-06-104-8/+36
| | | | usability.
* Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ↵Felix (xq) Queißner2020-06-104-11/+29
| | | | that it now respects *the lone dot*.
* Enables desktop services via protocols.Felix (xq) Queißner2020-06-105-13/+67
|
* Adds some right click menus, fixes bug in gopher.Felix (xq) Queißner2020-06-109-21/+126
|
* Introduces plain text renderer for improved styling.Felix (xq) Queißner2020-06-094-12/+52
|
* Adds theme support:Felix (xq) Queißner2020-06-093-3/+79
|
* Adds internal preset handling. Still missing import/export.Felix (xq) Queißner2020-06-094-21/+95
|
* Adds document margin to markdown, plaintext, html.Felix (xq) Queißner2020-06-091-1/+4
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-0915-18/+225
| | | | newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text