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