1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2025-04-30 13:57:56 +02:00

Commit Graph

  • ff53535185 Rename ResponseWriter.MediaType to SetMediaType adnano 2021-02-21 18:52:04 -0500
  • 9e9ca27ede client: Remove Timeout adnano 2021-02-21 16:47:53 -0500
  • 65b7f95b30 client: Remove Timeout adnano 2021-02-21 16:47:53 -0500
  • ae576668ca Move Flush back to ResponseWriter adnano 2021-02-21 16:06:56 -0500
  • 122fd434d6 Move Flush back to ResponseWriter adnano 2021-02-21 16:06:56 -0500
  • 2dc96eb7dd server: Don't close pending connections after Shutdown adnano 2021-02-21 16:05:08 -0500
  • 4a6d84fc03 server: Don't close pending connections after Shutdown adnano 2021-02-21 16:05:08 -0500
  • 2c8fc7d792 server: Export ServeConn method adnano 2021-02-21 11:53:15 -0500
  • 5df461b9ee server: Export ServeConn method adnano 2021-02-21 11:53:15 -0500
  • 9266af5090 server: Don't recover from panics adnano 2021-02-21 11:04:28 -0500
  • 61eef35c92 server: Don't recover from panics adnano 2021-02-21 11:04:28 -0500
  • c4214b4433 fs: Use better error messages adnano 2021-02-21 09:56:59 -0500
  • f86f8efdae fs: Use better error messages adnano 2021-02-21 09:56:59 -0500
  • 8a05581104 Move punycode functions to client.go adnano 2021-02-21 09:43:23 -0500
  • 787a2445a8 Move punycode functions to client.go adnano 2021-02-21 09:43:23 -0500
  • 0e5572b200 client: Copy only what is needed from the Request adnano 2021-02-21 09:40:31 -0500
  • b90b5bf2dc client: Copy only what is needed from the Request adnano 2021-02-21 09:40:31 -0500
  • 787b6819ac Use StatusHandler in NotFoundHandler implementation adnano 2021-02-21 09:32:06 -0500
  • 070c258c8d Use StatusHandler in NotFoundHandler implementation adnano 2021-02-21 09:32:06 -0500
  • b5152053f6 fs: Remove unused context arguments adnano 2021-02-21 09:29:21 -0500
  • 68c2dddf74 fs: Remove unused context arguments adnano 2021-02-21 09:29:21 -0500
  • a79777532a Add ErrCertificateExpired adnano 2021-02-21 09:27:12 -0500
  • 14a977907b Add ErrCertificateExpired adnano 2021-02-21 09:27:12 -0500
  • 4b4077f300 Remove unused ErrInvalidURL adnano 2021-02-21 09:23:30 -0500
  • 98ea5a52b8 Remove unused ErrInvalidURL adnano 2021-02-21 09:23:30 -0500
  • 3602f5348a Update documentation v0.1.15-alpha adnano 2021-02-21 00:56:37 -0500
  • 0a51cbff35 Update documentation adnano 2021-02-21 00:56:37 -0500
  • 756fcb7b98 server: Return ErrServerClosed adnano 2021-02-21 00:51:02 -0500
  • 5adc35a05a server: Return ErrServerClosed adnano 2021-02-21 00:51:02 -0500
  • 7292853155 server: Use separate context to cancel listeners adnano 2021-02-21 00:41:39 -0500
  • 1b5464e2c4 server: Use separate context to cancel listeners adnano 2021-02-21 00:41:39 -0500
  • e955513ee2 examples/stream: Showcase Server.Shutdown method adnano 2021-02-21 00:29:38 -0500
  • 86c4b74e04 examples/stream: Showcase Server.Shutdown method adnano 2021-02-21 00:29:38 -0500
  • 12f49ad866 examples: Use context adnano 2021-02-21 00:26:30 -0500
  • a54d4e1a56 examples: Use context adnano 2021-02-21 00:26:30 -0500
  • a2438e5172 server: Use explicit context arguments adnano 2021-02-21 00:21:29 -0500
  • 707d196373 server: Use explicit context arguments adnano 2021-02-21 00:21:29 -0500
  • b8476018b1 client: Inline result type adnano 2021-02-21 00:20:42 -0500
  • 64da10e804 client: Inline result type adnano 2021-02-21 00:20:42 -0500
  • f1ac92adad server: Add Context field adnano 2021-02-20 18:52:33 -0500
  • da9e14478b server: Add Context field adnano 2021-02-20 18:52:33 -0500
  • 891debf377 Update examples adnano 2021-02-20 18:30:49 -0500
  • 7882f1dbf0 Update examples adnano 2021-02-20 18:30:49 -0500
  • 39f67bd57a certificate.Store: Support "*" wildcard pattern adnano 2021-02-20 18:25:37 -0500
  • 28dd6017c8 certificate.Store: Support "*" wildcard pattern adnano 2021-02-20 18:25:37 -0500
  • 7da00d57a6 certificate.Store: Generate certificates by default adnano 2021-02-20 18:23:08 -0500
  • 0c30cc7590 certificate.Store: Generate certificates by default adnano 2021-02-20 18:23:08 -0500
  • 604a3ff084 server: Populate Request.Host field adnano 2021-02-20 18:12:51 -0500
  • 3c07af62f7 server: Populate Request.Host field adnano 2021-02-20 18:12:51 -0500
  • b0f2f7c8fd mux: Use StatusHandler instead of RedirectHandler adnano 2021-02-20 16:45:37 -0500
  • 916bcce782 mux: Use StatusHandler instead of RedirectHandler adnano 2021-02-20 16:45:37 -0500
  • 480fa655e4 Rename RedirectHandler to StatusHandler adnano 2021-02-20 16:44:42 -0500
  • e4b704c9b1 Rename RedirectHandler to StatusHandler adnano 2021-02-20 16:44:42 -0500
  • 7a4319d473 Remove NotFound function adnano 2021-02-20 16:42:18 -0500
  • 51e324303b Remove NotFound function adnano 2021-02-20 16:42:18 -0500
  • db3375b5fe server: Make Request.RemoteAddr a net.Addr adnano 2021-02-20 16:27:33 -0500
  • b19cfcad16 server: Make Request.RemoteAddr a net.Addr adnano 2021-02-20 16:27:33 -0500
  • 4878e04791 Make Status a type adnano 2021-02-20 16:15:26 -0500
  • 9318ba666b Make Status a type adnano 2021-02-20 16:15:26 -0500
  • c6a1037eba TimeoutHandler: Use provided context adnano 2021-02-20 15:52:54 -0500
  • eba01b5e29 TimeoutHandler: Use provided context adnano 2021-02-20 15:52:54 -0500
  • 67fbda14b8 handler: Make ServeGemini accept a Context adnano 2021-02-20 15:49:07 -0500
  • 2c69b88153 handler: Make ServeGemini accept a Context adnano 2021-02-20 15:49:07 -0500
  • e336832559 examples/client: Remove dependency on go-xdg adnano 2021-02-20 15:42:06 -0500