Commit Graph

  • 59df857a0c
    update changelog Rob Ede 2021-11-17 17:42:45 +0000
  • da9aca08a7
    ensure content disposition header in multipart Rob Ede 2021-11-17 17:11:09 +0000
  • 1fe309bcc6
    increase ci test timeout Rob Ede 2021-11-17 15:32:42 +0000
  • 168a7284d3
    fix actix_http::Error conversion. (#2449) fakeshadow 2021-11-17 21:13:05 +0800
  • 58d0cfb8f9
    Update mod.rs Rob Ede 2021-11-17 13:12:35 +0000
  • 6398d37df7 simplify handler.rs Ali MJ Al-Nasrawy 2021-11-17 10:30:36 +0300
  • 34d72a9acb fix actix_http::Error conversion. fakeshadow 2021-11-17 10:08:50 +0800
  • 68a3acb9c2
    bump zstd dep Rob Ede 2021-11-16 23:22:29 +0000
  • 84c6d25fd3
    bump env logger dep Rob Ede 2021-11-16 23:07:08 +0000
  • 36af057383
    Merge branch 'master' into feat/io-uring fakeshadow 2021-11-17 06:45:21 +0800
  • 0a135c7dc9
    bump actix-codec to 0.4.1 Rob Ede 2021-11-16 22:41:24 +0000
  • 668a33c793
    remove internal usage of Body Rob Ede 2021-11-16 22:10:30 +0000
  • d8cbb879dd
    make `AnyBody` generic on `Body` type (#2448) Rob Ede 2021-11-16 21:41:35 +0000
  • 1d3684f6b7
    relax unpin bound on messagebody impl for anybody Rob Ede 2021-11-16 20:33:07 +0000
  • b3e187fe19
    improve into_boxed Rob Ede 2021-11-16 19:59:23 +0000
  • 4c12f828c7
    fix error bound on impl messagebody for anybody Rob Ede 2021-11-16 17:27:01 +0000
  • 5b27827f69
    remove responsebody enum Rob Ede 2021-11-16 17:06:32 +0000
  • 0b13d27b03
    switch encoder/compress to use AnyBody Rob Ede 2021-11-16 16:56:41 +0000
  • 5167bf16a2
    rename Stream variant to Body Rob Ede 2021-11-16 16:13:45 +0000
  • 8d2cfd0a15
    make AnyBody generic on Stream body type Rob Ede 2021-11-16 15:55:00 +0000
  • 13cf5a9e44
    remove chunked encoding header for websockets Rob Ede 2021-11-16 16:55:45 +0000
  • 4df1cd78b7
    simplify `AnyBody` and `BodySize` (#2446) Rob Ede 2021-11-16 09:21:10 +0000
  • 0cc75e3ab8
    update changelog Rob Ede 2021-11-16 01:31:30 +0000
  • 7c8fc2facf
    remove `BodySize::Empty` Rob Ede 2021-11-16 01:17:30 +0000
  • 9905df9a60
    remove `AnyBody::empty` and add `empty()` Rob Ede 2021-11-16 00:51:51 +0000
  • c912ec7f81
    rename `AnyBody::{Message => Stream}` Rob Ede 2021-11-16 00:33:10 +0000
  • e8a0e16863
    run tarpaulin on workspace Rob Ede 2021-11-15 18:11:51 +0000
  • d30c86191c
    Merge branch 'master' into feat/io-uring Rob Ede 2021-11-15 16:05:16 +0000
  • a2f59c02f7
    bump actix-server to beta 9 (#2442) web-v4.0.0-beta.11 test-v0.1.0-beta.6 http-v3.0.0-beta.12 http-test-v3.0.0-beta.6 awc-v3.0.0-beta.10 Rob Ede 2021-11-15 04:03:33 +0000
  • 1672b28940
    prepare actix-test release 0.1.0-beta.6 Rob Ede 2021-11-15 03:36:08 +0000
  • 2a32b0bcf5
    prepare actix-http-test release 3.0.0-beta.6 Rob Ede 2021-11-15 03:35:39 +0000
  • 3c332ce6d9
    prepare awc release 3.0.0-beta.10 Rob Ede 2021-11-15 03:35:03 +0000
  • 9ce0056b6b
    prepare actix-web release 4.0.0-beta.11 Rob Ede 2021-11-15 03:33:04 +0000
  • 3d96e5f5ee
    prepare actix-http release 3.0.0-beta.12 Rob Ede 2021-11-15 03:32:04 +0000
  • a4133bd377
    fix actix-http-test test server stop behavior Rob Ede 2021-11-15 03:28:18 +0000
  • e96281cfc3
    update changelogs Rob Ede 2021-11-15 02:58:26 +0000
  • 63a8c27612
    remove unused deps Rob Ede 2021-11-15 02:52:22 +0000
  • 599ec38ad5
    bump server version to beta 9 and remove local override Rob Ede 2021-11-15 02:44:23 +0000
  • 4c07c9c2d1
    bump actix-server to beta 9 Rob Ede 2021-11-15 02:41:08 +0000
  • 24f764fc7a skip io-uring feature in cargo hack fakeshadow 2021-11-10 00:52:02 +0800
  • aa5ef14770 remove actix-rt/io-uring feature requirement fakeshadow 2021-11-10 00:47:44 +0800
  • 32d2154fb9
    Merge branch 'master' into feat/io-uring fakeshadow 2021-11-10 00:45:44 +0800
  • 2754608f3c
    fix codegen tests Rob Ede 2021-11-08 02:46:43 +0000
  • c020cedb63
    Log internal server errors (#2387) Ibraheem Ahmed 2021-11-07 12:02:23 -0500
  • 6558a53d86
    Merge branch 'master' into log-internal-server-errors Ibraheem Ahmed 2021-11-07 11:36:39 -0500
  • 3de6d6713a
    Merge branch 'master' into feat/io-uring fakeshadow 2021-11-06 22:40:59 +0800
  • c1ab92f7c9 temporary override actix-rt fakeshadow 2021-11-06 22:40:34 +0800
  • 6ede7a2a16 changes fix Brock Elmore 2021-11-05 09:51:59 -0400
  • c747719948 Bump all actix-codec versions, add pr info Brock Elmore 2021-11-05 09:48:04 -0400
  • 6a4a6343a5 bump actix-codec version, reexport ConnectionIo Brock Elmore 2021-11-05 09:41:18 -0400
  • fb7a38db81
    use beta 8 Rob Ede 2021-11-05 02:19:45 +0000
  • efdebcc104
    prepare actix-test release 0.1.0-beta.6 Rob Ede 2021-11-05 01:43:51 +0000
  • df8eba5dc2
    prepare actix-http-test release 3.0.0-beta.6 Rob Ede 2021-11-05 01:42:27 +0000
  • 45608a33ee
    prepare actix-web release 4.0.0-beta.11 Rob Ede 2021-11-05 01:39:19 +0000
  • b1b6201c20
    add http changelog Rob Ede 2021-11-05 01:31:49 +0000
  • 59b8c25bdc
    fix h2 ping test Rob Ede 2021-11-05 01:28:26 +0000
  • 811bc957ef
    bump to actix-server 2.0.0-beta.7 Rob Ede 2021-11-05 01:20:07 +0000
  • 5e554dca35
    fix awc clippy warning (#2431) fakeshadow 2021-11-04 23:57:55 +0800
  • 9cded0d5bd
    Merge branch 'master' into fix/awc_clippy Rob Ede 2021-11-04 15:15:47 +0000
  • 6ec2d7b909
    add keep alive to h2 through ping pong (#2433) fakeshadow 2021-11-04 23:15:23 +0800
  • 0d23e496f7 fix initial on_flight flag fakeshadow 2021-11-04 21:50:45 +0800
  • 2822839391 add keep alive to h2 through ping pong fakeshadow 2021-11-04 01:26:09 +0800
  • 7f5212c990 try to fix test fakeshadow 2021-11-01 17:31:05 +0800
  • 17d7c76843 fix awc clippy warning fakeshadow 2021-11-01 16:54:52 +0800
  • d397900e1a fix url_for parser Ali MJ Al-Nasrawy 2021-11-01 01:59:16 +0300
  • ec6d284a8e
    improve "data no configured" message (#2429) Ali MJ Al-Nasrawy 2021-10-31 16:19:21 +0300
  • 7f430f0c3c improve "data no configured" message Ali MJ Al-Nasrawy 2021-10-31 15:44:47 +0300
  • c396113141
    Merge branch 'master' into log-internal-server-errors Ibraheem Ahmed 2021-10-27 17:10:31 -0400
  • 89b4e33547
    Merge branch 'master' into files/fix/percent-encoding Ali MJ Al-Nasrawy 2021-10-26 23:15:57 +0300
  • be9530eb72
    avoid building actix-tls with no-default-features (#2426) fakeshadow 2021-10-26 20:16:48 +0800
  • f06a1e7dd7 avoid building actix-tls with no-default-features fakeshadow 2021-10-26 19:14:26 +0800
  • 855e260fdb
    Add `html_utf8` content type. (#2423) Luca Palmieri 2021-10-26 09:24:38 +0100
  • d76ea1d9b7
    Merge branch 'master' into html-utf8 Luca Palmieri 2021-10-26 08:57:30 +0100
  • 630e0b1b8e Update the existing `html` method. LukeMathWalker 2021-10-26 08:56:45 +0100
  • d13854505f
    move actix_http::client module to awc (#2425) fakeshadow 2021-10-26 07:37:40 +0800
  • 713a35138a add changelog fakeshadow 2021-10-25 12:05:10 +0800
  • 6e997c9cde fix actix-test crate fakeshadow 2021-10-25 11:59:59 +0800
  • 3ae1a883ba move actix_http::client module to awc fakeshadow 2021-10-25 11:24:26 +0800
  • 90a7687b7f
    Merge branch 'master' into refactor/http_client fakeshadow 2021-10-25 11:15:54 +0800
  • ab09e376e7 move actix_http::http module to awc fakeshadow 2021-10-25 11:12:44 +0800
  • e591881b4c Add changelog entry. LukeMathWalker 2021-10-23 17:46:51 +0100
  • 4243f6ef43 Add `html_utf8` content type. LukeMathWalker 2021-10-23 17:44:37 +0100
  • dc6789bad9 add doc example fakeshadow 2021-10-23 10:38:12 +0800
  • 07dbd96fcf add boxed middleware fakeshadow 2021-10-23 10:28:50 +0800
  • d40b6748bc
    remove dead dep (#2420) fakeshadow 2021-10-22 07:22:58 +0800
  • d319afbe59 remove dead dep fakeshadow 2021-10-22 05:53:50 +0800
  • 1cc191dabb
    Merge branch 'master' into feat/io-uring fakeshadow 2021-10-21 12:03:38 +0800
  • f8032adfd5 fix double drop on error of getting file metadata fakeshadow 2021-10-21 11:45:42 +0800
  • c79b9a0df3
    prepare actix-files release 0.6.0-beta.8 test-v0.1.0-beta.5 multipart-v0.4.0-beta.7 files-v0.6.0-beta.8 Rob Ede 2021-10-20 23:32:46 +0100
  • 4af414064b
    prepare actix-multipart release 0.4.0-beta.7 Rob Ede 2021-10-20 23:31:46 +0100
  • 8c8746b732
    Merge branch 'master' into feat/io-uring fakeshadow 2021-10-21 05:51:54 +0800
  • 9abe166d52
    actix-web beta 10 releases (#2417) web-v4.0.0-beta.10 http-v3.0.0-beta.11 codegen-v0.5.0-beta.5 awc-v3.0.0-beta.9 Rob Ede 2021-10-20 22:32:05 +0100
  • 8e366d99f1 fix: make sure actix-web uses newest rustls everywhere Kirill Mironov 2021-10-20 22:24:59 +0300
  • 675070b74a
    fix ci Rob Ede 2021-10-20 18:03:30 +0100
  • b2440ad66d
    remove mutex features Rob Ede 2021-10-20 17:56:46 +0100
  • 52a28e8e68
    update ci Rob Ede 2021-10-20 17:29:31 +0100
  • 80cd26db9d
    fix ci Rob Ede 2021-10-20 17:28:16 +0100
  • 743f0ddf1b
    fix last remaining rustls upgrade Rob Ede 2021-10-20 17:22:55 +0100
  • b9343bc505
    Merge branch 'master' into feat/io-uring fakeshadow 2021-10-20 12:54:27 +0800
  • 93cc384ecd
    fix version constraints Rob Ede 2021-10-20 03:08:52 +0100