Commit Graph

  • df362d1bc3
    Fixed bug where incorrect timeout was used. I got the mime types backwards haha pretend you didnt see that Emi Tatsuo 2020-11-19 01:43:57 -0500
  • 25d575bee7
    Shorten references to tokio::time::timeout because I forgot I used an import for that woops sorry Emi Tatsuo 2020-11-19 01:30:08 -0500
  • 94d7a5ab4f
    Added complex timeout override option to builder Emi Tatsuo 2020-11-19 01:25:34 -0500
  • a778774189
    Added note about short timeouts to set_timeout docs Emi Tatsuo 2020-11-18 23:29:00 -0500
  • 4e3417fb41
    Added ability to customize certificate path Emi Tatsuo 2020-11-18 23:10:48 -0500
  • bbf034cf47 update changelog panicbit 2020-11-18 23:18:50 +0100
  • f2b27665c2 correctly ignore doctest panicbit 2020-11-18 23:00:49 +0100
  • 5a92d8d28f use mime_guess for guessing mime panicbit 2020-11-18 22:58:23 +0100
  • ddf9c4b9f8
    Merge pull request #22 from panicbit/21_increase_default_timeout panicbit 2020-11-18 22:54:46 +0100
  • fffada14e3 increase default timeout from 1 to 30 seconds panicbit 2020-11-18 22:46:18 +0100
  • 65b35a48d7 update changelog panicbit 2020-11-18 21:29:21 +0100
  • 931c3fbbc2 add temporary redirects and bad requests panicbit 2020-11-18 21:26:27 +0100
  • 0daf01fd3e update changelog panicbit 2020-11-18 21:16:14 +0100
  • 4eae63ac4e
    Merge pull request #17 from Alch-Emi/timeout panicbit 2020-11-18 21:04:48 +0100
  • 343de637c4
    Added ability to load from custom key and certificate paths Emi Tatsuo 2020-11-18 09:21:54 -0500
  • cab1cf8ad6
    Merge pull request #18 from Alch-Emi/success-with-body panicbit 2020-11-18 09:15:14 +0100
  • 6a78b2f31a
    Added Response::success_with_body Emi Tatsuo 2020-11-17 21:41:18 -0500
  • aa2dbbf67a
    Fixed typo in timeout docs Emi Tatsuo 2020-11-17 21:01:54 -0500
  • 71cf4d33f2
    Added ability to set the timeout in the Server builder Emi Tatsuo 2020-11-17 20:45:57 -0500
  • 3245396682
    Add basic timeout with hardcoded durations Emi Tatsuo 2020-11-17 20:38:10 -0500
  • 387ca06611 fix visibility of URIReference in crate root panicbit 2020-11-17 01:17:47 +0100
  • 0a67c1d672
    Rename UserInner -> PartialUser, expose for access outside of crate Emi Tatsuo 2020-11-16 09:21:24 -0500
  • 0e2f8d5f62
    Added user management API [WIP] Emi Tatsuo 2020-11-16 01:13:16 -0500
  • 987621cca9 support gmi extension when guessing mime types panicbit 2020-11-15 22:02:57 +0100
  • d3f65f2fc2
    Merge pull request #14 from panicbit/11_gemini_documents panicbit 2020-11-15 21:57:52 +0100
  • 09f7866653 update changelog panicbit 2020-11-15 21:46:10 +0100
  • add2f30ca6 remove unused function panicbit 2020-11-15 21:42:13 +0100
  • bbeb697bb1 complete document documentation panicbit 2020-11-15 21:40:16 +0100
  • ec6a0af782 keep document internals private panicbit 2020-11-15 21:17:22 +0100
  • ae803a55d2 do not escape heading text panicbit 2020-11-15 21:14:53 +0100
  • 45c808d0d0 document more Document methods panicbit 2020-11-15 21:14:41 +0100
  • 070ed2a222 add instructions for multiple domains to readme panicbit 2020-11-15 20:23:42 +0100
  • 46077739b3 document some Document methods panicbit 2020-11-15 07:01:38 +0100
  • 0425bf2cf3 add Cowy util trait panicbit 2020-11-14 22:46:29 +0100
  • 2fc015fb89 fix typo panicbit 2020-11-14 10:00:48 +0100
  • 0c05d6d162 implement document API panicbit 2020-11-14 09:55:21 +0100
  • 75a1cd1eb5 bump crate version to 0.3.1 panicbit 2020-11-14 04:58:03 +0100
  • 3f0e17adeb add repo and doc links to Cargo.toml panicbit 2020-11-14 04:57:48 +0100
  • 5924c684f8 bump crate version to 0.3.0 panicbit 2020-11-14 04:50:36 +0100
  • a9e3950a73 tweak changelog panicbit 2020-11-14 04:46:26 +0100
  • 175bd7faf5 fix typo panicbit 2020-11-14 04:45:15 +0100
  • 28162bde5c move split types module into submodules panicbit 2020-11-14 04:43:29 +0100
  • f7c7cb63a6 bump crate version in READMEs panicbit 2020-11-14 04:03:12 +0100
  • 2528ce21b8
    Merge pull request #10 from panicbit/2_better_errors panicbit 2020-11-14 04:00:47 +0100
  • bfb6282a9b improve error messages panicbit 2020-11-14 03:56:50 +0100
  • a70c5ddf16
    Merge pull request #8 from panicbit/reduce_result_returns panicbit 2020-11-14 02:56:14 +0100
  • 82dc34b2c5 respect meta max len of 1024 in constructors panicbit 2020-11-14 02:54:34 +0100
  • 73a5c4007d add changelog panicbit 2020-11-14 02:19:13 +0100
  • af614a06aa reduce number of functions that return Result panicbit 2020-11-14 01:55:47 +0100
  • 1a145c922c add Meta::new_lossy panicbit 2020-11-14 01:45:16 +0100
  • 5f96cbc5e6
    Merge pull request #5 from panicbit/4_gemini_mime_convenience panicbit 2020-11-14 01:13:48 +0100
  • 015ea42840 make GEMINI_MIME_STR public panicbit 2020-11-14 00:53:54 +0100
  • 9b9955827d introduce GEMINI_MIME static panicbit 2020-11-14 00:48:50 +0100
  • b97c7a6f12 rename GEMINI_MIME to GEMINI_MIME_STR panicbit 2020-11-14 00:27:41 +0100
  • 4b08edc890 bump version to 0.2.0 panicbit 2020-11-13 23:59:51 +0100
  • d917f06368
    Merge pull request #3 from Alch-Emi/certificates panicbit 2020-11-13 23:57:20 +0100
  • 168bb56aa2
    Renamed methods to match spec Emi Tatsuo 2020-11-13 17:54:06 -0500
  • eaee14d174
    Moved certificate into request, so this is no longer a breaking change Emi Tatsuo 2020-11-13 15:04:25 -0500
  • 3547143860
    Expose client certificates to the user Emi Tatsuo 2020-11-13 14:20:59 -0500
  • 4b3ba3f5ae add example public folder panicbit 2020-10-31 21:05:10 +0100
  • 7999fe491a add cargo metadata panicbit 2020-10-31 20:55:28 +0100
  • acef45c75c init panicbit 2020-10-31 20:53:03 +0100