Commit Graph

  • 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
  • 4ca711909b refactor types Nikolay Kim 2018-10-04 20:02:10 -0700
  • b15b2dda22 remove ServerSettings Nikolay Kim 2018-10-04 17:34:57 -0700
  • 6aa2de7b8d remove actix-web artifacts Nikolay Kim 2018-10-04 17:00:27 -0700
  • 13b0ee7355 stopping point Nikolay Kim 2018-10-04 16:22:00 -0700
  • e737f616ad test content length DanilBerestov 2018-10-04 20:29:49 +0800
  • 2600179169 remove constraint Nikolay Kim 2018-10-03 10:34:14 -0700
  • 1e1a4f846e use actix-net cell features Nikolay Kim 2018-10-02 22:23:51 -0700
  • 20b03a4780 add custom cell Nikolay Kim 2018-10-02 22:18:07 -0700
  • 79b525bc2f add .then() combinator Nikolay Kim 2018-10-02 21:47:50 -0700
  • 028279713e simplify FnNewService Nikolay Kim 2018-10-02 21:31:11 -0700
  • 49eea3bf76 travis config Nikolay Kim 2018-10-02 20:22:51 -0700
  • b0677aa029 fix stable compatibility Nikolay Kim 2018-10-02 19:42:24 -0700
  • 401ea574c0 make AcceptorTimeout::new public Nikolay Kim 2018-10-02 19:31:30 -0700
  • bbcd618304 export AcceptorTimeout Nikolay Kim 2018-10-02 19:12:08 -0700
  • 1f68ce8541 fix tests Nikolay Kim 2018-10-02 19:05:58 -0700
  • 2710f70e39 add H1 transport Nikolay Kim 2018-10-02 17:30:29 -0700
  • ae5c4dfb78 refactor http channels list; rename WorkerSettings Nikolay Kim 2018-10-02 15:25:32 -0700
  • d7379bd10b update server ssl tests; upgrade rustls Nikolay Kim 2018-10-02 13:41:33 -0700
  • 70efa00646 upgrade rustls Nikolay Kim 2018-10-02 13:37:30 -0700
  • b59712c439 add ssl handshake timeout tests Nikolay Kim 2018-10-02 11:32:43 -0700
  • 724668910b fix ssh handshake timeout Nikolay Kim 2018-10-02 11:18:59 -0700
  • 61c7534e03 fix stream flushing Nikolay Kim 2018-10-02 10:43:23 -0700
  • f8b176de9e
    Fix no_http2 flag in HttpServer (#526) Douman 2018-10-02 20:09:31 +0300
  • 48fa92a7e1 Fix no_http2 flag in HttpServer Douman 2018-10-02 19:24:19 +0300
  • c8505bb53f content-length bug fix (#525) Danil Berestov 2018-10-03 00:15:48 +0800
  • 61288f6ac5 typo DanilBerestov 2018-10-02 22:20:01 +0800
  • a6bcdc8394 changes.md is updated DanilBerestov 2018-10-02 22:14:10 +0800
  • c871988bcc content-length bug fix DanilBerestov 2018-10-02 16:54:41 +0800
  • eed377e773 uneeded dep Nikolay Kim 2018-10-02 00:20:27 -0700
  • f3ce6574e4 fix client timer and add slow request tests Nikolay Kim 2018-10-02 00:19:28 -0700
  • f007860a16 cleanup warnings Nikolay Kim 2018-10-01 22:48:11 -0700
  • fdfadb52e1 fix doc test for State Nikolay Kim 2018-10-01 22:29:30 -0700
  • 368f73513a set tcp-keepalive for test as well Nikolay Kim 2018-10-01 22:25:53 -0700
  • c674ea9126 add StreamConfiguration service Nikolay Kim 2018-10-01 22:23:02 -0700
  • 7c78797d9b proper stop for test_ws_stopped test Nikolay Kim 2018-10-01 21:30:00 -0700
  • 84edc57fd9 increase sleep time Nikolay Kim 2018-10-01 21:19:27 -0700
  • 127af92541 clippy warnings Nikolay Kim 2018-10-01 21:16:56 -0700
  • e4686f6c8d set socket linger to 0 on timeout Nikolay Kim 2018-10-01 20:53:22 -0700
  • 1bac65de4c add websocket stopped test Nikolay Kim 2018-10-01 20:15:26 -0700
  • 16945a554a add client shutdown timeout Nikolay Kim 2018-10-01 20:04:16 -0700
  • 91af3ca148 simplify h1 dispatcher Nikolay Kim 2018-10-01 19:18:24 -0700
  • 2217a152cb expose app error by http service Nikolay Kim 2018-10-01 15:19:49 -0700
  • c1e0b4f322 expose internal http server types and allow to create custom http pipelines Nikolay Kim 2018-10-01 14:43:06 -0700
  • 5966ee6192 add HttpServer::register() function, allows to register services in actix net server Nikolay Kim 2018-09-28 16:03:53 -0700
  • 4aac3d6a92 refactor keep-alive timer Nikolay Kim 2018-09-28 15:04:59 -0700
  • e95babf8d3 log acctor init errors Nikolay Kim 2018-09-28 12:35:09 -0700
  • fc7c436387 drop server service errors Nikolay Kim 2018-09-28 12:22:49 -0700
  • f2d42e5e77 refactor acceptor error handling Nikolay Kim 2018-09-28 11:50:47 -0700
  • 0f1c80ccc6 deprecate start_incoming Nikolay Kim 2018-09-28 08:45:49 -0700
  • fc5088b55e fix tarpaulin args Nikolay Kim 2018-09-28 00:08:23 -0700
  • bec37fdbd5 update travis config Nikolay Kim 2018-09-27 22:23:29 -0700
  • 4b59ae2476 fix ssl config for client connector Nikolay Kim 2018-09-27 22:15:38 -0700
  • d0fc9d7b99 simplify listen_ and bind_ methods Nikolay Kim 2018-09-27 21:55:44 -0700
  • 1745a575a5 add constraints Nikolay Kim 2018-09-27 21:45:40 -0700
  • 1ff86e5ac4 restore rust-tls support Nikolay Kim 2018-09-27 21:24:21 -0700
  • a2245c1751 add rust-tls support Nikolay Kim 2018-09-27 21:06:27 -0700
  • ecfda64f6d add native-tls support Nikolay Kim 2018-09-27 20:39:37 -0700
  • 65fd23c648 add native-tls support Nikolay Kim 2018-09-27 20:23:30 -0700
  • 0bca21ec6d fix ssl tests Nikolay Kim 2018-09-27 19:57:40 -0700
  • 3173c9fa83 diesable client timeout for tcp stream acceptor Nikolay Kim 2018-09-27 19:34:07 -0700
  • 85445ea809 rename and simplify ServiceFactory trait Nikolay Kim 2018-09-27 17:21:28 -0700
  • d57579d700 refactor acceptor pipeline add client timeout Nikolay Kim 2018-09-27 17:15:38 -0700
  • b6a1cfa6ad update openssl support Nikolay Kim 2018-09-26 22:14:14 -0700
  • 9f1417af30 refactor http service builder Nikolay Kim 2018-09-26 20:43:54 -0700
  • 0aa0f326f7 fix changes from master Nikolay Kim 2018-09-15 10:27:58 -0700
  • dbb4fab4f7 separate mod for HttpHandler; add HttpHandler impl for Vec<H> Nikolay Kim 2018-09-09 18:06:00 -0700
  • 6f3e70a92a simplify application factory Nikolay Kim 2018-09-09 14:33:45 -0700
  • a63d3f9a7a cleanup ServerFactory trait Nikolay Kim 2018-09-09 14:14:53 -0700
  • a3cfc24232 refactor acceptor service Nikolay Kim 2018-09-09 10:51:30 -0700
  • 6a61138bf8 enable ssl feature Nikolay Kim 2018-09-08 14:55:39 -0700
  • 7cf9af9b55 disable ssl for travis Nikolay Kim 2018-09-08 09:21:24 -0700
  • c9a52e3197 refactor date generatioin Nikolay Kim 2018-09-08 09:20:18 -0700
  • 1907102685 switch to actix-net server Nikolay Kim 2018-09-07 23:34:27 -0700
  • 52195bbf16 update version Nikolay Kim 2018-09-27 18:17:58 -0700
  • 59deb4b40d Try to separate HTTP/1 read & write disconnect handling, to fix #511. (#514) sapir 2018-09-28 04:15:02 +0300
  • d19ed8b00a add Either service Nikolay Kim 2018-09-27 17:05:48 -0700
  • fa82c565c5
    Merge branch 'master' into separate-read-write-disconnect sapir 2018-09-27 19:06:56 +0300
  • ba57e67a74 expose ServerMessage service Nikolay Kim 2018-09-26 20:40:45 -0700
  • 25dc849f45
    Merge e5d4b6dcfd into 782eeb5ded axon-q 2018-09-26 14:51:04 +0000
  • ae379ce779
    Merge ed481b74c4 into 782eeb5ded Moritz Warning 2018-09-26 09:24:52 +0000
  • 782eeb5ded Reduced unsafe converage (#520) Ashley 2018-09-26 20:56:34 +1200
  • 9c49f6ba91 Reduced unsafe converage Ashley 2018-09-26 14:45:38 +1200
  • 13c66a2ac4 better FramedTransportError Nikolay Kim 2018-09-24 22:31:05 -0700
  • d5d2c81c68 simplify FramedTransport response Nikolay Kim 2018-09-24 21:03:05 -0700
  • 205079adce simplify framed transport error Nikolay Kim 2018-09-24 20:51:53 -0700
  • d4b772d454 simplify FramedTransport Nikolay Kim 2018-09-24 20:40:31 -0700
  • 7686011c1a refactor FramedTransport, add separate service for error handling Nikolay Kim 2018-09-24 20:06:20 -0700
  • 01bed8b2e5 rename FramedDispatcher to FramedTransport Nikolay Kim 2018-09-24 17:50:29 -0700