1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-20 04:35:50 +02:00

Commit Graph

  • 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 v0.4.4 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 v0.4.3 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 v0.4.2 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
  • 10f57dac31 add csrf filter middleware Niklas Fiekas 2018-03-02 19:35:41 +01:00
  • b640b49b05 adjust low buf size v0.4.1 Nikolay Kim 2018-03-01 20:13:50 -08:00
  • 1fea4bd9a6 prepare release Nikolay Kim 2018-03-01 20:01:25 -08:00
  • 206c4e581a rename httpcodes Nikolay Kim 2018-03-01 19:12:59 -08:00
  • 4e13505b92 rename .p to a .filter Nikolay Kim 2018-03-01 18:32:31 -08:00
  • 5b6d7cddbf Fix payload parse in situation when socket data is not ready Nikolay Kim 2018-03-01 18:26:26 -08:00
  • 4aaf9f08f8 update readme Nikolay Kim 2018-02-28 22:31:54 -08:00
  • b0ba23ff55
    Merge pull request #88 from rofrol/patch-2 Nikolay Kim 2018-02-28 17:07:57 -08:00
  • 42b19b1819
    Merge branch 'master' into patch-2 Nikolay Kim 2018-02-28 17:07:44 -08:00
  • 0335fde3f9
    Update README.md Nikolay Kim 2018-02-28 16:58:05 -08:00
  • f27edbff89
    be consistent with host - had CORS preflight once Roman Frołow 2018-03-01 01:01:27 +01:00
  • d62d6e68e0 use new version of http crate Nikolay Kim 2018-02-28 14:16:55 -08:00
  • 1284264511
    Update CHANGES.md Nikolay Kim 2018-02-28 12:35:16 -08:00
  • d977fe563b
    Merge pull request #87 from adwhit/fix-session-set Nikolay Kim 2018-02-28 12:34:46 -08:00
  • bb68f9dd90 add session borrow fix to changes Alex Whitney 2018-02-28 19:51:14 +00:00
  • 313396d9b5 fix session mut borrow lifetime Alex Whitney 2018-02-28 19:35:26 +00:00
  • 171a23561e export Drain Nikolay Kim 2018-02-28 11:10:54 -08:00
  • 67f33a4760 add redis session example Nikolay Kim 2018-02-28 10:26:40 -08:00
  • 764421fe44 update categories v0.4.0 Nikolay Kim 2018-02-27 23:51:57 -08:00
  • b339ea0a3a update versions in guide Nikolay Kim 2018-02-27 23:31:43 -08:00
  • 8994732227 doc strings Nikolay Kim 2018-02-27 23:30:26 -08:00
  • 7591592279 fix handle big data chunkd for parsing Nikolay Kim 2018-02-27 23:04:57 -08:00
  • 4a48b43927 big value Nikolay Kim 2018-02-27 21:49:08 -08:00
  • b1ad4763a2 check juniper example Nikolay Kim 2018-02-27 21:23:41 -08:00
  • 2f3a2115c0
    Merge pull request #86 from pyros2097/master Nikolay Kim 2018-02-27 21:21:52 -08:00
  • 1283c00583 add juniper example pyros2097 2018-02-28 10:41:24 +05:30
  • 9f81eae215 build docs on nightly Nikolay Kim 2018-02-27 21:04:22 -08:00
  • ccb6ebb259 headers test Nikolay Kim 2018-02-27 20:49:53 -08:00
  • da76de76f0 upgrade sha crate Nikolay Kim 2018-02-27 20:32:51 -08:00
  • c316a99746 stop server test Nikolay Kim 2018-02-27 20:04:01 -08:00
  • 1e2aa4fc90 mark context as modified after writing data Nikolay Kim 2018-02-27 18:05:06 -08:00
  • e2c8f17c2c drop connection if handler get dropped without consuming payload Nikolay Kim 2018-02-27 16:08:57 -08:00
  • 9b06eac720 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-02-27 15:41:53 -08:00
  • 4f99cd1580 add ws error tracing Nikolay Kim 2018-02-27 15:38:57 -08:00
  • f56fa49a9b
    Merge pull request #84 from mpaltun/patch-1 Nikolay Kim 2018-02-27 15:18:16 -08:00
  • 1f063e4136 move with_connector method to ClientRequestBuilder Nikolay Kim 2018-02-27 15:14:33 -08:00
  • 33c935dccc
    Fix typos in README Mustafa Paltun 2018-02-28 01:13:59 +02:00
  • a7bf635158 unify headers and body processing for client response and server request Nikolay Kim 2018-02-27 15:03:28 -08:00
  • aac9b5a97c update readme Nikolay Kim 2018-02-27 12:49:11 -08:00
  • 6c480fae90 added HttpRequest::encoding() method; fix urlencoded parsing with charset Nikolay Kim 2018-02-27 11:31:54 -08:00
  • 5dcb558f50 refactor websockets handling Nikolay Kim 2018-02-27 10:09:24 -08:00
  • a344c3a02e remove read buffer management api Nikolay Kim 2018-02-26 20:07:22 -08:00
  • 0ab8bc11f3 fix guide example Nikolay Kim 2018-02-26 16:41:57 -08:00
  • abae65a49e remove unused code Nikolay Kim 2018-02-26 16:11:00 -08:00
  • d6fd4a3524 use buffer capacity; remove unused imports Nikolay Kim 2018-02-26 15:26:27 -08:00
  • 72aa2d9eae clippy warnings Nikolay Kim 2018-02-26 14:33:56 -08:00
  • 644f1a9518 refactor ws frame parser Nikolay Kim 2018-02-26 13:58:23 -08:00
  • 56ae565688 fix guide examples Nikolay Kim 2018-02-26 08:02:58 -08:00
  • 0a3b776aa7 refactor multipart stream Nikolay Kim 2018-02-26 05:55:07 +03:00
  • 6ef9c60361 add Read and AsyncRead impl to HttpRequest Nikolay Kim 2018-02-25 21:26:58 +03:00