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

Commit Graph

  • 7eba795f7a fix crates link Nikolay Kim 2018-03-21 15:52:51 -07:00
  • b56b25653a license Nikolay Kim 2018-03-21 15:50:38 -07:00
  • fd54419abd update cargo metadata Nikolay Kim 2018-03-21 15:49:58 -07:00
  • c4ce45b092 update readme Nikolay Kim 2018-03-21 15:46:27 -07:00
  • da0114a10e refacrtor layout Nikolay Kim 2018-03-21 15:43:32 -07:00
  • 2d75ced4ed fix client connection pooling Nikolay Kim 2018-03-21 11:51:08 -07:00
  • 7bcc258b09
    Use fast compression setting Nikolay Kim 2018-03-21 08:56:21 -07:00
  • d5fa0a9418 disable brotli if feature is not enabled, faster compression Nikolay Kim 2018-03-21 08:03:21 -07:00
  • ce6d237cc1 prepare 0.4.10 release Nikolay Kim 2018-03-20 15:53:39 -07:00
  • 70caa2552b simplify httpresponse release Nikolay Kim 2018-03-20 15:51:19 -07:00
  • ee7d58dd7f disable h2 Nikolay Kim 2018-03-20 12:35:44 -07:00
  • c4f4cadb43 Fix http/2 date header generation Nikolay Kim 2018-03-20 11:40:05 -07:00
  • 978091cedb wake up io task when next chunk of data is needed Nikolay Kim 2018-03-20 11:37:13 -07:00
  • 8198f5e10a Refactor TestServer configuration Nikolay Kim 2018-03-20 11:23:35 -07:00
  • 6cd40df387 Fix server websockets big payloads support Nikolay Kim 2018-03-19 17:27:03 -07:00
  • 35ee5d36d8 actix 0.5.5, ws test Nikolay Kim 2018-03-19 13:12:36 -07:00
  • e7ec0f9fd7 ws tests and proper write payload ref Nikolay Kim 2018-03-19 09:30:58 -07:00
  • f4a47ef71e allow set client request/ws timeout Nikolay Kim 2018-03-18 19:27:51 -07:00
  • 6b1a79fab8 update example Nikolay Kim 2018-03-18 16:27:34 -07:00
  • ab73da4a1a use Error instead of InternalError for helper methods error::ErrorXXX Nikolay Kim 2018-03-18 14:18:47 -07:00
  • e0c8da567c various optimizations Nikolay Kim 2018-03-18 11:05:44 -07:00
  • c10dedf7e4
    Merge pull request #124 from DoumanAsh/show_hidden Douman 2018-03-17 18:39:21 +03:00
  • ec192e0ab1 Show Request's hidden methods Douman 2018-03-17 18:10:22 +03:00
  • 6d792d9948 simplify h1 parse Nikolay Kim 2018-03-16 20:56:23 -07:00
  • 1fe4315c94 use actix 0.5.4 Nikolay Kim 2018-03-16 13:37:47 -07:00
  • 381b90e9a1 bump version Nikolay Kim 2018-03-16 12:31:29 -07:00
  • 2d18dba40a fix compilation Nikolay Kim 2018-03-16 12:28:08 -07:00
  • d2693d58a8 clippy warnings Nikolay Kim 2018-03-16 12:12:55 -07:00
  • 84bf282c17 add basic client connection pooling Nikolay Kim 2018-03-16 12:04:01 -07:00
  • b15b5e5246 check number of available workers Nikolay Kim 2018-03-16 11:17:27 -07:00
  • 52b3b0c362
    Merge pull request #119 from DoumanAsh/default_static_files Douman 2018-03-16 20:12:07 +03:00
  • 64c4cefa8f
    Merge branch 'master' into default_static_files Nikolay Kim 2018-03-16 09:31:36 -07:00
  • 7e8b231f57 disable test Nikolay Kim 2018-03-16 09:13:36 -07:00
  • 8a344d0c94 Add default resource for StaticFiles Douman 2018-03-11 15:05:13 +03:00
  • 4096089a3f allow to disable http/2 support Nikolay Kim 2018-03-16 08:48:44 -07:00
  • b16f2d5f05 proper check for actor context poll Nikolay Kim 2018-03-16 08:04:26 -07:00
  • 5baf15822a always start actors Nikolay Kim 2018-03-16 07:46:27 -07:00
  • 5368ce823e
    Merge pull request #123 from h416/patch-1 Nikolay Kim 2018-03-16 05:31:10 -07:00
  • 4effdf065b
    fix typo h416 2018-03-16 19:03:16 +09:00
  • 61970ab190 always poll stream or actor for the first time Nikolay Kim 2018-03-15 17:11:49 -07:00
  • 484b00a0f9 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-15 16:55:33 -07:00
  • 73bf2068aa allow to use NamedFile with any request method Nikolay Kim 2018-03-15 16:55:22 -07:00
  • 1cda949204
    Merge pull request #122 from mockersf/test_qp Nikolay Kim 2018-03-14 16:10:31 -07:00
  • ad6b823255 test for query parameters in client François Mockers 2018-03-14 21:45:49 +01:00
  • e09ff54567 remove features kingxsp 2018-03-14 10:07:33 +08:00
  • 0f064db31d Move brotli encoding to a feature Nikolay Kim 2018-03-13 17:21:22 -07:00
  • fd0bb54469 add debug formatter for ClientRequestBuilder Nikolay Kim 2018-03-13 15:09:05 -07:00
  • e27bbaa55c
    Update CHANGES.md Nikolay Kim 2018-03-13 13:15:21 -07:00
  • 8a50eae1e2
    Merge pull request #121 from glademiller/master Nikolay Kim 2018-03-13 13:14:51 -07:00
  • 38080f67b3 If no path is available from the URI request / Glade Miller 2018-03-13 13:35:11 -06:00
  • 08504e0892 Move path call inline into write Glade Miller 2018-03-13 13:26:13 -06:00
  • 401c0ad809 https://github.com/actix/actix-web/issues/120 - Send Query Parameters in client requests Glade Miller 2018-03-13 13:17:55 -06:00
  • 79fa52a661 change first release date kingxsp 2018-03-13 22:16:20 +08:00
  • e6bffa2b62 First release kingxsp 2018-03-13 22:13:21 +08:00
  • b4b0deb7fa Wake payload reading task when data is available Nikolay Kim 2018-03-12 16:29:13 -07:00
  • 05ff35d383 Fix server keep-alive handling Nikolay Kim 2018-03-12 16:16:17 -07:00
  • 29c3e8f7ea update test Nikolay Kim 2018-03-12 10:19:09 -07:00
  • 6657446433 Allow to set read buffer capacity for server request Nikolay Kim 2018-03-12 10:01:56 -07:00
  • 6861e9f712 first commit kingxsp 2018-03-13 00:21:49 +08:00
  • 46b9a9c887 update readme Nikolay Kim 2018-03-12 09:13:04 -07:00
  • b3cdb472d0 remove reserved state for h2 write if buffer is empty Nikolay Kim 2018-03-12 09:04:54 -07:00
  • 31e1aab9a4 do not log WouldBlock error from socket accept Nikolay Kim 2018-03-12 09:01:19 -07:00
  • 67f383f346 typo Nikolay Kim 2018-03-11 16:53:46 -07:00
  • 49f5c335f6 better sleep on error Nikolay Kim 2018-03-11 16:52:20 -07:00
  • 692e11a584 bump version Nikolay Kim 2018-03-11 16:40:25 -07:00
  • 208117ca6f
    Merge pull request #118 from messense/feature/sockets-vec Nikolay Kim 2018-03-11 16:38:23 -07:00
  • 3e276ac921
    Merge branch 'master' into feature/sockets-vec Nikolay Kim 2018-03-11 16:38:17 -07:00
  • 4af115a19c Fix steraming response handling for http/2 Nikolay Kim 2018-03-11 16:37:44 -07:00
  • 051703eb2c Fix connection get closed too early Nikolay Kim 2018-03-11 15:37:33 -07:00
  • 31fbbd3168 Fix panic on unknown content encoding Nikolay Kim 2018-03-11 14:50:13 -07:00
  • fee1e255ac
    add comments Nikolay Kim 2018-03-11 10:10:30 -07:00
  • a4c933e56e update doc string Nikolay Kim 2018-03-11 09:36:54 -07:00
  • 9ddf5a3550 better doc string for Either Nikolay Kim 2018-03-11 09:28:22 -07:00
  • 9ab0fa604d
    Use Vec instead of HashMap to store sockets in HttpServer messense 2018-03-11 17:29:44 +08:00
  • 6c709b33cc return error on write zero bytes Nikolay Kim 2018-03-10 10:42:46 -08:00
  • 71b4c07ea4 Fix json content type detection Nikolay Kim 2018-03-10 10:27:29 -08:00
  • ac9eba8261 add api doc for Either Nikolay Kim 2018-03-10 10:12:44 -08:00
  • cad55f9c80 add Either responder Nikolay Kim 2018-03-10 09:39:43 -08:00
  • 4263574a58 fix panic in cors if request does not contain origin header and send_wildcard is not set Nikolay Kim 2018-03-10 08:31:20 -08:00
  • 84ef5ee410
    Merge pull request #116 from messense/feature/from-usize-to-keepalive messense 2018-03-10 22:55:55 +08:00
  • 598fb9190d
    rerun build if USE_SKEPTIC env var changed messense 2018-03-10 17:53:11 +08:00
  • 9a404a0c03
    Impl From<usize> and From<Option<usize>> for KeepAlive messense 2018-03-10 17:40:36 +08:00
  • 3dd8fdf450 fix guide Nikolay Kim 2018-03-09 21:40:51 -08:00
  • 05f5ba0084 refactor keep-alive; fixed write to socket for upgraded connection Nikolay Kim 2018-03-09 16:21:14 -08:00
  • 8169149554 update wstool Nikolay Kim 2018-03-09 13:12:25 -08:00
  • 8d1de6c497 ws client timeouts Nikolay Kim 2018-03-09 13:12:14 -08:00
  • caaace82e3 export symbols Nikolay Kim 2018-03-09 13:03:15 -08:00
  • 02dd5375a9 aling mask to 8 bytes Nikolay Kim 2018-03-09 10:25:47 -08:00
  • 717602472a clippy warnings Nikolay Kim 2018-03-09 10:11:38 -08:00
  • b56be8e571 write buffer capacity for client Nikolay Kim 2018-03-09 10:09:13 -08:00
  • 2853086463 add write buffer capacity config Nikolay Kim 2018-03-09 10:00:15 -08:00
  • e2107ec6f4 use small vec on hot path Nikolay Kim 2018-03-09 08:00:44 -08:00
  • c33caddf57 update tests Nikolay Kim 2018-03-09 05:50:47 -08:00
  • db1e04e418 prepare release Nikolay Kim 2018-03-09 05:42:42 -08:00
  • f8b8fe3865 add space to cookie header Nikolay Kim 2018-03-09 05:38:07 -08:00
  • 1c6ddfd34c naming Nikolay Kim 2018-03-09 05:36:40 -08:00
  • 49e007ff2a move protobuf support to the example Nikolay Kim 2018-03-09 05:29:06 -08:00
  • 2068eee669 update readme Nikolay Kim 2018-03-08 20:58:05 -08:00
  • f3c63e631a add protobuf feature Nikolay Kim 2018-03-08 20:56:18 -08:00
  • 3f0803a7d3 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-08 20:39:10 -08:00