Commit Graph

  • 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 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 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 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 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 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 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 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
  • e73540fcc1 Just a bit of sanity check for short paths Douman 2018-07-19 21:36:01 +0300
  • 4da281addb Initial config for static files Douman 2018-07-17 19:19:51 +0300
  • 0925a7691a ws/context: Increase `write()` visibility to public (#402) Tobias Bieniek 2018-07-19 19:04:13 +0200
  • 2988a84e5f
    Expose leaked private ContentDisposition (#406) Douman 2018-07-19 20:03:45 +0300
  • a0c44c56de ws/frame: Change `FramedMessage` content visibility Tobias Bieniek 2018-07-19 12:31:37 +0200
  • 5cfcdcc06f ws: Export `FramedMessage` struct Tobias Bieniek 2018-07-19 11:56:54 +0200
  • c4577a5ec9 ws/frame: Adjust `FramedMessage` doc comment Tobias Bieniek 2018-07-19 11:40:46 +0200
  • d5c27d6b63 ws/frame: Rename `FramedBinary` type to `FramedMessage` Tobias Bieniek 2018-07-19 11:40:09 +0200
  • 6fc084a07c ws/frame: Introduce `FramedBinary` type Tobias Bieniek 2018-07-19 08:51:54 +0200
  • f53abed584 ws/context: Rename `write()` to `write_raw()` Tobias Bieniek 2018-07-19 08:35:58 +0200
  • 984b8caf5a ws/context: Add docs to `write()` method Tobias Bieniek 2018-07-17 14:30:14 +0200
  • f612b17929 ws/context: Increase `write()` visibility to public Tobias Bieniek 2018-07-17 14:30:14 +0200
  • defce35211 Expose leaked private ContentDisposition Douman 2018-07-18 18:43:06 +0300
  • 6b10e1eff6 rename PayloadHelper Nikolay Kim 2018-07-18 10:01:28 +0600
  • 85672d1379 fix client connector wait queue Nikolay Kim 2018-07-18 01:23:56 +0600
  • 373f2e5028 add release stat Nikolay Kim 2018-07-17 17:38:16 +0600
  • f9f259e718 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-17 17:23:23 +0600
  • d43902ee7c proper handling for client connection release Nikolay Kim 2018-07-17 17:23:03 +0600
  • a7ca5fa5d8
    Add few missing entries to changelog Douman 2018-07-17 11:10:04 +0300
  • 29a275b0f5
    Session should write percent encoded cookies and add cookie middleware test (#393) Douman 2018-07-17 08:38:18 +0300
  • c4e4fab996
    Merge branch 'master' into session_special_chars Douman 2018-07-17 07:44:43 +0300
  • 1af5aa3a3e calculate client request timeout Nikolay Kim 2018-07-17 02:30:21 +0600
  • bccd7c7671 add wait queue size stat to client connector Nikolay Kim 2018-07-17 01:57:57 +0600
  • beace9e1dc Clean-up Douman 2018-07-16 19:41:14 +0300
  • 6dffedafe0
    Forgot ; Douman 2018-07-16 11:24:10 +0300
  • 85d1fe23f6
    Try input that gets percent encoded Douman 2018-07-16 11:23:50 +0300
  • c352758533 Should write percent encoded cookies to HTTP response Douman 2018-07-13 09:57:03 +0300
  • 2a8c2fb55e export Payload Nikolay Kim 2018-07-16 12:14:24 +0600
  • 2dd57a48d6 checks nested scopes in has_resource() Nikolay Kim 2018-07-16 11:33:29 +0600
  • 22385505a3 clippy warnings and fmt Nikolay Kim 2018-07-16 11:17:45 +0600
  • 5888f01317 use has_prefixed_route for NormalizePath helper Nikolay Kim 2018-07-16 11:13:41 +0600
  • b7a3fce17b simplify has_prefixed_route() Nikolay Kim 2018-07-16 11:10:51 +0600
  • bce05e4fcb
    Merge pull request #381 from OtaK/fix/has_route_prefixes Nikolay Kim 2018-07-16 10:58:50 +0600
  • d3c7e31c6a
    Merge 702691f21d into 3373847a14 Bertrand Bousquet 2018-07-15 20:14:55 +0000
  • e0dc93b628 Support for unnamed regex groups in route params Kim Christensen 2018-07-15 21:33:05 +0200
  • 3373847a14 allocate buffer for request payload extractors Nikolay Kim 2018-07-16 00:40:22 +0600
  • 8f64508887 Added RouteInfo::has_prefixed_route() method for route matching with prefix awareness Mathieu Amiot 2018-07-10 13:05:20 +0200
  • 30c84786b7
    Merge pull request #399 from actix/router-refactor Nikolay Kim 2018-07-15 19:16:07 +0600
  • 2e5f627050 do not force install tarpaulin Nikolay Kim 2018-07-15 19:15:36 +0600
  • 2214492792 use assert and restore test case Nikolay Kim 2018-07-15 18:53:02 +0600
  • c43b6e3577 cargo tarpaulin Nikolay Kim 2018-07-15 16:39:15 +0600
  • c5e3da3756 cargo tarpaulin Nikolay Kim 2018-07-15 16:38:21 +0600
  • 42d3e86941 calculate prefix dynamicly Nikolay Kim 2018-07-15 16:24:22 +0600
  • b759dddf5a simplify application prefix impl Nikolay Kim 2018-07-15 15:50:56 +0600
  • 9570c1cccd rename RouteInfo Nikolay Kim 2018-07-15 15:24:27 +0600
  • da915972c0 refactor router Nikolay Kim 2018-07-15 15:12:21 +0600
  • cf976d296f
    Merge pull request #397 from actix/Turbo87-patch-1 Nikolay Kim 2018-07-14 09:38:43 +0600
  • 9012cf43fe
    error: Fix documentation typo Tobias Bieniek 2018-07-14 00:05:07 +0200
  • 702691f21d session middleware test Bertrand "Kamek" Bousquet 2018-07-13 10:25:47 -0400
  • 7d753eeb8c
    Private serde fork (#390) Douman 2018-07-13 09:59:09 +0300
  • 55152d772a
    Merge branch 'master' into private_serde_fork Douman 2018-07-13 09:30:03 +0300
  • e8b3c303b7 Move serde_urlencoded to src/ Douman 2018-07-12 23:53:39 +0300
  • 4395add1c7 update travis config Nikolay Kim 2018-07-13 00:05:01 +0600
  • 35911b832a Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-12 23:59:10 +0600
  • 09efa6aeb2 Add test to verify enum in query Douman 2018-07-12 19:32:54 +0300
  • 1b5bef811b Apply enum PR Douman 2018-07-12 18:34:27 +0300