1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 13:46:36 +00:00

Commit graph

  • 67f5a949a4
    Update qs_14.md #97 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 #95 messense 2018-03-05 21:09:13 +0800
  • e708f51156 prep release v0.4.4 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 #94 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 v0.4.3 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 #90 Anti Revoluzzer 2018-03-02 22:57:11 -0800
  • 6acb6dd4e7 set release date v0.4.2 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 #89 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 v0.4.1 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 #88 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 #87 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
  • 764421fe44 update categories v0.4.0 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
  • 7591592279 fix handle big data chunkd for parsing Nikolay Kim 2018-02-27 23:04:57 -0800
  • 4a48b43927 big value Nikolay Kim 2018-02-27 21:49:08 -0800
  • b1ad4763a2 check juniper example Nikolay Kim 2018-02-27 21:23:41 -0800
  • 2f3a2115c0
    Merge pull request #86 from pyros2097/master Nikolay Kim 2018-02-27 21:21:52 -0800
  • 1283c00583 add juniper example #86 pyros2097 2018-02-28 10:41:24 +0530
  • 9f81eae215 build docs on nightly Nikolay Kim 2018-02-27 21:04:22 -0800
  • ef51fff807
    Merge e5d184b7e5 into ccb6ebb259 #85 pyros2097 2018-02-28 05:00:20 +0000
  • e063eb5b71
    Merge e5d184b7e5 into ccb6ebb259 #81 pyros2097 2018-02-28 04:50:23 +0000
  • ccb6ebb259 headers test Nikolay Kim 2018-02-27 20:49:53 -0800
  • e5d184b7e5 Merge branch 'master' of github.com:pyros2097/actix-web #85 #81 pyros2097 2018-02-28 10:18:53 +0530
  • c82539e86b make schema belong to actor pyros2097 2018-02-28 10:16:39 +0530
  • 7d5e3e98a5 improve juniper example pyros2097 2018-02-27 22:02:56 +0530
  • 7c585fe533 add juniper-websocket pyros2097 2018-02-26 21:30:23 +0530
  • ae53ae7979 add juniper-websocket example pyros2097 2018-02-23 20:21:43 +0530
  • 435bafc336 add juniper example pyros2097 2018-02-23 14:05:34 +0530
  • bd9536cf66 make schema belong to actor pyros2097 2018-02-28 10:16:39 +0530
  • da76de76f0 upgrade sha crate Nikolay Kim 2018-02-27 20:32:51 -0800
  • c316a99746 stop server test Nikolay Kim 2018-02-27 20:04:01 -0800
  • 1e2aa4fc90 mark context as modified after writing data Nikolay Kim 2018-02-27 18:05:06 -0800
  • e2c8f17c2c drop connection if handler get dropped without consuming payload Nikolay Kim 2018-02-27 16:08:57 -0800
  • 9b06eac720 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-02-27 15:41:53 -0800
  • 4f99cd1580 add ws error tracing Nikolay Kim 2018-02-27 15:38:57 -0800
  • f56fa49a9b
    Merge pull request #84 from mpaltun/patch-1 Nikolay Kim 2018-02-27 15:18:16 -0800
  • 1f063e4136 move with_connector method to ClientRequestBuilder Nikolay Kim 2018-02-27 15:14:33 -0800
  • 33c935dccc
    Fix typos in README #84 Mustafa Paltun 2018-02-28 01:13:59 +0200
  • a7bf635158 unify headers and body processing for client response and server request Nikolay Kim 2018-02-27 15:03:28 -0800
  • aac9b5a97c update readme Nikolay Kim 2018-02-27 12:49:11 -0800
  • 6c480fae90 added HttpRequest::encoding() method; fix urlencoded parsing with charset Nikolay Kim 2018-02-27 11:31:54 -0800
  • 5dcb558f50 refactor websockets handling Nikolay Kim 2018-02-27 10:09:24 -0800
  • 46a9c71521 improve juniper example pyros2097 2018-02-27 22:02:56 +0530
  • a344c3a02e remove read buffer management api Nikolay Kim 2018-02-26 20:07:22 -0800
  • 0ab8bc11f3 fix guide example Nikolay Kim 2018-02-26 16:41:57 -0800
  • abae65a49e remove unused code Nikolay Kim 2018-02-26 16:11:00 -0800
  • d6fd4a3524 use buffer capacity; remove unused imports Nikolay Kim 2018-02-26 15:26:27 -0800
  • 72aa2d9eae clippy warnings Nikolay Kim 2018-02-26 14:33:56 -0800
  • 644f1a9518 refactor ws frame parser Nikolay Kim 2018-02-26 13:58:23 -0800
  • 56ae565688 fix guide examples Nikolay Kim 2018-02-26 08:02:58 -0800
  • e2acb0030a add juniper-websocket pyros2097 2018-02-26 21:30:23 +0530
  • 331f66c490 Merge branch 'master' of github.com:pyros2097/actix-web pyros2097 2018-02-26 21:28:58 +0530
  • 0a3b776aa7 refactor multipart stream Nikolay Kim 2018-02-26 05:55:07 +0300
  • 6ef9c60361 add Read and AsyncRead impl to HttpRequest Nikolay Kim 2018-02-25 21:26:58 +0300
  • a2b98b31e8 refactor payload related futures for HttpRequest Nikolay Kim 2018-02-25 20:34:26 +0300