Commit Graph

  • cced491ec9 Implement 'From<Cow<str>>' for 'Uri'. Sergio Benitez 2017-09-15 03:22:59 -0700
  • 23093a33b8 Document 'FromParam' impl for 'Cow<str>'. Sergio Benitez 2017-09-15 02:47:29 -0700
  • 16feedd563 Remove 'drop_types_in_const' feature: stabilized. Sergio Benitez 2017-09-14 22:39:19 -0700
  • 33e9726151 Use 'decl_macro' in markdown docs. Sergio Benitez 2017-09-14 22:07:05 -0700
  • 245f815657 Document 'FromUriParam'. Sergio Benitez 2017-09-14 22:00:39 -0700
  • eeef8a44ce Document the 'uri!' macro. Sergio Benitez 2017-09-14 21:02:26 -0700
  • 17b8ab694c Use 'FromUriParam' trait for better ergonomics in 'uri!'. Sergio Benitez 2017-09-14 03:02:28 -0700
  • 3bf577db6e Handle segments parameters in 'uri!'. Sergio Benitez 2017-09-13 17:22:22 -0700
  • 5efc4b1096 Rename 'URI' to 'Uri'. Sergio Benitez 2017-09-13 02:12:48 -0700
  • b033a2e2a9 Document 'UriDisplay' trait. Sergio Benitez 2017-09-13 01:30:56 -0700
  • 909eae894a Don't implement 'UriDisplay' for all 'T: Display'. Sergio Benitez 2017-09-11 02:27:23 -0700
  • f623d92484 Implement 'FromParam' for 'Cow<str>'. Sergio Benitez 2017-09-11 02:07:06 -0700
  • 24f7734c00 Check mount point validity in 'uri!' macro. Sergio Benitez 2017-09-11 01:22:26 -0700
  • d8acd04789 Fix mountpoint in 'mount_point' test. Sergio Benitez 2017-09-11 01:14:44 -0700
  • bbeb95357b Add compile-fail tests for 'uri!' macro. Sergio Benitez 2017-09-11 00:46:47 -0700
  • 02cff01e17 Give a nice error when uri! macro is empty. Sergio Benitez 2017-09-11 00:43:37 -0700
  • c4524400b2 Add suite of positive tests for typed URIs. Sergio Benitez 2017-09-10 02:17:01 -0700
  • a291c9b42e Improve 'uri!' macro internal code. Sergio Benitez 2017-09-10 02:16:51 -0700
  • a9dd52a4fb Ensure mount points are absolute. Sergio Benitez 2017-09-10 02:16:14 -0700
  • 96b3d81882 Make all run-pass tests regular tests. Sergio Benitez 2017-09-10 01:19:38 -0700
  • 084481a84e Initial implementation of typed URIs. Sergio Benitez 2017-08-28 20:14:59 -0700
  • 31ec972ff0 add private_cookie to LocalRequest Henrik Sjööh 2017-09-14 20:55:01 +0200
  • 6724f3bd7e Fix typo Tobias Stolzmann 2017-09-14 14:02:57 +0200
  • 75aff7ad8e Fix errors![...] macro Tobias Stolzmann 2017-09-13 12:02:17 +0200
  • 7890a5c9f4 Remove incorrect section of RawStr docs Lukas Kalbertodt 2017-09-11 23:05:17 +0200
  • 322c02f654 A better, but not yet good enough, 'rustfmt.toml'. Sergio Benitez 2017-09-09 01:54:54 -0700
  • f18fa81a4e Shorten 'handle' function signature to one line. Sergio Benitez 2017-09-09 00:54:30 -0700
  • 8dcbca5cda Relate a 403 status to authorization, not authentication. Sergio Benitez 2017-09-09 00:34:43 -0700
  • caf1280246 Merge 51eab627bf into 2d72928ba1 Lucas Kolstad 2017-09-08 00:10:59 +0000
  • 2d72928ba1 Properly handle paths with spaces in shell scripts. Lucas Kolstad 2017-07-28 21:34:59 -0700
  • b5c2187249 Use '&*' instead of 'as_ref()' for 'String' to '&str' ref. Sergio Benitez 2017-09-07 16:55:38 -0700
  • bd08d50f59 Remove reliance on 'lookup_host'. David Hotham 2017-09-07 11:06:53 +0100
  • 7b26cc9f78 Merge 7704ab36c7 into 329711db3b David Hotham 2017-09-07 18:25:07 +0000
  • abde60de44 Merge ec9f1618bb into 329711db3b Lukas Kalbertodt 2017-09-07 18:24:49 +0000
  • 329711db3b Use 'debug_struct' to improve 'Config' 'Debug' impl. Lukas Kalbertodt 2017-09-04 00:57:52 +0200
  • c1651abf3d Merge 4fde6628f0 into 0930304aad Ram Kaniyur 2017-09-07 18:17:28 +0000
  • ec9f1618bb Improve Debug impl for Config by using `debug_struct()` Lukas Kalbertodt 2017-09-04 00:57:52 +0200
  • 0930304aad Implement 'From<Status>' for 'Failure'. Ram 2017-09-01 17:45:42 +1000
  • 38daac9e0e Merge 5145f5f7ca into e656ec87d7 Joshua 2017-09-07 17:58:56 +0000
  • e656ec87d7 Clarify 'on_request' Fairing documentation. Joshua Rombauer 2017-09-04 18:47:51 +0200
  • afcb959a49 Merge 48e9de918b into 62f96331e2 QuietMisdreavus 2017-09-07 17:46:23 +0000
  • 62f96331e2 Indent comments to prevent being commonmark code blocks. QuietMisdreavus 2017-09-05 11:40:41 -0500
  • 7704ab36c7 remove reliance on lookup_host David Hotham 2017-09-07 11:06:53 +0100
  • 5145f5f7ca
    Clarifies on_request Fairing documentation Joshua Rombauer 2017-09-04 18:47:51 +0200
  • 48e9de918b indent comments to prevent being commonmark code blocks QuietMisdreavus 2017-09-05 11:40:41 -0500
  • f1e0175586 Merge 0bf58c7a02 into 37886ce3a2 zoumi 2017-09-05 04:56:53 +0000
  • 37886ce3a2 Only log nonempty fairing collections. Sergio Benitez 2017-09-04 20:31:35 -0700
  • eb3d3dcfeb Don't print emojis when colors are disabled. Sergio Benitez 2017-09-04 20:22:10 -0700
  • ae46d27129 Clean-up code style in 'lib/rocket.rs'. Sergio Benitez 2017-09-04 20:11:10 -0700
  • ff57fb7341 New version: 0.2.11. v0.2.11 v0.2 Sergio Benitez 2017-09-04 19:44:17 -0700
  • 35589738a1 Update lints for latest nightly. Sergio Benitez 2017-09-04 19:41:08 -0700
  • aa9d9ab081 Run 'cargo update' in 'mk-docs.sh' script. Sergio Benitez 2017-09-04 19:07:21 -0700
  • 9668839cde Run 'cargo update' in 'mk-docs.sh' script. Sergio Benitez 2017-09-04 19:07:21 -0700
  • 2f84d4b18a Add 'Config::root_relative()'. Make TLS config paths root-relative. Sergio Benitez 2017-09-04 19:01:26 -0700
  • 0bf58c7a02 impl Responder for Arc<R> zoumi 2017-09-03 23:03:11 +0800
  • d36687c136 Merge pull request #1 from SergioBenitez/master zoumi 2017-09-03 22:30:36 +0800
  • 2ce96017a9 Merge 7d55effc89 into 237370533c Jacob Brown 2017-09-01 11:28:04 +0000
  • 237370533c Update cert in 'tls' example for new 'rustls'. Sergio Benitez 2017-09-01 03:11:48 -0700
  • 4fde6628f0 impl From<Status> for Failure Ram 2017-09-01 17:45:42 +1000
  • 2b3aa01463 Improve I/O and BadType config error messages. Sergio Benitez 2017-08-31 19:05:35 -0700
  • 3ed0201c6e Remove unused 'extern crate's. Sergio Benitez 2017-08-31 17:03:47 -0700
  • 7ce250b82f Update dependencies for ring 0.12. Sergio Benitez 2017-08-31 16:58:24 -0700
  • 63f5f40648 Merge 6f2302c3c7 into c2e4c520f1 topelinux 2017-08-30 00:49:37 +0000
  • c2e4c520f1 Fix typo in site overview: by -> be. Pascal Brandt 2017-08-29 10:32:13 -0700
  • 30f4c804e8 Merge c53a94503b into c63bb67fb9 Pascal Brandt 2017-08-30 00:47:38 +0000
  • c63bb67fb9 Avoid sorting routes on every add. Linus Heckemann 2017-08-21 22:59:46 +0100
  • c53a94503b
    ✏️ Fix typo. Pascal Brandt 2017-08-29 10:32:13 -0700
  • 32c76cc69a Merge 621ef2ece8 into a019f0d1f3 Linus Heckemann 2017-08-26 06:48:18 +0000
  • a019f0d1f3 Use new 'JsonValue' type as return type of 'json!'. Sergio Benitez 2017-08-25 23:14:42 -0700
  • 4c23060e74 Merge 4d60c8b288 into 31fd24d027 Lee Baillie 2017-08-22 08:56:11 +0000
  • 31fd24d027 Fix typo in site overview: 'Reponder' -> 'Responder'. Lee Baillie 2017-08-18 16:46:13 -0700
  • c5890934c0 Improve missing argument compile-time error. Sergio Benitez 2017-08-22 01:01:57 -0700
  • 621ef2ece8 router: avoid sorting routes on add Linus Heckemann 2017-08-21 22:59:46 +0100
  • 6f2302c3c7 Clean code, remove unnecessary variable req_res Jie Yang 2017-08-21 21:07:06 +0800
  • 89443bcdf0 Remove unnecessary 'RouteGenerateExt' trait. Sergio Benitez 2017-08-20 11:13:45 -0700
  • 4df7ce6bf5 Propogate route names through codegen to runtime. Sergio Benitez 2017-08-18 18:37:25 -0700
  • 4d60c8b288 Fix typo on overview Lee Baillie 2017-08-18 16:46:13 -0700
  • 944736208e Update CHANGELOG for 0.3.2. Sergio Benitez 2017-08-15 12:17:31 -0700
  • 5dabb00f2d New version: 0.3.2. v0.3.2 Sergio Benitez 2017-08-15 12:00:02 -0700
  • ff8e4c73a8 Remove lints and associated code from 'rocket_codegen'. Sergio Benitez 2017-08-15 11:39:22 -0700
  • 8183f63630 Remove lints and associated code from 'rocket_codegen'. Sergio Benitez 2017-08-15 11:39:22 -0700
  • 8e28ecc1f1 Add missing comma in 'FromParam' docs. adrian5 2017-08-14 18:49:09 +0200
  • 9e5db81d31 Fix example in 'Request::guard()' documentation. Sergio Benitez 2017-08-13 03:13:20 -0700
  • 54f8067538 Improve commentary on collisions in pastebin example. Rolf Sievers 2017-08-01 20:38:02 +0200
  • 1b5ba63fd0 Improve bootstrapping instructions in todo example. Katrina Brock 2017-08-12 18:47:58 -0700
  • 8c2e435298 Add 'Box' conversion methods to 'UncasedStr'. Daiki Mizukami 2017-08-03 21:37:28 +0900
  • 4d7f60c1d6 Additional changes to fairings guide overview. Sergio Benitez 2017-08-11 15:29:42 -0700
  • 824240dd30 Improve overview in fairings guide. Lori Holden 2017-07-13 11:55:16 -0400
  • d19ebca685 Fix database usage code in state guide: '&*conn'. Arne Bahlo 2017-08-09 22:31:22 +0200
  • ba343e4d38 Merge 2f6c31738e into f66780bd9e adrian5 2017-08-14 19:56:01 +0000
  • f66780bd9e Add missing comma in 'FromParam' docs. adrian5 2017-08-14 18:49:09 +0200
  • 2f6c31738e Update param.rs adrian5 2017-08-14 18:49:09 +0200
  • 12c9451222 Sync with sergio Merge remote-tracking branch 'upstream/master' lerina (J-Y) RAZAFY 2017-08-14 02:46:13 -0400
  • 31cbe65704 Fix example in 'Request::guard()' documentation. Sergio Benitez 2017-08-13 03:13:20 -0700
  • 3a76fe03db Improve commentary on collisions in pastebin example. Rolf Sievers 2017-08-01 20:38:02 +0200
  • a25c5f3f92 Merge 8d3697db16 into 527051d136 Rolf Sievers 2017-08-13 09:54:17 +0000
  • 527051d136 Improve bootstrapping instructions in todo example. Katrina Brock 2017-08-12 18:47:58 -0700
  • 6c8e1e2aa9 Merge ea6daa33b0 into 667a057e39 katrinabrock 2017-08-13 09:44:29 +0000
  • eeecd24894 Merge 0900f330a7 into 667a057e39 Mizukami, Daiki 2017-08-13 09:44:21 +0000
  • 667a057e39 Add 'Box' conversion methods to 'UncasedStr'. Daiki Mizukami 2017-08-03 21:37:28 +0900