1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-19 20:35:34 +02:00

Commit Graph

  • 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
  • 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 v0.4.8 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
  • 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 v0.4.7 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 v0.4.6 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 v0.4.5 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
  • 0bf29a522b Allow to use std::net::TcpListener for HttpServer Nikolay Kim 2018-03-07 11:28:44 -08:00
  • 24342fb745
    Merge pull request #113 from niklasf/csrf-upgrade Nikolay Kim 2018-03-07 09:58:30 -08:00
  • 0278e364ec add tests for csrf upgrade filter Niklas Fiekas 2018-03-07 18:42:21 +01:00
  • b9d6bbd357 filter cross-site upgrades in csrf middleware Niklas Fiekas 2018-03-07 17:49:30 +01:00
  • 5816ecd1bc fix variable name: cors -> csrf Niklas Fiekas 2018-03-07 17:44:19 +01:00
  • 2ff55ee1c5
    Update CHANGES.md Nikolay Kim 2018-03-07 06:14:44 -08:00
  • b42de6c41f
    Merge pull request #111 from adwhit/cookie-handling Nikolay Kim 2018-03-07 06:13:02 -08:00
  • 9e0e081c90
    Merge branch 'master' into cookie-handling Nikolay Kim 2018-03-07 06:12:37 -08:00
  • 178f5a104e
    Merge pull request #110 from messense/feature/tools-actix Nikolay Kim 2018-03-07 06:10:18 -08:00
  • 1e42f9575a
    Merge branch 'master' into feature/tools-actix Nikolay Kim 2018-03-07 06:09:09 -08:00
  • 24dfcf1303
    Merge pull request #109 from kingoflolz/master Nikolay Kim 2018-03-07 06:04:55 -08:00
  • 6cc3aaef1b add client cookie handling test Alex Whitney 2018-03-07 11:43:55 +00:00
  • 436a16a2c8
    Use actix from crates.io in tools/wsload messense 2018-03-07 19:26:23 +08:00
  • 9afad5885b fix client cookie handling Alex Whitney 2018-03-07 09:48:34 +00:00
  • 04d0abb3c7 make session an optional feature kindiana 2018-03-07 15:38:58 +08:00
  • 1e5daa1de8 update changes Nikolay Kim 2018-03-06 23:04:18 -08:00
  • d3c859f9f3 bump version Nikolay Kim 2018-03-06 22:44:06 -08:00
  • c1419413aa Fix client cookie support Nikolay Kim 2018-03-06 22:36:34 -08:00
  • acd33cccbb add tls Nikolay Kim 2018-03-06 17:34:46 -08:00
  • 57a1d68f89 add client response timeout Nikolay Kim 2018-03-06 17:04:48 -08:00
  • 5c88441cd7
    Merge pull request #108 from glademiller/feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:31 -08:00
  • 6a3c5c4ce0
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:25 -08:00
  • 14a511bdad use IntoHeaderValue and Header for client request Nikolay Kim 2018-03-06 15:18:04 -08:00
  • e4ed53d691 Merge branch 'feature/allow_connection_timeout_to_be_set' of https://github.com/glademiller/actix-web into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:44:18 -07:00
  • 5bf4f3be8b Actix dependency needs to be updated to master Glade Miller 2018-03-06 15:43:56 -07:00
  • 6b9e51740b
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:28:31 -07:00
  • be7e8d159b Allow connection timeout to be set Glade Miller 2018-03-06 15:26:09 -07:00
  • ceb97cd6b9
    Merge pull request #106 from niklasf/starting-url Nikolay Kim 2018-03-06 11:41:42 -08:00