1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-02 08:09:36 +00:00

Commit graph

  • 202ce78d71 update actix-web-codegen tests Nikolay Kim 2019-11-21 13:01:07 +0600
  • c88f478db2 migrate actix-framed Nikolay Kim 2019-11-21 12:17:01 +0600
  • 9b0445ada8 migrate actix-files Nikolay Kim 2019-11-21 11:31:31 +0600
  • 461fb125fe migrate actix-cors Nikolay Kim 2019-11-21 10:54:07 +0600
  • b77223dc27 migrate actix-identity Nikolay Kim 2019-11-21 10:31:52 +0600
  • 13c4f025c3 disable unmigrated crates Nikolay Kim 2019-11-21 00:52:38 +0600
  • a5bee56766 update awc tests Nikolay Kim 2019-11-21 00:35:07 +0600
  • 08678d5f39 migrate actix-web to std::future Nikolay Kim 2019-11-20 23:33:22 +0600
  • 0b3422d570 fix h2 client send body Nikolay Kim 2019-11-19 19:38:42 +0600
  • 399dfaef98 drop unpin constraint Nikolay Kim 2019-11-19 18:54:19 +0600
  • 5b68c2fa6b update test-server tests Nikolay Kim 2019-11-19 11:08:03 +0600
  • 56d75d2d41 migrate awc and test-server to std::future Nikolay Kim 2019-11-19 09:55:17 +0600
  • 51dadfe017 update ssl impls Nikolay Kim 2019-11-18 20:40:10 +0600
  • dddc9e20b9 migrate client to std::future Nikolay Kim 2019-11-18 18:42:27 +0600
  • c858d2a63e make actix-http compile with std::future Nikolay Kim 2019-11-15 15:54:11 +0600
  • 5cb2d500d1 update actix-web-actors actors-v1.0.3 Nikolay Kim 2019-11-14 08:58:24 +0600
  • 0212c618c6 prepare actix-web release web-v1.0.9 Nikolay Kim 2019-11-14 08:55:37 +0600
  • 88110ed268 Add security note to ConnectionInfo::remote() () Feiko Nanninga 2019-11-14 03:32:47 +0100
  • 7e8cac08e4 Add security note to ConnectionInfo::remote() #1158 clonejo 2019-11-08 23:10:30 +0100
  • fba02fdd8c prep awc release awc-v0.2.8 Nikolay Kim 2019-11-06 11:33:25 -0800
  • b2934ad8d2 prep actix-file release files-v0.1.7 Nikolay Kim 2019-11-06 11:25:26 -0800
  • f7f410d033 fix test order dep http-v0.2.11 Nikolay Kim 2019-11-06 11:20:47 -0800
  • 885ff7396e prepare actox-http release Nikolay Kim 2019-11-06 10:35:13 -0800
  • 21b6ba7216 Return Async::NotReady while concating fragments #1160 Maciej Hirsz 2019-11-06 17:10:33 +0100
  • 6052452094 Even more logging Maciej Hirsz 2019-11-06 16:58:33 +0100
  • bf6bd2660f Even more logging Maciej Hirsz 2019-11-06 16:56:07 +0100
  • 69ab55839f More logging Maciej Hirsz 2019-11-06 16:53:07 +0100
  • 17bac1d90f Log errors Maciej Hirsz 2019-11-06 16:41:40 +0100
  • 93484512b8 Fix issues around initialization of fragmented payloads Maciej Hirsz 2019-11-06 16:25:04 +0100
  • 61b38e8d0d Increase timeouts in test-server () Erlend Langseth 2019-11-06 15:09:22 +0100
  • edcde67076 Fix escaping/encoding problems in Content-Disposition header () Hung-I Wang 2019-11-06 22:08:37 +0800
  • 4895fcb4c2 Move fragmented frame collection to actix-web-actors Maciej Hirsz 2019-11-06 15:02:14 +0100
  • 42b685134d Update CHANGES.md again #1151 Hung-I Wang 2019-11-06 09:50:43 +0800
  • 56a64ca7c0 Update CHANGES.md Hung-I Wang 2019-11-06 09:35:58 +0800
  • e4c7587409 Fix typos in comments in .../content_disposition.rs (pointed out by @JohnTitor) Hung-I Wang 2019-11-06 09:24:39 +0800
  • 4e534a158b chore: Clone the ws codec in actix-web-actors Maciej Hirsz 2019-11-05 21:18:13 +0100
  • 3cc8490c82 feat: WIP on frame continuation Maciej Hirsz 2019-11-05 21:14:00 +0100
  • b5b91fce05 Log errors Maciej Hirsz 2019-11-05 17:15:53 +0100
  • 1be9ecf668 Log decoder errors Maciej Hirsz 2019-11-05 15:31:12 +0100
  • 586128670d Increase timeouts in test-server #1153 Erlend Langseth 2019-11-04 21:22:08 +0100
  • e65cd393b5 Use Ahash #1142 Andras Mocsary 2019-11-03 20:00:35 +0100
  • ae2d11d299 Merge branch 'master' of github.com:mocsy/actix-web Andras Mocsary 2019-11-03 18:29:06 +0100
  • ea24e55ebd Drop hashbrown dep in favour of core's Andras Mocsary 2019-10-17 10:44:29 +0200
  • 1cbbb77a37
    Merge branch 'master' into master mocsy 2019-11-03 18:25:42 +0100
  • bd5a744384 Tweak Content-Disposition parse to accept empty param value in quoted-string Hung-I Wang 2019-11-02 11:24:37 +0800
  • fdf7e61b7f Improve Content-Disposition filename(*) parameters of actix_files::NamedFile Hung-I Wang 2019-11-02 11:24:13 +0800
  • c552f78799 Add more comments on how to use Content-Disposition header properly & Fix some trivial problems Hung-I Wang 2019-11-01 21:19:04 +0800
  • 706268259f Fix filename encoding in Content-Disposition of acitx_files::NamedFile Hung-I Wang 2019-11-01 21:17:48 +0800
  • dd865aa49e
    Merge branch 'master' into rustls0.16 #1135 Sven-Hendrik Haase 2019-10-27 09:30:48 +0100
  • f0612f7570 awc: Add support for setting query from Serialize type for client request () Jonathas Conceição 2019-10-26 02:27:14 -0300
  • a3f93be925 awc: Add support for setting query from Serialize type for client request #1130 Jonathas-Conceicao 2019-10-10 00:28:51 -0300
  • 9586643f3c Follow the original changes Yuki Okushi 2019-10-20 05:39:58 +0900
  • cf71cafce9 Follow up ring changes Yuki Okushi 2019-10-16 18:00:36 +0900
  • 57d72705a6 Drop hashbrown dep in favour of core's Andras Mocsary 2019-10-17 10:44:29 +0200
  • 29b6c77067 Add DataRaw type. #1141 fakeshadow 2019-10-17 05:34:53 +0800
  • 6101c5928e
    Merge branch 'master' into rustls0.16 Sven-Hendrik Haase 2019-10-15 10:15:24 +0200
  • ace98e3a1e support Host guards when Host header is unset () Anton Lazarev 2019-10-14 16:05:54 -0700
  • 450c9809ed Update webpki and rustls Sven-Hendrik Haase 2019-10-14 19:21:13 +0200
  • 6ee8cd2de1
    support Host guards when Host header is unset #1129 Anton Lazarev 2019-10-10 17:17:13 -0700
  • 1ca9d87f0a prep actix-web-codegen release codegen-v0.1.3 Nikolay Kim 2019-10-14 21:35:53 +0600
  • 967f965405 Update syn & quote to 1.0 () DanSnow 2019-10-14 23:34:17 +0800
  • 062e51e8ce prep actix-file release files-v0.1.6 Nikolay Kim 2019-10-14 21:26:26 +0600
  • a48e616def feat(files): add possibility to redirect to slash-ended path () Roberto Huertas 2019-10-14 17:23:15 +0200
  • 2e2cee82a3 feat(files): add possibility to redirect to slash-ended path #1134 Roberto Huertas 2019-10-13 21:50:03 +0200
  • 33a19dc2c2
    fix: Build with stable rust #1133 DanSnow 2019-10-14 15:29:29 +0800
  • cfd06a7b80
    doc(actix-web-codegen): Update CHANGES.md DanSnow 2019-10-13 21:11:24 +0800
  • b49203a2a2
    feat(actix-web-codegen): Generate better error message DanSnow 2019-10-13 21:06:16 +0800
  • 68830dd154
    chore(actix-web-codegen): Upgrade syn and quote to 1.0 DanSnow 2019-10-13 14:04:03 +0800
  • effa96f5e4 Removed httpcode 'MovedPermanenty'. () MaySantucci 2019-10-12 02:45:12 +0200
  • 3663070eb1 Removed httpcode 'MovedPermanenty'. #1128 MaySantucci 2019-10-10 10:49:38 +0200
  • cc0b4be5b7 Fix typo in response.rs body() comment () Nathan 2019-10-09 09:11:55 -0400
  • d43f3b1c5f
    Fix typo in response.rs body() comment #1126 Nathan 2019-10-09 08:38:34 -0400
  • a464ffc23d prepare actix-files release files-v0.1.5 Nikolay Kim 2019-10-08 10:13:16 +0600
  • 4de2e8a898 [actix-files] Allow user defined guards for NamedFile (actix#1113) () Naim A 2019-10-08 07:09:40 +0300
  • dbc90b84ac [actix-files] update changelog #1115 Naim A 2019-10-08 04:05:33 +0300
  • da10fd6ca5
    Merge branch 'master' into master Naim A 2019-10-08 01:21:03 +0300
  • d4adab28de [actix-files] add test for custom guards in Files Naim A 2019-10-08 01:18:53 +0300
  • 86436bb4fe [actix-files] modify method check tests (NamedFile -> Files) Naim A 2019-10-08 01:09:06 +0300
  • da3d33f81d [actix-files] added custom guard checks to FilesService Naim A 2019-10-08 00:47:10 +0300
  • d6f6b1ebad [actix-files] remove request method checks from NamedFile Naim A 2019-10-08 00:42:11 +0300
  • 0f09415469 Convert documentation examples to Rust 2018 edition () Priit Laes 2019-10-07 08:29:11 +0300
  • f089cf185b Let ResponseError render w/ 'text/plain; charset=utf-8' header () () SuperHacker-liuan 2019-10-07 12:56:24 +0800
  • d078845cbb
    Merge branch 'master' into issue1118 #1119 SuperHacker-liuan 2019-10-07 11:43:58 +0800
  • 15d3c1ae81 Update docs of guard.rs () Koen Hoeijmakers 2019-10-07 05:05:17 +0200
  • b1e784bc18
    Update actix-http/CHANGES.md for 劉安 2019-10-07 10:05:50 +0800
  • 302e4cf3d5 Convert rest of the examples to rust-2018 edition. #1120 Priit Laes 2019-10-06 21:34:39 +0300
  • 733ad40c66 Convert types::form examples to rust-2018 edition Priit Laes 2019-10-06 21:26:01 +0300
  • cf9db84d31 Convert types::path examples to rust-2018 edition Priit Laes 2019-10-06 21:20:19 +0300
  • df9ea4af3f Convert types::json examples to rust-2018 edition Priit Laes 2019-10-06 21:15:26 +0300
  • 8275a5efb4 Convert types::query examples to rust-2018 edition Priit Laes 2019-10-06 12:58:31 +0300
  • 554e2e6799 Let ResponseError render w/ 'text/plain; charset=utf-8' header () 劉安 2019-10-06 16:18:37 +0800
  • 20624eb379
    Update guard.rs #1116 Koen Hoeijmakers 2019-10-04 09:29:53 +0200
  • 024c3ad92c
    Update guard.rs Koen Hoeijmakers 2019-10-03 21:01:56 +0200
  • 9a8fc6efdf Fix bad check for port being needed Heinz Gies 2019-09-12 13:54:09 +0200
  • 4b170ad4dc Remove depricated function call Heinz Gies 2019-09-11 17:23:59 +0200
  • 75b01c802c Fix ws client to upgrade with proper host headers Heinz Gies 2019-09-11 17:23:09 +0200
  • 06f98e64aa Fix test for websocket ping Heinz Gies 2019-09-11 15:04:44 +0200
  • 81230a7cb1 Make correct ping handeling a flag Heinz Gies 2019-09-10 17:20:56 +0200
  • c5dfead7f9 Improve close condition handling Heinz Gies 2019-09-10 16:47:37 +0200
  • 46ec5b77f9 Add support for fragmented messages Heinz Gies 2019-09-10 15:58:50 +0200