Commit Graph

  • 98243db9f1
    Print unconfigured `Data<T>` type when attempting extraction (#1743) cquintana-verbio 2020-10-20 18:35:34 +0200
  • ec8e66e6ee
    Merge branch 'master' into chore/print-unconfigured-app-data-type Rob Ede 2020-10-20 16:42:49 +0100
  • ca0b025e38
    Update CHANGES.md Rob Ede 2020-10-20 16:41:49 +0100
  • 06841e111c Move awc changelog entry to awc/CHANGES.md j-brn 2020-10-19 19:27:47 +0200
  • f92742bdac
    Bump base64 to 0.13 (#1744) ghizzo01 2020-10-19 19:24:22 +0200
  • 0cbb2657ab Deprecate functions for following redirects Thiago Arrais 2020-10-19 13:45:09 -0300
  • 1d7019da87
    Merge branch 'master' into fix_accept-encoding_header_without_compress_feature Jonas 2020-10-19 18:12:54 +0200
  • c2aeea512d Add changelog entry for the `Accept-Content` fix in awc j-brn 2020-10-19 17:44:31 +0200
  • e574fb8499 Bump base64 to 0.13 ghizzo01 2020-10-19 17:34:45 +0200
  • af690466bf Update changelog Carlos Quintana 2020-10-19 16:22:59 +0200
  • 634e3d81d2 Print unconfigured AppData type Carlos Quintana 2020-10-19 16:14:46 +0200
  • a580f2693a
    Add PR reference to changelog entry Jonas Platte 2020-10-19 14:05:47 +0200
  • e563025b16
    always construct shortslice using debug checked new constructor (#1741) Rob Ede 2020-10-19 12:51:30 +0100
  • 9c33070cf1
    Merge branch 'master' into fix/unsafe-new-shortslice Rob Ede 2020-10-19 11:27:39 +0100
  • 3f5556fea1
    always construct shortslice using debug checked new constructor Rob Ede 2020-10-19 11:17:47 +0100
  • cfd5b381f1
    Implement Logger middleware regex exclude pattern (#1723) Matt Gathu 2020-10-19 08:18:16 +0200
  • 1622961630
    Merge branch 'master' into logger-exclude-regex Rob Ede 2020-10-19 06:30:59 +0100
  • cf1018232d
    Merge branch 'master' into fix_accept-encoding_header_without_compress_feature Yuki Okushi 2020-10-19 11:53:16 +0900
  • 2f84914146
    Skip some tests that cause ICE on nightly (#1740) Yuki Okushi 2020-10-19 11:52:05 +0900
  • 9674410d2b Skip some tests that cause ICE on nightly Yuki Okushi 2020-10-19 10:16:54 +0900
  • 78668ad91e
    Format code Matt Gathu 2020-10-18 07:44:26 +0200
  • da3d5387f5
    Panic on regex error Matt Gathu 2020-10-18 07:38:42 +0200
  • 1170acf02e Merge branch 'logger-exclude-regex' of github.com:mattgathu/actix-web into logger-exclude-regex Matt Gathu 2020-10-18 07:28:02 +0200
  • be9c5fdc51
    Simplify regex set creation Matt Gathu 2020-10-18 07:27:37 +0200
  • 62e390e814 awc: relace cfg attributes for HTTPS_ENCODING with cfg-if j-brn 2020-10-16 22:05:42 +0200
  • cef47d1dfb awc: add cfg-if dependency j-brn 2020-10-16 22:05:16 +0200
  • 7811292678 Use Accept-Encoding=idenity if no compression feature is enabled (#1731) j-brn 2020-10-16 19:14:03 +0200
  • 02d85911f9 Trying to improve the documentation for App::data() Lars Francke 2020-10-16 12:18:14 +0200
  • 906ebd96cf use checkout@v2 Arniu 2020-10-11 08:58:48 +0800
  • 0d9c920d35 add audit check in CI Arniu 2020-10-10 21:01:03 +0800
  • e4d60f5997
    Merge pull request #100 from actix/master 云上于天 2020-10-10 13:51:35 +0800
  • d81c0b8137
    Merge branch 'master' into logger-exclude-regex Rob Ede 2020-10-10 02:55:32 +0100
  • d765e9099d
    Fix clippy::rc_buffer (#1728) Jonas Platte 2020-10-10 02:26:05 +0200
  • 63d2ec501c
    Allow clippy::rc_buffer only where it's not easily fixed Jonas Platte 2020-10-09 14:17:47 +0200
  • c7e794ab89
    Update change log Matt Gathu 2020-10-09 16:01:04 +0200
  • ec3c2975a6
    Replace most Rc<Vec<_>> with Rc<[_]> Jonas Platte 2020-10-09 14:17:14 +0200
  • 1424a46c50
    Add web::ReqData Jonas Platte 2020-10-09 14:05:20 +0200
  • be10425d25
    Improve docs for Data extractor Jonas Platte 2020-10-09 13:51:48 +0200
  • c6511ac55a Add Change log entry Matt Gathu 2020-10-03 10:34:02 +0200
  • a4f9fb6e39 Implement regex log exclusion rules Matt Gathu 2020-10-03 10:24:33 +0200
  • a347394858
    Merge pull request #99 from actix/master 云上于天 2020-10-09 18:19:07 +0800
  • 34b23f31c9
    prepare files release 0.4.0 Rob Ede 2020-10-06 22:08:33 +0100
  • 26c1a901d9
    add files preference for utf8 text responses (#1714) Rob Ede 2020-10-06 21:56:28 +0100
  • e66ca719ea
    Merge branch 'master' into patch-1 Rob Ede 2020-10-05 16:19:57 +0100
  • d90c10d074
    Add a test case for Extensions::insert Jonas Platte 2020-10-04 22:57:32 +0200
  • baa0c2c799
    Merge branch 'master' into feat/files-utf8-text Rob Ede 2020-10-03 00:15:47 +0100
  • c214c1c82c
    Update return type of Extensions::insert to match documented behavior Jonas Platte 2020-10-02 19:00:30 +0200
  • 06ab71f443
    Merge pull request #98 from actix/master 云上于天 2020-10-02 17:20:15 +0800
  • c2c71cc626
    Fix/suppress clippy warnings (#1720) Yuki Okushi 2020-10-01 18:19:09 +0900
  • 1d213cf98e Fix/suppress clippy warnings Yuki Okushi 2020-10-01 11:02:29 +0900
  • b8daa30944
    Merge pull request #97 from actix/master 云上于天 2020-10-01 10:55:08 +0800
  • ee2a7c50f8 got content negotiation working, wip Alex Kreidler 2020-09-30 16:23:28 -0400
  • aa11231ee5
    prepare web release 3.1.0 (#1716) web-v3.1.0 Rob Ede 2020-09-30 11:07:35 +0100
  • 1ed0d8fb66
    Merge pull request #96 from actix/master 云上于天 2020-09-30 15:10:36 +0800
  • 30bee91685
    prepare web release 3.1.0 Rob Ede 2020-09-29 22:47:45 +0100
  • b5812b15f0
    Remove Sized Bound for web::Data (#1712) PeterUlb 2020-09-29 23:44:12 +0200
  • c61307944d
    improve clarity in header setting method names Rob Ede 2020-09-28 00:54:49 +0100
  • a287301c36
    add files preference for utf8 text responses Rob Ede 2020-09-27 23:30:23 +0100
  • 06322bd627 remove MessageBody bound generic type from more types fakeshadow 2020-09-28 01:15:38 +0800
  • 5acc78e9f7 RustFmt and Docu PeterUlb 2020-09-27 01:23:37 +0200
  • 3afe132088 Remove Sized Bound for web::Data PeterUlb 2020-09-27 01:00:02 +0200
  • d674816fed
    Merge pull request #95 from actix/master Zhang Zhongyu 2020-09-26 13:02:15 +0800
  • b4e02fe29a
    Fix cyclic references in ResourceMap (#1708) Matt Gathu 2020-09-25 18:42:49 +0200
  • 31dc2ac780 Enhance tests Matt Gathu 2020-09-25 17:41:36 +0200
  • 6fc976984c Fix clippy warning on test Matt Gathu 2020-09-25 17:10:42 +0200
  • 86af8b6e89 Update test Matt Gathu 2020-09-25 16:58:12 +0200
  • a347b01260 Add test Matt Gathu 2020-09-25 16:48:37 +0200
  • 0153aee932 Make changelog entry Matt Gathu 2020-09-25 16:39:28 +0200
  • f615e41b78 Fix cyclic references in ResourceMap Matt Gathu 2020-09-25 16:10:24 +0200
  • 37c76a39ab
    Fix Multipart consuming payload before header checks (#1704) Matt Gathu 2020-09-25 15:50:37 +0200
  • 63757ca809
    Merge branch 'master' into fix-multipart-consuming-payload Matt Gathu 2020-09-25 14:08:26 +0200
  • 60e7e52276
    Add TrailingSlash::MergeOnly behavior (#1695) LIU An (劉安) 2020-09-25 19:50:59 +0800
  • 5adcd9a68b
    Merge pull request #94 from actix/master Zhang Zhongyu 2020-09-25 19:42:27 +0800
  • 6ff4da7ccd
    Append @robjtede changes request in PR #1695 劉安 2020-09-25 17:53:17 +0800
  • 22902343d7
    Merge branch 'master' into master Rob Ede 2020-09-25 01:04:59 +0100
  • 6f62e2eb4a
    Merge branch 'master' into fix-multipart-consuming-payload Rob Ede 2020-09-25 00:48:31 +0100
  • c53e9468bc
    prepare codegen 0.4.0 release (#1702) codegen-v0.4.0 Rob Ede 2020-09-24 23:54:01 +0100
  • 0524d3289e
    Merge pull request #93 from actix/master Zhang Zhongyu 2020-09-23 22:51:50 +0800
  • 16812eb34d
    prepare codegen 0.4.0 release Rob Ede 2020-09-23 00:47:09 +0100
  • 2129029f95 Merge branch 'fix-multipart-consuming-payload' of github.com:mattgathu/actix-web into fix-multipart-consuming-payload Matt Gathu 2020-09-23 08:02:16 +0200
  • 5b6b627967
    Add payload consumption test Matt Gathu 2020-09-23 08:02:03 +0200
  • 93e14b148e
    Merge branch 'master' into fix-multipart-consuming-payload Rob Ede 2020-09-22 23:01:42 +0100
  • 162121bf8d
    Unify route macros (#1705) Arniu Tseng 2020-09-23 05:42:51 +0800
  • 24f845f534
    Add tests Matt Gathu 2020-09-22 20:43:34 +0200
  • 08262588e3 fix doctest Arniu 2020-09-22 23:15:29 +0800
  • f393ca28d8 forbid method in non route macros Arniu 2020-09-22 22:57:31 +0800
  • 60d21e68d8 improve doc Arniu 2020-09-22 22:01:57 +0800
  • 60f72d190b fix wrong link Arniu 2020-09-22 14:01:32 +0800
  • 2aba2bbf22 rewrite with macro_rules Arniu 2020-09-22 13:59:14 +0800
  • 4d016ae16c tune words Arniu 2020-09-22 13:54:02 +0800
  • 928b8d8a72 rename to `MethodType` Arniu 2020-09-22 12:15:37 +0800
  • 561d7b8bf0 unify #route and #get, #post ... Arniu 2020-09-22 04:18:21 +0800
  • 8ff0b43173 Fix Multipart consuming payload before header checks Matt Gathu 2020-09-21 20:07:43 +0200
  • f7bcad9567
    split up files lib (#1685) Rob Ede 2020-09-20 23:18:25 +0100
  • 3c59c98cf6
    Merge branch 'master' into refactor/files Rob Ede 2020-09-20 17:23:00 +0100
  • f9e3f78e45
    eemove non-relevant comment from actix-http README.md (#1701) Igor Aleksanov 2020-09-20 19:21:53 +0300
  • bbacfdca90 actix-http: Remove non-relevant comment from README.md Igor Aleksanov 2020-09-20 18:17:09 +0300
  • f6106b69cf
    Merge branch 'master' into master Yuki Okushi 2020-09-20 23:42:53 +0900
  • 9311f9e7ae
    update actix-http/README.md Ryo Ota 2020-09-20 22:47:30 +0900
  • 1596893ef7
    update actix-http dev-dependencies (#1696) Silentdoer 2020-09-19 22:20:34 +0800