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

Commit Graph

  • f12b613211 more ws optimizations Nikolay Kim 2018-03-08 20:39:05 -08:00
  • 695c052c58
    Merge pull request #115 from kingxsp/master Nikolay Kim 2018-03-08 18:59:18 -08:00
  • 63634be542
    Merge branch 'master' into master kingxsp 2018-03-09 10:22:15 +08:00
  • f88f1c65b6 update tests Nikolay Kim 2018-03-08 18:19:46 -08:00
  • a0b589eb96 Add protobuf support kingxsp 2018-03-09 10:05:13 +08:00
  • ebdc983dfe optimize websocket stream Nikolay Kim 2018-03-08 17:19:50 -08:00
  • 395243a539 another attempt to fix cookie handling Nikolay Kim 2018-03-08 11:16:54 -08:00
  • 1ab676d7eb bump version and add some tests Nikolay Kim 2018-03-07 22:40:46 -08:00
  • 47f01e5b7e update doc string Nikolay Kim 2018-03-07 21:39:20 -08:00
  • ffb89935b6 update all features Nikolay Kim 2018-03-07 21:37:42 -08:00
  • 77a111b95c prepare release Nikolay Kim 2018-03-07 21:28:54 -08:00
  • 6c0fb3a7d2 handle panics in worker threads Nikolay Kim 2018-03-07 21:10:53 -08:00
  • 824244622f update test Nikolay Kim 2018-03-07 17:42:57 -08:00
  • 42d2a29b1d non-blocking processing for NamedFile Nikolay Kim 2018-03-07 17:40:13 -08:00
  • af8875f6ab sleep on accept socket error Nikolay Kim 2018-03-07 15:52:05 -08:00
  • 1db1ce1ca3 one more cookie handling fix Nikolay Kim 2018-03-07 15:41:46 -08:00
  • f55ef3a059 create default CpuPool Nikolay Kim 2018-03-07 14:56:53 -08:00
  • 67bf0ae79f fix HttpServer::listen method Nikolay Kim 2018-03-07 14:46:12 -08:00
  • b06cf32329
    Merge pull request #114 from DancingBard/master Nikolay Kim 2018-03-07 13:07:10 -08:00
  • 7cce29b633 BoyScoutRule: Fixed typo Thedancingbard 2018-03-07 21:54:25 +01:00
  • c26d9545a5 map connector timeout error Nikolay Kim 2018-03-07 12:09:53 -08:00
  • b950d6997d add csrf link to readme Nikolay Kim 2018-03-07 11:31:02 -08:00
  • 0bf29a522b Allow to use std::net::TcpListener for HttpServer Nikolay Kim 2018-03-07 11:28:44 -08:00
  • 24342fb745
    Merge pull request #113 from niklasf/csrf-upgrade Nikolay Kim 2018-03-07 09:58:30 -08:00
  • 0278e364ec add tests for csrf upgrade filter Niklas Fiekas 2018-03-07 18:42:21 +01:00
  • b9d6bbd357 filter cross-site upgrades in csrf middleware Niklas Fiekas 2018-03-07 17:49:30 +01:00
  • 5816ecd1bc fix variable name: cors -> csrf Niklas Fiekas 2018-03-07 17:44:19 +01:00
  • 2ff55ee1c5
    Update CHANGES.md Nikolay Kim 2018-03-07 06:14:44 -08:00
  • b42de6c41f
    Merge pull request #111 from adwhit/cookie-handling Nikolay Kim 2018-03-07 06:13:02 -08:00
  • 9e0e081c90
    Merge branch 'master' into cookie-handling Nikolay Kim 2018-03-07 06:12:37 -08:00
  • 178f5a104e
    Merge pull request #110 from messense/feature/tools-actix Nikolay Kim 2018-03-07 06:10:18 -08:00
  • 1e42f9575a
    Merge branch 'master' into feature/tools-actix Nikolay Kim 2018-03-07 06:09:09 -08:00
  • 24dfcf1303
    Merge pull request #109 from kingoflolz/master Nikolay Kim 2018-03-07 06:04:55 -08:00
  • 6cc3aaef1b add client cookie handling test Alex Whitney 2018-03-07 11:43:55 +00:00
  • 436a16a2c8
    Use actix from crates.io in tools/wsload messense 2018-03-07 19:26:23 +08:00
  • 9afad5885b fix client cookie handling Alex Whitney 2018-03-07 09:48:34 +00:00
  • 04d0abb3c7 make session an optional feature kindiana 2018-03-07 15:38:58 +08:00
  • 1e5daa1de8 update changes Nikolay Kim 2018-03-06 23:04:18 -08:00
  • d3c859f9f3 bump version Nikolay Kim 2018-03-06 22:44:06 -08:00
  • c1419413aa Fix client cookie support Nikolay Kim 2018-03-06 22:36:34 -08:00
  • acd33cccbb add tls Nikolay Kim 2018-03-06 17:34:46 -08:00
  • 57a1d68f89 add client response timeout Nikolay Kim 2018-03-06 17:04:48 -08:00
  • 5c88441cd7
    Merge pull request #108 from glademiller/feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:31 -08:00
  • 6a3c5c4ce0
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:25 -08:00
  • 14a511bdad use IntoHeaderValue and Header for client request Nikolay Kim 2018-03-06 15:18:04 -08:00
  • e4ed53d691 Merge branch 'feature/allow_connection_timeout_to_be_set' of https://github.com/glademiller/actix-web into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:44:18 -07:00
  • 5bf4f3be8b Actix dependency needs to be updated to master Glade Miller 2018-03-06 15:43:56 -07:00
  • 6b9e51740b
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:28:31 -07:00
  • be7e8d159b Allow connection timeout to be set Glade Miller 2018-03-06 15:26:09 -07:00
  • ceb97cd6b9
    Merge pull request #106 from niklasf/starting-url Nikolay Kim 2018-03-06 11:41:42 -08:00
  • 85b650048d give a url in the log when starting Niklas Fiekas 2018-03-06 20:37:18 +01:00
  • a0e6313d56 Fix compression #103 and #104 Nikolay Kim 2018-03-06 11:02:03 -08:00
  • 9cc6f6b1e4
    Merge pull request #102 from mockersf/gzip Nikolay Kim 2018-03-06 08:48:06 -08:00
  • 526753ee88 update tests for stable compiler Nikolay Kim 2018-03-06 07:56:43 -08:00
  • 779e773185 add tests with large random bodies for gzip François Mockers 2018-03-06 14:26:48 +01:00
  • 7eb310f8ce fix guide Nikolay Kim 2018-03-06 00:44:45 -08:00
  • d573cf2d97 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-06 00:43:34 -08:00
  • 32b5544ad9 port hyper header Nikolay Kim 2018-03-06 00:43:25 -08:00
  • e182ed33b1 add Header trait Nikolay Kim 2018-03-05 19:28:42 -08:00
  • 6f1836f80e
    Merge pull request #98 from flip111/patch-2 Nikolay Kim 2018-03-05 16:48:47 -08:00
  • 5b530f11b5
    Update qs_14.md flip111 2018-03-06 01:46:16 +01:00
  • 0c30057c8c move headers to separate module; allow custom HeaderValue conversion Nikolay Kim 2018-03-05 16:45:54 -08:00
  • 6078344ecc
    Merge pull request #97 from flip111/patch-1 Nikolay Kim 2018-03-05 16:36:32 -08:00
  • 67f5a949a4
    Update qs_14.md flip111 2018-03-06 01:35:41 +01:00
  • 05e49e893e allow only GET and HEAD for NamedFile Nikolay Kim 2018-03-05 14:04:30 -08:00
  • c8844425ad Enable compression support for NamedFile Nikolay Kim 2018-03-05 13:31:30 -08:00
  • b282ec106e Add ResponseError impl for SendRequestError Nikolay Kim 2018-03-05 13:02:31 -08:00
  • ea2a8f6908 add http proxy example Nikolay Kim 2018-03-05 11:12:19 -08:00
  • 2b942ec5f2 add uds example readme Nikolay Kim 2018-03-05 09:47:17 -08:00
  • bf77be0337
    Merge pull request #95 from messense/feature/unix-socket-example Nikolay Kim 2018-03-05 09:37:00 -08:00
  • c2741054bb
    Add unix domain socket example messense 2018-03-05 21:09:13 +08:00
  • e708f51156 prep release Nikolay Kim 2018-03-04 20:28:06 -08:00
  • cbb821148b explicitly set tcp nodelay Nikolay Kim 2018-03-04 20:14:58 -08:00
  • d6b021e185
    Merge pull request #94 from messense/feature/str-repeat Nikolay Kim 2018-03-04 19:57:49 -08:00
  • 0adb7e8553
    Use str::repeat messense 2018-03-05 09:54:58 +08:00
  • dbfa1f0ac8 fix example Nikolay Kim 2018-03-04 10:44:41 -08:00
  • 11347e3c7d Allow to use Arc<Vec<u8>> as response/request body Nikolay Kim 2018-03-04 10:33:18 -08:00
  • 631fe72a46 websockets text() is more generic Nikolay Kim 2018-03-04 10:18:42 -08:00
  • f673dba759 Fix handling of requests with an encoded body with a length > 8192 #93 Nikolay Kim 2018-03-04 09:48:23 -08:00
  • ab978a18ff unix only test Nikolay Kim 2018-03-03 18:50:00 -08:00
  • 327df159c6 prepare release Nikolay Kim 2018-03-03 18:46:22 -08:00
  • 2ccbd5fa18 fix socket polling Nikolay Kim 2018-03-03 12:17:26 -08:00
  • 058630d041 simplify channels list management Nikolay Kim 2018-03-03 11:16:55 -08:00
  • f456be0309 simplify linked nodes Nikolay Kim 2018-03-03 10:06:13 -08:00
  • 9bd6cb03ac Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-03 09:29:46 -08:00
  • 16afeda79c update changes Nikolay Kim 2018-03-03 09:29:36 -08:00
  • 83fcdfd91f fix potential bug in payload processing Nikolay Kim 2018-03-03 09:27:54 -08:00
  • 8f94ae41cc
    Merge pull request #90 from rvlzzr/master Nikolay Kim 2018-03-02 23:08:33 -08:00
  • 4e41347de8 move reuse_address before bind Anti Revoluzzer 2018-03-02 22:57:11 -08:00
  • 6acb6dd4e7 set release date Nikolay Kim 2018-03-02 22:31:58 -08:00
  • 791a980e2d update tests Nikolay Kim 2018-03-02 22:08:56 -08:00
  • c2d8abcee7 Fix disconnect on idle connections Nikolay Kim 2018-03-02 20:47:23 -08:00
  • 16c05f07ba make HttpRequest::match_info_mut() public Nikolay Kim 2018-03-02 20:40:08 -08:00
  • 2158ad29ee add Pattern::with_prefix, make it usable outside of actix Nikolay Kim 2018-03-02 20:39:22 -08:00
  • feba5aeffd bump version Nikolay Kim 2018-03-02 14:31:23 -08:00
  • 343888017e
    Update CHANGES.md Nikolay Kim 2018-03-02 12:26:31 -08:00
  • 3a5d445b2f
    Merge pull request #89 from niklasf/csrf-middleware Nikolay Kim 2018-03-02 12:25:23 -08:00
  • e60acb7607
    Merge branch 'master' into csrf-middleware Nikolay Kim 2018-03-02 12:25:05 -08:00
  • bebfc6c9b5 sleep for test Nikolay Kim 2018-03-02 11:32:37 -08:00
  • 3b2928a391 Better naming for websockets implementation Nikolay Kim 2018-03-02 11:29:55 -08:00