Yuki Okushi
d92d53a4f5
Merge pull request #1541 from JohnTitor/backport-files
...
files: Bump up to 0.2.2
2020-05-27 00:37:29 +09:00
Yuki Okushi
55d79cc1b2
files: Bump up to 0.2.2
2020-05-26 17:22:16 +09:00
Yuki Okushi
a8117183bb
files: Minimize futures
dependencies
2020-05-26 17:19:12 +09:00
Omid Rad
60dcfd1aff
Actix-files will always send SizedStream ( #1496 )
...
* Fixes #1384
* There is no need to set no_chunking
* Test content-length for static files
* Update the tests
* Add Changelog
* Try to simply fix Windows test issues!
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-05-26 17:18:47 +09:00
Yuki Okushi
7870165da2
Fix spelling error
2020-05-26 17:14:33 +09:00
Yuki Okushi
6560a2285f
Suppress warning
2020-05-26 17:13:35 +09:00
Yuki Okushi
12eccf40e1
Merge pull request #1539 from JohnTitor/framed-0.3.1
...
framed: Bump up to 0.3.1 with deprecation notice
2020-05-25 18:58:32 +09:00
Yuki Okushi
7a9c0f632d
framed: Bump up to 0.3.1 with deprecation notice
2020-05-25 18:20:55 +09:00
Yuki Okushi
7baa35a897
Merge pull request #1526 from actix/backport-gha
...
2.0: Tweak CI config
2020-05-21 15:04:28 +09:00
Yuki Okushi
ea0d748a5e
Remove Travis and AppVeyor config
2020-05-21 12:07:54 +09:00
Yuki Okushi
bc4f98321a
2.0: Tweak GHA config
2020-05-21 12:06:05 +09:00
Yuki Okushi
2ddbe2b15c
Merge pull request #1400 from JohnTitor/actions-2.0
...
[2.0 backport] Tweaks for GitHub Actions
2020-03-08 03:04:31 +09:00
Yuki Okushi
87378a7410
Demote lint level to warn
2020-03-08 02:23:55 +09:00
Yuki Okushi
ad0d809af6
Disable coverage for PRs
2020-03-08 02:03:08 +09:00
Yuki Okushi
7b00c16d44
Add some Actions workflows
2020-03-08 02:02:52 +09:00
Yuki Okushi
155a6db4cd
More ignore test causes timeout
2020-03-08 02:02:15 +09:00
Yuki Okushi
228e886986
Don't use cache in Windows CI ( #1327 )
2020-03-08 02:01:59 +09:00
Yuki Okushi
4aa4b5f928
Tweak caches ( #1319 )
...
* Try to use `cargo-cache`
* Tweak issue template
2020-03-08 02:01:45 +09:00
cetra3
54ff97470e
Initial Issue template ( #1311 )
...
* Initial Issue template
* First round of changes for the bug report
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-08 02:01:31 +09:00
Yuki Okushi
f02ad2913f
Fix vcpkg cache ( #1312 )
2020-03-08 02:01:17 +09:00
Yuki Okushi
96b0dfeac3
Tweak actions ( #1305 )
...
* Add benchmark action
* Fix Windows build
2020-03-08 02:00:58 +09:00
Yuki Okushi
3a5b62b550
Add dependencies instruction ( #1281 )
2020-01-16 23:17:17 +09:00
Adam Kewley
412e54ce10
Fixed documentation typo for actix-files ( #1278 )
2020-01-15 11:09:58 -08:00
Peter Hall
bca41f8d40
Changes to Cors builder ( #1266 )
...
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-11 04:53:17 +09:00
Jacob Brown
7c974ee668
Update doc comment for HttpRequest::app_data
( #1265 )
...
* update doc comment for `HttpRequest::app_data`
* add `no_run` to doc comment
* add `ignore` to doc comment
* Update src/request.rs
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-11 03:55:20 +09:00
linkmauve
abb462ef85
Replace sha1 dependency with sha-1 ( #1258 )
...
* Replace sha1 dependency with sha-1
This other crate is being maintained, and it offers better performances
when using the `asm` feature (especially [on
AArch64](https://github.com/RustCrypto/hashes/pull/97 )).
* Update CHANGES.md with the sha-1 migration
* Add a test for hash_key()
2020-01-11 02:34:31 +09:00
Nikolay Kim
e66312b664
add extra constraints
2020-01-10 11:36:59 +06:00
Nikolay Kim
39f4b2b39e
Merge branch 'master' of github.com:actix/actix-web
2020-01-10 11:28:58 +06:00
Nikolay Kim
f6ff056b8a
Fix panic with already borrowed: BorrowMutError #1263
2020-01-10 11:26:54 +06:00
Yuki Okushi
51ab4fb73d
Tweak actions to use cache and not to be stuck on the way ( #1264 )
2020-01-10 03:30:45 +09:00
linkmauve
f5fd6bc49f
Fix actix-http examples ( #1259 )
...
Fix actix-http examples
2020-01-07 00:15:04 +09:00
Jeremy Wright
2803fcbe22
Small grammaritical update to lib.rs ( #1248 )
2020-01-03 08:45:17 +06:00
Nikolay Kim
67793c5d92
add ssl feature migration
2019-12-30 21:22:04 +06:00
Jonathan Brookins
bcb5086c91
Added 2.0.0 rustls feature name change ( #1244 )
2019-12-30 21:16:04 +06:00
wojciechkepka
7bd2270290
Fix link to example in readme.md ( #1236 )
...
* Fix link to example in readme.md
* Add links to openssl and rustls examples
* Rustls should be uppercase
2019-12-26 19:42:07 +09:00
Nikolay Kim
a4ad5e6b69
update timeouts for test server
2019-12-25 20:52:20 +04:00
Nikolay Kim
6db909a3e7
update migration
2019-12-25 20:27:30 +04:00
Nikolay Kim
642ae161c0
prep actix-web release
2019-12-25 20:21:00 +04:00
Nikolay Kim
7b3c99b933
prep actix-framed release
2019-12-25 20:17:22 +04:00
Nikolay Kim
f86ce0390e
allow to specify multi pattern for resources
2019-12-25 20:14:44 +04:00
Nikolay Kim
7882f545e5
Allow to gracefully stop test server via TestServer::stop()
2019-12-25 12:10:48 +04:00
Nikolay Kim
1c75e6876b
update migration
2019-12-22 17:16:07 +04:00
Nikolay Kim
6a0cd2dced
Rename HttpServer::start() to HttpServer::run()
2019-12-22 17:12:22 +04:00
Nikolay Kim
c7f3915779
update actix-service dep
2019-12-22 16:39:25 +04:00
Yuki Okushi
f45db1f909
Enable GitHub Actions and fix file URL behavior ( #1232 )
...
* Use GitHub Actions
* Fix unused imports on Windows
* Fix test for Windows
* Stop to run CI for i686-pc-windows-msvc for now
* Use `/` instead of `\` on Windows
* Add entry to changelog
* Prepare actix-files release
2019-12-22 16:43:41 +09:00
Darin
3751a4018e
fixed test::init_service api docs (missing await) ( #1230 )
2019-12-21 08:47:18 +06:00
Nikolay Kim
0cb1b0642f
add test server data test
2019-12-20 23:18:59 +06:00
Nikolay Kim
48476362a3
update changes
2019-12-20 17:59:34 +06:00
Nikolay Kim
2b4256baab
add links to configs
2019-12-20 17:49:05 +06:00
Nikolay Kim
e5a50f423d
Make web::Data deref to Arc<T> #1214
2019-12-20 17:45:35 +06:00