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

export TestBuffer

12e1dad42e8e14bbef0c75dba34d629387a504bb authored almost 6 years ago
rename framed App

7cd59c38d386c407e45b4bdc1a9ad652ad9aab5f authored almost 6 years ago
add actix-framed

8dc4a88aa6ee4bf215c810bd5a11452e1755e1a3 authored almost 6 years ago
fmt

52aebb3bca4c6d38ce02a0c8ac60a5b29b58e1ef authored almost 6 years ago
remove framed for now

6b42b2aaee6e845ba9d38c1d2103c45e7f3ebdd8 authored almost 6 years ago
added some error logging for extractors: Data, Json, Query, and Path (#765)

* added some error logging for extractors

* changed log::error to log::debug and fixed positi...

6ab98389777abe2f9c3402706cded793e59275ff authored almost 6 years ago
Fix body propagation in Response::from_error. #760

9d82d4dfb9f8e5174c46bcc68662b0e1ef0bbb4e authored almost 6 years ago
add h1::SendResponse future; renamed to MessageBody::size

9bb40c249fc18fbeb2b72e012aa3b411893a7fa5 authored almost 6 years ago
Expand codegen to allow specify guards and async

046b7a142595af3714c2b8221a6eec69361e46fc authored almost 6 years ago
fix test

c22a3a71f2b366bf7af6fd0e00e5f150835645c0 authored almost 6 years ago
update readme

9c9940d88d3d1d38a9f413749f77edc07b118eb5 authored almost 6 years ago
add upgrade service support to h1 dispatcher

561f83d044510ba693ffc5a292dc59568d7d9289 authored almost 6 years ago
allow to specify upgrade service

43d325a139eb16676ffea26eac3495f85fd452e4 authored almost 6 years ago
fix compression tests

0a6dd0efdf77a9b938fc61e7216517e219ff668a authored almost 6 years ago
set host header for http1 connections

b921abf18ff7608296b7c5df6512cbad53f26811 authored almost 6 years ago
updated legacy code in call_success example (#762)

9bcd5d6664f46176f9c97b94f9e6dd87be043052 authored almost 6 years ago
add async expect service test

bc58dbb2f5fa8cae488cf3ac632732f99a8f0827 authored almost 6 years ago
do not set default headers

b1547bbbb68938977e236e11c01a113adb06bb1f authored almost 6 years ago
fix expect service registration and tests

a7fdac1043a0a13985e46a5935c9eebd2834e4f4 authored almost 6 years ago
alpha4 release

53da55aa3c39f47ade8bb16b9a05e827db7fbecc authored almost 6 years ago
use objects pool for HttpRequest; optimize nested services call

aa78565453cbe337608eedaa16eb8e5dbb6a52e9 authored almost 6 years ago
refactor FromRequest trait

75b213a6f04dea816895639c94561d55e63facf7 authored almost 6 years ago
remove buffer capacity for payload

3c650ca194ffe3fa58652b57325436be1681e744 authored almost 6 years ago
remove PayloadWriter trait

219baf332344e31e0a8ed63beb32aacadf9ce56b authored almost 6 years ago
optimize encode headers and body split

ec09d6fbe651083ef85b3391e967179134f84451 authored almost 6 years ago
run travis with stable rust only

68d2203dd6382b1dd7a18bced26d3471f0100b8c authored almost 6 years ago
use custom headers map; more optimizations

748289f0ffe63a96f74b4739ab2c9d0862c970b6 authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-web

4ef46e26f94d0bb6395f3cdc529b61314e3d1f19 authored almost 6 years ago
refactor h1 dispatcher

3872d3ba5a3a1d2eacf41fffd20ee66d50ed44fd authored almost 6 years ago
started 1.0 migration guide (#758)

b1523ab78c300b2e39aad9fa4139de56d88bf8c3 authored almost 6 years ago
add expect: 100-continue support #141

fbedaec661094d283dde01dc176de8a7909e9695 authored almost 6 years ago
add backward compatibility

02fcaca3da0eeaf4a1dad783c1fde487cd637fc7 authored almost 6 years ago
updated Connector docs and renamed service() to finish() (#757)

* added Connector to actix-web::client namespace

* updated Connector, renaming service() to f...

18593d847613bdcfeae51fe93115a7aea5430648 authored almost 6 years ago
remove SendError and SendResponse services

b6dacaa23acc4c949e6fba51b3d5fbaecf08a0ec authored almost 6 years ago
fix import

f89321fd01b5d8e1569e410fa59f4d3189ee2f66 authored almost 6 years ago
update actix-connect

0d4a8e1b1c771704a3483fddb80e7e9b250f15a5 authored almost 6 years ago
added Connector to actix-web::client namespace (#756)

162cd3eecd332d15e2cb519ac80d1e3d9ce7106a authored almost 6 years ago
Fix clippy warning (#755)

a655bdac52165b5bb8c5f3ed1503a7c1fe218fb2 authored almost 6 years ago
encoder sent uncompressed data before compressed

309c480782ab028f3e49d16817a1c91a1d45a059 authored almost 6 years ago
update tests for content-encoding

9c205f9f1df451a5a6039f5105307117223f57d4 authored almost 6 years ago
Add minimal std::error::Error impl for Error

1f5c0f50f9092f3b19f4c2b4c3f25111e0861e55 authored almost 6 years ago
Use thread pool for response body comression

d8bc66a18eaf4fe3dcddd85fc77f91304da4ff26 authored almost 6 years ago
remove some static contraints

bc834f6a035a05b2a4f56b0fbde96e91621bf398 authored almost 6 years ago
upgrade router

dc7c3d37a175cdf8ff946daeb75c9cb80074a6ab authored almost 6 years ago
Render error and return as response body

1e2bd68e83247ac2e76f0f1ff7357f6c128ba8b3 authored almost 6 years ago
set response error body

954fe21751991ea6e60e0f6b30c64864a837c0cc authored almost 6 years ago
Add %U (URLPath) for logger (#752)

* Add %R (Route) for logger

* Requested Updates (Route => URLPath, %R => %U)

7d6085ddbd32e6104c2f2940c851af83301d8bbd authored almost 6 years ago
added app_data() method

cef3dc3586ba64787ca2e4cc395fbd3d7c4478cd authored almost 6 years ago
add App::configure() - allow to offload app configuration to different methods

237bfba1ed2e7fd1e739093c24ab75fa01a8fac6 authored almost 6 years ago
Export IntoHeaderValue

dfa0abf5a5e158f44bea043b765cdf7625bfa236 authored almost 6 years ago
move multipart support to separate crate

e738361e09b7533ab77f5269400b6429622e6a67 authored almost 6 years ago
remove PayloadBuffer

f56072954bb16e21308617a3bc0cff5f38ef10fb authored almost 6 years ago
do not cleanup travis build

2a89b995aa9f6a611fc1d645d5bd69d30ecdfd23 authored almost 6 years ago
alpha.3 release

442f5057dd537caf3fa0dc2abb4e128e0292fb09 authored almost 6 years ago
Merge branch 'tarpaulin'

19eef36f8fd8df337407063aa215f02541ba64cd authored almost 6 years ago
Detect socket disconnection during protocol selection

51d5006ccf2f16ab0cfecf8b8d95f81894850c12 authored almost 6 years ago
travis

3aebe09e5c4a64389efad68fe4856cf8e1d81c24 authored almost 6 years ago
fix dev dependencies

4227cddd307cead39121aaff07d19e27b235ebb8 authored almost 6 years ago
more patch cratesio

db1f7651a3405d15a73adea5498240eba84be0ea authored almost 6 years ago
mut obj

00000fb316d7813324e31b8c8ea2f10fb618b57d authored almost 6 years ago
rename close_connection to force_close

f100976ef0d7309e88ef72e26165d02446fd0f65 authored almost 6 years ago
fix test-server workspace setup

deac983bc702b0b0ed0f40a9017fcc32b064067d authored almost 6 years ago
remove Deref

bca31eb7adbc9010291e530c42c5e2f99921715a authored almost 6 years ago
return back consuming builder

e282ef792522e5398acd72b29b04127cd0b75d6e authored almost 6 years ago
properly allocate read buffer

49a499ce7460db83b0e6b697c8b6d84498b179bc authored almost 6 years ago
do not use static

d067b1d5f1cec0edcc4bdfcf0887b65763cad0b0 authored almost 6 years ago
Preallocate read buffer for h1 codec, #749

c27fbdc35f2c86fa56dc62088abed2eb108aeccd authored almost 6 years ago
remove unneded &

1bd0995d7aedbe263ecb26e4d798024f5543df79 authored almost 6 years ago
ClientRequest::json() accepts reference instead of object

2d4348927880c873bbe59af66ae7d3cd689a178e authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-web

89a0a50e140f496768b69d06944ef3416fd0b738 authored almost 6 years ago
Use non-consuming builder pattern for ClientRequest

38afc933046f3ddaf953576ae91be39506b8bbbf authored almost 6 years ago
Merge pull request #750 from Dowwie/master

added docs for wrap and wrap_fn

03c84be1f28caed3cebb0b63cd5c91266ddbaded authored almost 6 years ago
Merge branch 'master' of https://github.com/Dowwie/actix-web

6d169f4c9c137086ff806b9ee121e2c4e065f7b1 authored almost 6 years ago
updated scope wrap doc

3dd3f7bc92aa25ef700d05ddf23ff346d8318204 authored almost 6 years ago
Merge branch 'master' into master

e6936d9f7377b23279a9b85d763708ced801496b authored almost 6 years ago
updated wrap and wrap fn descriptions, still requiring viable examples

03dfbdfcdd16ea7e863d76e59c742af802f2f513 authored almost 6 years ago
add ClientResponse::json()

5c4e4edda4e057e9dac379b01c5b183a4c70278d authored almost 6 years ago
do not consume response

c5fa6c1abe686ce9afc5a0fd456b1325dab54a01 authored almost 6 years ago
add Derev<Target=RequestHead> for ClientRequest

6c195d85215b31f280e1f21399c2643e7bff922c authored almost 6 years ago
rust 1.31.0 compatibility

96fd61f3d5451bbd97588f53378beb8274715863 authored almost 6 years ago
mentioned re-use in wrap doc

8800b8ef13d8b52d78a2125ffbb8951156638bca authored almost 6 years ago
added docs for wrap and wrap_fn

220c04b7b38ef39beb8cba0ef977d6c4f9e50aa4 authored almost 6 years ago
rename test methods; update tests

34695f4bcebdeef38f098bd21341a661d0bf706c authored almost 6 years ago
fix test

15c5a3bcfb23bd779507c235235de9e90547612b authored almost 6 years ago
add default handler

ab45974e355277c3265ffd5fb54fb6b171bf9c12 authored almost 6 years ago
allocate enough space

e4b3f7945803747e70ccfc4bbd2b1dc6e1c93a0f authored almost 6 years ago
fix tests with disabled features

ce8294740e919c9f7960902a74fde0592515be2f authored almost 6 years ago
Warn when an unsealed private cookie isn't valid UTF-8 (#746)

ddf5089bffec1f4729560891e0daf35f010fce8c authored almost 6 years ago
fix fn_guard doc string

7596d0b7cbf4558355b7fe79a2a8e5b9d9015f34 authored almost 6 years ago
update guard doc test

1a871d708e70aabcad9a1f97a48642b41fca8732 authored almost 6 years ago
update stable release api doc link

351df84cca19bfc0ac4c8d44bc9749d5d23f3607 authored almost 6 years ago
add fn_guard

6fcbe4bcdabbc8623bbf8a2676e04f8ef9af292b authored almost 6 years ago
update api docs; move web to submodule

457b75c9950657b1c402570da4b2538f5a4e0141 authored almost 6 years ago
remove rust 1.26

345e67cd13255631c3726b5626654b8738602a7c authored almost 6 years ago
update actix-web

b95dd9f19358afb9e8b3ca896825765a6fba1460 authored almost 6 years ago
replace deprecated fn

724e9c2efb62e52aaff716217d7e2bb09564d1b5 authored almost 6 years ago
test-server: Request functions should accept path (#743)

2e159d1eb9b55a0bf3755e5af12d4e03548eb34b authored almost 6 years ago
prepare aplha2 release

a20b9fd354f530ac689292bd77ac2f410b939707 authored almost 6 years ago
fork cookie crate

d846328f36573a4b28ce354db73618049c0658fd authored almost 6 years ago
update tests

193f8fb2d9b11995b1e1dc35041e2f4d10095299 authored almost 6 years ago