1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 21:56:38 +00:00

Commit graph

  • 9ddf5a3550 better doc string for Either Nikolay Kim 2018-03-11 09:28:22 -0700
  • 9ab0fa604d
    Use Vec instead of HashMap to store sockets in HttpServer messense 2018-03-11 17:29:44 +0800
  • 6c709b33cc return error on write zero bytes v0.4.6 Nikolay Kim 2018-03-10 10:42:46 -0800
  • 71b4c07ea4 Fix json content type detection Nikolay Kim 2018-03-10 10:27:29 -0800
  • ac9eba8261 add api doc for Either Nikolay Kim 2018-03-10 10:12:44 -0800
  • cad55f9c80 add Either responder Nikolay Kim 2018-03-10 09:39:43 -0800
  • 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 -0800
  • 84ef5ee410
    Merge pull request #116 from messense/feature/from-usize-to-keepalive messense 2018-03-10 22:55:55 +0800
  • 598fb9190d
    rerun build if USE_SKEPTIC env var changed #116 messense 2018-03-10 17:53:11 +0800
  • 9a404a0c03
    Impl From<usize> and From<Option<usize>> for KeepAlive messense 2018-03-10 17:40:36 +0800
  • 3dd8fdf450 fix guide Nikolay Kim 2018-03-09 21:40:51 -0800
  • 05f5ba0084 refactor keep-alive; fixed write to socket for upgraded connection Nikolay Kim 2018-03-09 16:21:14 -0800
  • 8169149554 update wstool Nikolay Kim 2018-03-09 13:12:25 -0800
  • 8d1de6c497 ws client timeouts Nikolay Kim 2018-03-09 13:12:14 -0800
  • caaace82e3 export symbols Nikolay Kim 2018-03-09 13:03:15 -0800
  • 02dd5375a9 aling mask to 8 bytes Nikolay Kim 2018-03-09 10:25:47 -0800
  • 717602472a clippy warnings Nikolay Kim 2018-03-09 10:11:38 -0800
  • b56be8e571 write buffer capacity for client Nikolay Kim 2018-03-09 10:09:13 -0800
  • 2853086463 add write buffer capacity config Nikolay Kim 2018-03-09 10:00:15 -0800
  • e2107ec6f4 use small vec on hot path Nikolay Kim 2018-03-09 08:00:44 -0800
  • c33caddf57 update tests Nikolay Kim 2018-03-09 05:50:47 -0800
  • db1e04e418 prepare release Nikolay Kim 2018-03-09 05:42:42 -0800
  • f8b8fe3865 add space to cookie header Nikolay Kim 2018-03-09 05:38:07 -0800
  • 1c6ddfd34c naming Nikolay Kim 2018-03-09 05:36:40 -0800
  • 49e007ff2a move protobuf support to the example Nikolay Kim 2018-03-09 05:29:06 -0800
  • 2068eee669 update readme Nikolay Kim 2018-03-08 20:58:05 -0800
  • f3c63e631a add protobuf feature Nikolay Kim 2018-03-08 20:56:18 -0800
  • 3f0803a7d3 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-08 20:39:10 -0800
  • f12b613211 more ws optimizations Nikolay Kim 2018-03-08 20:39:05 -0800
  • 695c052c58
    Merge pull request #115 from kingxsp/master Nikolay Kim 2018-03-08 18:59:18 -0800
  • 63634be542
    Merge branch 'master' into master #115 kingxsp 2018-03-09 10:22:15 +0800
  • f88f1c65b6 update tests Nikolay Kim 2018-03-08 18:19:46 -0800
  • a0b589eb96 Add protobuf support kingxsp 2018-03-09 10:05:13 +0800
  • ebdc983dfe optimize websocket stream Nikolay Kim 2018-03-08 17:19:50 -0800
  • 395243a539 another attempt to fix cookie handling Nikolay Kim 2018-03-08 11:16:54 -0800
  • 1ab676d7eb bump version and add some tests Nikolay Kim 2018-03-07 22:40:46 -0800
  • 47f01e5b7e update doc string v0.4.5 Nikolay Kim 2018-03-07 21:39:20 -0800
  • ffb89935b6 update all features Nikolay Kim 2018-03-07 21:37:42 -0800
  • 77a111b95c prepare release Nikolay Kim 2018-03-07 21:28:54 -0800
  • 6c0fb3a7d2 handle panics in worker threads Nikolay Kim 2018-03-07 21:10:53 -0800
  • 824244622f update test Nikolay Kim 2018-03-07 17:42:57 -0800
  • 42d2a29b1d non-blocking processing for NamedFile Nikolay Kim 2018-03-07 17:40:13 -0800
  • af8875f6ab sleep on accept socket error Nikolay Kim 2018-03-07 15:52:05 -0800
  • 1db1ce1ca3 one more cookie handling fix Nikolay Kim 2018-03-07 15:41:46 -0800
  • f55ef3a059 create default CpuPool Nikolay Kim 2018-03-07 14:56:53 -0800
  • 67bf0ae79f fix HttpServer::listen method Nikolay Kim 2018-03-07 14:46:12 -0800
  • b06cf32329
    Merge pull request #114 from DancingBard/master Nikolay Kim 2018-03-07 13:07:10 -0800
  • 7cce29b633 BoyScoutRule: Fixed typo #114 Thedancingbard 2018-03-07 21:54:25 +0100
  • c26d9545a5 map connector timeout error Nikolay Kim 2018-03-07 12:09:53 -0800
  • b950d6997d add csrf link to readme Nikolay Kim 2018-03-07 11:31:02 -0800
  • 0bf29a522b Allow to use std::net::TcpListener for HttpServer Nikolay Kim 2018-03-07 11:28:44 -0800
  • 24342fb745
    Merge pull request #113 from niklasf/csrf-upgrade Nikolay Kim 2018-03-07 09:58:30 -0800
  • 0278e364ec add tests for csrf upgrade filter #113 Niklas Fiekas 2018-03-07 18:42:21 +0100
  • b9d6bbd357 filter cross-site upgrades in csrf middleware Niklas Fiekas 2018-03-07 17:49:30 +0100
  • 5816ecd1bc fix variable name: cors -> csrf Niklas Fiekas 2018-03-07 17:44:19 +0100
  • 2ff55ee1c5
    Update CHANGES.md Nikolay Kim 2018-03-07 06:14:44 -0800
  • b42de6c41f
    Merge pull request #111 from adwhit/cookie-handling Nikolay Kim 2018-03-07 06:13:02 -0800
  • 9e0e081c90
    Merge branch 'master' into cookie-handling #111 Nikolay Kim 2018-03-07 06:12:37 -0800
  • 178f5a104e
    Merge pull request #110 from messense/feature/tools-actix Nikolay Kim 2018-03-07 06:10:18 -0800
  • 1e42f9575a
    Merge branch 'master' into feature/tools-actix #110 Nikolay Kim 2018-03-07 06:09:09 -0800
  • 24dfcf1303
    Merge pull request #109 from kingoflolz/master Nikolay Kim 2018-03-07 06:04:55 -0800
  • e597da41ad doc: rewrite advice #112 ivegotasthma 2018-03-07 13:17:05 +0100
  • c3ec7b3d94 doc: catflap integration example ivegotasthma 2018-03-07 13:16:32 +0100
  • 764721ab60 new: server can bind to raw sockets ivegotasthma 2018-03-07 13:16:12 +0100
  • 6cc3aaef1b add client cookie handling test Alex Whitney 2018-03-07 11:43:55 +0000
  • 436a16a2c8
    Use actix from crates.io in tools/wsload messense 2018-03-07 19:26:23 +0800
  • 9afad5885b fix client cookie handling Alex Whitney 2018-03-07 09:48:34 +0000
  • 04d0abb3c7 make session an optional feature #109 kindiana 2018-03-07 15:38:58 +0800
  • 1e5daa1de8 update changes Nikolay Kim 2018-03-06 23:04:18 -0800
  • d3c859f9f3 bump version Nikolay Kim 2018-03-06 22:44:06 -0800
  • c1419413aa Fix client cookie support Nikolay Kim 2018-03-06 22:36:34 -0800
  • acd33cccbb add tls Nikolay Kim 2018-03-06 17:34:46 -0800
  • 57a1d68f89 add client response timeout Nikolay Kim 2018-03-06 17:04:48 -0800
  • 5c88441cd7
    Merge pull request #108 from glademiller/feature/allow_connection_timeout_to_be_set Nikolay Kim 2018-03-06 15:18:31 -0800
  • 6a3c5c4ce0
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set #108 Nikolay Kim 2018-03-06 15:18:25 -0800
  • 14a511bdad use IntoHeaderValue and Header for client request Nikolay Kim 2018-03-06 15:18:04 -0800
  • 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 -0700
  • 5bf4f3be8b Actix dependency needs to be updated to master Glade Miller 2018-03-06 15:43:56 -0700
  • 6b9e51740b
    Merge branch 'master' into feature/allow_connection_timeout_to_be_set Glade Miller 2018-03-06 15:28:31 -0700
  • be7e8d159b Allow connection timeout to be set Glade Miller 2018-03-06 15:26:09 -0700
  • ceb97cd6b9
    Merge pull request #106 from niklasf/starting-url Nikolay Kim 2018-03-06 11:41:42 -0800
  • 85b650048d give a url in the log when starting #106 Niklas Fiekas 2018-03-06 20:37:18 +0100
  • a0e6313d56 Fix compression #103 and #104 Nikolay Kim 2018-03-06 11:02:03 -0800
  • 9cc6f6b1e4
    Merge pull request #102 from mockersf/gzip Nikolay Kim 2018-03-06 08:48:06 -0800
  • 526753ee88 update tests for stable compiler Nikolay Kim 2018-03-06 07:56:43 -0800
  • 779e773185 add tests with large random bodies for gzip #102 François Mockers 2018-03-06 14:26:48 +0100
  • 7eb310f8ce fix guide Nikolay Kim 2018-03-06 00:44:45 -0800
  • d573cf2d97 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-06 00:43:34 -0800
  • 32b5544ad9 port hyper header Nikolay Kim 2018-03-06 00:43:25 -0800
  • 8c9f0e451b
    Merge b15a4a2ba6 into 6f1836f80e #80 qrvælet 2018-03-06 06:01:30 +0000
  • b15a4a2ba6
    Merge branch 'master' into ranges-support #80 qrvælet 2018-03-06 07:01:27 +0100
  • e182ed33b1 add Header trait Nikolay Kim 2018-03-05 19:28:42 -0800
  • 612ec42bf0 Merge branch 'ranges-support' of github.com:qrvaelet/actix-web into ranges-support Your Name 2018-03-06 02:22:04 +0100
  • 234716e743 Basic Ranges header support Your Name 2018-02-23 02:53:16 +0100
  • 8e61ceea97 Merge branch 'ranges-support' of github.com:qrvaelet/actix-web into ranges-support Your Name 2018-03-06 02:15:20 +0100
  • 6f1836f80e
    Merge pull request #98 from flip111/patch-2 Nikolay Kim 2018-03-05 16:48:47 -0800
  • 5594299055 Basic Ranges header support Your Name 2018-02-23 02:53:16 +0100
  • 5b530f11b5
    Update qs_14.md #98 flip111 2018-03-06 01:46:16 +0100
  • 0c30057c8c move headers to separate module; allow custom HeaderValue conversion Nikolay Kim 2018-03-05 16:45:54 -0800
  • 6078344ecc
    Merge pull request #97 from flip111/patch-1 Nikolay Kim 2018-03-05 16:36:32 -0800