Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |