Commit Graph

  • 8dfc34e785 fix tokio-tls IoStream impl Nikolay Kim 2018-08-23 10:27:32 -0700
  • 810995ade0 fix tokio-tls dependency #480 Nikolay Kim 2018-08-23 10:10:13 -0700
  • 1716380f08 clippy fmt Nikolay Kim 2018-08-23 09:48:01 -0700
  • e9c139bdea clippy warnings Nikolay Kim 2018-08-23 09:47:32 -0700
  • cf54be2f17 hide new server api Nikolay Kim 2018-08-23 09:39:11 -0700
  • f39b520a2d
    Merge pull request #478 from fzgregor/master Nikolay Kim 2018-08-23 09:34:47 -0700
  • 89f414477c
    Merge branch 'master' into master Nikolay Kim 2018-08-23 09:34:34 -0700
  • 2818540d69 fix error mapping in MapErrNewService Nikolay Kim 2018-08-22 18:18:11 -0700
  • c7543e7228 add Server::configure helper Nikolay Kim 2018-08-22 11:36:56 -0700
  • 26f472649a default impl for fork method Nikolay Kim 2018-08-22 11:12:06 -0700
  • 29490e6c13 cleanups Nikolay Kim 2018-08-21 21:11:16 -0700
  • 0f8cd0f44d better FnNewService definition Nikolay Kim 2018-08-21 20:42:43 -0700
  • b8c8dbc90a add new service configuration Nikolay Kim 2018-08-21 17:08:23 -0700
  • 986f19af86
    Revert back to serde_urlencoded dependecy (#479) Douman 2018-08-21 22:23:17 +0300
  • 0016053985 Revert back to serde_urlencoded dependecy Douman 2018-08-21 21:30:48 +0300
  • 2cbcc21168 fix worker shutdown Nikolay Kim 2018-08-20 22:21:23 -0700
  • ac70f06c4f add basic example Nikolay Kim 2018-08-20 21:34:47 -0700
  • 36ed2307ce add .map_init_err() new service combinator Nikolay Kim 2018-08-20 20:48:42 -0700
  • 8faf373a99 add .map_err() service combinator Nikolay Kim 2018-08-20 20:41:40 -0700
  • 1a496f4fda initial import Nikolay Kim 2018-08-19 10:47:04 -0700
  • e680541e10 Made extensions constructor public Franz Gregor 2018-08-18 19:32:28 +0200
  • 56bc900a82
    Set minimum rustls version that fixes corruption (#474) Douman 2018-08-17 19:53:16 +0300
  • 7a7f9c3704 Set minimum rustls version that fixes corruption Douman 2018-08-17 19:10:37 +0300
  • bdc9a8bb07 Optionally support tokio-uds's UnixStream as IoStream (#472) Kornel 2018-08-17 17:04:16 +0100
  • ccd237372d Optionally support tokio-uds's UnixStream as IoStream Kornel Lesiński 2018-08-16 20:21:27 +0100
  • 8fe30a5b66
    Merge pull request #473 from kornelski/usetest Nikolay Kim 2018-08-17 07:20:47 -0700
  • a8405d0686 Fix tests on Unix Kornel Lesiński 2018-08-17 13:12:47 +0100
  • eb1e9a785f allow to use fn with multiple arguments with .with()/.with_async() Nikolay Kim 2018-08-16 20:29:06 -0700
  • 248bd388ca
    Improve HTTP server docs (#470) Douman 2018-08-16 16:11:15 +0300
  • a4e89c0ca8 Improve HTTP server docs Douman 2018-08-16 08:02:45 +0300
  • 9f5641c85b
    Add mention of reworked Content-Disposition Douman 2018-08-13 17:37:00 +0300
  • d9c7cd96a6 Rework Content-Disposition parsing totally (#461) Gowee 2018-08-13 22:34:05 +0800
  • 59ba1c84d1 Fix a typo in content_disposition.rs Hung-I Wang 2018-08-13 21:32:30 +0800
  • f036c275e4 Use eq_ignore_ascii_case to avoid mem allocation and improve Content-Dispostion display in content_disposition.rs Hung-I Wang 2018-08-13 21:08:32 +0800
  • 1d86e9c8bf Tweak content_disposition.rs again and add more negative test cases. Hung-I Wang 2018-08-13 13:51:08 +0800
  • 6650ec08e1 Tweak content_disposition.rs Hung-I Wang 2018-08-13 08:19:17 +0800
  • c4e29eb1dc Rework content_disposition.rs Hung-I Wang 2018-08-12 22:56:55 +0800
  • bf7779a9a3 add TestRequest::run_async_result helper method Nikolay Kim 2018-08-09 18:58:14 -0700
  • cc3fbd27e0 better ergonomics Nikolay Kim 2018-08-09 17:25:23 -0700
  • 26629aafa5 explicit use Nikolay Kim 2018-08-09 13:41:13 -0700
  • 2ab7dbadce better ergonomics for Server::service() method Nikolay Kim 2018-08-09 13:38:10 -0700
  • 2e8d67e2ae upgrade native-tls package Nikolay Kim 2018-08-09 13:08:59 -0700
  • 43b6828ab5 Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-08-09 11:52:45 -0700
  • e4ce6dfbdf refactor workers management Nikolay Kim 2018-08-09 11:52:32 -0700
  • 6b9fa2c3d9
    Merge pull request #458 from davidMcneil/master Nikolay Kim 2018-08-09 02:10:14 -0700
  • 5713d93158
    Merge branch 'master' into master Douman 2018-08-09 08:13:22 +0300
  • cfe4829a56 add TestRequest::execute() helper method Nikolay Kim 2018-08-08 16:13:45 -0700
  • b69774db61 fix attr name Nikolay Kim 2018-08-08 14:23:16 -0700
  • 542782f28a add HttpRequest::drop_state() Nikolay Kim 2018-08-08 13:57:13 -0700
  • 7c8dc4c201 Add json2 tests David McNeil 2018-08-08 11:58:56 -0600
  • 7a11c2eac1 Add json2 HttpResponseBuilder method David McNeil 2018-08-08 11:11:15 -0600
  • 8eb9eb4247 flush io on complete Nikolay Kim 2018-08-08 09:12:32 -0700
  • 992f7a11b3 remove debug println Nikolay Kim 2018-08-07 22:40:09 -0700
  • 30769e3072 fix http/2 error handling Nikolay Kim 2018-08-07 20:48:25 -0700
  • 57f991280c fix protocol order for rustls acceptor Nikolay Kim 2018-08-07 13:53:24 -0700
  • 85acc3f8df deprecate HttpServer::no_http2(), update changes Nikolay Kim 2018-08-07 12:49:40 -0700
  • 5bd82d4f03 update changes Nikolay Kim 2018-08-07 12:00:51 -0700
  • 58a079bd10 include content-length to error response Nikolay Kim 2018-08-07 11:56:39 -0700
  • 16546a707f
    Merge pull request #453 from DoumanAsh/reserve_status_line_for_server_error Nikolay Kim 2018-08-07 11:48:55 -0700
  • 86a5afb5ca Reserve enough space for ServerError task to write status line Douman 2018-08-07 17:33:49 +0300
  • 9c80d3aa77
    Write non-80 port in HOST of client's request (#451) Douman 2018-08-07 10:01:29 +0300
  • 62330a5da3 Write non-80 port in HOST of client's request Douman 2018-08-06 17:19:59 +0300
  • 954f1a0b0f impl FromRequest for () (#449) Erik Desjardins 2018-08-06 03:44:08 -0400
  • b2bd67d35a
    review Erik Desjardins 2018-08-06 03:08:51 -0400
  • f466d39f39 impl FromRequest for () Erik Desjardins 2018-08-05 16:06:00 -0400
  • f4fba5f481
    Merge pull request #447 from DoumanAsh/multiple_set_cookies Nikolay Kim 2018-08-04 08:58:12 -0700
  • 995f819eae
    Merge branch 'master' into multiple_set_cookies Nikolay Kim 2018-08-04 08:58:00 -0700
  • 85e7548088 fix adding multiple response headers for http/2 #446 Nikolay Kim 2018-08-04 08:56:33 -0700
  • 900fd5a98e Correct settings headers for HTTP2 Douman 2018-08-04 01:34:23 +0300
  • 84b27db218 fix no_http2 flag Nikolay Kim 2018-08-03 19:40:43 -0700
  • ac9180ac46 simplify channel impl Nikolay Kim 2018-08-03 19:32:46 -0700
  • e34b5c08ba allow to pass extra information from acceptor to application level Nikolay Kim 2018-08-03 19:24:53 -0700
  • f3f1e04853 refactor ssl support Nikolay Kim 2018-08-03 16:09:46 -0700
  • b8e1971972
    Merge e0dc93b628 into 036cf5e867 Kim Christensen 2018-08-03 18:57:09 +0000
  • dd68414ab2
    Merge 2e7ceb3f4a into 036cf5e867 Sergey Mitskevich 2018-08-03 17:40:21 +0000
  • 2e7ceb3f4a Implemented .cause() for InternalError's Fail trait. Sergey Mitskevich 2018-08-03 20:28:35 +0300
  • 036cf5e867 update changes Nikolay Kim 2018-08-03 08:20:59 -0700
  • e61ef7dee4 Use zlib instead of deflate for content encoding (#442) Jan Michael Auer 2018-08-03 14:56:26 +0200
  • 53447e5c1c
    Merge branch 'master' into master Douman 2018-08-03 15:14:32 +0300
  • db974b7d48 Use zlib instead of deflate for content encoding Jan Michael Auer 2018-08-03 13:36:59 +0200
  • 9a10d8aa7a Fixed headers' formating for CORS Middleware Access-Control-Expose-Headers header value to HTTP/1.1 & HTTP/2 spec-compliant format (#436) Mathieu Amiot 2018-08-03 12:03:11 +0000
  • 4d5400c5e6
    Merge branch 'master' into fix/cors-expose-headers-format Douman 2018-08-03 14:12:04 +0300
  • f8e5d7c6c1 Fixed broken build on wrong variable usage (#440) Mathieu Amiot 2018-08-03 11:11:51 +0000
  • b39b360143 Fixed broken build on wrong variable usage Mathieu Amiot 2018-08-03 12:37:27 +0200
  • cb7c6cf16a Added CHANGES.md entry for #436 Mathieu Amiot 2018-08-02 13:05:59 +0200
  • 68a3654d81 Removed pretty-formatting of CORS exposed headers & changed test to work properly Mathieu Amiot 2018-08-02 12:35:18 +0200
  • c71ff65443 Fixed wrong formatting of CORS's Access-Control-Expose-Headers Mathieu Amiot 2018-08-01 23:23:01 +0200
  • 8c89c90c50 add accept backpressure #250 Nikolay Kim 2018-08-02 23:17:10 -0700
  • e9c1889df4 test timing Nikolay Kim 2018-08-01 16:41:24 -0700
  • 0da3fdcb09 do not use Arc for rustls config v0.7.3 Nikolay Kim 2018-08-01 10:59:00 -0700
  • a5f80a25ff update changes Nikolay Kim 2018-08-01 10:51:47 -0700
  • 6d9a1cadad
    Merge pull request #433 from jrconlin/feat/432 Nikolay Kim 2018-08-01 10:45:55 -0700
  • 97ada3d3d0
    Merge branch 'feat/432' of github.com:jrconlin/actix-web into feat/432 jrconlin 2018-08-01 10:27:48 -0700
  • 115f59dd14
    Merge branch 'master' of https://github.com/actix/actix-web into feat/432 jrconlin 2018-08-01 09:59:36 -0700
  • 972b008a6e remove unsafe error transmute, upgrade failure to 0.1.2 #434 Nikolay Kim 2018-08-01 09:42:12 -0700
  • 246eafb8d2
    Merge branch 'master' of https://github.com/actix/actix-web into feat/432 jrconlin 2018-08-01 09:36:08 -0700
  • dca4c110dd
    feature: allow TestServer to open a websocket on any URL jrconlin 2018-07-31 16:21:18 -0700
  • 46e29bc9ad
    Merge 96777a8f3d into 58230b15b9 Enrico Schmitz 2018-08-01 16:29:40 +0000
  • 96777a8f3d Add missing dependecy on failure_derive so it always matches failure version Enrico Schmitz 2018-08-01 18:29:04 +0200
  • 059e731c53 Revert "Loosen failure version restriction" Enrico Schmitz 2018-08-01 18:28:35 +0200