1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-17 02:42:44 +01:00

Commit Graph

  • 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
  • f12b613211 more ws optimizations Nikolay Kim 2018-03-08 20:39:05 -08:00
  • 695c052c58
    Merge pull request #115 from kingxsp/master Nikolay Kim 2018-03-08 18:59:18 -08:00
  • 63634be542
    Merge branch 'master' into master kingxsp 2018-03-09 10:22:15 +08:00
  • f88f1c65b6 update tests Nikolay Kim 2018-03-08 18:19:46 -08:00
  • a0b589eb96 Add protobuf support kingxsp 2018-03-09 10:05:13 +08:00
  • ebdc983dfe optimize websocket stream Nikolay Kim 2018-03-08 17:19:50 -08:00
  • 395243a539 another attempt to fix cookie handling Nikolay Kim 2018-03-08 11:16:54 -08:00
  • 1ab676d7eb bump version and add some tests Nikolay Kim 2018-03-07 22:40:46 -08:00
  • 47f01e5b7e update doc string Nikolay Kim 2018-03-07 21:39:20 -08:00
  • ffb89935b6 update all features Nikolay Kim 2018-03-07 21:37:42 -08:00
  • 77a111b95c prepare release Nikolay Kim 2018-03-07 21:28:54 -08:00
  • 6c0fb3a7d2 handle panics in worker threads Nikolay Kim 2018-03-07 21:10:53 -08:00
  • 824244622f update test Nikolay Kim 2018-03-07 17:42:57 -08:00
  • 42d2a29b1d non-blocking processing for NamedFile Nikolay Kim 2018-03-07 17:40:13 -08:00
  • af8875f6ab sleep on accept socket error Nikolay Kim 2018-03-07 15:52:05 -08:00
  • 1db1ce1ca3 one more cookie handling fix Nikolay Kim 2018-03-07 15:41:46 -08:00
  • f55ef3a059 create default CpuPool Nikolay Kim 2018-03-07 14:56:53 -08:00
  • 67bf0ae79f fix HttpServer::listen method Nikolay Kim 2018-03-07 14:46:12 -08:00
  • b06cf32329
    Merge pull request #114 from DancingBard/master Nikolay Kim 2018-03-07 13:07:10 -08:00
  • 7cce29b633 BoyScoutRule: Fixed typo Thedancingbard 2018-03-07 21:54:25 +01:00
  • c26d9545a5 map connector timeout error Nikolay Kim 2018-03-07 12:09:53 -08:00
  • b950d6997d add csrf link to readme Nikolay Kim 2018-03-07 11:31:02 -08:00