1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2025-05-03 12:45:24 +02:00

Commit Graph

  • f2d93867c4 examples/html: Read from stdin and write to stdout adnano 2020-12-18 00:45:09 -0500
  • c4a77daa0f Remove unnecessary variable adnano 2020-12-18 00:35:08 -0500
  • bbd8837651 Remove unnecessary variable adnano 2020-12-18 00:35:08 -0500
  • b76bb31628 Update QueryEscape documentation adnano 2020-12-18 00:26:47 -0500
  • 316a9f40ee Update QueryEscape documentation adnano 2020-12-18 00:26:47 -0500
  • 0113befd1e Remove Input function adnano 2020-12-18 00:25:06 -0500
  • 70fbdb0e5c Remove Input function adnano 2020-12-18 00:25:06 -0500
  • 2d89a1ed0c Remove Response.Request field adnano 2020-12-18 00:19:53 -0500
  • 2efc7a601b Remove Response.Request field adnano 2020-12-18 00:19:53 -0500
  • 53f781d0b8 client: Remove GetInput and CheckRedirect callbacks adnano 2020-12-18 00:12:32 -0500
  • 46e37ca9d6 client: Remove GetInput and CheckRedirect callbacks adnano 2020-12-18 00:12:32 -0500
  • 572c0a6119 Update switch statement adnano 2020-12-17 23:03:33 -0500
  • 6a0c970814 Update switch statement adnano 2020-12-17 23:03:33 -0500
  • c303e3fef5 client: Remove GetCertificate callback adnano 2020-12-17 22:56:48 -0500
  • 11797c1adc client: Remove GetCertificate callback adnano 2020-12-17 22:56:48 -0500
  • 80c5419965 examples/auth: Fix crash on changing username adnano 2020-12-17 21:10:53 -0500
  • c20ab2054a examples/auth: Fix crash on changing username adnano 2020-12-17 21:10:53 -0500
  • 9fdd229cfa Update GetCertificate documentation adnano 2020-12-17 19:54:46 -0500
  • 2bbc603627 Update GetCertificate documentation adnano 2020-12-17 19:54:46 -0500
  • 45e4ba57ea Decouple Client from KnownHostsFile adnano 2020-12-17 19:50:26 -0500
  • aafbf9e590 Decouple Client from KnownHostsFile adnano 2020-12-17 19:50:26 -0500
  • 9935955d00 Allow Request.Context to be nil adnano 2020-12-17 17:16:55 -0500
  • 70bb9c4e59 Allow Request.Context to be nil adnano 2020-12-17 17:16:55 -0500
  • 877a45ff39 Fix locking up of KnownHostsFile and CertificateDir adnano 2020-12-17 17:15:24 -0500
  • d85abb61db Fix locking up of KnownHostsFile and CertificateDir adnano 2020-12-17 17:15:24 -0500
  • 09d6340ce8 Use RWMutex instead of Mutex adnano 2020-12-17 17:08:45 -0500
  • 2d4989c002 Use RWMutex instead of Mutex adnano 2020-12-17 17:08:45 -0500
  • e589709c4f Add missing imports adnano 2020-12-17 17:07:00 -0500
  • 29d420ffc9 Add missing imports adnano 2020-12-17 17:07:00 -0500
  • 1383828507 Make CertificateDir safe for concurrent use by multiple goroutines adnano 2020-12-17 16:52:08 -0500
  • c62ed9f00e Make CertificateDir safe for concurrent use by multiple goroutines adnano 2020-12-17 16:52:08 -0500
  • ea89127955 Make KnownHostsFile safe for concurrent use adnano 2020-12-17 16:49:59 -0500
  • 336ce6f414 Make KnownHostsFile safe for concurrent use adnano 2020-12-17 16:49:59 -0500
  • c60467cc47 client: Add GetCertificate callback adnano 2020-12-17 16:46:16 -0500
  • 74ed3090cb client: Add GetCertificate callback adnano 2020-12-17 16:46:16 -0500
  • 4ccb03016a Revert to using hexadecimal to encode fingerprints v0.1.9 adnano 2020-12-16 23:58:02 -0500
  • e0aa2740cb Revert to using hexadecimal to encode fingerprints adnano 2020-12-16 23:58:02 -0500
  • 8098556aba Fix escaping of queries adnano 2020-11-27 22:26:22 -0500
  • d37431fd29 Fix escaping of queries adnano 2020-11-27 22:26:22 -0500
  • 328f40db60 examples/server: Increase certificate duration adnano 2020-11-27 17:54:26 -0500
  • 7c7bfa954a examples/server: Increase certificate duration adnano 2020-11-27 17:54:26 -0500
  • e613469957 Fix server name in TLS connections adnano 2020-11-27 17:45:15 -0500
  • 19c6d8ef28 Fix server name in TLS connections adnano 2020-11-27 17:45:15 -0500
  • 5b77f910f6 Add context to requests adnano 2020-11-26 00:42:25 -0500
  • 611af9f6ed Add context to requests adnano 2020-11-26 00:42:25 -0500
  • 42e8b4765c Update examples/auth.go adnano 2020-11-25 19:10:01 -0500
  • e9907b0628 Update examples/auth.go adnano 2020-11-25 19:10:01 -0500
  • c8253d9375 Fix known hosts expiration timestamps adnano 2020-11-25 14:24:49 -0500
  • 2a7b9662d9 Fix known hosts expiration timestamps adnano 2020-11-25 14:24:49 -0500
  • c7bb83e63b Fix certificate fingerprint check adnano 2020-11-25 14:20:31 -0500
  • 57a3279d96 Fix certificate fingerprint check adnano 2020-11-25 14:20:31 -0500
  • ea31cd15a8 Use base64 to encode fingerprints adnano 2020-11-25 14:16:51 -0500
  • 048edc7db1 Use base64 to encode fingerprints adnano 2020-11-25 14:16:51 -0500
  • 79afb0144f Fix client locking up on redirects adnano 2020-11-24 21:49:24 -0500
  • c1908868a9 Fix client locking up on redirects adnano 2020-11-24 21:49:24 -0500
  • 35ddb9acdb Escape path character in certificate scopes adnano 2020-11-24 20:24:38 -0500
  • f73de25fed Escape path character in certificate scopes adnano 2020-11-24 20:24:38 -0500
  • a34444051b Don't assume a default scheme of gemini adnano 2020-11-24 17:13:52 -0500
  • be4b6dab1e Don't assume a default scheme of gemini adnano 2020-11-24 17:13:52 -0500
  • 567848aceb Make Client safe for concurrent use adnano 2020-11-24 16:28:58 -0500
  • 2ab2d119e8 Make Client safe for concurrent use adnano 2020-11-24 16:28:58 -0500
  • cf8d39978c Expose KnownHosts and CertificateStore internals adnano 2020-11-23 12:17:54 -0500
  • 45e9d3b99e Expose KnownHosts and CertificateStore internals adnano 2020-11-23 12:17:54 -0500
  • bda4791fd9 Update KnownHosts documentation v0.1.8 adnano 2020-11-09 13:57:30 -0500