Commit Graph

  • 61b1030882 Fix websockets connection drop if request contains content-length header #567 Nikolay Kim 2018-11-08 20:35:47 -0800
  • a4b81a256c remove debug output Nikolay Kim 2018-11-08 18:45:40 -0800
  • 7065c540e1 set nodelay on socket #560 Nikolay Kim 2018-11-08 16:29:43 -0800
  • aed3933ae8 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-11-08 16:15:45 -0800
  • 5b7740dee3 hide ChunkedReadFile Nikolay Kim 2018-11-08 16:12:16 -0800
  • 1a0bf32ec7 Fix unnecessary owned string and change htmlescape in favor of askama_escape (#584) imaperson 2018-11-09 01:08:06 +0100
  • 9ab586e24e update actix-net dep Nikolay Kim 2018-11-08 16:06:23 -0800
  • 6a1d560f22 fix keep-alive timer reset Nikolay Kim 2018-11-08 09:30:53 -0800
  • 38235c14bb update changes Nikolay Kim 2018-11-08 09:16:40 -0800
  • 9579ec5cf9 Configure continuation buffer size for Websocket client. Sebastian Urban 2018-11-08 16:59:20 +0100
  • 48b8ea6fa3 Set maximum continuation size for Websocket server. Sebastian Urban 2018-11-08 16:48:23 +0100
  • d2a160a0d3 Websocket continuation tests Sebastian Urban 2018-11-08 16:25:06 +0100
  • 2c0ef6b5fe Add support for sending Websocket continuation frames. Sebastian Urban 2018-11-08 16:24:45 +0100
  • 36bac9433e Add support for WebSocket fragmentation. Sebastian Urban 2018-10-03 13:39:12 +0200
  • 4554bf82be Fix unnecessary owned string and change htmlescape in favor of askama_escape bott 2018-11-08 14:48:35 +0100
  • bf9269de9a reset delay instead of creating new one Nikolay Kim 2018-11-07 21:20:50 -0800
  • 62f1c90c8d update base64 dep Nikolay Kim 2018-11-07 21:18:40 -0800
  • 2677d325a7 fix keep-alive timer reset Nikolay Kim 2018-11-07 21:09:33 -0800
  • 8e354021d4 Add SameSite option to identity middleware cookie (#581) Julian Tescher 2018-11-07 12:24:06 -0800
  • 8a895b81a1
    Add SameSite option to identity middleware cookie Julian Tescher 2018-11-06 16:11:08 -0800
  • 452b16dd00 Reset keepalive timer when it required. notogawa 2018-11-07 09:55:54 +0900
  • f1587243c2 fix body decoding Nikolay Kim 2018-11-05 19:32:03 -0800
  • de99b80038 add task notify Legokichi Duckscallion 2018-11-05 18:09:18 +0900
  • bb34df8c1b use configured token for service message Nikolay Kim 2018-11-03 10:22:04 -0700
  • 1ac018dc79 refactor server service configuration protcess Nikolay Kim 2018-11-03 09:09:14 -0700
  • 0e3d1068da separate stop worker channel Nikolay Kim 2018-11-01 15:33:35 -0700
  • 60144a3cb8 update trust-dns Nikolay Kim 2018-11-01 12:25:03 -0700
  • 6c25becd3f impl Clone for TakeItem and TakeItemService Nikolay Kim 2018-11-01 11:03:03 -0700
  • 3b536ee96c Use old clippy attributes syntax (#562) Stanislav Tkach 2018-11-01 10:14:48 +0200
  • e40dd23fea
    Update fs.rs Kat 2018-10-30 16:23:27 -0700
  • f2df1836ef
    Update fs.rs Kat 2018-10-30 16:21:05 -0700
  • 971f732f69
    Update fs.rs Kat 2018-10-30 16:07:39 -0700
  • 6df11f7abe
    Update service.rs Kat 2018-10-30 16:03:46 -0700
  • 93e53ae3fc
    Update service.rs Kat 2018-10-30 16:02:57 -0700
  • da82e24954 render error message as body Nikolay Kim 2018-10-30 11:53:48 -0700
  • 79bcbb8a10 use error message Nikolay Kim 2018-10-30 11:50:30 -0700
  • 148cf73003 allow to create response with error message Nikolay Kim 2018-10-30 11:46:44 -0700
  • dc19a9f862 refactor Resolver service Nikolay Kim 2018-10-29 20:29:47 -0700
  • c2540cc59b clippy warnings Nikolay Kim 2018-10-29 16:39:46 -0700
  • 67961f8a36 rename timer to time Nikolay Kim 2018-10-29 15:48:56 -0700
  • 3d51aa7115 no need for mut self for now method Nikolay Kim 2018-10-29 15:40:10 -0700
  • a8a831a098 add Display impl for Connect Nikolay Kim 2018-10-29 14:04:53 -0700
  • 4b16af29c7 add Connect::parse() method Nikolay Kim 2018-10-29 13:41:54 -0700
  • c15e4b92a8 add Hash impl Nikolay Kim 2018-10-29 13:27:00 -0700
  • cfd9a56ff7 Add async/await ref Nikolay Kim 2018-10-28 09:24:19 -0700
  • 54c525687a
    Merge branch 'master' into use-old-clippy-attribute-syntax 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 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 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 ivan-ochc 2018-10-18 17:32:42 +0300
  • 1ed2c7c144 Refactoring of server output to not exclude HTTP_10 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 Prasanna V. Loganathar 2018-10-15 02:57:13 +0000
  • d341ab7a50
    fix up changelog versions 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 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