1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-24 21:54:04 +02:00

Commit Graph

  • 90968d4333 Drop connection if request's payload is not fulle consumed #236 Nikolay Kim 2018-05-21 18:54:17 -07:00
  • 577a509875 increase delay Nikolay Kim 2018-05-21 16:12:33 -07:00
  • a9728abfc8 run coverage report on 1.24 Nikolay Kim 2018-05-20 21:10:50 -07:00
  • 14d1b8e2b6 prepare release Nikolay Kim 2018-05-20 21:09:54 -07:00
  • 285c73e95e Re-use tcp listener on pause/resume Nikolay Kim 2018-05-20 20:47:20 -07:00
  • 483db7028c expose low level data Nikolay Kim 2018-05-20 20:37:19 -07:00
  • 082ff46041 Fix scope resource path extractor #234 Nikolay Kim 2018-05-20 17:04:08 -07:00
  • 082e8371c1
    Fixing link to HTTP Basic authentication RFC7617 svartalf 2018-05-20 22:15:59 +03:00
  • d5eb47c6e0 Added an example for Basic authentication svartalf 2018-05-20 22:10:48 +03:00
  • f32e8f22c8
    Merge pull request #231 from qrvaelet/ranges Nikolay Kim 2018-05-20 09:18:46 -07:00
  • 766dde7c42
    Merge branch 'master' into ranges Nikolay Kim 2018-05-20 08:51:07 -07:00
  • b68687044e range header syntax fix, change range to content-range in responses, enabled accept ranges, tests for content-range, content-length, and range status code qrvaelet 2018-05-19 23:28:48 +02:00
  • c9e84e9dd3
    Merge pull request #233 from sindreij/patch-1 Nikolay Kim 2018-05-20 06:19:53 -07:00
  • 0126ac46fc
    Fix some typos in server/srv.rs Sindre Johansen 2018-05-20 14:43:26 +02:00
  • 65578ead02 One more badges update svartalf 2018-05-20 13:16:56 +03:00
  • 5964f4d767 Badges and stable fixes svartalf 2018-05-20 13:15:59 +03:00
  • 8703f2f82e Initial commit svartalf 2018-05-20 12:59:41 +03:00
  • 9b7ea836d0 bump version Nikolay Kim 2018-05-17 18:34:09 -07:00
  • 537b420d35 Fix compilation with --no-default-features Nikolay Kim 2018-05-17 18:33:48 -07:00
  • 16906c5951 clippy warnings Nikolay Kim 2018-05-17 12:23:37 -07:00
  • 45e9aaa462 rustfmt 0.7 Nikolay Kim 2018-05-17 12:20:20 -07:00
  • 564cc15c04 update changes Nikolay Kim 2018-05-17 12:20:04 -07:00
  • 8fd18d56a5
    Merge pull request #227 from qrvaelet/ranges Nikolay Kim 2018-05-17 12:18:10 -07:00
  • a5692d4ecf
    Merge branch 'master' into ranges Nikolay Kim 2018-05-17 11:16:08 -07:00
  • 2d83f79433 NamedFile: added ranges support, content-length support qrvaelet 2018-05-17 20:09:41 +02:00
  • f3ece74406 better error handling Nikolay Kim 2018-05-17 10:58:08 -07:00
  • 8de1f60347 add session extractor doc api Nikolay Kim 2018-05-16 21:05:59 -07:00
  • b4252f8fd1 implement extractor for Session Nikolay Kim 2018-05-16 21:02:51 -07:00
  • fe2b50a9ef update changelog Nikolay Kim 2018-05-16 11:02:50 -07:00
  • d8ae8c3821
    Merge pull request #225 from mitsuhiko/feature/addrs-with-scheme Nikolay Kim 2018-05-16 11:02:15 -07:00
  • c9a026fabb
    Merge branch 'master' into feature/addrs-with-scheme Nikolay Kim 2018-05-16 11:01:45 -07:00
  • 64eca1546e
    Merge pull request #224 from mitsuhiko/feature/listen-tls Nikolay Kim 2018-05-16 11:01:28 -07:00
  • b19fe98ff4
    Merge branch 'master' into feature/listen-tls Nikolay Kim 2018-05-16 11:01:21 -07:00
  • b393ddf879 fix panic during middleware execution #226 Nikolay Kim 2018-05-16 11:00:29 -07:00
  • 7bb7d85c1d Added support for returning addresses plus scheme from the server Armin Ronacher 2018-05-16 16:17:27 +02:00
  • 6e976153e7 Add support for listen_tls/listen_ssl Armin Ronacher 2018-05-16 15:20:47 +02:00
  • 03e758cee4 bump version Nikolay Kim 2018-05-15 19:08:34 -07:00
  • 0d36b8f826 fix 1.24 compatibility Nikolay Kim 2018-05-15 19:07:43 -07:00
  • f82fa08d72 various optimizations Nikolay Kim 2018-05-15 16:41:46 -07:00
  • d6787e6c56 prepare release Nikolay Kim 2018-05-15 10:20:32 -07:00
  • b9d870645f store cookies in extensions Nikolay Kim 2018-05-15 10:09:48 -07:00
  • ef89430f9b undeprecate query() and store query in extensions Nikolay Kim 2018-05-15 09:53:58 -07:00
  • 953a0d4e4a add test case for #222 Nikolay Kim 2018-05-15 09:29:59 -07:00
  • 5ea2d68438 h1 decoder blocks on error #222 Nikolay Kim 2018-05-15 07:55:36 -07:00
  • d65a03f6ac use latest nightly for appveyor Nikolay Kim 2018-05-13 08:43:09 -07:00
  • b588b2bf5c
    Merge pull request #221 from skorgu/patch-1 Nikolay Kim 2018-05-11 21:56:46 -07:00
  • d455e2cd13
    Merge branch 'master' into patch-1 Nikolay Kim 2018-05-11 21:56:35 -07:00
  • 9306631d6e Fix segfault in ServerSettings::get_response_builder() Nikolay Kim 2018-05-11 21:19:48 -07:00
  • f735da504b
    Include mention of http client in README.md skorgu 2018-05-11 20:36:54 -04:00
  • 487a713ca0 update doc string Nikolay Kim 2018-05-11 15:01:15 -07:00
  • 095ad328ee prepare release Nikolay Kim 2018-05-10 15:45:06 -07:00
  • a38afa0cec --no-count for tarpaulin Nikolay Kim 2018-05-10 13:05:56 -07:00
  • 9619698543 doc string Nikolay Kim 2018-05-10 13:04:56 -07:00
  • 4b1a471b35 add more examples for extractor config Nikolay Kim 2018-05-10 13:03:43 -07:00
  • b6039b0bff add doc string Nikolay Kim 2018-05-10 11:04:03 -07:00
  • d8fa43034f export ExtractorConfig type Nikolay Kim 2018-05-10 11:00:22 -07:00
  • 92f993e054 Fix client request timeout handling Nikolay Kim 2018-05-10 09:37:38 -07:00
  • c172deb0f3
    Merge pull request #219 from benjamingroeber/improve-readme Nikolay Kim 2018-05-10 09:15:50 -07:00
  • dee6aed010
    Merge branch 'master' into improve-readme Nikolay Kim 2018-05-10 09:15:44 -07:00
  • 76f021a6e3 add tests for ErrorXXX helpers Nikolay Kim 2018-05-10 09:13:26 -07:00
  • 2f244ea028
    fix order of name and id in readme example Benjamin Gröber 2018-05-10 18:12:59 +02:00
  • 5f5ddc8f01
    Merge pull request #218 from Dowwie/master Nikolay Kim 2018-05-10 08:59:23 -07:00
  • 8b473745cb added error response functions for 501,502,503,504 dowwie 2018-05-10 11:26:38 -04:00
  • 18575ee1ee Add Router::with_async() method for async handler registration Nikolay Kim 2018-05-09 16:27:31 -07:00
  • e58b38fd13 deprecate WsWrite from top level mod Nikolay Kim 2018-05-09 06:12:16 -07:00
  • b043c34632 bump version Nikolay Kim 2018-05-09 06:05:44 -07:00
  • b748bf3b0d make api public Nikolay Kim 2018-05-09 06:05:16 -07:00
  • be12d5e6fc make WsWriter trait optional Nikolay Kim 2018-05-09 05:48:06 -07:00
  • 7c4941f868 update migration doc Nikolay Kim 2018-05-08 18:48:09 -07:00
  • d1f5c457c4 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-05-08 18:35:52 -07:00
  • c26c5fd9a4 prep release Nikolay Kim 2018-05-08 18:34:36 -07:00
  • 4a73d1c8c1
    Merge pull request #216 from lcowell/lcowell-scoupe Nikolay Kim 2018-05-08 17:47:20 -07:00
  • 7c395fcc83
    replace typo scoupe with scope Luke Cowell 2018-05-08 17:40:18 -07:00
  • 54c33a7aff Allow to exclude certain endpoints from logging #211 Nikolay Kim 2018-05-08 16:30:34 -07:00
  • 47d80382b2 Fix http/2 payload streaming #215 Nikolay Kim 2018-05-08 15:44:50 -07:00
  • ba816a8562
    Merge pull request #214 from niklasf/de-path-404 Nikolay Kim 2018-05-08 14:41:05 -07:00
  • 6f75b0e95e let Path::from_request() fail with ErrorNotFound Niklas Fiekas 2018-05-08 22:45:28 +02:00
  • b3cc43bb9b Fix connector's default keep-alive and lifetime settings #212 Nikolay Kim 2018-05-08 13:41:04 -07:00
  • 93707884d2 fix example Nikolay Kim 2018-05-08 10:48:23 -07:00
  • 9e610a8134 bump rustc min version Nikolay Kim 2018-05-08 10:15:14 -07:00
  • 7af09390ee actix-web 0.6 compatibility Nikolay Kim 2018-05-08 10:12:57 -07:00
  • ecda97aadd update doc string Nikolay Kim 2018-05-08 05:54:06 -07:00
  • 8cda362866 simplify pipeline Nikolay Kim 2018-05-07 16:09:41 -07:00
  • 3c6c1268c9 travis cover report Nikolay Kim 2018-05-07 15:54:29 -07:00
  • 72908d974c test for Scope::route(); prep release Nikolay Kim 2018-05-07 15:19:03 -07:00
  • c755d71a8b add filters support to scopes Nikolay Kim 2018-05-07 14:40:04 -07:00
  • a817ddb57b add variable segments support for scope prefix Nikolay Kim 2018-05-07 13:50:43 -07:00
  • 44c36e93d1
    Merge pull request #210 from andreevlex/feature/spelling-check-06-05 Nikolay Kim 2018-05-07 11:30:46 -07:00
  • c92ebc22d7
    Merge branch 'master' into feature/spelling-check-06-05 Nikolay Kim 2018-05-07 11:30:39 -07:00
  • 599fd6af93 fix formatting Alexander Andreev 2018-05-07 20:53:45 +03:00
  • fa81d97004 more handler tests Nikolay Kim 2018-05-06 20:05:31 -07:00
  • c54f045b39 more handler tests Nikolay Kim 2018-05-06 15:11:36 -07:00
  • cd11293c1f spelling check Alexander Andreev 2018-05-06 19:07:30 +03:00
  • 45325a5f75 more middleware tests Nikolay Kim 2018-05-06 08:33:41 -07:00
  • a7c40024ce async handle middleware test Nikolay Kim 2018-05-05 18:40:16 -07:00
  • 0af4d01fe4 move middleware tests to seprate module Nikolay Kim 2018-05-05 12:18:43 -07:00
  • bd6e18b7fe update migration doc Nikolay Kim 2018-05-04 13:38:17 -07:00
  • f66cf16823 upgrade regex Nikolay Kim 2018-05-04 12:25:06 -07:00
  • 03d6b04eef update tests Nikolay Kim 2018-05-04 12:11:38 -07:00
  • f37880d89c refactor Responder trait Nikolay Kim 2018-05-04 11:44:22 -07:00