1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-30 18:34:36 +01:00

Commit Graph

  • 0bf29a522b Allow to use std::net::TcpListener for HttpServer Nikolay Kim 2018-03-07 11:28:44 -0800
  • 24342fb745
    Merge pull request #113 from niklasf/csrf-upgrade Nikolay Kim 2018-03-07 09:58:30 -0800
  • 0278e364ec add tests for csrf upgrade filter Niklas Fiekas 2018-03-07 18:42:21 +0100
  • b9d6bbd357 filter cross-site upgrades in csrf middleware Niklas Fiekas 2018-03-07 17:49:30 +0100
  • 5816ecd1bc fix variable name: cors -> csrf Niklas Fiekas 2018-03-07 17:44:19 +0100
  • 2ff55ee1c5
    Update CHANGES.md Nikolay Kim 2018-03-07 06:14:44 -0800
  • b42de6c41f
    Merge pull request #111 from adwhit/cookie-handling Nikolay Kim 2018-03-07 06:13:02 -0800
  • 9e0e081c90
    Merge branch 'master' into cookie-handling Nikolay Kim 2018-03-07 06:12:37 -0800
  • 178f5a104e
    Merge pull request #110 from messense/feature/tools-actix Nikolay Kim 2018-03-07 06:10:18 -0800
  • 1e42f9575a
    Merge branch 'master' into feature/tools-actix Nikolay Kim 2018-03-07 06:09:09 -0800
  • 24dfcf1303
    Merge pull request #109 from kingoflolz/master Nikolay Kim 2018-03-07 06:04:55 -0800
  • 6cc3aaef1b add client cookie handling test Alex Whitney 2018-03-07 11:43:55 +0000
  • 436a16a2c8
    Use actix from crates.io in tools/wsload messense 2018-03-07 19:26:23 +0800
  • 9afad5885b fix client cookie handling Alex Whitney 2018-03-07 09:48:34 +0000
  • 04d0abb3c7 make session an optional feature kindiana 2018-03-07 15:38:58 +0800
  • 1e5daa1de8 update changes Nikolay Kim 2018-03-06 23:04:18 -0800
  • d3c859f9f3 bump version Nikolay Kim 2018-03-06 22:44:06 -0800
  • c1419413aa Fix client cookie support Nikolay Kim 2018-03-06 22:36:34 -0800
  • acd33cccbb add tls Nikolay Kim 2018-03-06 17:34:46 -0800
  • 57a1d68f89 add client response timeout Nikolay Kim 2018-03-06 17:04:48 -0800
  • 5c88441cd7
    Merge pull request #108 from glademiller/feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:31 -0800
  • 6a3c5c4ce0
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:25 -0800
  • 14a511bdad use IntoHeaderValue and Header for client request Nikolay Kim 2018-03-06 15:18:04 -0800
  • 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 -0700
  • 5bf4f3be8b Actix dependency needs to be updated to master Glade Miller 2018-03-06 15:43:56 -0700
  • 6b9e51740b
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:28:31 -0700
  • be7e8d159b Allow connection timeout to be set Glade Miller 2018-03-06 15:26:09 -0700
  • ceb97cd6b9
    Merge pull request #106 from niklasf/starting-url Nikolay Kim 2018-03-06 11:41:42 -0800
  • 85b650048d give a url in the log when starting Niklas Fiekas 2018-03-06 20:37:18 +0100
  • a0e6313d56 Fix compression #103 and #104 Nikolay Kim 2018-03-06 11:02:03 -0800
  • 9cc6f6b1e4
    Merge pull request #102 from mockersf/gzip Nikolay Kim 2018-03-06 08:48:06 -0800
  • 526753ee88 update tests for stable compiler Nikolay Kim 2018-03-06 07:56:43 -0800
  • 779e773185 add tests with large random bodies for gzip François Mockers 2018-03-06 14:26:48 +0100
  • 7eb310f8ce fix guide Nikolay Kim 2018-03-06 00:44:45 -0800
  • d573cf2d97 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-06 00:43:34 -0800
  • 32b5544ad9 port hyper header Nikolay Kim 2018-03-06 00:43:25 -0800
  • e182ed33b1 add Header trait Nikolay Kim 2018-03-05 19:28:42 -0800
  • 6f1836f80e
    Merge pull request #98 from flip111/patch-2 Nikolay Kim 2018-03-05 16:48:47 -0800
  • 5b530f11b5
    Update qs_14.md flip111 2018-03-06 01:46:16 +0100
  • 0c30057c8c move headers to separate module; allow custom HeaderValue conversion Nikolay Kim 2018-03-05 16:45:54 -0800
  • 6078344ecc
    Merge pull request #97 from flip111/patch-1 Nikolay Kim 2018-03-05 16:36:32 -0800
  • 67f5a949a4
    Update qs_14.md flip111 2018-03-06 01:35:41 +0100
  • 05e49e893e allow only GET and HEAD for NamedFile Nikolay Kim 2018-03-05 14:04:30 -0800
  • c8844425ad Enable compression support for NamedFile Nikolay Kim 2018-03-05 13:31:30 -0800
  • b282ec106e Add ResponseError impl for SendRequestError Nikolay Kim 2018-03-05 13:02:31 -0800
  • ea2a8f6908 add http proxy example Nikolay Kim 2018-03-05 11:12:19 -0800
  • 2b942ec5f2 add uds example readme Nikolay Kim 2018-03-05 09:47:17 -0800
  • bf77be0337
    Merge pull request #95 from messense/feature/unix-socket-example Nikolay Kim 2018-03-05 09:37:00 -0800
  • c2741054bb
    Add unix domain socket example messense 2018-03-05 21:09:13 +0800
  • e708f51156 prep release Nikolay Kim 2018-03-04 20:28:06 -0800
  • cbb821148b explicitly set tcp nodelay Nikolay Kim 2018-03-04 20:14:58 -0800
  • d6b021e185
    Merge pull request #94 from messense/feature/str-repeat Nikolay Kim 2018-03-04 19:57:49 -0800
  • 0adb7e8553
    Use str::repeat messense 2018-03-05 09:54:58 +0800
  • dbfa1f0ac8 fix example Nikolay Kim 2018-03-04 10:44:41 -0800
  • 11347e3c7d Allow to use Arc<Vec<u8>> as response/request body Nikolay Kim 2018-03-04 10:33:18 -0800
  • 631fe72a46 websockets text() is more generic Nikolay Kim 2018-03-04 10:18:42 -0800
  • f673dba759 Fix handling of requests with an encoded body with a length > 8192 #93 Nikolay Kim 2018-03-04 09:48:23 -0800
  • ab978a18ff unix only test Nikolay Kim 2018-03-03 18:50:00 -0800
  • 327df159c6 prepare release Nikolay Kim 2018-03-03 18:46:22 -0800
  • 2ccbd5fa18 fix socket polling Nikolay Kim 2018-03-03 12:17:26 -0800
  • 058630d041 simplify channels list management Nikolay Kim 2018-03-03 11:16:55 -0800
  • f456be0309 simplify linked nodes Nikolay Kim 2018-03-03 10:06:13 -0800
  • 9bd6cb03ac Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-03 09:29:46 -0800
  • 16afeda79c update changes Nikolay Kim 2018-03-03 09:29:36 -0800
  • 83fcdfd91f fix potential bug in payload processing Nikolay Kim 2018-03-03 09:27:54 -0800
  • 8f94ae41cc
    Merge pull request #90 from rvlzzr/master Nikolay Kim 2018-03-02 23:08:33 -0800
  • 4e41347de8 move reuse_address before bind Anti Revoluzzer 2018-03-02 22:57:11 -0800
  • 6acb6dd4e7 set release date Nikolay Kim 2018-03-02 22:31:58 -0800
  • 791a980e2d update tests Nikolay Kim 2018-03-02 22:08:56 -0800
  • c2d8abcee7 Fix disconnect on idle connections Nikolay Kim 2018-03-02 20:47:23 -0800
  • 16c05f07ba make HttpRequest::match_info_mut() public Nikolay Kim 2018-03-02 20:40:08 -0800
  • 2158ad29ee add Pattern::with_prefix, make it usable outside of actix Nikolay Kim 2018-03-02 20:39:22 -0800
  • feba5aeffd bump version Nikolay Kim 2018-03-02 14:31:23 -0800
  • 343888017e
    Update CHANGES.md Nikolay Kim 2018-03-02 12:26:31 -0800
  • 3a5d445b2f
    Merge pull request #89 from niklasf/csrf-middleware Nikolay Kim 2018-03-02 12:25:23 -0800
  • e60acb7607
    Merge branch 'master' into csrf-middleware Nikolay Kim 2018-03-02 12:25:05 -0800
  • bebfc6c9b5 sleep for test Nikolay Kim 2018-03-02 11:32:37 -0800
  • 3b2928a391 Better naming for websockets implementation Nikolay Kim 2018-03-02 11:29:55 -0800
  • 10f57dac31 add csrf filter middleware Niklas Fiekas 2018-03-02 19:35:41 +0100
  • b640b49b05 adjust low buf size Nikolay Kim 2018-03-01 20:13:50 -0800
  • 1fea4bd9a6 prepare release Nikolay Kim 2018-03-01 20:01:25 -0800
  • 206c4e581a rename httpcodes Nikolay Kim 2018-03-01 19:12:59 -0800
  • 4e13505b92 rename .p to a .filter Nikolay Kim 2018-03-01 18:32:31 -0800
  • 5b6d7cddbf Fix payload parse in situation when socket data is not ready Nikolay Kim 2018-03-01 18:26:26 -0800
  • 4aaf9f08f8 update readme Nikolay Kim 2018-02-28 22:31:54 -0800
  • b0ba23ff55
    Merge pull request #88 from rofrol/patch-2 Nikolay Kim 2018-02-28 17:07:57 -0800
  • 42b19b1819
    Merge branch 'master' into patch-2 Nikolay Kim 2018-02-28 17:07:44 -0800
  • 0335fde3f9
    Update README.md Nikolay Kim 2018-02-28 16:58:05 -0800
  • f27edbff89
    be consistent with host - had CORS preflight once Roman Frołow 2018-03-01 01:01:27 +0100
  • d62d6e68e0 use new version of http crate Nikolay Kim 2018-02-28 14:16:55 -0800
  • 1284264511
    Update CHANGES.md Nikolay Kim 2018-02-28 12:35:16 -0800
  • d977fe563b
    Merge pull request #87 from adwhit/fix-session-set Nikolay Kim 2018-02-28 12:34:46 -0800
  • bb68f9dd90 add session borrow fix to changes Alex Whitney 2018-02-28 19:51:14 +0000
  • 313396d9b5 fix session mut borrow lifetime Alex Whitney 2018-02-28 19:35:26 +0000
  • 171a23561e export Drain Nikolay Kim 2018-02-28 11:10:54 -0800
  • 67f33a4760 add redis session example Nikolay Kim 2018-02-28 10:26:40 -0800
  • 08f80a5bff prepare release Nikolay Kim 2018-02-28 08:05:44 -0800
  • 764421fe44 update categories Nikolay Kim 2018-02-27 23:51:57 -0800
  • b339ea0a3a update versions in guide Nikolay Kim 2018-02-27 23:31:43 -0800
  • 8994732227 doc strings Nikolay Kim 2018-02-27 23:30:26 -0800