1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-24 05:44:06 +02:00

Commit Graph

  • 87b83a3403 update tests, remove unused deps Nikolay Kim 2018-10-06 21:07:32 -07:00
  • c368abdf5f remove Json type Nikolay Kim 2018-10-06 20:34:19 -07:00
  • ee62814216 split request decoder and payload decoder Nikolay Kim 2018-10-06 20:31:22 -07:00
  • 10678a22af test content length (#532) Danil Berestov 2018-10-06 13:17:20 +08:00
  • 7ae5a43877 httpresponse.rs doc fix (#534) lzx 2018-10-06 13:16:12 +08:00
  • c0699a070e add TakeRequest service; update ws test case Nikolay Kim 2018-10-05 15:39:35 -07:00
  • 7e135b798b add websocket transport and test Nikolay Kim 2018-10-05 14:30:40 -07:00
  • 5c0a2066cc refactor ws to a websocket codec Nikolay Kim 2018-10-05 12:47:22 -07:00
  • 8c2244dd88 rename HttpResponse Nikolay Kim 2018-10-05 11:04:59 -07:00
  • d53f3d7187 re-enable websockets Nikolay Kim 2018-10-05 10:19:15 -07:00
  • 2e27d77740 fix connection keepalive support Nikolay Kim 2018-10-05 10:03:10 -07:00
  • fbf67544e5 remove unused code Nikolay Kim 2018-10-05 08:00:36 -07:00
  • c24a8f4c2d remove high level apis Nikolay Kim 2018-10-05 07:02:09 -07:00
  • c99f9eaa63
    Update test_h1v2.rs Nikolay Kim 2018-10-05 05:59:02 -07:00
  • caa5a54b8f fix test and remove unused code Nikolay Kim 2018-10-04 23:46:43 -07:00
  • 7fdc18f9b9 calculate response parameters Nikolay Kim 2018-10-04 23:39:11 -07:00
  • e78014c65a fix travis link in readme Nikolay Kim 2018-10-04 21:19:43 -07:00
  • df50e636f1 update readme Nikolay Kim 2018-10-04 21:18:36 -07:00
  • 99a915e668 disable gh-pages update Nikolay Kim 2018-10-04 21:15:24 -07:00
  • 829dbae609 cleanups and tests Nikolay Kim 2018-10-04 21:14:18 -07:00
  • 4ca711909b refactor types Nikolay Kim 2018-10-04 20:02:10 -07:00
  • b15b2dda22 remove ServerSettings Nikolay Kim 2018-10-04 17:34:57 -07:00
  • 6aa2de7b8d remove actix-web artifacts Nikolay Kim 2018-10-04 17:00:27 -07:00
  • 13b0ee7355 stopping point Nikolay Kim 2018-10-04 16:22:00 -07:00
  • 1e1a4f846e use actix-net cell features Nikolay Kim 2018-10-02 22:23:51 -07:00
  • 49eea3bf76 travis config Nikolay Kim 2018-10-02 20:22:51 -07:00
  • b0677aa029 fix stable compatibility Nikolay Kim 2018-10-02 19:42:24 -07:00
  • 401ea574c0 make AcceptorTimeout::new public Nikolay Kim 2018-10-02 19:31:30 -07:00
  • bbcd618304 export AcceptorTimeout Nikolay Kim 2018-10-02 19:12:08 -07:00
  • 1f68ce8541 fix tests Nikolay Kim 2018-10-02 19:05:58 -07:00
  • 2710f70e39 add H1 transport Nikolay Kim 2018-10-02 17:30:29 -07:00
  • ae5c4dfb78 refactor http channels list; rename WorkerSettings Nikolay Kim 2018-10-02 15:25:32 -07:00
  • d7379bd10b update server ssl tests; upgrade rustls Nikolay Kim 2018-10-02 13:41:33 -07:00
  • b59712c439 add ssl handshake timeout tests Nikolay Kim 2018-10-02 11:32:43 -07:00
  • 724668910b fix ssh handshake timeout Nikolay Kim 2018-10-02 11:18:59 -07:00
  • 61c7534e03 fix stream flushing Nikolay Kim 2018-10-02 10:43:23 -07:00
  • f8b176de9e
    Fix no_http2 flag in HttpServer (#526) Douman 2018-10-02 20:09:31 +03:00
  • c8505bb53f content-length bug fix (#525) Danil Berestov 2018-10-03 00:15:48 +08:00
  • eed377e773 uneeded dep Nikolay Kim 2018-10-02 00:20:27 -07:00
  • f3ce6574e4 fix client timer and add slow request tests Nikolay Kim 2018-10-02 00:19:28 -07:00
  • f007860a16 cleanup warnings Nikolay Kim 2018-10-01 22:48:11 -07:00
  • fdfadb52e1 fix doc test for State Nikolay Kim 2018-10-01 22:29:30 -07:00
  • 368f73513a set tcp-keepalive for test as well Nikolay Kim 2018-10-01 22:25:53 -07:00
  • c674ea9126 add StreamConfiguration service Nikolay Kim 2018-10-01 22:23:02 -07:00
  • 7c78797d9b proper stop for test_ws_stopped test Nikolay Kim 2018-10-01 21:30:00 -07:00
  • 84edc57fd9 increase sleep time Nikolay Kim 2018-10-01 21:19:27 -07:00
  • 127af92541 clippy warnings Nikolay Kim 2018-10-01 21:16:56 -07:00
  • e4686f6c8d set socket linger to 0 on timeout Nikolay Kim 2018-10-01 20:53:22 -07:00
  • 1bac65de4c add websocket stopped test Nikolay Kim 2018-10-01 20:15:26 -07:00
  • 16945a554a add client shutdown timeout Nikolay Kim 2018-10-01 20:04:16 -07:00
  • 91af3ca148 simplify h1 dispatcher Nikolay Kim 2018-10-01 19:18:24 -07:00
  • 2217a152cb expose app error by http service Nikolay Kim 2018-10-01 15:19:49 -07:00
  • c1e0b4f322 expose internal http server types and allow to create custom http pipelines Nikolay Kim 2018-10-01 14:43:06 -07:00
  • 5966ee6192 add HttpServer::register() function, allows to register services in actix net server Nikolay Kim 2018-09-28 16:03:53 -07:00
  • 4aac3d6a92 refactor keep-alive timer Nikolay Kim 2018-09-28 15:04:59 -07:00
  • e95babf8d3 log acctor init errors Nikolay Kim 2018-09-28 12:35:09 -07:00
  • f2d42e5e77 refactor acceptor error handling Nikolay Kim 2018-09-28 11:50:47 -07:00
  • 0f1c80ccc6 deprecate start_incoming Nikolay Kim 2018-09-28 08:45:49 -07:00
  • fc5088b55e fix tarpaulin args Nikolay Kim 2018-09-28 00:08:23 -07:00
  • bec37fdbd5 update travis config Nikolay Kim 2018-09-27 22:23:29 -07:00
  • 4b59ae2476 fix ssl config for client connector Nikolay Kim 2018-09-27 22:15:38 -07:00
  • d0fc9d7b99 simplify listen_ and bind_ methods Nikolay Kim 2018-09-27 21:55:44 -07:00
  • 1ff86e5ac4 restore rust-tls support Nikolay Kim 2018-09-27 21:24:21 -07:00
  • ecfda64f6d add native-tls support Nikolay Kim 2018-09-27 20:39:37 -07:00
  • 0bca21ec6d fix ssl tests Nikolay Kim 2018-09-27 19:57:40 -07:00
  • 3173c9fa83 diesable client timeout for tcp stream acceptor Nikolay Kim 2018-09-27 19:34:07 -07:00
  • 85445ea809 rename and simplify ServiceFactory trait Nikolay Kim 2018-09-27 17:21:28 -07:00
  • d57579d700 refactor acceptor pipeline add client timeout Nikolay Kim 2018-09-27 17:15:38 -07:00
  • b6a1cfa6ad update openssl support Nikolay Kim 2018-09-26 22:14:14 -07:00
  • 9f1417af30 refactor http service builder Nikolay Kim 2018-09-26 20:43:54 -07:00
  • 0aa0f326f7 fix changes from master Nikolay Kim 2018-09-15 10:27:58 -07:00
  • dbb4fab4f7 separate mod for HttpHandler; add HttpHandler impl for Vec<H> Nikolay Kim 2018-09-09 18:06:00 -07:00
  • 6f3e70a92a simplify application factory Nikolay Kim 2018-09-09 14:33:45 -07:00
  • a63d3f9a7a cleanup ServerFactory trait Nikolay Kim 2018-09-09 14:14:53 -07:00
  • a3cfc24232 refactor acceptor service Nikolay Kim 2018-09-09 10:51:30 -07:00
  • 6a61138bf8 enable ssl feature Nikolay Kim 2018-09-08 14:55:39 -07:00
  • 7cf9af9b55 disable ssl for travis Nikolay Kim 2018-09-08 09:21:24 -07:00
  • c9a52e3197 refactor date generatioin Nikolay Kim 2018-09-08 09:20:18 -07:00
  • 1907102685 switch to actix-net server Nikolay Kim 2018-09-07 23:34:27 -07:00
  • 52195bbf16 update version Nikolay Kim 2018-09-27 18:17:58 -07:00
  • 59deb4b40d Try to separate HTTP/1 read & write disconnect handling, to fix #511. (#514) sapir 2018-09-28 04:15:02 +03:00
  • 782eeb5ded Reduced unsafe converage (#520) Ashley 2018-09-26 20:56:34 +12:00
  • 1b298142e3
    Correct composing of multiple origins in cors (#518) Douman 2018-09-21 08:45:22 +03:00
  • 0dc96658f2
    Send response to inform client of error (#515) Douman 2018-09-21 07:24:10 +03:00
  • f40153fca4 fix node::insert() method, missing next element Nikolay Kim 2018-09-17 11:39:03 -07:00
  • 764103566d update changes Nikolay Kim 2018-09-17 10:48:37 -07:00
  • bfb2f2e9e1 fix node.remove(), update next node pointer Nikolay Kim 2018-09-17 10:25:45 -07:00
  • 599e6b3385 refactor channel node remove operation Nikolay Kim 2018-09-17 05:29:07 -07:00
  • 03e318f446 update changes Nikolay Kim 2018-09-15 17:10:53 -07:00
  • 7449884ce3 fix wrong error message for path deserialize for i32 #510 Nikolay Kim 2018-09-15 17:09:07 -07:00
  • bbe69e5b8d update version Nikolay Kim 2018-09-15 10:00:54 -07:00
  • 9d1eefc38f use 5 seconds keep-alive timer by default Nikolay Kim 2018-09-15 09:57:54 -07:00
  • d65c72b44d use server keep-alive timer as slow request timer Nikolay Kim 2018-09-15 09:55:38 -07:00
  • c3f8b5cf22 clippy warnings Nikolay Kim 2018-09-11 11:25:32 -07:00
  • 70a3f317d3 fix failing requests to test server #508 Nikolay Kim 2018-09-11 11:24:05 -07:00
  • 513c8ec1ce
    Merge pull request #505 from Neopallium/master Nikolay Kim 2018-09-11 11:18:33 -07:00
  • 04608b2ea6 Update changes. Robert G. Jakabosky 2018-09-12 00:24:10 +08:00
  • 70b45659e2 Make Node's traverse method take a closure instead of calling shutdown on each HttpChannel. Robert G. Jakabosky 2018-09-10 01:51:03 +08:00
  • e0ae6b10cd Fix bug with HttpChannel linked list. Robert G. Jakabosky 2018-09-10 01:49:12 +08:00
  • 003b05b095 Don't ignore errors in std::fmt::Debug implementations (#506) Maciej Piechotka 2018-09-11 13:57:55 +02:00