1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2025-08-25 14:14:36 +02:00

Commit Graph

  • 002df3f8b2 examples/client: Remove dependency on go-xdg adnano 2021-02-20 15:42:06 -0500
  • b8c8dd0794 examples/client: Use context adnano 2021-02-20 15:39:47 -0500
  • 46c4ad1848 examples/client: Use context adnano 2021-02-20 15:39:47 -0500
  • 6128c3b5ec client: Make Get and Do accept a Context adnano 2021-02-20 13:37:08 -0500
  • bb51cd4eb6 client: Make Get and Do accept a Context adnano 2021-02-20 13:37:08 -0500
  • 9854ace7aa server: Make Request.RemoteAddr a string adnano 2021-02-20 13:31:55 -0500
  • e3cb6a067e server: Make Request.RemoteAddr a string adnano 2021-02-20 13:31:55 -0500
  • 443743e59f client: Allow Request.Host to omit a port adnano 2021-02-20 13:30:55 -0500
  • 180605cd5f client: Allow Request.Host to omit a port adnano 2021-02-20 13:30:55 -0500
  • e3790045e6 Implement TimeoutHandler adnano 2021-02-20 00:49:21 -0500
  • 436c844007 Implement TimeoutHandler adnano 2021-02-20 00:49:21 -0500
  • 6f99005a23 server: Clarify GetCertificate documentation adnano 2021-02-19 18:53:06 -0500
  • 1e6a3c326d server: Clarify GetCertificate documentation adnano 2021-02-19 18:53:06 -0500
  • 8d720082e7 examples/server: Use certificate.Store adnano 2021-02-19 18:45:19 -0500
  • 8783d3109e examples/server: Use certificate.Store adnano 2021-02-19 18:45:19 -0500
  • e976065ec8 certificate: Implement GetCertificate callback adnano 2021-02-19 18:37:28 -0500
  • 8060304af2 certificate: Implement GetCertificate callback adnano 2021-02-19 18:37:28 -0500
  • 5a06c8daa7 mux: Reject empty patterns adnano 2021-02-19 18:06:54 -0500
  • 0b364cb2dd mux: Reject empty patterns adnano 2021-02-19 18:06:54 -0500
  • 41a04a5db0 server: Remove Certificates field adnano 2021-02-18 22:22:17 -0500
  • 7c7ebd375f server: Remove Certificates field adnano 2021-02-18 22:22:17 -0500
  • 1c1fb80b4b request.Write: Accept an io.Writer adnano 2021-02-18 21:58:35 -0500
  • e38ab376f7 request.Write: Accept an io.Writer adnano 2021-02-18 21:58:35 -0500
  • ed2e162b5e client: Remove superfluous call to Flush adnano 2021-02-18 21:55:17 -0500
  • fd3babb40f client: Remove superfluous call to Flush adnano 2021-02-18 21:55:17 -0500
  • 42af1a1817 request.Write: return error from Flush adnano 2021-02-18 21:54:38 -0500
  • 48e5ca5701 request.Write: return error from Flush adnano 2021-02-18 21:54:38 -0500
  • 35b00531d4 doc: Update package documentation adnano 2021-02-18 00:37:56 -0500
  • 207128f79c doc: Update package documentation adnano 2021-02-18 00:37:56 -0500
  • 753468de85 response: Implement Write method adnano 2021-02-18 00:07:43 -0500
  • 38e0b9b412 response: Implement Write method adnano 2021-02-18 00:07:43 -0500
  • e09aeaf4ec response: Rename statusCode to status adnano 2021-02-18 00:06:34 -0500
  • de1e9f071a response: Rename statusCode to status adnano 2021-02-18 00:06:34 -0500
  • 7dd5d61d12 response: Ensure that only one header is written adnano 2021-02-17 23:05:22 -0500
  • 98d74f0b34 response: Ensure that only one header is written adnano 2021-02-17 23:05:22 -0500
  • 316d8fe3c8 Remove .gitignore adnano 2021-02-17 20:40:53 -0500
  • c38d0f7c16 Remove .gitignore adnano 2021-02-17 20:40:53 -0500
  • cbeb7de98e examples: Use Server.Handler adnano 2021-02-17 20:35:27 -0500
  • a6c922e1b2 examples: Use Server.Handler adnano 2021-02-17 20:35:27 -0500
  • 4d2b18a7a7 server: Add Handler field and remove Handle methods adnano 2021-02-17 20:30:59 -0500
  • 6b39542d56 server: Add Handler field and remove Handle methods adnano 2021-02-17 20:30:59 -0500
  • 0639220d97 mux: Implement matching of schemes and hostnames adnano 2021-02-17 20:09:37 -0500
  • b94ed31784 mux: Implement matching of schemes and hostnames adnano 2021-02-17 20:09:37 -0500
  • 6f1cf05d01 Reverse order of RedirectHandler arguments adnano 2021-02-17 19:53:00 -0500
  • 413ecf9913 Reverse order of RedirectHandler arguments adnano 2021-02-17 19:53:00 -0500
  • 30d07f07e6 Add utility Handler functions adnano 2021-02-17 19:26:56 -0500
  • ae803cc7ec Add utility Handler functions adnano 2021-02-17 19:26:56 -0500
  • aa00979388 examples: Use new ResponseWriter interface adnano 2021-02-17 13:39:18 -0500
  • 3ae7a859c4 examples: Use new ResponseWriter interface adnano 2021-02-17 13:39:18 -0500
  • 1dd0e07911 Redesign ResponseWriter interface adnano 2021-02-17 13:36:16 -0500
  • b704a470a7 Redesign ResponseWriter interface adnano 2021-02-17 13:36:16 -0500
  • 0805051f5e status: Fix typo adnano 2021-02-17 12:23:03 -0500
  • 33953f28e1 status: Fix typo adnano 2021-02-17 12:23:03 -0500
  • 0c946d8835 Rename Meta to StatusText adnano 2021-02-17 12:06:22 -0500
  • e4c50cf9ff Rename Meta to StatusText adnano 2021-02-17 12:06:22 -0500
  • 0145d40cc6 Move ResponseWriter.Flush to Flusher interface adnano 2021-02-17 11:44:11 -0500
  • e23fd5217e Move ResponseWriter.Flush to Flusher interface adnano 2021-02-17 11:44:11 -0500
  • 6c2e3a35b5 fs: Reject potentially unsafe requests in ServeFile adnano 2021-02-17 11:17:13 -0500
  • ce0d637e4d fs: Reject potentially unsafe requests in ServeFile adnano 2021-02-17 11:17:13 -0500
  • f87c8047d9 fs: Add ServeContent function adnano 2021-02-17 11:15:30 -0500
  • acb0f0012e fs: Add ServeContent function adnano 2021-02-17 11:15:30 -0500
  • b39d61c783 examples/server: Use os.DirFS adnano 2021-02-17 09:25:44 -0500
  • 0d1cec7086 examples/server: Use os.DirFS adnano 2021-02-17 09:25:44 -0500
  • 38b8e45ccc fs: Fix redirect to canonical file path adnano 2021-02-17 09:23:58 -0500