Commit Graph

  • 8c273edb44 Make all nightly CI jobs fallible. Sergio Benitez 2024-04-11 18:27:43 -0700
  • a2c796b84d Allow CI on nightly to fail. Sergio Benitez 2024-04-11 18:08:56 -0700
  • fd446a8ef4 Add 'WebSocket::accept_key()'. 高奕GaoYi 2024-03-18 15:53:28 +0800
  • 5398dfb34e Allow displaying [T; N], Vec<T>, [u8] via 'uri!'. Sergio Benitez 2024-03-14 15:24:34 -0700
  • cacd4578a2 Fix incorrect 'Accept' swap in rustdocs. Sergio Benitez 2024-03-04 21:21:26 -0800
  • 3079dbfa85 Use workspace lints. Resolve new nightly warnings. Sergio Benitez 2024-05-20 13:39:14 -0500
  • 216f7943ce
    Clean up implementation, and prep for draft PR Matthew Pomes 2024-05-17 11:40:23 -0500
  • 0d9a5ec694
    Cleanup Matthew Pomes 2024-05-14 09:49:56 -0500
  • a6fc1c71dd
    Fix implementation for tests Matthew Pomes 2024-05-14 09:49:00 -0500
  • 713675b019
    Initial thoughts for unique-property Matthew Pomes 2024-05-13 21:33:14 -0500
  • bb48a4d724 Fix 'since' version in 'deprecated' attribute. Sergio Benitez 2024-05-07 02:18:24 -0700
  • ca669a4a6e
    Merge 949e594e93 into 370287c9a6 youngwendy 2024-05-04 03:18:56 +0300
  • 370287c9a6 Fix 'TcpListener' port required regression. Sergio Benitez 2024-05-03 17:17:56 -0700
  • 5f9ff3f3af Impl 'FromForm' for char, 'Range' types. Sergio Benitez 2024-05-02 16:00:38 -0700
  • fd2094c5f3 Use call site hygiene in FromForm derive. Sergio Benitez 2024-05-02 15:40:42 -0700
  • 7b17de6699 Improve 'sync_db_pools' codegen. Update UI tests. Sergio Benitez 2024-05-02 15:11:00 -0700
  • a811a1810d Support sqlx_sqlite extensions in db_pools. Sergio Benitez 2024-05-01 20:04:00 -0700
  • fb39c02212 Fix macOS CI native deps install step. Sergio Benitez 2024-05-02 01:28:45 -0700
  • 918b7c2b87
    Merge 2ee96ce7eb into e6aaea072c Edwin 2024-04-27 09:31:40 +0800
  • e6aaea072c Use 'dep' syntax for 'http' features. Sergio Benitez 2024-04-26 01:42:33 -0700
  • 84072a813a Add deploying guide. Sergio Benitez 2024-04-25 20:03:44 -0700
  • 836e64fec3 Rename 'Rocket::configure()' to 'reconfigure()'. Sergio Benitez 2024-04-25 13:21:59 -0700
  • b34085392d Add 'Method' variants for all registered methods. Sergio Benitez 2024-04-24 18:31:39 -0700
  • 7c50a58c99 Fix TLS example for updated bind interface. Sergio Benitez 2024-04-22 17:57:34 -0700
  • 85ca2bc01c Refactor internal ignite sequencing. Sergio Benitez 2024-04-22 17:26:21 -0700
  • 3bfc4ca644 Simplify 'Bind'. Allow try-launching on Futures. Sergio Benitez 2024-04-22 17:03:18 -0700
  • 7cc818cd85 Introduce dynamic TLS resolvers. Sergio Benitez 2024-04-16 02:39:52 -0700
  • 949e594e93 chore: remove repetitive words youngwendy 2024-04-12 19:35:21 +0800
  • 60f3cd57b0 Add end-to-end testbench. Sergio Benitez 2024-04-12 03:11:10 -0700
  • eec5c08179 Make all nightly CI jobs fallible. Sergio Benitez 2024-04-11 18:27:43 -0700
  • 8831d47aad Restrict CI trigger job to 'rwf2/Rocket'. Sergio Benitez 2024-04-11 18:22:28 -0700
  • ff12b1d4bc Update allowed lints for MSRV of 1.75. Rong "Mantle" Bao 2024-01-04 08:39:46 +0800
  • dcde224648 Update dependencies and fix nightly warnings. Sergio Benitez 2024-04-11 18:09:21 -0700
  • 17eca5bcc6 Allow CI on nightly to fail. Sergio Benitez 2024-04-11 18:08:56 -0700
  • 07e4170b72 Use 's2n-quic' TLS server builder. Wesley Rosenblum 2024-04-05 14:19:55 -0700
  • 2a4df36284 Use 's2n-quic' TLS server builder. Wesley Rosenblum 2024-04-05 14:19:55 -0700
  • a742d3da4f Symlink license files in all crate directories. Łukasz Wojniłowicz 2024-03-31 21:55:35 +0200
  • 9768b681d0
    wrap line to avoid style error Dan Dumont 2024-04-04 11:45:02 -0400
  • c2251a4b48
    useful headers for rocket Dan Dumont 2024-04-04 11:34:05 -0400
  • 8614a7fece Support minijinja in 'dyn_templates'. Sergio Benitez 2024-03-25 19:06:50 -0700
  • 0edbb6dad5 Document changeable TLS 'CryptoProvider's. Sergio Benitez 2024-03-30 20:55:58 -0700
  • edce8bd656 Use default 'CryptoProvider' for all TLS ops. Sergio Benitez 2024-03-26 15:38:36 -0700
  • ce92c5dd76 Update rustls to 0.23. Support 'CryptoProvider's. Abdullah Alyan 2024-03-25 15:31:00 +0300
  • dc125e412d Document changeable TLS 'CryptoProvider's. Sergio Benitez 2024-03-30 20:55:58 -0700
  • 7a039c22b3 Use default 'CryptoProvider' for all TLS ops. Sergio Benitez 2024-03-26 15:38:36 -0700
  • a96d221c57 Update rustls to 0.23. Support 'CryptoProvider's. Abdullah Alyan 2024-03-25 15:31:00 +0300
  • bd26ca462a Introduce #[suppress]: suppress Rocket lints. Sergio Benitez 2024-03-21 20:24:53 -0700
  • 35a1cf12b6 Fix and always set Content-Length header. Tau 2024-03-21 21:36:20 +0100
  • a2cf3e7a0c
    Set content-length header instead of content-type header Tau 2024-03-21 21:36:20 +0100
  • 8f3061ba40 Rename 'candidate_endpoint()', 'bind_endpoint()'. Sergio Benitez 2024-03-20 14:29:32 -0700
  • 19dd627a7c Add 'WebSocket::accept_key()'. 高奕GaoYi 2024-03-18 15:53:28 +0800
  • 225655817a Update 'x509-parser' to 0.16. Sergio Benitez 2024-03-20 01:37:31 -0700
  • 02011a1307 Clean up codebase: fix reasonable clippy warnings. Sergio Benitez 2024-03-20 00:00:33 -0700
  • d9249db6d6 Address new nightly compiler warnings. Sergio Benitez 2024-03-19 14:08:14 -0700
  • 1619bbbddc Support QUIC and HTTP/3. Sergio Benitez 2024-03-18 20:19:00 -0700
  • 50c44e8fdc Allow displaying [T; N], Vec<T>, [u8] via 'uri!'. Sergio Benitez 2024-03-14 15:24:34 -0700
  • 7c702a5b01 Update yansi to 1.0.1. Sergio Benitez 2024-03-13 00:50:26 -0700
  • 3927c931b2 Fix various typos in rustdocs. Sergio Benitez 2024-03-06 20:30:17 -0800
  • d0a0a7f6e5
    simpler impl of dynamically swapping tls creds Dan Dumont 2024-03-12 18:18:19 -0400
  • d98c787ae0
    return NotModified if resource has not been modified. Dan Dumont 2024-03-11 11:48:40 -0400
  • 84ece56c39
    Send Last-Modified header for served files Dan Dumont 2024-03-11 10:16:02 -0400
  • d7bcef6cf3 Fix incorrect 'Accept' swap in rustdocs. Sergio Benitez 2024-03-04 21:21:26 -0800
  • 4f12bfb633 Update vcpkg blob URL in Windows CI step. Sergio Benitez 2024-03-04 18:28:47 -0800
  • c8b945c982 Update vcpkg blob URL in Windows CI step. Sergio Benitez 2024-03-04 18:28:47 -0800
  • 80bcbd6d89
    Merge c93fb6140d into 001815889d Luuk Wester 2024-03-04 15:22:14 -0700
  • 1681646b58 Update README link to API docs. Sergio Benitez 2024-03-04 12:55:59 -0800
  • 001815889d Update README link to API docs. Sergio Benitez 2024-03-04 12:55:59 -0800
  • e4152abd44 Fix WebSocket FAQ entry. Sergio Benitez 2024-03-04 12:41:43 -0800
  • fd739bab4e Fix WebSocket FAQ entry, typos. John Bampton 2024-03-02 18:40:45 +1000
  • 3fc0f4bb62
    Removed unneeded anchor in link Michael Genereux 2024-03-02 19:06:49 -0800
  • 8a8996c04a
    Update broken documentation links Michael Genereux 2024-03-02 19:02:58 -0800
  • 228d3f43bd Fix spelling John Bampton 2024-03-02 18:40:45 +1000
  • 70dcba3626 Reorganize and upgrade markup in site docs. v0.4 Sergio Benitez 2024-03-02 00:08:04 -0800
  • c99ed8b7c6 Reorganize and upgrade markup in site docs. v0.3 Sergio Benitez 2024-03-02 00:04:24 -0800
  • 546c7c7684 Add action to trigger API docs deploy. Sergio Benitez 2024-03-01 20:42:59 -0800
  • b15dc700aa Add action to trigger API docs deploy. Sergio Benitez 2024-03-01 20:42:59 -0800
  • 3fefbb24f8 Remove redirect creation in mk-docs.sh. Sergio Benitez 2024-02-29 23:43:47 -0800
  • 6b0760b83d Remove redirect creation in mk-docs.sh. Sergio Benitez 2024-02-29 23:43:47 -0800
  • 32c8199499 Trim unneeded code in scripts. Sergio Benitez 2024-02-28 13:23:19 -0800
  • ab028a7894 Trim unneeded code in scripts. Sergio Benitez 2024-02-28 13:23:19 -0800
  • e4d8a8e377 Reorganize and upgrade markup in site docs. Sergio Benitez 2022-06-10 11:21:15 -0700
  • 8d3f1d65ac Reorganize and upgrade markup in site docs. Sergio Benitez 2022-06-10 11:21:15 -0700
  • 48d1305651 Avoid generating unused docs index page. Sergio Benitez 2024-02-21 09:54:12 -0800
  • c54a6ed05e Improve doc building scripts. Sergio Benitez 2024-02-20 20:45:46 -0800
  • 1dddb37a1b Add code of conduct. Sergio Benitez 2024-02-12 02:16:40 -0800
  • eee3fa23e8 Update "Getting Help" guide subsection. Sergio Benitez 2024-01-30 20:07:54 -0800
  • 9b1cf229d7 Fix build, documentation, and tests. Sergio Benitez 2024-02-25 14:39:41 -0800
  • 840ad74699
    Parse Accept-Encoding properly Dan Dumont 2024-02-22 17:55:41 -0500
  • c2c09875f4 Further correction to that test Wladimir Palant 2024-02-22 13:20:10 +0100
  • dbc84b1388 Removed mistakenly duplicated test Wladimir Palant 2024-02-22 13:17:10 +0100
  • c6c82dcd1c Add support for routes matching any method Wladimir Palant 2024-02-22 13:08:53 +0100
  • a866134212 Avoid generating unused docs index page. Sergio Benitez 2024-02-21 09:54:12 -0800
  • ee59f26ec8 Improve doc building scripts. Sergio Benitez 2024-02-20 20:45:46 -0800
  • 9b8ed35109
    Reduce duplication in branches Dan Dumont 2024-02-20 15:53:35 -0500
  • 9378c3a9e8
    Use MaybeCompressedFile name instead to be more generic in the future. Dan Dumont 2024-02-20 15:34:02 -0500
  • b33b0c8a29
    remove 'bare' path and simply use with_extension Dan Dumont 2024-02-20 15:24:34 -0500
  • 2bddcd19b8 Fix Request::client_ip for TLS connections Wladimir Palant 2024-02-20 12:55:48 +0100
  • f75fb63689
    Add code of conduct. Sergio Benitez 2024-02-12 02:16:40 -0800
  • d4d9a462af
    Allow for optionally serving pre-compressed files. Dan Dumont 2024-02-08 11:20:41 -0500
  • 5e6e1300e4
    must update templates with ones registered from engine Dan Dumont 2024-02-06 17:18:09 -0500