1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-18 06:06:36 +00:00

Commit graph

  • 6b9fa2c3d9
    Merge pull request #458 from davidMcneil/master Nikolay Kim 2018-08-09 02:10:14 -0700
  • 5713d93158
    Merge branch 'master' into master #458 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 #453 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 #451 Douman 2018-08-06 17:19:59 +0300
  • 954f1a0b0f impl FromRequest for () (#449) Erik Desjardins 2018-08-06 03:44:08 -0400
  • b2bd67d35a
    review #449 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 #447 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 #400 Kim Christensen 2018-08-03 18:57:09 +0000
  • dd68414ab2
    Merge 2e7ceb3f4a into 036cf5e867 #444 Sergey Mitskevich 2018-08-03 17:40:21 +0000
  • 2e7ceb3f4a Implemented .cause() for InternalError's Fail trait. #444 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 #442 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 #436 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 #440 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 #433 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 #435 Enrico Schmitz 2018-08-01 16:29:40 +0000
  • 96777a8f3d Add missing dependecy on failure_derive so it always matches failure version #435 Enrico Schmitz 2018-08-01 18:29:04 +0200
  • 059e731c53 Revert "Loosen failure version restriction" Enrico Schmitz 2018-08-01 18:28:35 +0200
  • f774246d53
    Loosen failure version restriction Enrico Schmitz 2018-08-01 18:15:54 +0200
  • 58230b15b9 use one thread for accept loop; refactor rust-tls support Nikolay Kim 2018-07-31 19:51:26 -0700
  • aa1e75f071
    feature: allow TestServer to open a websocket on any URL jrconlin 2018-07-31 16:21:18 -0700
  • 2071ea0532 HttpRequest::url_for is not working with scopes #429 Nikolay Kim 2018-07-31 15:40:52 -0700
  • 7c293ef1af
    Merge 34531d1bbf into 3bd43090fb #431 Darin 2018-07-31 16:07:15 +0000
  • 3bd43090fb use new gzdecoder, fixes gz streaming #228 Nikolay Kim 2018-07-31 09:06:05 -0700
  • 34531d1bbf updated session middleware to support sessionkey renewal #431 dowwie 2018-07-31 11:53:33 -0400
  • 4dba531bf9 do not override HOST header for client request #428 Nikolay Kim 2018-07-31 08:51:24 -0700
  • 2072c933ba handle error during request creation Nikolay Kim 2018-07-30 15:04:52 -0700
  • 7bc0ace52d move server accept impl to seprate module Nikolay Kim 2018-07-30 13:42:42 -0700
  • 4c4d0d2745 update changes Nikolay Kim 2018-07-30 10:23:28 -0700
  • 28a855214b
    Merge pull request #427 from jeizsm/feature/rustls Nikolay Kim 2018-07-30 10:21:37 -0700
  • 196da6d570 add rustls #427 Marat Safin 2018-07-29 09:43:04 +0300
  • b4ed564e5d update changes v0.7.2 Nikolay Kim 2018-07-26 09:11:50 -0700
  • 80fbc2e9ec Fix stream draining for http/2 connections #290 Nikolay Kim 2018-07-25 15:38:02 -0700
  • f58065082e fix missing content-encoding header for h2 connections #421 Nikolay Kim 2018-07-25 10:30:55 -0700
  • 6048817ba7 Correct flate feature names in documentation Douman 2018-07-25 20:22:18 +0300
  • e408b68744 Update cookie dependency (#422) Mateusz Mikuła 2018-07-25 17:01:22 +0200
  • 219a8c7873 Update cookie dependency #422 Mateusz Mikuła 2018-07-25 14:52:20 +0200
  • b878613e10 fix warning Nikolay Kim 2018-07-24 15:49:46 -0700
  • 85b275bb2b fix warnings Nikolay Kim 2018-07-24 14:52:56 -0700
  • d6abd2fe22 allow to handle empty path for application with prefix Nikolay Kim 2018-07-24 14:51:48 -0700
  • b79a9aaec7 fix changelog Nikolay Kim 2018-07-24 14:18:04 -0700
  • b9586b3f71
    Merge pull request #412 from gdamjan/master Nikolay Kim 2018-07-24 14:07:10 -0700
  • d3b12d885e
    Merge branch 'master' into master #412 Nikolay Kim 2018-07-24 14:07:03 -0700
  • f21386708a
    Merge pull request #416 from axos88/master Nikolay Kim 2018-07-24 14:06:08 -0700
  • b48a2d4d7b add changes to CHANGES.md #416 Akos Vandra 2018-07-24 22:25:48 +0200
  • 35b754a3ab pr fixes Akos Vandra 2018-07-24 09:39:27 +0200
  • 1079c5c562 Add FromRequest<S> implementation for Result<T> and Option<T> where T:FromRequest<S> Akos Vandra 2018-07-23 15:19:04 +0200
  • f4bb7efa89 add partialeq, eq, partialord and ord dervie to Path, Form and Query Akos Vandra 2018-07-23 15:10:30 +0200
  • 0099091e96 remove unnecessary use Akos Vandra 2018-07-23 15:07:54 +0200
  • c352a69d54 fix dead links Nikolay Kim 2018-07-23 13:22:16 -0700
  • f5347ec897
    Merge pull request #415 from DenisKolodin/cookie-http-only Nikolay Kim 2018-07-23 02:54:23 -0700
  • b367f07d56 Add http_only flag to CookieSessionBackend #415 Denis Kolodin 2018-07-23 12:29:25 +0300
  • 6a75a3d683 document the change in the default logger Damjan Georgievski 2018-07-21 16:01:42 +0200
  • 56b924e155 remove the timestamp from the default logger middleware Damjan Georgievski 2018-07-21 15:15:28 +0200
  • 4862227df9 fix not implemented panic #410 v0.7.1 Nikolay Kim 2018-07-21 05:58:08 -0700
  • f6499d9ba5 publish stable docs on actix.rs site v0.7.0 Nikolay Kim 2018-07-21 04:19:02 -0700
  • 7138bb2f29 update migration Nikolay Kim 2018-07-21 01:00:50 -0700
  • 8cb510293d update changes Nikolay Kim 2018-07-20 14:10:41 -0700
  • 040d9d2755 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-20 12:43:44 -0700
  • 2043bb5ece do not reallocate waiters Nikolay Kim 2018-07-20 10:20:41 -0700
  • a751df2589
    Initial config for static files (#405) Douman 2018-07-20 07:49:25 +0300
  • f6e35a04f0
    Just a bit of sanity check for short paths (#409) Douman 2018-07-20 07:48:57 +0300