Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | DocumentWidget: Saving the source to a file | Jaakko Keränen | |
"Save Page" now writes the current page's source to the Downloads folder as a file. | |||
2020-09-17 | Recognize and visualize "mailto:" links | Jaakko Keränen | |
"mailto:" links now have their own icon and when clicked they open the URL in the default web browser. IssueID #5 | |||
2020-08-30 | Maximum number of redirects | Jaakko Keränen | |
Stop opening links automatically after five redirects. | |||
2020-08-30 | DocumentWidget: Check for non-Gemini redirects | Jaakko Keränen | |
2020-08-29 | Append a slash in absolute URLs without a path | Jaakko Keränen | |
Saves a redirect. | |||
2020-08-25 | It's called a "scheme" | Jaakko Keränen | |
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-24 | Initialize RegExpMatches | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-15 | Don’t cache content of “about:” pages | Jaakko Keränen | |
2020-08-08 | Don't try to make "about:" URLs absolute | Jaakko Keränen | |
2020-08-08 | Handling "about:home"; GmRequest decoupling | Jaakko Keränen | |
GmRequest is given a pointer to the GmCerts to use. Also, timeouts are handled via a posted command so they get processed in the main thread. | |||
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-01 | Handling status codes by class | Jaakko Keränen | |
2020-08-01 | More robust URL processing | Jaakko Keränen | |
Fixed a number of special cases revealed by the client torture test. | |||
2020-07-29 | Utility for making absolute URLs | Jaakko Keränen | |
2020-07-28 | Detect known image/audio file extensions | Jaakko Keränen | |
2020-07-28 | Plaintext documents; unsupported MIME type error | Jaakko Keränen | |
2020-07-26 | Full set of Gemini status codes | Jaakko Keränen | |
2020-07-25 | Encode spaces in URLs | Jaakko Keränen | |
2020-07-24 | Added GmRequest for handling the request | Jaakko Keränen | |
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well. |