aboutsummaryrefslogtreecommitdiff
path: root/src/geminiclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-375/+0
|
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-211-8/+16
|
* Fixes a double-error-handlign with SSL trust. Error page is now more correctFelix (xq) Queißner2020-06-211-8/+17
|
* Reworks TLS trust to enable symmetry between HTTPS and GeminiFelix (xq) Queißner2020-06-191-14/+3
|
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-191-2/+9
|
* Small fix: Client Certificates work for Gemini again.Felix (xq) Queißner2020-06-181-1/+1
|
* Makes cancelling gemini requests more robust.Felix (xq) Queißner2020-06-171-3/+9
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-171-8/+33
| | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
* Improves SSL handling a tad.Felix (xq) Queißner2020-06-161-5/+8
|
* Adds improved error handling.Felix (xq) Queißner2020-06-161-4/+7
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-40/+41
| | | | code. Now all errors are handled the same.
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-161-9/+56
|
* Adds install target to makefile, adds support for transient client certificates.Felix (xq) Queißner2020-06-101-0/+21
|
* Adds loading progress display.Felix (xq) Queißner2020-06-081-0/+1
|
* Fixes bug with URL escaping, adds experimental text highlightingFelix (xq) Queißner2020-06-081-1/+1
|
* Adds some notes about MacOS in bug section, adds patch for more casserts!Felix (xq) Queißner2020-06-081-1/+1
|
* Starts to implement gopher protocol and gophermap support. Heavily WIP, but ↵Felix (xq) Queißner2020-06-081-0/+3
| | | | you can already surf on gopherspace!
* Moves source code into subdirectory.Felix (xq) Queißner2020-06-061-0/+252