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

Commit Graph

  • c0544f3038 server: Cancel context on IO errors adnano 2021-02-23 16:06:57 -0500
  • bbdb8da063 client: Move context handling to do adnano 2021-02-23 16:01:29 -0500
  • c791262bff client: Move context handling to do adnano 2021-02-23 16:01:29 -0500
  • 20a1dce5a5 examples/client: Stream response body adnano 2021-02-23 15:55:27 -0500
  • e31b8d0244 examples/client: Stream response body adnano 2021-02-23 15:55:27 -0500
  • 67d358b8de client: Cancel context on IO errors adnano 2021-02-23 15:34:53 -0500
  • 0a4b302a13 client: Cancel context on IO errors adnano 2021-02-23 15:34:53 -0500
  • 1d913ed166 examples/stream: Simplify adnano 2021-02-23 15:31:41 -0500
  • 36c5bbaebe examples/stream: Simplify adnano 2021-02-23 15:31:41 -0500
  • 13fb38d51e timeout: Don't recover from panics adnano 2021-02-23 15:30:44 -0500
  • 98de802b3a timeout: Don't recover from panics adnano 2021-02-23 15:30:44 -0500
  • 123f102b3a response: Remove TLS field adnano 2021-02-23 15:28:50 -0500
  • a0d03c9088 response: Remove TLS field adnano 2021-02-23 15:28:50 -0500
  • 1637d50be3 Update documentation adnano 2021-02-23 14:29:37 -0500
  • 440a6c6a0f Update documentation adnano 2021-02-23 14:29:37 -0500
  • f2afff878b client: Use present tense in documentation adnano 2021-02-23 12:21:05 -0500
  • ded8cc0508 client: Use present tense in documentation adnano 2021-02-23 12:21:05 -0500
  • 917f85bb23 server: Document use of context in ListenAndServe v0.1.15-alpha.1 adnano 2021-02-23 12:10:52 -0500
  • ce3202dc42 server: Document use of context in ListenAndServe adnano 2021-02-23 12:10:52 -0500
  • 49abd226f9 server: Make ErrorLog an interface adnano 2021-02-23 11:10:30 -0500
  • 4d2adf4bd0 server: Make ErrorLog an interface adnano 2021-02-23 11:10:30 -0500
  • ebaa777fd3 ServeMux.HandleFunc: Take a HandlerFunc argument adnano 2021-02-23 09:48:58 -0500
  • dfc7a8b3cf ServeMux.HandleFunc: Take a HandlerFunc argument adnano 2021-02-23 09:48:58 -0500
  • 950bfa0d86 server: Fix Shutdown with no active listeners adnano 2021-02-23 09:27:03 -0500
  • 72d53dfff1 server: Fix Shutdown with no active listeners adnano 2021-02-23 09:27:03 -0500
  • 5ddc2e345c tofu: Update documentation adnano 2021-02-23 09:21:21 -0500
  • 77f7bc7f58 tofu: Update documentation adnano 2021-02-23 09:21:21 -0500
  • feadbeaff3 text: Update documentation adnano 2021-02-23 09:18:34 -0500
  • 5b99c94075 text: Update documentation adnano 2021-02-23 09:18:34 -0500
  • ef3c85e08b certificate.Store: Mention GetCertificate usage adnano 2021-02-23 09:10:19 -0500
  • 5561898c6c certificate.Store: Mention GetCertificate usage adnano 2021-02-23 09:10:19 -0500
  • 173cb3aa0d server: Mention certificate store adnano 2021-02-23 09:08:44 -0500
  • b8ddf79438 server: Mention certificate store adnano 2021-02-23 09:08:44 -0500
  • 48b2f68fe6 certificate: Update documentation adnano 2021-02-23 09:05:45 -0500
  • 685614304b certificate: Update documentation adnano 2021-02-23 09:05:45 -0500
  • c956e3fa60 certificate.Store: Update documentation adnano 2021-02-23 09:03:38 -0500
  • 2e15b28224 certificate.Store: Update documentation adnano 2021-02-23 09:03:38 -0500
  • 75affc632e certificate.Store: Check '*' scope last adnano 2021-02-23 08:52:12 -0500
  • 9cf950f7c0 certificate.Store: Check '*' scope last adnano 2021-02-23 08:52:12 -0500
  • 2ed4955b46 certificate.Store: Allow certificate of scope '*' adnano 2021-02-23 08:46:40 -0500
  • 67c25087da certificate.Store: Allow certificate of scope '*' adnano 2021-02-23 08:46:40 -0500
  • d4d50df5d9 Update examples adnano 2021-02-23 08:43:41 -0500
  • c9479c10ed Update examples adnano 2021-02-23 08:43:41 -0500
  • 0b337064f6 certificate.Store: Remove client certificate support adnano 2021-02-23 08:36:27 -0500
  • bc235d4534 certificate.Store: Remove client certificate support adnano 2021-02-23 08:36:27 -0500
  • 730939e133 client: Document use of contexts adnano 2021-02-22 21:35:02 -0500
  • 5e1b4015ff client: Document use of contexts adnano 2021-02-22 21:35:02 -0500
  • 42b145e744 server: Document use of contexts adnano 2021-02-22 21:33:23 -0500
  • da88776f1d server: Document use of contexts adnano 2021-02-22 21:33:23 -0500
  • 12aa08da87 server: Remove unused constants adnano 2021-02-22 21:28:18 -0500
  • c9eb24bd95 server: Remove unused constants adnano 2021-02-22 21:28:18 -0500
  • fb4605250e server: Return context.Canceled after Shutdown adnano 2021-02-22 21:27:41 -0500
  • 89a35924a0 server: Return context.Canceled after Shutdown adnano 2021-02-22 21:27:41 -0500
  • 6744fb109a examples/stream: Remove /shutdown handler adnano 2021-02-22 21:16:13 -0500
  • 282120c368 examples/stream: Remove /shutdown handler adnano 2021-02-22 21:16:13 -0500
  • cf55a41ef9 examples/server: Shutdown on interrupt signal adnano 2021-02-22 21:14:41 -0500
  • caf7d5f9be examples/server: Shutdown on interrupt signal adnano 2021-02-22 21:14:41 -0500
  • 89e4a5809e server: Revert to closing contexts on Shutdown adnano 2021-02-22 21:13:42 -0500
  • 941a2e719a server: Revert to closing contexts on Shutdown adnano 2021-02-22 21:13:42 -0500
  • cb1cddd308 examples/stream: Remove usage of Flusher adnano 2021-02-22 20:07:15 -0500
  • 6d26abd514 examples/stream: Remove usage of Flusher adnano 2021-02-22 20:07:15 -0500
  • 0d38f80e6d server: Use channel to communicate shutdown adnano 2021-02-22 20:06:05 -0500
  • 6f2571d626 server: Use channel to communicate shutdown adnano 2021-02-22 20:06:05 -0500
  • b463428454 Rename ResponseWriter.MediaType to SetMediaType adnano 2021-02-21 18:52:04 -0500