| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Rename status.Message to status.Meta | Adnan Maolood | 2021-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | examples/client: Fix fingerprint checkv0.1.10 | Adnan Maolood | 2020-12-19 | 1 | -3/+6 | |
| | | ||||||
| * | Add ResponseWriter.Flush function | Adnan Maolood | 2020-12-18 | 1 | -1/+2 | |
| | | ||||||
| * | Add examples/stream.go | Adnan Maolood | 2020-12-18 | 1 | -0/+43 | |
| | | ||||||
| * | examples: Add missing descriptions | Adnan Maolood | 2020-12-18 | 3 | -0/+6 | |
| | | ||||||
| * | examples/html: Read from stdin and write to stdout | Adnan Maolood | 2020-12-18 | 1 | -58/+59 | |
| | | ||||||
| * | Remove Input function | Adnan Maolood | 2020-12-18 | 1 | -2/+2 | |
| | | ||||||
| * | client: Remove GetInput and CheckRedirect callbacks | Adnan Maolood | 2020-12-18 | 1 | -33/+80 | |
| | | ||||||
| * | examples/auth: Fix crash on changing username | Adnan Maolood | 2020-12-17 | 1 | -1/+7 | |
| | | ||||||
| * | Decouple Client from KnownHostsFile | Adnan Maolood | 2020-12-17 | 1 | -22/+33 | |
| | | ||||||
| * | client: Add GetCertificate callback | Adnan Maolood | 2020-12-17 | 1 | -7/+0 | |
| | | ||||||
| * | examples/server: Increase certificate duration | Adnan Maolood | 2020-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Update examples/auth.go | Adnan Maolood | 2020-11-25 | 1 | -10/+1 | |
| | | ||||||
| * | Fix known hosts expiration timestamps | Adnan Maolood | 2020-11-25 | 1 | -94/+28 | |
| | | ||||||
| * | Remove top-level Get and Do functions | Adnan Maolood | 2020-11-09 | 2 | -5/+9 | |
| | | ||||||
| * | Don't guarantee that (*Response).Body is always non-nil | Adnan Maolood | 2020-11-08 | 1 | -1/+1 | |
| | | ||||||
| * | update examples/cert.go | Adnan Maolood | 2020-11-05 | 1 | -0/+4 | |
| | | ||||||
| * | Update examples/auth.go | Adnan Maolood | 2020-11-05 | 1 | -6/+6 | |
| | | ||||||
| * | Refactor KnownHosts | Adnan Maolood | 2020-11-05 | 1 | -1/+2 | |
| | | ||||||
| * | Update examples/auth.go | Adnan Maolood | 2020-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add ErrorLog field to Server | Adnan Maolood | 2020-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Add Subject option in CertificateOptions | Adnan Maolood | 2020-11-02 | 2 | -0/+8 | |
| | | ||||||
| * | server: Populate (*Request).Certificate fieldv0.1.5 | Adnan Maolood | 2020-11-01 | 1 | -15/+18 | |
| | | ||||||
| * | Update examples/auth.go | adnano | 2020-11-01 | 1 | -15/+22 | |
| | | ||||||
| * | examples: Tweak client and server timeouts | adnano | 2020-11-01 | 2 | -3/+3 | |
| | | ||||||
| * | Update examples/cert.go | adnano | 2020-11-01 | 1 | -61/+3 | |
| | | ||||||
| * | Update examples/html.go | Adnan Maolood | 2020-11-01 | 1 | -19/+11 | |
| | | ||||||
| * | Guarantee that (*Response).Body is non-nil | Adnan Maolood | 2020-10-31 | 1 | -3/+4 | |
| | | ||||||
| * | Fix examples/client.go | Adnan Maolood | 2020-10-31 | 1 | -0/+14 | |
| | | ||||||
| * | Add option to skip trust checks | Adnan Maolood | 2020-10-31 | 1 | -14/+0 | |
| | | ||||||
| * | Refactor client.TrustCertificate workflow | Adnan Maolood | 2020-10-31 | 1 | -74/+34 | |
| | | ||||||
| * | Implement Server read and write timeouts | Adnan Maolood | 2020-10-31 | 1 | -0/+2 | |
| | | ||||||
| * | Implement Client connection timeout | Adnan Maolood | 2020-10-31 | 1 | -0/+1 | |
| | | ||||||
| * | Remove Redirect and PermanentRedirect functions | Adnan Maolood | 2020-10-31 | 1 | -2/+2 | |
| | | | | | Use (*ResponseWriter).WriteHeader instead. | |||||
| * | server: Automatically write new certificates to disk | Adnan Maolood | 2020-10-31 | 1 | -49/+1 | |
| | | ||||||
| * | Add optional host argument in examples/client.gov0.1.3 | Adnan Maolood | 2020-10-28 | 1 | -1/+5 | |
| | | ||||||
| * | Use strings.Builder in Fingerprint | Adnan Maolood | 2020-10-28 | 1 | -0/+1 | |
| | | ||||||
| * | Refactor server certificates | Adnan Maolood | 2020-10-28 | 2 | -63/+27 | |
| | | ||||||
| * | Fix examples/cert.go | Adnan Maolood | 2020-10-28 | 1 | -3/+15 | |
| | | ||||||
| * | Refactor client certificates | Adnan Maolood | 2020-10-28 | 2 | -19/+11 | |
| | | ||||||
| * | Ensure absolute paths in client certificate store | Adnan Maolood | 2020-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add Client.GetInput field | Adnan Maolood | 2020-10-27 | 3 | -55/+31 | |
| | | ||||||
| * | Restrict client certificates to certain paths | Adnan Maolood | 2020-10-27 | 1 | -6/+10 | |
| | | ||||||
| * | client: Follow redirects | Adnan Maolood | 2020-10-27 | 1 | -30/+19 | |
| | | ||||||
| * | Add (*Client).Get function | Adnan Maolood | 2020-10-27 | 1 | -13/+2 | |
| | | ||||||
| * | Make (*Response).Body an io.ReadCloser | Adnan Maolood | 2020-10-27 | 1 | -1/+7 | |
| | | ||||||
| * | Fix examples | Adnan Maolood | 2020-10-27 | 2 | -7/+7 | |
| | | ||||||
| * | Add NewRequestFromURL function | Adnan Maolood | 2020-10-27 | 1 | -6/+9 | |
| | | ||||||
| * | Remove (Text).HTML functionv0.1.1 | Adnan Maolood | 2020-10-26 | 1 | -0/+90 | |
| | | ||||||
| * | Rename repository to go-gemini | Adnan Maolood | 2020-10-24 | 4 | -4/+4 | |
| | | ||||||