Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/actix/actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://github.com/actix/actix-web

Merge pull request #1410 from JohnTitor/new-web

Release actix-web 3.0.0-alpha.1

a253d7d3ced5692001ec2092c54ee87463f15c68 authored almost 5 years ago
Update changelog

0152cedc5df4e41cd9f694ee17523b742ba67157 authored almost 5 years ago
Exclude `actix-cors`

a6a47b95ee6ffb27d9a6ff903cfa986f02e9a6e7 authored almost 5 years ago
Update `actix-web` dependency to 3.0.0-alpha.1

1b28a5d48bc54490096589cc08e866ffb39594f3 authored almost 5 years ago
Bump up to 3.0.0-alpha.1

c147b9483290a9707253d0b5c1f0c3e7d042c08d authored almost 5 years ago
dev-deps: Update `env_logger` to 0.7

95f9a12a5e3fc5759b4ba2f9ea474a4d7735d01e authored almost 5 years ago
Merge pull request #1391 from JohnTitor/new-awc

Release awc v2.0.0-alpha.1

73eeab0e903f303e9397ff1b33ac74663c69b284 authored almost 5 years ago
Update release date

ce1e996b411bd7fa3855c6ee7a406d08fe710834 authored almost 5 years ago
Update tests

e718f6512183d4c3d2515bfc378874d2c32dd91d authored almost 5 years ago
Make `test_server` `async` fn

a9a475d5554a4cb891c3d3e6a019a6249d997f64 authored almost 5 years ago
Update `actix-connect` to 2.0.0-alpha.2

b93e1555ec63e482763ae5d1accc4a36ae508c66 authored almost 5 years ago
Update `awc` dependency

6f33b7ea4248e2286de295b42aef95a716ad9d95 authored almost 5 years ago
Bump up to 2.0.0-alpha.1

294523a32fc58f01ba37ad3bd7f36498f8611a6c authored almost 5 years ago
dev-deps: Update `env_logger` to 0.7

6b626c7d7762b8b19122618b08d93d18cd07422c authored almost 5 years ago
Merge pull request #1399 from JohnTitor/new-http

Release actix-http 2.0.0-alpha.2

5da9e277a2b2b68b3d7ebbff3a512d2bbd1a13fa authored almost 5 years ago
Run rustfmt

0d5646a8b6f870b3182033313b644c613a0f667f authored almost 5 years ago
Update `actix-http` dependency

7941594f94545d0a4b3a4e4a86faa9fcc8b2dfb9 authored almost 5 years ago
Bump up to 2.0.0-alpha.2

6f63acaf01cacf1b36f622f0177a58c613656552 authored almost 5 years ago
Update changelog

7172885beb1edef4985157d6f9abd5c726d3af99 authored almost 5 years ago
Update README example

