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

Commit Graph

  • e9c1889df4 test timing Nikolay Kim 2018-08-01 16:41:24 -07:00
  • 0da3fdcb09 do not use Arc for rustls config Nikolay Kim 2018-08-01 10:59:00 -07:00
  • a5f80a25ff update changes Nikolay Kim 2018-08-01 10:51:47 -07:00
  • 6d9a1cadad
    Merge pull request #433 from jrconlin/feat/432 Nikolay Kim 2018-08-01 10:45:55 -07:00
  • 97ada3d3d0
    Merge branch 'feat/432' of github.com:jrconlin/actix-web into feat/432 jrconlin 2018-08-01 10:27:48 -07:00
  • 115f59dd14
    Merge branch 'master' of https://github.com/actix/actix-web into feat/432 jrconlin 2018-08-01 09:59:36 -07:00
  • 972b008a6e remove unsafe error transmute, upgrade failure to 0.1.2 #434 Nikolay Kim 2018-08-01 09:42:12 -07:00
  • 246eafb8d2
    Merge branch 'master' of https://github.com/actix/actix-web into feat/432 jrconlin 2018-08-01 09:36:08 -07:00
  • dca4c110dd
    feature: allow TestServer to open a websocket on any URL jrconlin 2018-07-31 16:21:18 -07:00
  • 58230b15b9 use one thread for accept loop; refactor rust-tls support Nikolay Kim 2018-07-31 19:51:26 -07:00
  • aa1e75f071
    feature: allow TestServer to open a websocket on any URL jrconlin 2018-07-31 16:21:18 -07:00
  • 2071ea0532 HttpRequest::url_for is not working with scopes #429 Nikolay Kim 2018-07-31 15:40:52 -07:00
  • 3bd43090fb use new gzdecoder, fixes gz streaming #228 Nikolay Kim 2018-07-31 09:06:05 -07:00
  • 4dba531bf9 do not override HOST header for client request #428 Nikolay Kim 2018-07-31 08:51:24 -07:00
  • 2072c933ba handle error during request creation Nikolay Kim 2018-07-30 15:04:52 -07:00
  • 7bc0ace52d move server accept impl to seprate module Nikolay Kim 2018-07-30 13:42:42 -07:00
  • 4c4d0d2745 update changes Nikolay Kim 2018-07-30 10:23:28 -07:00
  • 28a855214b
    Merge pull request #427 from jeizsm/feature/rustls Nikolay Kim 2018-07-30 10:21:37 -07:00
  • 8f6d800202
    updated version of cookie crate, to eliminate version conflicts Darin 2018-07-30 09:57:53 -04:00
  • 196da6d570 add rustls Marat Safin 2018-07-29 09:43:04 +03:00
  • b4ed564e5d update changes Nikolay Kim 2018-07-26 09:11:50 -07:00
  • 80fbc2e9ec Fix stream draining for http/2 connections #290 Nikolay Kim 2018-07-25 15:38:02 -07:00
  • f58065082e fix missing content-encoding header for h2 connections #421 Nikolay Kim 2018-07-25 10:30:55 -07:00
  • 6048817ba7 Correct flate feature names in documentation Douman 2018-07-25 20:22:18 +03:00
  • e408b68744 Update cookie dependency (#422) Mateusz Mikuła 2018-07-25 17:01:22 +02:00
  • b878613e10 fix warning Nikolay Kim 2018-07-24 15:49:46 -07:00
  • 85b275bb2b fix warnings Nikolay Kim 2018-07-24 14:52:56 -07:00
  • d6abd2fe22 allow to handle empty path for application with prefix Nikolay Kim 2018-07-24 14:51:48 -07:00
  • b79a9aaec7 fix changelog Nikolay Kim 2018-07-24 14:18:04 -07:00
  • b9586b3f71
    Merge pull request #412 from gdamjan/master Nikolay Kim 2018-07-24 14:07:10 -07:00
  • d3b12d885e
    Merge branch 'master' into master Nikolay Kim 2018-07-24 14:07:03 -07:00
  • f21386708a
    Merge pull request #416 from axos88/master Nikolay Kim 2018-07-24 14:06:08 -07:00
  • b48a2d4d7b add changes to CHANGES.md Akos Vandra 2018-07-24 22:25:48 +02:00
  • 35b754a3ab pr fixes Akos Vandra 2018-07-24 09:39:27 +02:00
  • 1079c5c562 Add FromRequest<S> implementation for Result<T> and Option<T> where T:FromRequest<S> Akos Vandra 2018-07-23 15:19:04 +02:00
  • f4bb7efa89 add partialeq, eq, partialord and ord dervie to Path, Form and Query Akos Vandra 2018-07-23 15:10:30 +02:00
  • 0099091e96 remove unnecessary use Akos Vandra 2018-07-23 15:07:54 +02:00
  • c352a69d54 fix dead links Nikolay Kim 2018-07-23 13:22:16 -07:00
  • f5347ec897
    Merge pull request #415 from DenisKolodin/cookie-http-only Nikolay Kim 2018-07-23 02:54:23 -07:00
  • b367f07d56 Add http_only flag to CookieSessionBackend Denis Kolodin 2018-07-23 12:29:25 +03:00
  • 6a75a3d683 document the change in the default logger Damjan Georgievski 2018-07-21 16:01:42 +02:00
  • 35ab32c063 use actix-web 0.7 Nikolay Kim 2018-07-21 06:55:11 -07:00
  • 56b924e155 remove the timestamp from the default logger middleware Damjan Georgievski 2018-07-21 15:15:28 +02:00
  • 4862227df9 fix not implemented panic #410 Nikolay Kim 2018-07-21 05:58:08 -07:00
  • f6499d9ba5 publish stable docs on actix.rs site Nikolay Kim 2018-07-21 04:19:02 -07:00
  • 7138bb2f29 update migration Nikolay Kim 2018-07-21 01:00:50 -07:00
  • b65158b710 update travis stable rustc ver Nikolay Kim 2018-07-20 15:09:08 -07:00
  • 10ebea440f Merge branch 'master' of github.com:actix/actix-redis Nikolay Kim 2018-07-20 14:58:49 -07:00
  • 25cca67834
    Merge pull request #13 from ryanmcgrath/master Nikolay Kim 2018-07-20 16:58:37 -05:00
  • 31de5a1d24 merge Nikolay Kim 2018-07-20 14:58:14 -07:00
  • ac5a83134d update changes Nikolay Kim 2018-07-20 14:54:50 -07:00
  • 62c382d280 upgrade to actix/actix-web 0.7 Nikolay Kim 2018-07-20 14:53:56 -07:00
  • 8cb510293d update changes Nikolay Kim 2018-07-20 14:10:41 -07:00
  • 040d9d2755 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-20 12:43:44 -07:00
  • 2043bb5ece do not reallocate waiters Nikolay Kim 2018-07-20 10:20:41 -07:00
  • a751df2589
    Initial config for static files (#405) Douman 2018-07-20 07:49:25 +03:00
  • f6e35a04f0
    Just a bit of sanity check for short paths (#409) Douman 2018-07-20 07:48:57 +03:00
  • 6c8801dc8c
    Re-export SameSite so it's immediately usable from this package... Ryan McGrath 2018-07-19 11:23:11 -07:00
  • 0925a7691a ws/context: Increase write() visibility to public (#402) Tobias Bieniek 2018-07-19 19:04:13 +02:00
  • 2988a84e5f
    Expose leaked private ContentDisposition (#406) Douman 2018-07-19 20:03:45 +03:00
  • 6b10e1eff6 rename PayloadHelper Nikolay Kim 2018-07-18 10:01:28 +06:00
  • 85672d1379 fix client connector wait queue Nikolay Kim 2018-07-18 01:23:56 +06:00
  • 373f2e5028 add release stat Nikolay Kim 2018-07-17 17:38:16 +06:00
  • f9f259e718 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-17 17:23:23 +06:00
  • d43902ee7c proper handling for client connection release Nikolay Kim 2018-07-17 17:23:03 +06:00
  • a7ca5fa5d8
    Add few missing entries to changelog Douman 2018-07-17 11:10:04 +03:00
  • 29a275b0f5
    Session should write percent encoded cookies and add cookie middleware test (#393) Douman 2018-07-17 08:38:18 +03:00
  • 1af5aa3a3e calculate client request timeout Nikolay Kim 2018-07-17 02:30:21 +06:00
  • bccd7c7671 add wait queue size stat to client connector Nikolay Kim 2018-07-17 01:57:57 +06:00
  • 2a8c2fb55e export Payload Nikolay Kim 2018-07-16 12:14:24 +06:00
  • 2dd57a48d6 checks nested scopes in has_resource() Nikolay Kim 2018-07-16 11:33:29 +06:00
  • 22385505a3 clippy warnings and fmt Nikolay Kim 2018-07-16 11:17:45 +06:00
  • 5888f01317 use has_prefixed_route for NormalizePath helper Nikolay Kim 2018-07-16 11:13:41 +06:00
  • b7a3fce17b simplify has_prefixed_route() Nikolay Kim 2018-07-16 11:10:51 +06:00
  • bce05e4fcb
    Merge pull request #381 from OtaK/fix/has_route_prefixes Nikolay Kim 2018-07-16 10:58:50 +06:00
  • 3373847a14 allocate buffer for request payload extractors Nikolay Kim 2018-07-16 00:40:22 +06:00
  • 8f64508887 Added RouteInfo::has_prefixed_route() method for route matching with prefix awareness Mathieu Amiot 2018-07-10 13:05:20 +02:00
  • 30c84786b7
    Merge pull request #399 from actix/router-refactor Nikolay Kim 2018-07-15 19:16:07 +06:00
  • 2e5f627050 do not force install tarpaulin Nikolay Kim 2018-07-15 19:15:36 +06:00
  • 2214492792 use assert and restore test case Nikolay Kim 2018-07-15 18:53:02 +06:00
  • c43b6e3577 cargo tarpaulin Nikolay Kim 2018-07-15 16:39:15 +06:00
  • 42d3e86941 calculate prefix dynamicly Nikolay Kim 2018-07-15 16:24:22 +06:00
  • b759dddf5a simplify application prefix impl Nikolay Kim 2018-07-15 15:50:56 +06:00
  • 9570c1cccd rename RouteInfo Nikolay Kim 2018-07-15 15:24:27 +06:00
  • da915972c0 refactor router Nikolay Kim 2018-07-15 15:12:21 +06:00
  • 99e4e1c3ec
    Merge pull request #1 from cdituri/fix-typo-in-fail-display Nikolay Kim 2018-07-14 09:40:45 +06:00
  • cf976d296f
    Merge pull request #397 from actix/Turbo87-patch-1 Nikolay Kim 2018-07-14 09:38:43 +06:00
  • 9012cf43fe
    error: Fix documentation typo Tobias Bieniek 2018-07-14 00:05:07 +02:00
  • 7d753eeb8c
    Private serde fork (#390) Douman 2018-07-13 09:59:09 +03:00
  • 4395add1c7 update travis config Nikolay Kim 2018-07-13 00:05:01 +06:00
  • 35911b832a Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-12 23:59:10 +06:00
  • b8b90d9ec9 rename ResourceHandler to Resource Nikolay Kim 2018-07-12 15:30:01 +06:00
  • 422a870cd7
    Merge pull request #387 from actix/fix-missing-content-length kingoflolz 2018-07-12 16:18:55 +10:00
  • db005af1af clippy warnings Nikolay Kim 2018-07-12 10:41:49 +06:00
  • 8e462c5944 use write instead format Nikolay Kim 2018-07-12 10:35:09 +06:00
  • 86e44de787 pin failure crate Nikolay Kim 2018-07-12 10:29:37 +06:00
  • ca37d05847 fix typo in Fail display of ProtoBufEncodeError and ProtoBufDecodeError Chris Dituri 2018-07-11 11:18:22 -05:00
  • d9988f3ab6
    fix missing content length kingoflolz 2018-07-11 21:21:32 +10:00
  • 696152f763
    Merge pull request #377 from Diggsey/apply-mask Nikolay Kim 2018-07-11 13:36:08 +06:00
  • f38a370b94 update changes Nikolay Kim 2018-07-11 13:34:40 +06:00