aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhandler.hpp
Commit message (Collapse)AuthorAgeFilesLines
* status bar: show request status when loading pagesMike Skec2021-01-101-0/+5
| | | | status text for loading HTTP/S is only a simple 'loading webpage'. The other protocols display more information
* gemini: respect sensitive input (status 11)nixo2020-10-291-1/+1
|
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-211-0/+3
|
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-191-2/+6
|
* Adds improved error handling.Felix (xq) Queißner2020-06-161-3/+8
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-0/+59
code. Now all errors are handled the same.