1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-16 10:22:42 +01:00

Commit Graph

  • 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
  • 51035f78c8
    Update CHANGELOG.md svartalf 2018-09-08 10:44:39 +03:00
  • fe288f5422 Bumping version since actix-web dependency version had changed svartalf 2018-09-08 10:40:37 +03:00
  • 411d08c121 Update actix-web to 0.7. (Closes #4) Masaki Hara 2018-09-08 16:27:21 +09:00
  • cdb57b840e prepare release Nikolay Kim 2018-09-07 20:47:54 -07:00
  • 002bb24b26 unhide SessionBackend and SessionImpl traits and cleanup warnings Nikolay Kim 2018-09-07 20:46:43 -07:00
  • 51982b3fec
    Merge pull request #503 from uzytkownik/route-regex Nikolay Kim 2018-09-07 20:19:31 -07:00
  • 4251b0bc10 Refactor resource route parsing to allow repetition in the regexes Maciej Piechotka 2018-09-05 16:14:54 +02:00
  • 42f3773bec update changes Nikolay Kim 2018-09-05 09:03:58 -07:00
  • 86fdbb47a5 Fix system_exit in HttpServer (#501) Jan Michael Auer 2018-09-05 10:41:23 +02:00
  • 4ca9fd2ad1 remove debug print Nikolay Kim 2018-09-03 22:09:12 -07:00
  • f0f67072ae Read client response until eof if connection header set to close #464 Nikolay Kim 2018-09-03 21:35:11 -07:00
  • 24d1228943 simplify handler path processing Nikolay Kim 2018-09-03 11:28:47 -07:00
  • b7a73e0a4f fix Scope::handler doc test Nikolay Kim 2018-09-02 08:51:26 -07:00
  • 968c81e267 Handling scoped paths without leading slashes #460 Nikolay Kim 2018-09-02 08:14:54 -07:00
  • d5957a8466 Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-09-02 07:47:45 -07:00
  • f2f05e7715 allow to register handlers on scope level #465 Nikolay Kim 2018-09-02 07:47:19 -07:00
  • 3439f55288 doc: Add example for using custom nativetls connector (#497) Markus Unterwaditzer 2018-09-01 17:13:52 +02:00
  • 0425e2776f Fix Issue #490 (#498) Robert Gabriel Jakabosky 2018-09-01 17:00:32 +08:00
  • 6464f96f8b Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-08-31 18:56:53 -07:00
  • a2b170fec9 fmt Nikolay Kim 2018-08-31 18:56:21 -07:00
  • 0b42cae082 update tests Nikolay Kim 2018-08-31 18:54:19 -07:00
  • c313c003a4
    Fix typo Nikolay Kim 2018-08-31 17:45:29 -07:00