| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor TOFU | adnano | 2020-09-25 | 1 | -52/+0 | |
| * | Implement basic TOFU | adnano | 2020-09-25 | 1 | -0/+52 | |
| * | Reorganize | adnano | 2020-09-25 | 1 | -0/+37 | |
| * | Rename gemini.go to client.go | adnano | 2020-09-25 | 1 | -236/+0 | |
| * | Move server code to its own file | adnano | 2020-09-25 | 1 | -256/+0 | |
| * | Remove TLSConfig fields | adnano | 2020-09-25 | 1 | -33/+18 | |
| * | Add test | adnano | 2020-09-25 | 1 | -13/+8 | |
| * | Sort ServeMux entries by length | adnano | 2020-09-25 | 1 | -2/+45 | |
| * | Update README.md | adnano | 2020-09-25 | 1 | -0/+4 | |
| * | Update comments | adnano | 2020-09-24 | 1 | -4/+3 | |
| * | Convert ResponseWriter to struct | adnano | 2020-09-24 | 1 | -30/+23 | |
| * | Use more buffered I/O | adnano | 2020-09-24 | 1 | -35/+35 | |
| * | Use buffered IO | adnano | 2020-09-24 | 1 | -71/+112 | |
| * | Remove Client struct | adnano | 2020-09-24 | 1 | -9/+6 | |
| * | Provide Response with ConnectionState | adnano | 2020-09-24 | 1 | -0/+1 | |
| * | Fix client example | adnano | 2020-09-24 | 1 | -1/+9 | |
| * | Merge Request and RequestInfo | adnano | 2020-09-24 | 1 | -40/+65 | |
| * | Refactor | adnano | 2020-09-24 | 1 | -0/+274 | |
| * | Enforce valid URLs | adnano | 2020-09-21 | 1 | -11/+6 | |
| * | Add package declaration comment | adnano | 2020-09-21 | 1 | -0/+132 | |