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

Commit Graph

  • a283a156eb fs: Fix redirect to canonical file path adnano 2021-02-17 09:23:58 -0500
  • 7e07ad14c6 fs: Add redirects adnano 2021-02-17 01:38:18 -0500
  • cdd0a37908 fs: Add redirects adnano 2021-02-17 01:38:18 -0500
  • ea1b2c9204 fs: Trim trailing slash from name in ServeFile adnano 2021-02-17 01:36:53 -0500
  • a14c0c1825 fs: Trim trailing slash from name in ServeFile adnano 2021-02-17 01:36:53 -0500
  • 6cf91177ed fs: Clean paths before handling with FileServer adnano 2021-02-17 00:57:44 -0500
  • bf95ca8ed8 fs: Clean paths before handling with FileServer adnano 2021-02-17 00:57:44 -0500
  • 3bf243955e fs: Show listing for directories without index files adnano 2021-02-17 00:03:31 -0500
  • 6423382749 fs: Show listing for directories without index files adnano 2021-02-17 00:03:31 -0500
  • adfc1597b8 fs: Remove leading slash before opening files adnano 2021-02-16 23:18:30 -0500
  • 5b8b7b436e fs: Remove leading slash before opening files adnano 2021-02-16 23:18:30 -0500
  • 757bc9fd71 Replace uses of ioutil with io adnano 2021-02-16 18:57:24 -0500
  • 1d4f1baac4 Replace uses of ioutil with io adnano 2021-02-16 18:57:24 -0500
  • dd10fcba2f fs: Replace FileSystem with io/fs.FS adnano 2021-02-16 18:53:41 -0500
  • 55aa05307f fs: Replace FileSystem with io/fs.FS adnano 2021-02-16 18:53:41 -0500
  • 1246b31fa7 Require Go 1.16 adnano 2021-02-16 18:50:42 -0500
  • b8a282be04 Require Go 1.16 adnano 2021-02-16 18:50:42 -0500
  • 6c9df9ce71 client: Don't try to verify unicode hostname v0.1.14 adnano 2021-02-16 11:27:51 -0500
  • 9c13a3ba79 client: Don't try to verify unicode hostname adnano 2021-02-16 11:27:51 -0500
  • 035955b6b9 Update examples/auth.go adnano 2021-02-16 11:26:09 -0500
  • c9e139c90d Update examples/auth.go adnano 2021-02-16 11:26:09 -0500
  • 97d3e462c0 request: Allow User in URLs adnano 2021-02-16 00:55:54 -0500
  • 087c8a62e7 request: Allow User in URLs adnano 2021-02-16 00:55:54 -0500
  • f356a8c631 Add build status badge to README.md adnano 2021-02-16 00:07:01 -0500
  • 1c32f4d5aa Add build status badge to README.md adnano 2021-02-16 00:07:01 -0500
  • bf03911fef Add build manifest adnano 2021-02-16 00:05:10 -0500
  • 0282c1971c Add build manifest adnano 2021-02-16 00:05:10 -0500
  • 9c66f1f07b server: Prevent adding Listeners after Close adnano 2021-02-15 20:18:08 -0500
  • c61ce13edb server: Prevent adding Listeners after Close adnano 2021-02-15 20:18:08 -0500
  • 57d1189e56 server: Avoid creating a new Listener after Close adnano 2021-02-15 20:16:32 -0500
  • 352b95587f server: Avoid creating a new Listener after Close adnano 2021-02-15 20:16:32 -0500
  • 8867fadedf server: Use separate mutex for handlers adnano 2021-02-15 20:05:47 -0500
  • a90a6240e7 server: Use separate mutex for handlers adnano 2021-02-15 20:05:47 -0500
  • d654cd7025 Add some tests adnano 2021-02-15 19:20:37 -0500
  • 7d03e3c9f4 Add some tests adnano 2021-02-15 19:20:37 -0500
  • f3c5d39f57 Return ErrInvalidResponse on error reading status adnano 2021-02-15 19:18:21 -0500
  • a852aa8ac8 Return ErrInvalidResponse on error reading status adnano 2021-02-15 19:18:21 -0500
  • abfcfcb635 Remove NewRequestFromURL method adnano 2021-02-15 17:23:54 -0500
  • 317faffdeb Remove NewRequestFromURL method adnano 2021-02-15 17:23:54 -0500
  • 70eb5c2b9d server: Rename responder to handler adnano 2021-02-15 01:15:23 -0500
  • cbb2ef363a server: Rename responder to handler adnano 2021-02-15 01:15:23 -0500
  • 4392a16009 server: Recover from ServeGemini panics adnano 2021-02-15 00:36:08 -0500
  • b3fc301c13 server: Recover from ServeGemini panics adnano 2021-02-15 00:36:08 -0500
  • 71968d96a8 request: Don't read more than 1026 bytes adnano 2021-02-15 00:16:21 -0500
  • 924bb31496 request: Don't read more than 1026 bytes adnano 2021-02-15 00:16:21 -0500
  • ecc0a8e32a server: Implement Close and Shutdown methods adnano 2021-02-14 23:58:28 -0500
  • f8fcb11613 server: Implement Close and Shutdown methods adnano 2021-02-14 23:58:28 -0500
  • b96232de8f Tweak returned error for requests that are too long adnano 2021-02-14 23:33:16 -0500
  • b8a6078815 Tweak returned error for requests that are too long adnano 2021-02-14 23:33:16 -0500
  • efca262ca1 fs: Refactor adnano 2021-02-14 19:50:38 -0500
  • 99cac894e9 fs: Refactor adnano 2021-02-14 19:50:38 -0500
  • def5158061 status: Update documentation adnano 2021-02-14 19:28:21 -0500
  • f8777fdd8a status: Update documentation adnano 2021-02-14 19:28:21 -0500
  • 08fc3466f9 fs: Update documentation adnano 2021-02-14 19:27:56 -0500
  • 7830eced63 fs: Update documentation adnano 2021-02-14 19:27:56 -0500
  • 9945c98d6e Make Request.Host optional adnano 2021-02-14 19:02:34 -0500
  • 2bb0725cc4 Make Request.Host optional adnano 2021-02-14 19:02:34 -0500
  • 64534aaa01 Update examples/client.go adnano 2021-02-14 18:59:33 -0500
  • 4b8c9f7c12 Update examples/client.go adnano 2021-02-14 18:59:33 -0500
  • a1ece40a40 Remove faulty status code check in ReadResponse adnano 2021-02-14 18:57:05 -0500
  • 87e336e020 Remove faulty status code check in ReadResponse adnano 2021-02-14 18:57:05 -0500
  • b0c967159e server: Don't populate Request.Certificate field adnano 2021-02-14 17:34:57 -0500
  • 8c35c85ab2 server: Don't populate Request.Certificate field adnano 2021-02-14 17:34:57 -0500
  • ca25d0d7b5 Update Client documentation adnano 2021-02-14 17:11:05 -0500