Rocket/lib
Sergio Benitez 2f84d4b18a Add 'Config::root_relative()'. Make TLS config paths root-relative.
Prior to this commit, relative paths to TLS PEM files were incorrectly
treated as being relative to the CWD as opposed to the Rocket config
file, when present. This commit resolves the issue.
2017-09-04 19:01:26 -07:00
..
benches Fix benchmarks to use 'route.uri' instead of 'route.path'. 2017-06-18 02:07:13 -07:00
src Add 'Config::root_relative()'. Make TLS config paths root-relative. 2017-09-04 19:01:26 -07:00
tests Add regression test for issue #345. 2017-07-14 09:54:11 -07:00
Cargo.toml Add 'Config::root_relative()'. Make TLS config paths root-relative. 2017-09-04 19:01:26 -07:00
build.rs Restrict compilation to rustc >= 2017-07-09. 2017-07-09 22:34:29 -07:00