Commit Graph

  • 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
  • 34e0a38ee9 Fork serde_urlencoded Douman 2018-07-12 18:02:40 +0300
  • b8b90d9ec9 rename ResourceHandler to Resource Nikolay Kim 2018-07-12 15:30:01 +0600
  • 422a870cd7
    Merge pull request #387 from actix/fix-missing-content-length kingoflolz 2018-07-12 16:18:55 +1000
  • db005af1af clippy warnings Nikolay Kim 2018-07-12 10:41:49 +0600
  • 8e462c5944 use write instead format Nikolay Kim 2018-07-12 10:35:09 +0600
  • 86e44de787 pin failure crate Nikolay Kim 2018-07-12 10:29:37 +0600
  • d9988f3ab6
    fix missing content length kingoflolz 2018-07-11 21:21:32 +1000
  • 696152f763
    Merge pull request #377 from Diggsey/apply-mask Nikolay Kim 2018-07-11 13:36:08 +0600
  • 74a6b03bb0
    Merge ec15cf2814 into f38a370b94 Mathieu Amiot 2018-07-11 07:34:51 +0000
  • f38a370b94 update changes Nikolay Kim 2018-07-11 13:34:40 +0600
  • 3378247bee prepare release v0.6.15 0.6 Nikolay Kim 2018-07-11 13:27:50 +0600
  • 7507412a1d fix h2 compatibility Nikolay Kim 2018-07-11 13:25:07 +0600
  • 6b9a193aa8 update changelog Nikolay Kim 2018-07-11 13:26:40 +0600
  • 28b36c650a fix h2 compatibility Nikolay Kim 2018-07-11 13:25:07 +0600
  • b22132d3d6
    Merge branch 'master' into apply-mask Nikolay Kim 2018-07-11 13:15:35 +0600
  • 04cd1a16b3
    Merge 5482d64df5 into 19ae5e9489 kingxsp 2018-07-11 06:57:06 +0000
  • 19ae5e9489 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-11 12:56:53 +0600
  • 9aef34e768 remove & to &mut transmute #385 Nikolay Kim 2018-07-11 12:56:35 +0600
  • bed961fe35 Lessen numbers of jobs for AppVeyor Douman 2018-07-11 09:23:17 +0300
  • 5482d64df5 Customize websocket max size kingxsp 2018-07-11 10:05:43 +0800
  • ec15cf2814 Fixed empty buffer being sent while there's still some inside Mathieu Amiot 2018-07-10 13:49:39 +0200
  • 87824a9cf6 Refactor `apply_mask` implementation, removing dead code paths and reducing scope of unsafety Diggory Blake 2018-07-08 13:46:13 +0100
  • 82920e1ac1
    Do not override user settings on signals and stop handling (#375) Douman 2018-07-08 09:01:44 +0300
  • 9db6e36701 Do not override user settings on signals and stop handling Douman 2018-07-08 08:38:19 +0300
  • 110605f50b stop actor context on error #311 Nikolay Kim 2018-07-08 09:41:55 +0600
  • 00c97504b6
    Merge pull request #368 from Diggsey/master Nikolay Kim 2018-07-07 09:46:44 +0600
  • 85012f947a Remove reimplementation of `LazyCell` Diggory Blake 2018-07-06 22:28:08 +0100
  • 62ba01fc15 update changes Nikolay Kim 2018-07-06 15:00:14 +0600
  • 5b7aed101a remove unsafe Nikolay Kim 2018-07-06 13:54:43 +0600
  • 1c3b32169e remove stream from WebsocketsContext::with_factory Nikolay Kim 2018-07-06 12:07:16 +0600
  • cfa470db50 close conneciton for head requests Nikolay Kim 2018-07-06 09:21:24 +0600
  • a5f7a67b4d clippy warnings Nikolay Kim 2018-07-06 08:24:44 +0600
  • 185e710dc8 do not drop content-encoding header in case of identity #363 Nikolay Kim 2018-07-06 08:24:36 +0600
  • 9070d59ea8 do not read head payload Nikolay Kim 2018-07-06 08:11:36 +0600
  • 2a25caf2c5 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-06 07:49:50 +0600
  • 7d96b92aa3 add check for usize cast Nikolay Kim 2018-07-06 07:46:47 +0600
  • 67e4cad281
    Introduce method to set header if it is missing only (#364) Douman 2018-07-05 19:27:18 +0300
  • 1ad55550ad Introduce method to set header if it is missing only Douman 2018-07-05 18:38:13 +0300
  • 080f232a0f Use StaticFile default handler when file is inaccessible (#357) Tessa Bradbury 2018-07-05 19:34:13 +1000
  • 10bc493e1d
    Improve error messages tessereth 2018-07-05 18:16:28 +1000
  • 66cc773a30
    Update changes tessereth 2018-07-05 17:34:43 +1000
  • 323570dc4d
    Return an error from StaticFiles::new() if directory doesn't exist tessereth 2018-07-05 08:53:51 +1000
  • dedd7cc1ac
    Use Staticfile default handler on all error paths tessereth 2018-07-02 12:49:52 +1000
  • 15b7981c86
    Use StaticFile default handler when file is inaccessible tessereth 2018-07-01 17:23:43 +1000
  • ac3a76cd32 update httparse version Nikolay Kim 2018-07-05 13:21:33 +0600
  • 8058d15624 clippy warnings Nikolay Kim 2018-07-05 13:16:16 +0600
  • 05a43a855e remove unsafe Nikolay Kim 2018-07-05 13:00:46 +0600
  • 80339147b9 call disconnect on write error Nikolay Kim 2018-07-05 12:50:54 +0600
  • 6af2f5d642 re-enable start_incoming support Nikolay Kim 2018-07-05 12:14:10 +0600
  • d7762297da update actix dependency Nikolay Kim 2018-07-05 12:02:32 +0600
  • b48bc746b8
    Merge e225825387 into d5606625a2 Marcel Buesing 2018-07-05 01:05:06 +0000
  • d5606625a2 remove public Clone for Request Nikolay Kim 2018-07-04 22:57:40 +0600
  • 5d79114239 optimize Request handling Nikolay Kim 2018-07-04 22:52:49 +0600
  • f559f23e1c Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-04 21:02:40 +0600
  • 6fd686ef98 cleanup warnings Nikolay Kim 2018-07-04 21:01:27 +0600
  • 4c5a63965e use new actix context api Nikolay Kim 2018-07-04 17:04:23 +0600