Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/actix/actix-extras
A collection of additional crates supporting the actix and actix-web frameworks.
https://github.com/actix/actix-extras
3cdc0b9d184b9262174683bc46b0c7cfc1f7bfa7 authored almost 5 years ago by Rob Ede <[email protected]>
aac1158304de820513812d480d31757e598e2ed9 authored almost 5 years ago by Rob Ede <[email protected]>
* Replace `UnsafeCell` with `Cell` in `DateServiceInner`
This ensures that it's impossible to...
276a5a3ee444bcfb57ac5b8927129c000b5a91fb authored almost 5 years ago by Aaron Hill <[email protected]>e05b153039e88f214b4c3a2c21c6796d230611b3 authored almost 5 years ago by Rob Ede <[email protected]>
849a85fba890dd9a9889f02f21dba4b8d9333687 authored almost 5 years ago by Rob Ede <[email protected]>
e1f99b0b9a996540d824a0f4990fc393671aa63a authored almost 5 years ago by Rob Ede <[email protected]>
022f329b4fabfdc10047d015b7f403bc93078154 authored almost 5 years ago by Rob Ede <[email protected]>
b4267818de8239e2e054a4b5a6315e336ea25efe authored almost 5 years ago by Rob Ede <[email protected]>
dbd52a48a468076da0911281706b74dbf30307f7 authored almost 5 years ago by Rob Ede <[email protected]>
2c216e471e754a83b14cc67be1f8c775e032a99f authored almost 5 years ago by Rob Ede <[email protected]>
Co-authored-by: Yuki Okushi <[email protected]>
664f9a8b2db3ebf5f365efebb0ce42cb993486a0 authored almost 5 years ago by Andrey Kutejko <[email protected]>c73c2dc12cc96fd519dcd7c32d4d2804df73c197 authored almost 5 years ago by Yuki Okushi <[email protected]>
* Use `OffsetDateTime` instead of `PrimitiveDateTime`
* Parse time strings with `PrimitiveDat...
e634e6484713d213794105758725b7f291488254 authored almost 5 years ago by kevinpoitra <[email protected]>* Skip empty chucks for BodyStream and SizedStream when streaming response (#1267)
* Fix test...
cdba30d45fc5814c0cd9657deec55968d04787ad authored almost 5 years ago by Kai Ren <[email protected]>
Most of the relevant struct already had a `#[pin_project]` attribute,
but it wasn't being used....
Using some module trickery, we can generate a tuple struct for each
invocation of the macro. Th...
Co-authored-by: Christian Battaglia <[email protected]>
a2d4ff157ea981a09d56e4284fd484e88a5c498d authored almost 5 years ago by Yuki Okushi <[email protected]>* eliminate handler naming restrictions #1277
* Update actix-web-codegen/CHANGES.md
Co-aut...
71d11644a71b243f8f4506b715db4f7c5dddbae1 authored almost 5 years ago by Andrey Torsunov <[email protected]>* add benchmark for full stack request lifecycle
* add direct service benchmarks
* fix new...
8888520d83b43ccd217f1cfb9ba764a39cb72668 authored almost 5 years ago by Maxim Vorobjov <[email protected]>3ed6519c0c2f21bbbf7171e9d699e762958d494c authored almost 5 years ago by Yuki Okushi <[email protected]>
* Update example
* Check example's build on CI
* Update README
71e2f682e20bf5624d9cd06762bc4d78d68f4c53 authored almost 5 years ago by Yuki Okushi <[email protected]>* Try to use `cargo-cache`
* Tweak issue template
cf3577550c04f6004f5fc33a57f7af814b0872cb authored almost 5 years ago by Yuki Okushi <[email protected]>* Bump up bytes to 0.5
* Update example's dependencies
* Bump up version to 0.5
777990d5758ff9dd4ec0c1988a7d683cf5ddbd3b authored almost 5 years ago by Yuki Okushi <[email protected]>Co-authored-by: Yuki Okushi <[email protected]>
58844874a0e56c51d964ab78f4d426da00541674 authored almost 5 years ago by Maxim Vorobjov <[email protected]>* Initial Issue template
* First round of changes for the bug report
Co-authored-by: Yuki ...
78f24dda037bf7f4350cfefca54a876a0e7ae162 authored almost 5 years ago by cetra3 <[email protected]>* Ignore Tests & Examples for CodeCoverage
Ignore Tests & Examples for CodeCoverage
e17b3accb9327ab962af62599d37f78fd59e569b authored almost 5 years ago by godofdream <[email protected]>c6fa007e726386544b0ebc8b7dd459d62bfd5e69 authored almost 5 years ago by Yuki Okushi <[email protected]>
fixes #1035
a3287948d19bbdc9e7cf9957403961eeb2d8b94d authored almost 5 years ago by Rob Ede <[email protected]>* Add benchmark action
* Fix Windows build
2e9ab0625e9e58995d8376bf3d41b62bce9d2640 authored almost 5 years ago by Yuki Okushi <[email protected]>3a5b62b5502d8c2ba5d824599171bb381f6b1b49 authored almost 5 years ago by Yuki Okushi <[email protected]>
412e54ce1071e22da11a8a53e89f807814e7e0e4 authored almost 5 years ago by Adam Kewley <[email protected]>
fe2cc9bf4a9deb54cab5adc8b6422bef9a4a0b24 authored almost 5 years ago by Parker Timmerman <[email protected]>
* Prepare release for 0.4.0
* Update CHANGELOG.md
c4b3ef64c21399e418c2936105c86439ccec9504 authored almost 5 years ago by Yuki Okushi <[email protected]>* Make the lint stricter
* Add explicit lifetimes
* Allow `needless_doctest_main`
8dd2c7716551bf9d9346b8dda830dfcf8bc7af67 authored almost 5 years ago by Yuki Okushi <[email protected]>* Remove `description()`
It has been deprecated.
d757f445576759c22c8012714441f15524b9cb2a authored almost 5 years ago by Yuki Okushi <[email protected]>Co-authored-by: Yuki Okushi <[email protected]>
bca41f8d4006bb567eb1ab258c49b24d65e7ef59 authored almost 5 years ago by Peter Hall <[email protected]>* update doc comment for `HttpRequest::app_data`
* add `no_run` to doc comment
* add `igno...
7c974ee6687229a61760331baf3f749843c23d6c authored almost 5 years ago by Jacob Brown <[email protected]>* Replace sha1 dependency with sha-1
This other crate is being maintained, and it offers bett...
abb462ef8540b170d518fea968a3adb13d809ddc authored almost 5 years ago by linkmauve <[email protected]>e66312b664f183a80eae6a9de3e9c8667b08241e authored almost 5 years ago by Nikolay Kim <[email protected]>
39f4b2b39ee86814ccca9d54dfab4a0c57464be2 authored almost 5 years ago by Nikolay Kim <[email protected]>
f6ff056b8a496d1e629ecab16ba50c7f8e5094a3 authored almost 5 years ago by Nikolay Kim <[email protected]>
* Update bytes to 0.5 and base64 to 0.11
* Update changelog
4d9fb6825c2b16942026a9d7888587c262c7e8c9 authored almost 5 years ago by Yuki Okushi <[email protected]>51ab4fb73dd1fce8de44184d08cc916c060a4d41 authored almost 5 years ago by Yuki Okushi <[email protected]>
cfaa307d475e2628a5b54be53f2865133660644b authored almost 5 years ago by Yuki Okushi <[email protected]>
* Run CI with GitHub Actions
* Remove benchmarks for now
* Check MSRV
b4508baf7e4202538290ebb8ef3720cd83672514 authored almost 5 years ago by Yuki Okushi <[email protected]>deb1508d2fe5082a685e7bf617de13c88bc1e2cd authored about 5 years ago by Yuki Okushi <[email protected]>
d83cbc8542e068ce3908e070b56895bfe46a2d27 authored about 5 years ago by Masaki Hara <[email protected]>
Fix actix-http examples
f5fd6bc49fd0886cf4a1c76de44c259aff7426c9 authored about 5 years ago by linkmauve <[email protected]>Migrate to actix-web 2.0.0 and std::future
2225642c6dca41113a6c059933874f85fed7cef2 authored about 5 years ago by Yuki Okushi <[email protected]>2803fcbe229203326007d31490e3ba87499425f6 authored about 5 years ago by Jeremy Wright <[email protected]>
d7387ca5b55ebc4e8daa396921661c0c3191ed4d authored about 5 years ago by Yuki Okushi <[email protected]>
06a24990713b3beda8de522e17a0aaaeab30de81 authored about 5 years ago by Yuki Okushi <[email protected]>
fe2553474e77c467a0cdf0c9349684bffd4a34da authored about 5 years ago by Yuki Okushi <[email protected]>
0eeda4c39878e0f7c2deb6b8376da4fe9014eabd authored about 5 years ago by Yuki Okushi <[email protected]>
342c711bad3b1ad45c4bc24d9a6430cf242e5041 authored about 5 years ago by Yuki Okushi <[email protected]>
67793c5d92e06f3ec9c2131c580df842889b3718 authored about 5 years ago by Nikolay Kim <[email protected]>
bcb5086c9183de549ddcd2a96543d7af96dbd2d6 authored about 5 years ago by Jonathan Brookins <[email protected]>
* Fix link to example in readme.md
* Add links to openssl and rustls examples
* Rustls sho...
7bd22702907dfde91f9e8697cfb223a5c89b85ab authored about 5 years ago by wojciechkepka <[email protected]>bump actix-web version
8f6a00324e407ec578661d75c72f50c6774a2291 authored about 5 years ago by Nikolay Kim <[email protected]>73e70bd2497e7ad748c63b95071c65ce558aae4b authored about 5 years ago by pandaman64 <[email protected]>
a4ad5e6b69e1f9205d76ff40d56260bc125bbd08 authored about 5 years ago by Nikolay Kim <[email protected]>
6db909a3e7fe7ad91c642531f98fc7bdc3f40469 authored about 5 years ago by Nikolay Kim <[email protected]>
642ae161c01fa303c0439fa63a2a2db1d3243348 authored about 5 years ago by Nikolay Kim <[email protected]>
7b3c99b9337a8a237469c4bc37e512205f39b982 authored about 5 years ago by Nikolay Kim <[email protected]>
f86ce0390ecfc66504fc878483a7ca26bf99da38 authored about 5 years ago by Nikolay Kim <[email protected]>
7882f545e5ff3efaadb2095ca2dfcbd59135855d authored about 5 years ago by Nikolay Kim <[email protected]>
1c75e6876b0d749c41d27f8ebce480beafe8d649 authored about 5 years ago by Nikolay Kim <[email protected]>
6a0cd2dced8b085865e966e2d40baf1b8ad9d640 authored about 5 years ago by Nikolay Kim <[email protected]>
c7f39157799d4ef5703e4b80e7d6215be6ef570e authored about 5 years ago by Nikolay Kim <[email protected]>
* Use GitHub Actions
* Fix unused imports on Windows
* Fix test for Windows
* Stop to r...
f45db1f909d9247e5cba5bef1d897f17e3fd9241 authored about 5 years ago by Yuki Okushi <[email protected]>3751a4018e7a541ab81fdce60a7c3cd16c714e64 authored about 5 years ago by Darin <[email protected]>
0cb1b0642f17ca2906a02bcaa9405ce8368fec89 authored about 5 years ago by Nikolay Kim <[email protected]>
2e1d98a4be2b263ac827a2f54f7beec0ca5a2eb7 authored about 5 years ago by Nikolay Kim <[email protected]>
9b0a0f451b64cd1a673529392fcf89b5cd8260b1 authored about 5 years ago by Nikolay Kim <[email protected]>
48476362a31e303904066e5acdb26cc8fd1fa533 authored about 5 years ago by Nikolay Kim <[email protected]>
2b4256baab0247923c6caf2af055919c15a4100c authored about 5 years ago by Nikolay Kim <[email protected]>
e5a50f423d79132f8acbab8b715480e734772de6 authored about 5 years ago by Nikolay Kim <[email protected]>
8b8a9a995d74a8aea5efaa99ffa3e629701e84a4 authored about 5 years ago by Nikolay Kim <[email protected]>
74fa4060c2138dd070e9bfac65429d2ff81568cf authored about 5 years ago by Nikolay Kim <[email protected]>
c877840c07d657fd7379d4bc8381f7c38c29edd2 authored about 5 years ago by Nikolay Kim <[email protected]>
20248daedad5bee1fcfe3847ea02c38d6ba85a0e authored about 5 years ago by Nikolay Kim <[email protected]>
a08d8dab7060b5ff2c5a97522786cfbfa27fd7ac authored about 5 years ago by Nikolay Kim <[email protected]>
turned inner methods into async ones
8f97550c7aa0e780a796aebee0a3793d518bc836 authored about 5 years ago by Nikolay Kim <[email protected]>fbbb4a86e91b207354383b2627b0d55465bbcb79 authored about 5 years ago by tglman <[email protected]>
1d12ba9d5ff691178c3fe61f3f662ca7d98080d2 authored about 5 years ago by Nikolay Kim <[email protected]>
8c54054844fd859c04c89410af2f5e1fc8e63283 authored about 5 years ago by Nikolay Kim <[email protected]>
26aa3d447a5366bfcd6face92891c22bf4ef9fe2 authored about 5 years ago by dowwie <[email protected]>
2d6ff41563339c1de57f15177e7cf45f03b56233 authored about 5 years ago by dowwie <[email protected]>
512fe9c0e0c3e340379ccb00f5be8e670413ad8d authored about 5 years ago by dowwie <[email protected]>
1732ae8c79efe46df294e6b64a80ef8ddfbaa719 authored about 5 years ago by Nikolay Kim <[email protected]>
* Fix poll_ready call for WebSockets upgrade
* Poll upgrade service from H1ServiceHandler too
3b860ebdc7aead34fede705b5a8cebe6b11da025 authored about 5 years ago by Rajasekharan Vengalil <[email protected]>bef5dfd90d8936ef3c7b1f7d00aec00e6d2d2ce6 authored about 5 years ago by dowwie <[email protected]>
2c5679f498c21e1c5a9f1d5e6e1cf7d7386c7506 authored about 5 years ago by dowwie <[email protected]>
29ac6463e1d4b34deb5214ae8d21765012922a00 authored about 5 years ago by Nikolay Kim <[email protected]>
01613f334bdfe81abe4a6934e590ad7f70ba3935 authored about 5 years ago by Nikolay Kim <[email protected]>
d3819b758870ad042545f17a54636b9ff37185db authored about 5 years ago by Nikolay Kim <[email protected]>
4d50ce9d2ecf8412fe6069df870e95d4659e4073 authored about 5 years ago by Nikolay Kim <[email protected]>
45956b15108cdb9b1770eb2a091b929061352993 authored about 5 years ago by Nikolay Kim <[email protected]>
30dcaf9da0a57336860d6137169658697b2e92b1 authored about 5 years ago by Andrii Radyk <[email protected]>
616e42dedc67bb60e53e1b9c7ffd41d91e40f548 authored about 5 years ago by Nikolay Kim <[email protected]>