| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | status: Reintroduce StatusSensitiveInputv0.1.21 | Adnan Maolood | 2021-03-15 | 1 | -0/+3 |
| | | |||||
| * | Remove StatusSensitiveInput | Adnan Maolood | 2021-03-08 | 1 | -3/+0 |
| | | |||||
| * | Make Status a type | Adnan Maolood | 2021-02-20 | 1 | -24/+27 |
| | | | | | Using a type is better than using an integer. | ||||
| * | status: Fix typo | Adnan Maolood | 2021-02-17 | 1 | -6/+6 |
| | | |||||
| * | Rename Meta to StatusText | Adnan Maolood | 2021-02-17 | 1 | -5/+13 |
| | | | | | Rename Meta to StatusText and support all status codes. | ||||
| * | status: Update documentation | Adnan Maolood | 2021-02-14 | 1 | -1/+2 |
| | | |||||
| * | Update Response documentation | Adnan Maolood | 2021-02-14 | 1 | -2/+2 |
| | | |||||
| * | Remove StatusClass* constants | Adnan Maolood | 2021-02-14 | 1 | -11/+2 |
| | | | | | | Re-use the existing Status* constants and adjust StatusClass to return a valid Status. | ||||
| * | Use plain integers to represent status codes | Adnan Maolood | 2021-02-09 | 1 | -33/+29 |
| | | |||||
| * | Rename status.Message to status.Meta | Adnan Maolood | 2021-01-10 | 1 | -12/+4 |
| | | |||||
| * | Remove Redirect and PermanentRedirect functions | Adnan Maolood | 2020-10-31 | 1 | -2/+2 |
| | | | | | Use (*ResponseWriter).WriteHeader instead. | ||||
| * | Refactor client certificates | Adnan Maolood | 2020-10-28 | 1 | -12/+12 |
| | | |||||
| * | Add Client.GetInput field | Adnan Maolood | 2020-10-27 | 1 | -3/+12 |
| | | |||||
| * | Reject schemes other than gemini:// in NewRequest | Adnan Maolood | 2020-10-27 | 1 | -4/+2 |
| | | |||||
| * | Add (*Client).Get function | Adnan Maolood | 2020-10-27 | 1 | -0/+78 |