1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-19 14:49:01 +00:00

Commit graph

  • cfd9a56ff7 Add async/await ref Nikolay Kim 2018-10-28 09:24:19 -0700
  • 54c525687a
    Merge branch 'master' into use-old-clippy-attribute-syntax #562 Nikolay Kim 2018-10-28 09:05:18 -0700
  • 5f91f5eda6
    Correct IoStream::set_keepalive for UDS (#564) Douman 2018-10-26 10:59:06 +0300
  • 7cf09d726e Enable uds feautre in tests #564 Douman 2018-10-26 08:10:43 +0300
  • 309c800a35 Correct IoStream::set_keepalive for UDS Douman 2018-10-26 08:02:42 +0300
  • 304665cf48 Use old clippy attributes syntax Stanislav Tkach 2018-10-25 12:45:48 +0300
  • 540ad18432 add Debug impl Nikolay Kim 2018-10-24 16:48:45 -0700
  • e1418018c6 add BytesCodec Nikolay Kim 2018-10-24 10:43:30 -0700
  • cd0223e8b7 update Connector usage Nikolay Kim 2018-10-23 22:41:30 -0700
  • ff914f79fc make port required Nikolay Kim 2018-10-23 22:40:56 -0700
  • 3a133e3974 restore DefaultConnector Nikolay Kim 2018-10-23 22:26:16 -0700
  • 0b0d14d1ea refactor Connector service Nikolay Kim 2018-10-23 22:14:02 -0700
  • bc6e62349c update deps; export api Nikolay Kim 2018-10-23 21:44:20 -0700
  • 099ebbfaa3 add timeout service Nikolay Kim 2018-10-23 21:38:36 -0700
  • 4260692034 add DefaultClient type alias Nikolay Kim 2018-10-22 18:52:40 -0700
  • 09c94cb06b add client http codec; websockets client Nikolay Kim 2018-10-22 18:18:05 -0700
  • 9b94eaa6a8 ws services Nikolay Kim 2018-10-22 09:59:20 -0700
  • afe15ba44f use executor spawn Nikolay Kim 2018-10-20 08:34:16 -0700
  • 42d5d48e71 add a way to configure error treatment for Query and Path extractors (#550) François 2018-10-20 05:43:43 +0200
  • 0f839aa109 allow error handler to be customized for Path extractor #550 François Mockers 2018-10-19 00:13:14 +0200
  • 1b20e288f2 add a way to configure error treatment for Query extractor François Mockers 2018-10-15 19:54:17 +0200
  • 960274ada8
    Refactoring of server output to not exclude HTTP_10 (#552) Douman 2018-10-19 07:52:10 +0300
  • f383f618b5 Fix typo in error message (#554) ivan-ochc 2018-10-18 21:27:31 +0300
  • 7fe330e47e
    Fix typo in error message #554 ivan-ochc 2018-10-18 17:32:42 +0300
  • 1ed2c7c144 Refactoring of server output to not exclude HTTP_10 #552 Douman 2018-10-18 06:57:31 +0300
  • 20c693b39c rename service Nikolay Kim 2018-10-15 16:46:13 -0700
  • 3c402a55da added H1SimpleService Nikolay Kim 2018-10-15 15:56:47 -0700
  • 5cebbd7b3e
    Merge d341ab7a50 into c04b4678f1 #548 Prasanna V. Loganathar 2018-10-15 02:57:13 +0000
  • d341ab7a50
    fix up changelog versions #548 Prasanna V. Loganathar 2018-10-15 08:27:11 +0530
  • effe1c15d5
    add missing breaking change Prasanna V. Loganathar 2018-10-15 07:57:59 +0530
  • c04b4678f1 bump version v0.7.13 Nikolay Kim 2018-10-14 08:10:41 -0700
  • dd948f836e HttpServer not sending streamed request body on HTTP/2 requests #544 Nikolay Kim 2018-10-14 08:08:12 -0700
  • d39c018c93 do not handle upgrade and connect requests Nikolay Kim 2018-10-13 23:57:31 -0700
  • 63a443fce0 Correct build script Douman 2018-10-13 10:05:21 +0300
  • d145136e56 Add individual check for TLS features Douman 2018-10-13 09:54:03 +0300
  • b960b5827c export Uri Nikolay Kim 2018-10-11 20:15:10 -0700
  • 32145cf6c3 fix after update tokio-rustls (#542) jeizsm 2018-10-11 11:05:07 +0300
  • d618d3fa7d fix after update tokio-rustls #542 Marat Safin 2018-10-11 10:04:12 +0300
  • 06addd5523 update deps Nikolay Kim 2018-10-10 13:23:25 -0700
  • 47b47af01a refactor ws codec Nikolay Kim 2018-10-10 13:20:00 -0700
  • ec8aef6b43 update dep versions v0.7.12 Nikolay Kim 2018-10-10 08:36:16 -0700
  • 4eabf3994a set min versions for actix and trust-dns v0.1.1 Nikolay Kim 2018-10-10 08:23:42 -0700
  • 761b669175
    Merge branch 'master' into master Stephen Ellis 2018-10-10 01:05:21 -0700
  • f45038bbfe remove unused code v0.7.11 Nikolay Kim 2018-10-09 13:23:37 -0700
  • c63838bb71 fix 204 support for http/2 Nikolay Kim 2018-10-09 13:12:49 -0700
  • 55d95b73c4 Added HTTP Authentication for Client Stephen Ellis 2018-10-09 12:24:04 -0700
  • 4d17a9afcc update version v0.7.10 Nikolay Kim 2018-10-09 11:42:52 -0700
  • 65e9201b4d Fixed panic during graceful shutdown Nikolay Kim 2018-10-09 11:35:57 -0700
  • 4a167dc89e update readme example Nikolay Kim 2018-10-09 10:46:00 -0700
  • 1407bf4f7f simplify h1 codec messages Nikolay Kim 2018-10-09 10:36:40 -0700
  • c3ad516f56 disable shutdown atm v0.7.9 Nikolay Kim 2018-10-09 09:45:24 -0700
  • cb78d9d41a use actix-net release Nikolay Kim 2018-10-08 22:04:53 -0700
  • e32961a897 docs url Nikolay Kim 2018-10-08 22:02:38 -0700
  • 93b1c5fd46 update deps Nikolay Kim 2018-10-08 21:58:37 -0700
  • 4ff8c248c7 prep release v0.1.0 Nikolay Kim 2018-10-08 21:46:57 -0700
  • fd5da5945e update appveyor config Nikolay Kim 2018-10-08 21:23:52 -0700
  • 2b4870e65b fix tests on stable Nikolay Kim 2018-10-08 16:10:07 -0700
  • 614d1696d8 add Framed2 Nikolay Kim 2018-10-08 15:38:52 -0700
  • f99a723643 add Default impl for ServiceConfig Nikolay Kim 2018-10-08 15:52:12 -0700
  • 3984ad45df separate ResponseLength::Zero is not needed Nikolay Kim 2018-10-08 15:33:38 -0700
  • 4e7fac08b9 do not override content-length header Nikolay Kim 2018-10-08 15:30:59 -0700
  • 805e7a4cd0 impl response body support Nikolay Kim 2018-10-08 15:24:51 -0700
  • 07f6ca4b71 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-10-08 13:06:49 -0700
  • 03d988b898 refactor date rendering Nikolay Kim 2018-10-08 10:16:19 -0700
  • 431e33acb2 add Date header to response Nikolay Kim 2018-10-08 10:14:29 -0700
  • 30db78c19c use TakeItem instead of TakeRequest Nikolay Kim 2018-10-08 07:55:01 -0700
  • cfad5bf1f3 enable slow request timeout for h2 dispatcher Nikolay Kim 2018-10-08 07:47:42 -0700
  • 8acf9eb98a better keep-alive handling Nikolay Kim 2018-10-07 10:09:48 -0700
  • 13193a0721 refactor http/1 dispatcher Nikolay Kim 2018-10-07 09:48:53 -0700
  • 9c4a55c95c simplify H1Service configuration Nikolay Kim 2018-10-07 08:28:38 -0700
  • 8d85c45c1d simplify error handling Nikolay Kim 2018-10-07 00:04:38 -0700
  • b0ca6220f0 refactor te encoding Nikolay Kim 2018-10-06 22:36:57 -0700
  • dda5b399ca add content-length test Nikolay Kim 2018-10-06 21:32:01 -0700
  • 25af82c45a cleanup dependencies Nikolay Kim 2018-10-06 21:14:02 -0700
  • 87b83a3403 update tests, remove unused deps Nikolay Kim 2018-10-06 21:07:32 -0700
  • c368abdf5f remove Json type Nikolay Kim 2018-10-06 20:34:19 -0700
  • ee62814216 split request decoder and payload decoder Nikolay Kim 2018-10-06 20:31:22 -0700
  • 10678a22af test content length (#532) Danil Berestov 2018-10-06 13:17:20 +0800
  • 7ae5a43877 httpresponse.rs doc fix (#534) lzx 2018-10-06 13:16:12 +0800
  • 8fc5db3026 httpresponse.rs doc fix #534 lzxZz 2018-10-06 10:39:13 +0800
  • 29ae1600a3 add TakeItem service Nikolay Kim 2018-10-05 16:00:44 -0700
  • c0699a070e add TakeRequest service; update ws test case Nikolay Kim 2018-10-05 15:39:35 -0700
  • d204c438a1 add IntoFramed service Nikolay Kim 2018-10-05 15:37:15 -0700
  • 7e135b798b add websocket transport and test Nikolay Kim 2018-10-05 14:30:40 -0700
  • b1899e2bb1 allow to change framed codec Nikolay Kim 2018-10-05 14:29:47 -0700
  • f8efabdce7 expose service and framed instances from framed transport Nikolay Kim 2018-10-05 13:13:36 -0700
  • 7da916e382 add forked version of Framed type Nikolay Kim 2018-10-05 13:07:09 -0700
  • 5c0a2066cc refactor ws to a websocket codec Nikolay Kim 2018-10-05 12:47:22 -0700
  • 8c2244dd88 rename HttpResponse Nikolay Kim 2018-10-05 11:04:59 -0700
  • d53f3d7187 re-enable websockets Nikolay Kim 2018-10-05 10:19:15 -0700
  • 2e27d77740 fix connection keepalive support Nikolay Kim 2018-10-05 10:03:10 -0700
  • fbf67544e5 remove unused code Nikolay Kim 2018-10-05 08:00:36 -0700
  • c24a8f4c2d remove high level apis Nikolay Kim 2018-10-05 07:02:09 -0700
  • c99f9eaa63
    Update test_h1v2.rs Nikolay Kim 2018-10-05 05:59:02 -0700
  • caa5a54b8f fix test and remove unused code Nikolay Kim 2018-10-04 23:46:43 -0700
  • 7fdc18f9b9 calculate response parameters Nikolay Kim 2018-10-04 23:39:11 -0700
  • e78014c65a fix travis link in readme Nikolay Kim 2018-10-04 21:19:43 -0700
  • df50e636f1 update readme Nikolay Kim 2018-10-04 21:18:36 -0700
  • 99a915e668 disable gh-pages update Nikolay Kim 2018-10-04 21:15:24 -0700
  • 829dbae609 cleanups and tests Nikolay Kim 2018-10-04 21:14:18 -0700