1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2025-04-19 07:28:10 +02:00

Commit Graph

  • c05a974c36 Make Request implement io.WriterTo adnano 2021-02-28 22:16:38 -0500
  • d413fdee86 Add message argument to TimeoutHandler adnano 2021-02-28 22:07:24 -0500
  • 429dd79ae4 Add message argument to TimeoutHandler adnano 2021-02-28 22:07:24 -0500
  • bb1de1200f Mention that Request methods don't work for clients adnano 2021-02-28 21:59:17 -0500
  • f2adf125a1 Mention that Request methods don't work for clients adnano 2021-02-28 21:59:17 -0500
  • ec4e740950 Remove Request.RemoteAddr helper method adnano 2021-02-28 21:52:41 -0500
  • 3a574de7cc Remove Request.RemoteAddr helper method adnano 2021-02-28 21:52:41 -0500
  • 97396183eb Replace uses of ioutil with io adnano 2021-02-28 21:38:36 -0500
  • c5dd17f286 Replace uses of ioutil with io adnano 2021-02-28 21:38:36 -0500
  • f78c9e3b6e Require Go 1.16 adnano 2021-02-28 21:38:17 -0500
  • a11fe5f12d Require Go 1.16 adnano 2021-02-28 21:38:17 -0500
  • df33aefcfd Reintroduce Response.Write method adnano 2021-02-28 20:50:18 -0500
  • 469cf1dd86 Reintroduce Response.Write method adnano 2021-02-28 20:50:18 -0500
  • b337a993ee certificate.Store: Check parent scopes in Lookup adnano 2021-02-28 20:23:29 -0500
  • b4a4ece459 certificate.Store: Check parent scopes in Lookup adnano 2021-02-28 20:23:29 -0500
  • 5204c9df5b certificate.Store: Support client certificates adnano 2021-02-28 18:56:22 -0500
  • 8cc1c4138f certificate.Store: Support client certificates adnano 2021-02-28 18:56:22 -0500
  • ffb1f4a210 examples/server: Clean up LoggingMiddleware adnano 2021-02-27 14:53:37 -0500
  • ac4c897007 examples/server: Clean up LoggingMiddleware adnano 2021-02-27 14:53:37 -0500
  • 901fa4a6e9 response: Add tests for maximum-length META adnano 2021-02-27 14:08:31 -0500
  • 30984d0e87 response: Add tests for maximum-length META adnano 2021-02-27 14:08:31 -0500
  • 97e9a3676d request: Add RemoteAddr helper function adnano 2021-02-27 14:03:33 -0500
  • 839418a2b7 request: Add RemoteAddr helper function adnano 2021-02-27 14:03:33 -0500
  • 8ed52b40a4 request: Add ServerName helper method adnano 2021-02-27 14:02:30 -0500
  • a30938e3bd request: Add ServerName helper method adnano 2021-02-27 14:02:30 -0500
  • 995e7716af request: Cache calls to TLS adnano 2021-02-27 13:59:45 -0500
  • bda3436707 request: Cache calls to TLS adnano 2021-02-27 13:59:45 -0500
  • 8e1c42f2ed server: Disallow ServeConn usage after Shutdown v0.1.17 adnano 2021-02-24 19:22:26 -0500
  • 00b25fcb44 server: Disallow ServeConn usage after Shutdown adnano 2021-02-24 19:22:26 -0500
  • 3aa1ef203c Update examples/client.go adnano 2021-02-24 19:21:31 -0500
  • 13d4ba5708 Update examples/client.go adnano 2021-02-24 19:21:31 -0500
  • cb659a5712 Remove ResponseWriter.Close method adnano 2021-02-24 19:00:09 -0500
  • 3255b024e9 Remove ResponseWriter.Close method adnano 2021-02-24 19:00:09 -0500
  • 2f9e105c7f response: Revert to using fields instead of methods adnano 2021-02-24 18:50:39 -0500
  • c5bd598947 response: Revert to using fields instead of methods adnano 2021-02-24 18:50:39 -0500
  • 48e97bc5a5 examples/client: Fix display of response status adnano 2021-02-24 16:16:40 -0500
  • a27dfdc3a9 examples/client: Fix display of response status adnano 2021-02-24 16:16:40 -0500
  • 71cde76a88 Revert "Replace uses of ioutil with io" v0.1.16 adnano 2021-02-24 14:45:57 -0500
  • 6d8f1dc95f Revert "Replace uses of ioutil with io" adnano 2021-02-24 14:45:57 -0500
  • 3ea781c063 Don't require Go 1.16 adnano 2021-02-24 14:29:29 -0500
  • 7495060134 Don't require Go 1.16 adnano 2021-02-24 14:29:29 -0500
  • 230222dbcc Add missing import adnano 2021-02-24 14:28:47 -0500
  • d9382ef950 Add missing import adnano 2021-02-24 14:28:47 -0500
  • ce15fc6d4a Move mimetype registration to gemini.go adnano 2021-02-24 14:27:49 -0500
  • 76e42344ae Move mimetype registration to gemini.go adnano 2021-02-24 14:27:49 -0500
  • 1b8ca4fa68 Replace uses of ioutil with io adnano 2021-02-24 11:10:20 -0500
  • 0aa995c78c Replace uses of ioutil with io adnano 2021-02-24 11:10:20 -0500
  • 17c41344a4 fs: Remove build constraint v0.1.15 adnano 2021-02-24 11:01:02 -0500
  • 158e5002af fs: Remove build constraint adnano 2021-02-24 11:01:02 -0500
  • fe83b7a98f Add NewResponse function adnano 2021-02-24 10:48:17 -0500
  • 85fea6646a Add NewResponse function adnano 2021-02-24 10:48:17 -0500
  • 10a0de91c5 examples/server: Cancel context adnano 2021-02-24 10:27:28 -0500
  • f5c5b362a7 examples/server: Cancel context adnano 2021-02-24 10:27:28 -0500
  • 50853f78a0 examples/server: Add logging middleware adnano 2021-02-24 10:25:08 -0500
  • f5e5f71474 examples/server: Add logging middleware adnano 2021-02-24 10:25:08 -0500
  • 27d11fdc94 ResponseWriter: Remove unexported method adnano 2021-02-24 10:01:44 -0500
  • 249b13c191 ResponseWriter: Remove unexported method adnano 2021-02-24 10:01:44 -0500
  • c70f6fda2c client: Fix copying of request adnano 2021-02-24 09:48:23 -0500
  • 77c862c821 client: Fix copying of request adnano 2021-02-24 09:48:23 -0500
  • 744276818b examples/client: Use Response methods adnano 2021-02-24 09:22:23 -0500
  • 1dc3a2009d examples/client: Use Response methods adnano 2021-02-24 09:22:23 -0500
  • 66f7e1d85c examples/auth: Use Request.TLS method adnano 2021-02-24 09:22:01 -0500
  • f86a79ff20 examples/auth: Use Request.TLS method adnano 2021-02-24 09:22:01 -0500
  • 1520d40fe6 fs: Fix Go build constraint comment adnano 2021-02-24 09:00:14 -0500