1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

Commit Graph

  • 519a9e64f8 cleanup tls example Nikolay Kim 2017-11-08 20:29:48 -0800
  • 4d575c6269 update readme Nikolay Kim 2017-11-08 20:25:14 -0800
  • e9fe2ba740 use bytes::Writer Nikolay Kim 2017-11-08 20:08:16 -0800
  • 7565ed8e06 use higher pripority for br Nikolay Kim 2017-11-08 19:42:13 -0800
  • 02fb424659 add custom Debug impl for HttpResponse Nikolay Kim 2017-11-08 19:31:25 -0800
  • 1392b2b171
    Update README.md Nikolay Kim 2017-11-08 16:48:20 -0800
  • e558414867 add response content encoding Nikolay Kim 2017-11-08 16:44:23 -0800
  • 76b8104f52 use version in readme Nikolay Kim 2017-11-07 16:09:37 -0800
  • 2eb3ad0de3 better name Nikolay Kim 2017-11-07 16:08:10 -0800
  • 6974213036 use new brotli2 version Nikolay Kim 2017-11-07 15:59:37 -0800
  • 72c8ad9fe1 fix appveyor config for gnu target Nikolay Kim 2017-11-07 09:37:50 -0800
  • a65fd695e1 refactor content encoding Nikolay Kim 2017-11-06 16:23:58 -0800
  • 994d0afd80 allow to set/change responses content encoding Nikolay Kim 2017-11-06 14:56:38 -0800
  • 2379bcbf39 added content-encoding support to h2 Nikolay Kim 2017-11-06 09:35:52 -0800
  • bddd8e9c2e better deflate decoding Nikolay Kim 2017-11-06 09:24:19 -0800
  • c2978a6eea add content encoding decompression Nikolay Kim 2017-11-06 01:24:49 -0800
  • b467ddf970 test with alpn feature Nikolay Kim 2017-11-04 13:57:19 -0700
  • 3f649b8e07 fix name Nikolay Kim 2017-11-04 14:07:15 -0700
  • e9e247217a update readme Nikolay Kim 2017-11-04 13:49:51 -0700
  • f23974cfb5 update readme Nikolay Kim 2017-11-04 13:49:05 -0700
  • 53868a88fa add keep-alive for h2 connection Nikolay Kim 2017-11-04 13:24:57 -0700
  • 28652a3ba8 update readme Nikolay Kim 2017-11-04 12:36:37 -0700
  • 41be1db8bc fix link Nikolay Kim 2017-11-04 12:35:55 -0700
  • 67f3ad31ab update readme Nikolay Kim 2017-11-04 12:35:19 -0700
  • d7d3d663e9 refactor server impl and add support for alpn http2 negotiation Nikolay Kim 2017-11-04 12:33:14 -0700
  • 32cefb8455 implement h2 writer Nikolay Kim 2017-11-04 09:07:44 -0700
  • 4add742aba refactor task impl, extract stream writer to separate struct Nikolay Kim 2017-11-03 11:29:44 -0700
  • f010672885 rename modules Nikolay Kim 2017-11-02 12:54:09 -0700
  • c14e6c9008 make possible to use async handler v0.2.1 Nikolay Kim 2017-11-03 13:35:34 -0700
  • ec3b139273 Allow to start tls server with HttpServer::serve_tls Nikolay Kim 2017-11-01 16:34:58 -0700
  • a12e5e9cf5 bump version Nikolay Kim 2017-10-30 20:46:39 -0700
  • ba689fd4cd badge v0.2.0 Nikolay Kim 2017-10-30 20:42:54 -0700
  • f35a3ea6db prepare release Nikolay Kim 2017-10-30 20:39:56 -0700
  • 26c13a81d2 fix link in readme Nikolay Kim 2017-10-30 16:37:26 -0700
  • 58de9dcf56 added new cancel_future_on_stop Nikolay Kim 2017-10-30 14:49:20 -0700
  • e3c058c96e convert from ref string into body Nikolay Kim 2017-10-29 22:50:21 -0700
  • 92686b6e1b add sockjs server link Nikolay Kim 2017-10-29 21:49:16 -0700
  • 4e216701c0 better handler function ergonimics Nikolay Kim 2017-10-29 21:39:59 -0700
  • 8aa20c6261 disable print Nikolay Kim 2017-10-29 20:54:52 -0700
  • 122fcd6881 stop http actor on write_eof Nikolay Kim 2017-10-29 20:51:06 -0700
  • dec4140733 added WsWriter::close Nikolay Kim 2017-10-29 19:49:59 -0700
  • 8ab04b39df update tests; clippy warnings Nikolay Kim 2017-10-29 15:04:44 -0700
  • 6b2248ecdf do not add error response if current response is in process Nikolay Kim 2017-10-29 14:51:30 -0700
  • a1b7d5995e conditional response build Nikolay Kim 2017-10-29 14:51:02 -0700
  • ce34eab832 better ws handshake error responses Nikolay Kim 2017-10-29 14:50:26 -0700
  • af1e0bac08 add HttpContext::drain() Nikolay Kim 2017-10-29 06:05:31 -0700
  • 5cd25cc8b1 fix query splitting Nikolay Kim 2017-10-29 06:03:51 -0700
  • b2670c94f4 added HttpRequest::content_type(), query() method returns HashMap Nikolay Kim 2017-10-29 06:03:21 -0700
  • d93244aa4f Do not use as it can not parse some valid paths Nikolay Kim 2017-10-27 22:19:00 -0700
  • 76ffc60971 better path recognision Nikolay Kim 2017-10-27 19:26:53 -0700
  • fb0270e27d refactor Payload stream Nikolay Kim 2017-10-26 23:14:33 -0700
  • 488fb256b4 add optional skeptic Nikolay Kim 2017-10-26 06:12:23 -0700
  • 86583049fa Fix disconnection handling Nikolay Kim 2017-10-25 16:25:26 -0700
  • da79981d90 update actix Nikolay Kim 2017-10-24 20:24:14 -0700
  • 5e54a80064 body tests Nikolay Kim 2017-10-24 00:09:52 -0700
  • ccb3f61d70 added response's helper method finish Nikolay Kim 2017-10-23 23:52:20 -0700
  • b9c11b56f8 added shared string body Nikolay Kim 2017-10-23 23:49:27 -0700
  • 1aac83ac96 more body conversion impls Nikolay Kim 2017-10-23 23:44:03 -0700
  • 4ee2a60d88 reuse BinaryBody for Frame::Payload Nikolay Kim 2017-10-23 23:39:01 -0700
  • c435f16170 refactory response body Nikolay Kim 2017-10-23 23:25:32 -0700
  • 779b480663 more simplification for RouteRecognizer Nikolay Kim 2017-10-23 22:02:42 -0700
  • d9b89ccdac simplify RouteRecognizer reuse Nikolay Kim 2017-10-23 19:28:23 -0700
  • bea8e4825d update websocket example Nikolay Kim 2017-10-23 18:42:15 -0700
  • 6d9bd4e04c update readme example Nikolay Kim 2017-10-23 17:31:46 -0700
  • 183fe9aebb set env_logger version Nikolay Kim 2017-10-23 16:07:44 -0700
  • acaf397350 disable h2 for release Nikolay Kim 2017-10-23 16:04:31 -0700
  • da8b637725 update readme Nikolay Kim 2017-10-23 15:58:05 -0700
  • 2561e5e3a0 remove kcov changes Nikolay Kim 2017-10-23 15:33:25 -0700
  • 881f22e5f7 exclude examples Nikolay Kim 2017-10-23 15:21:23 -0700
  • efada51f12 add exclude pattern for tests Nikolay Kim 2017-10-23 14:26:01 -0700
  • 4d93766a0f payload error tests Nikolay Kim 2017-10-23 14:08:11 -0700
  • 1cdfea39f0 wsframe tests Nikolay Kim 2017-10-23 13:31:22 -0700
  • 203d0dd80f add stateful example Nikolay Kim 2017-10-23 11:48:06 -0700
  • ba504cc69e use actix 0.3 Nikolay Kim 2017-10-23 10:05:07 -0700
  • 17b4c33949 update example links Nikolay Kim 2017-10-23 09:20:12 -0700
  • 1e96821b54 update links Nikolay Kim 2017-10-23 09:17:24 -0700
  • 3f6949baa9 update repo location Nikolay Kim 2017-10-23 09:16:13 -0700
  • dcf060461a enable beta on travis Nikolay Kim 2017-10-22 23:00:04 -0700
  • f4180e78fe response tests Nikolay Kim 2017-10-22 22:54:11 -0700
  • e8936fe081 update multipart tests Nikolay Kim 2017-10-22 22:23:38 -0700
  • f737a3eb3e different ports Nikolay Kim 2017-10-22 21:52:01 -0700
  • 3adddc591d multipart tests Nikolay Kim 2017-10-22 21:40:41 -0700
  • 5f90d0bcd6 unread_data tests Nikolay Kim 2017-10-22 20:19:20 -0700
  • d49e61591f fix payload readuntil Nikolay Kim 2017-10-22 20:07:18 -0700
  • 32a9d9f683 payload tests Nikolay Kim 2017-10-22 19:58:50 -0700
  • 33d0c39af6 tests Nikolay Kim 2017-10-22 18:32:54 -0700
  • 8c48fdb0fc fix test Nikolay Kim 2017-10-22 17:47:22 -0700
  • 5699af9795 more tests Nikolay Kim 2017-10-22 17:33:24 -0700
  • 26989f5591 server tests Nikolay Kim 2017-10-22 12:48:43 -0700
  • 71f7606baf more tests Nikolay Kim 2017-10-22 09:45:53 -0700
  • 6ad048d445 multipart boundary extraction Nikolay Kim 2017-10-22 09:30:05 -0700
  • f85925a652 refactor error handling Nikolay Kim 2017-10-22 09:13:29 -0700
  • d555fcabfc update tests Nikolay Kim 2017-10-22 08:14:23 -0700
  • afe9459ce1 pass request by ref; added middleware support Nikolay Kim 2017-10-21 22:59:09 -0700
  • 7364e088be basic example Nikolay Kim 2017-10-21 19:35:50 -0700
  • 6a33b65f02 refactor server router Nikolay Kim 2017-10-21 18:54:24 -0700
  • 0d6e42e748 fix ws doc string Nikolay Kim 2017-10-21 15:40:16 -0700
  • 4560ca17b2 update actix; update examples Nikolay Kim 2017-10-21 15:21:16 -0700
  • 0865071dd7 use threads for websocket example Nikolay Kim 2017-10-21 02:08:07 -0700
  • 0bfe07b371 process inactive tasks Nikolay Kim 2017-10-20 23:12:36 -0700