Sergio Benitez
|
e458df094f
|
Update 'version_check' to 0.9.
|
2019-05-24 01:48:42 -07:00 |
Sergio Benitez
|
8434a98d5c
|
Set Content-Type on 'MsgPack' responses.
Fixes #1009.
|
2019-05-23 17:18:17 -07:00 |
jeb
|
6bf751fb22
|
Reexport derive macros alongside derived traits.
|
2019-05-22 22:19:47 -07:00 |
Sergio Benitez
|
1e611ff86e
|
Set 'StaticFiles' rank with method, not bit-flags.
|
2019-05-17 10:25:55 -07:00 |
Sergio Benitez
|
dbcb0a75b9
|
Allow setting a custom rank on 'StaticFiles'.
Resolves #965.
|
2019-05-16 16:54:35 -07:00 |
Sergio Benitez
|
23f5ebcc4f
|
Update 'parking_lot' to 0.8 in 'todo' example.
|
2019-05-16 13:50:54 -07:00 |
Sergio Benitez
|
868a7e6425
|
Update 'crossbeam' to 0.7 in 'managed_queue' example.
|
2019-05-16 13:50:54 -07:00 |
Sergio Benitez
|
59d8cfab7f
|
Update 'glob' dependency to 0.3.
|
2019-05-16 13:50:54 -07:00 |
Sergio Benitez
|
5334f17ea9
|
Enable 'compression' test dependencies conditionally.
|
2019-05-16 13:50:54 -07:00 |
Jeb Rosen
|
273c7a607d
|
Update 'mysql' to 16.0, 'redis' to 0.10.
|
2019-05-16 13:50:54 -07:00 |
Leonora Tindall
|
c6c0b3a6e1
|
Update 'rusqlite' dependency to 0.16.
|
2019-05-16 13:50:54 -07:00 |
Brenden Matthews
|
ba6aa2f05e
|
Bump cookie, rustls, and hyper-sync-rustls dependencies.
|
2019-05-14 22:25:55 -07:00 |
Adam
|
fd05f998ab
|
Implement 'FromIterator' for 'JsonValue'.
|
2019-05-14 22:25:49 -07:00 |
Sergio Benitez
|
d07628e0e4
|
Fix README links.
|
2019-05-13 16:58:11 -07:00 |
Sergio Benitez
|
1caf87eb21
|
Move to 0.5.0-dev on master.
|
2019-05-13 16:18:48 -07:00 |
Sergio Benitez
|
78525c14da
|
Update CHANGELOG for 0.4.1.
|
2019-05-12 02:22:24 -07:00 |
Sergio Benitez
|
9d93d55538
|
Document mounting multiple routes in guide.
Also mention that a route's rank is displayed in brackets.
Closes #983.
Closes #981.
|
2019-05-10 19:39:38 -07:00 |
Jeb Rosen
|
7405033a66
|
Update 'Rocket source code' link in the guide.
|
2019-05-10 18:30:17 -07:00 |
Richard Petrie
|
75d2ea96d9
|
Replace deprecated 'isatty' with 'atty'.
|
2019-05-10 18:21:58 -07:00 |
Sergio Benitez
|
8b9bab8e83
|
Update copyright year in LICENSE-MIT.
|
2019-05-10 16:40:21 -07:00 |
Sergio Benitez
|
3e7a20ae57
|
Clarify defaults in 'Config' documentation.
|
2019-05-10 16:39:41 -07:00 |
Sergio Benitez
|
fdd76ecf7e
|
Clean up 'AdHoc' fairing implementation.
|
2019-05-09 09:04:31 -07:00 |
Sergio Benitez
|
7c2dda2647
|
Clean up 'Server' header commentary.
|
2019-05-08 20:20:26 -07:00 |
Sergio Benitez
|
9f75e0f443
|
Clean up 'conditionally-set-server-header' test.
|
2019-05-08 20:18:10 -07:00 |
lu4nm3
|
0a978fdb5d
|
Set default 'Server' header only if it isn't set.
Closes #996.
|
2019-05-08 20:18:10 -07:00 |
Unknown
|
aa154be51d
|
Fix missing '```' at end of template example code.
|
2019-05-04 09:07:10 -07:00 |
Jeb Rosen
|
0666e425fe
|
Add a few missing pieces of 'compression' documentation.
|
2019-05-04 08:38:11 -07:00 |
Jeb Rosen
|
0a3960b031
|
Clean up 'compression' module and documentation.
|
2019-04-27 08:54:21 -07:00 |
Martin1887
|
6a55aa7253
|
Add 'compression' contrib module.
|
2019-04-27 08:42:00 -07:00 |
Jeb Rosen
|
3c51a2f401
|
Update compiler tests for 2019-04-19 nightly.
|
2019-04-20 08:17:19 -07:00 |
Konrad Borowski
|
7ab1c427b5
|
Replace uses of `FnBox`; `Box<dyn FnOnce>` now implements `FnOnce`.
|
2019-04-13 09:15:27 -07:00 |
Jacob Pratt
|
9b219ddc01
|
Remove stabilized feature gates.
* try_from
* transpose_result
|
2019-04-12 18:48:51 -07:00 |
Yazid
|
7833ee1b76
|
Correction to requests guide: 'route' -> 'guard'.
|
2019-04-12 17:58:24 -07:00 |
Bryan Jennings
|
c776c59e6a
|
Fix typo in requests guide: missing ')'.
|
2019-04-12 17:57:02 -07:00 |
Denis Andrejew
|
06edd5fab5
|
Clarify form method rewriting in requests guide.
|
2019-03-30 10:16:25 -07:00 |
Blake Smith
|
fcd64342fd
|
Fix typo in 'databases' documentation: 'pg_db' -> 'my_db'.
|
2019-03-13 06:32:28 -07:00 |
Peter Farr
|
622f4f399c
|
Flesh out database examples in the API documentation:
* Demonstrate multiple databases in ROCKET_DATABASES environment variable.
* Add a second example of connection guard type creation.
|
2019-03-13 06:30:31 -07:00 |
Damir Vandic
|
ecc17d191f
|
Reword guide-level explanation of optional query parameters.
|
2019-03-09 12:01:23 -08:00 |
Oliver Scherer
|
c86f4312fb
|
Always produce a valid, if conservative, subspan.
|
2019-02-08 18:03:53 -08:00 |
jeb
|
b9c3a5c64b
|
Remove test bootstrapping.
|
2019-02-08 16:50:14 -08:00 |
Sergio Benitez
|
d8ada552c9
|
Remove duplicate 'use' in 'helmet' tests.
|
2019-02-06 19:40:26 -08:00 |
Sergio Benitez
|
fbcb99669e
|
Update deprecated 'trim_right()' to 'trim_end()'.
|
2019-02-06 19:39:44 -08:00 |
Sergio Benitez
|
f0c6c9b26f
|
Use explicit associated type in 'IntoOwned' impl.
|
2019-02-06 19:37:39 -08:00 |
Sergio Benitez
|
de9a98edd2
|
Update 'Rocket::custom()' docs to match signature.
Resolves #910.
|
2019-02-06 17:18:53 -08:00 |
jeb
|
90296dde80
|
Change `rocket_contrib` to not depend on default features from `rocket`.
|
2019-01-31 20:25:44 -08:00 |
Chris Foster
|
4921af459f
|
Fix typo in 'LenientForm' docstring: 'gaurd' -> 'guard'.
|
2019-01-31 20:15:10 -08:00 |
Noah Rosenzweig
|
fb1f7482ee
|
Fix typo in fairings guide: 'to the launch' -> 'to launch'.
|
2019-01-31 20:13:25 -08:00 |
An Long
|
5ce43ed4e9
|
Add support for memcache connection pooling in 'rocket_contrib'.
|
2019-01-13 11:16:11 -08:00 |
Austin Hartzheim
|
a88bc95201
|
Specify 'rocket_contrib' version correctly in doc examples.
|
2019-01-12 14:54:22 -08:00 |
jeb
|
afd08ffb20
|
Update compiler tests for 2018-12-28 nightly.
|
2018-12-29 09:31:14 -08:00 |