cf721c5fff098af5d45ac5a1680ef421fc0f1bf4 authored almost 5 years ago
Http2 client configuration to improve performance (#1394)

* add defaults for http2 client configuration

* fix spaces

* Add changes text for extended...

10e3e72595f14fd416ab471fff6e23f11661cc4e authored almost 5 years ago
Merge pull request #1396 from Aaron1011/fix/reapply-dispatcher

Re-apply commit 2cf7b3ad20fb823314426a5e33b0805045ec1d8a

a7d805aab7321c5421934800d05b4c4c27d30d2c authored almost 5 years ago
Re-apply commit 2cf7b3ad20fb823314426a5e33b0805045ec1d8a

This ended up getting reverted by #1367, which re-introduced an unsound
use of `Pin::new_uncheck...

e90950fee137f3e161a975bbb27b5aab5d25306f authored almost 5 years ago
Merge pull request #1395 from JohnTitor/rustls

Update `rustls` to 0.17

c8f0672ef7a2145fcc410151f8a93d0b09045908 authored almost 5 years ago
Update changelog

9d661dc4f3edf9deca8e13d517f95151bdeb4111 authored almost 5 years ago
Update `rustls` to 0.17

687dc609dd19602c0af6a3b3bba6acdc1875221c authored almost 5 years ago
Update `actix-tls` to 2.0.0-alpha.1

b9b52079e0eb27dfff1135df880618539284ca07 authored almost 5 years ago
Update `actix-connect` to 2.0.0-alpha.1

117d28f7ba104cb162307772aaf4a3d30367167a authored almost 5 years ago
Merge pull request #1386 from JohnTitor/deny-to-warn

Demote lint level to warn

795a575fc55dfe3322088a50e083d77f8a7c862c authored almost 5 years ago
Demote lint level to warn

b4d63667df9aea8865a7c28d849701e560df0c51 authored almost 5 years ago
Fix missing `std::error::Error` implement for `MultipartError`. (#1382)

* Fix missing `std::error::Error` implement for `MultipartError`.

* Update actix-multipart CH...

3dc859af58fa0b4676f86f7ba8a5cf5db546831a authored almost 5 years ago
Merge pull request #1385 from JohnTitor/http-2-alpha

Release actix-http 2.0.0-alpha.1

1fa02b5f1c331f26f188627effd0b8af8a675893 authored almost 5 years ago
Update actix to 0.10.0-alpha.1

c9fdcc596db0618495ab8611e52b730e829e36e5 authored almost 5 years ago
Allow clippy lint for compatibility

6cc83dbb673a43a010b0f98bb551ea9d80d58362 authored almost 5 years ago
Bump up to 2.0.0-alpha.1

15a25878876eb2f8557fe4a7008b16512445ea15 authored almost 5 years ago
Update changelog

0173f99726379abad7ecb5b44c32d22316e46253 authored almost 5 years ago
Fix Clippy warnings

f27dd19093014de6fed68cd3025e77f21f52a9e8 authored almost 5 years ago
Update actix-http to 2.0.0-alpha.1

3b675c9125c0d0b826c01ff163b5c4bd5d15ec9c authored almost 5 years ago
Run rustfmt

7ba14fd113406034b9b7843bac184d74800fe1a7 authored almost 5 years ago
dev-deps: Update env_logger to 0.7

903ae47baa99999a68d8b74897e12d2336cac105 authored almost 5 years ago
Merge pull request #1367 from actix/msg-body

Merge `MessageBody` improvements

95c18dbdf35bc2f4c4cc99d596908df05d57acfe authored almost 5 years ago
Clean-up metadata

d3ccf46e9216a86cbac9777c3a88b8f7ab8a35e5 authored almost 5 years ago
reenable actix-http test-ws

ea28219d0fd6b7d3b97c84947c2c80ecebe1383f authored almost 5 years ago
adopt MessageBody Pin changes to actix-web root

77058ef779449ad53a2ed9dd5b62b8c718b2bed3 authored almost 5 years ago
reenable actix-http from local path

e5f2feec45147321b05ece99a049aa4eb1b52025 authored almost 5 years ago
Avoid re-definition

cd1765035cf5fec4f83bb0eb84ccdfc4d5b479a5 authored almost 5 years ago
Fixed condition for finishing transfer of response

de815dd99cfd95e2759080a7d27535b70b6544b4 authored almost 5 years ago
Fix EncoderBody enum to align with Body::Message

e6078bf79272e4c1bfbc0493431d1b356d883fac authored almost 5 years ago
rollback actix-http version change

78749a4b7e81fe2f37f4f84469d83c43264a0b08 authored almost 5 years ago
rollback changes to actix-web, awc and test-server for now

09a391a3ca598a8be03f41c656ab70706fd6d2bd authored almost 5 years ago
use mem::replace instead of mem::take rust 1.40+

0a86907dd228f8267940b67ad1b9883474f47625 authored almost 5 years ago
Add Unpin to Body to get rid of unsafe in MessageBody

a84b37199af18d198f4a28c559a932804c8c92e7 authored almost 5 years ago
refactor dispatcher to avoid possible UB with DispatcherState Pin

c05f9475c547bdc09049a6e939e2b0acac3c0a0c authored almost 5 years ago
Get rid of one more unsafe

69dab0063c27bf4ac5b684884d787e7772da1c50 authored almost 5 years ago
unlink MessageBody from Unpin

ec5c7797325e63d59eaa54597916d72e95343975 authored almost 5 years ago
remove extra whitespaces and Unpins

2e2ea7ab800e7325bd9a264b6cad177e5390df87 authored almost 5 years ago
change actix-http version to alpha

eeebc653fdb5f0f2b9673923c8a79a312c78ffd1 authored almost 5 years ago
Rollback actix-http-test dependency to show the issue

62aba424e2a5c8ac41267b7a2e73e69fe6cdc1e2 authored almost 5 years ago
rollback missed dependencies and CHANGES in crates except actix-http

835a00599c1bb68561f9495b9ae38d2a3d119f08 authored almost 5 years ago
disable weird poll test until actix-web based on actix-http:2

d9c415e5403cdf28f34eafc9aeef240753d5356e authored almost 5 years ago
This is a squashed commit:

- Convert MessageBody to accept Pin in poll_next

- add CHANGES and increase versions aligned to...

9d04b250f908f3304571162583772e4dc1bddd0e authored almost 5 years ago
add test crashing with segfault according to #1321

a4148de226bcbee70188cf47b41ac0b725775118 authored almost 5 years ago
Add actix-http support for actix error messages (#1379)

* Moved actix-http for actix from actix crate

* remove resolver feature

* renamed actix fe...

48ef4d7a2686bd0500e091c1e041542d32280a7f authored almost 5 years ago
Remove uses of Pin::new_unchecked in h1 Dispatcher (#1374)

This removes the last uses of unsafe `Pin` functions in actix-web.

This PR adds a `Pin<Box<_>...

71c4bd1b30d8bf20356d2fcff68f5e6bc98fff17 authored almost 5 years ago
Merge pull request #1344 from actix/replace-unsafe-content-length-helper

Replace unsafe content length helper

de1d6ad5cb5cd32322b1148a5e26c67c0bfc3d48 authored almost 5 years ago
Merge branch 'master' into replace-unsafe-content-length-helper

2a72e8d11929d853c3bb94d03a9f0ee6fb17560d authored almost 5 years ago
Merge pull request #1370 from mattgathu/feat/helper-function-for-trace-method

Create helper function for HTTP Trace Method

2a8e5fdc73b008df2c5ea60f939b1b476fc16c91 authored almost 5 years ago
Merge branch 'master' into feat/helper-function-for-trace-method

b213c077996482c232d1ba2ed3a75e771b54c965 authored almost 5 years ago
Merge pull request #1373 from JohnTitor/new-codegen

Release `actix-web-codegen` v0.2.1

3d6b8686ada44e90730534059546f63a2596ada9 authored almost 5 years ago
Update CHANGES.md

a4f87a53da7813e03fa5872e4ed702b21b9afd7e authored almost 5 years ago
Merge branch 'master' into new-codegen

08f172a0aa3359feb8ec380c3ff0c946a4f48d7c authored almost 5 years ago
Merge pull request #1378 from JohnTitor/fix-doc

Fix doc comment

7792eaa16ec8594a15cc3fb92d9bcb537772f0a8 authored almost 5 years ago
Fix doc comment

845ce3cf343487ea5fc48a0d8484d75f0e8d148f authored almost 5 years ago
Merge branch 'master' into new-codegen

7daef22e243b274d25e4f2ad40c6b3c086b99ea2 authored almost 5 years ago
Merge pull request #1372 from JohnTitor/time-0.2.7

Update `time` to 0.2.7

1249262c3566f9b96e98afdae679d36811c45863 authored almost 5 years ago
increase content-length fast path to responses up to 1MB

94da08f506c822064e37d7848f0b0f31b7df9a0e authored almost 5 years ago
Update the ChangeLog

d143c44130213e43fecc82068c28f33303d9ed98 authored almost 5 years ago
Create helper function for HTTP Trace Method

Create *route* with `TRACE` method guard.

8ec8ccf4fb38e5ceb0c6853f8ad1a0b7110b0fa5 authored almost 5 years ago
actix-http: update `time` to 0.2.7

c8ccc69b93e016e42c47978fb8cf64b87119db3e authored almost 5 years ago
actix-http-test: update `time` to 0.2.7

f9f9fb4c840c9c6c31837d18e4984a87d662c81c authored almost 5 years ago
actix-web: update `time` to 0.2.7

1b77963aacb38df135cef31b2b41838d71c3b188 authored almost 5 years ago
Prepare for new release

036ffd43f964b24c1aa975efb9de48073f5b80f5 authored almost 5 years ago
Merge pull request #1368 from mattgathu/add-missing-docs-attr-to-codegen-structs

Add`#[allow(missing_docs)]` attribute to generated structs

bdccccd536618c4389b6cb1aa93a82894f21a13f authored almost 5 years ago
Add missing_docs attribute to generated structs

060c392c676c55accfc569ea8c05e570efe6df8e authored almost 5 years ago
impl downcast_ref for MessageBody (#1287)

Co-authored-by: Yuki Okushi <[email protected]>

245f96868aaf6b86bbefc36e79ef39fd70878730 authored almost 5 years ago
Merge pull request #1361 from Aaron1011/fix/connector-pool-support

Use #[pin_project] with `ConnectorPoolSupport`

b3f1071aaf83a3e9b7642570b246e0360ee8220d authored almost 5 years ago
Use #[pin_project] with `ConnectorPoolSupport`

This removes a use of `Pin::get_unchecked_mut`

e6811e8818b015c31f88d22bd037d3377deac1c3 authored almost 5 years ago
Add dependencies to docs example (#1343)

* Add dependencies to docs example

* Change codeblock type to toml

* Clarify the need for ...

809930d36e3d414662205ad02eb514083843463b authored almost 5 years ago
replace unsafe blocks in write_usize helper

f266b44cb0a08c5f7586ea79cce7fcc11c2f9299 authored almost 5 years ago
add safe vs unsafe benchmarks

31a3515e904ac53b5df99fb6aa133923a937cb84 authored almost 5 years ago
replace unsafe content length implementation

82b2786d6bb521af4cff634031f8409f3e330ef0 authored almost 5 years ago
Remove descriptions about undefined `uds` feature from docs (#1356)

6ab7cfa2bef32eef7dca2c75223dc4199aca0aec authored almost 5 years ago
Merge pull request #1354 from actix/JohnTitor-patch-1

Disable coverage for PRs

9b3f7248a8a838177859ddce3f8629ce7f840e1f authored almost 5 years ago
Disable coverage for PRs

a1835d651074dc600a7e874c52543f7f5588ee51 authored almost 5 years ago
Merge pull request #1347 from actix/bye-travis

Use Actions fully

4484b3f66ecb48301608c649137f50dfc9828e22 authored almost 5 years ago
Remove Travis config

cde3ae5f61e2805b6b41926beaeaf3bfb9d9e2fc authored almost 5 years ago
Add some Actions workflows

7d40b66300a94c6560ac75a3cbe417adae21f08e authored almost 5 years ago
Merge pull request #1345 from JohnTitor/fix-warnings

Fix warnings

63730c1f732d100f523cb51e1b9e4f7168e0f45d authored almost 5 years ago
More ignore test causes timeout

53ff3ad0998ccbe9fdbf2398ca32b795149254fa authored almost 5 years ago
Fix/suppress warnings

6406f56ca212bf462745e09ffc7f33a157b2c1e8 authored almost 5 years ago