Rob Ede
|
849a85fba8
|
Merge branch 'proto'
|
2020-01-29 12:02:28 +00:00 |
|
Rob Ede
|
e1f99b0b9a
|
Merge branch 'httpauth'
|
2020-01-29 12:02:17 +00:00 |
|
Rob Ede
|
022f329b4f
|
initial commit
|
2020-01-29 11:44:22 +00:00 |
|
Rob Ede
|
b4267818de
|
move files into module
|
2020-01-29 11:42:35 +00:00 |
|
Rob Ede
|
dbd52a48a4
|
move to own module
|
2020-01-29 11:42:13 +00:00 |
|
Yuki Okushi
|
3ed6519c0c
|
Update changelog (#13)
|
2020-01-25 02:45:24 +09:00 |
|
Yuki Okushi
|
71e2f682e2
|
Update example (#12)
* Update example
* Check example's build on CI
* Update README
|
2020-01-25 02:39:32 +09:00 |
|
Yuki Okushi
|
777990d575
|
Update dependencies and bump up version to 0.5 (#11)
* Bump up bytes to 0.5
* Update example's dependencies
* Bump up version to 0.5
|
2020-01-24 15:41:57 +09:00 |
|
Parker Timmerman
|
fe2cc9bf4a
|
Bump up prost to 0.6.0 (#10)
|
2020-01-16 01:48:33 +09:00 |
|
Yuki Okushi
|
c4b3ef64c2
|
Prepare release for 0.4.0 (#21)
* Prepare release for 0.4.0
* Update CHANGELOG.md
|
2020-01-15 00:03:23 +09:00 |
|
Yuki Okushi
|
8dd2c77165
|
Make the lint stricter (#20)
* Make the lint stricter
* Add explicit lifetimes
* Allow `needless_doctest_main`
|
2020-01-14 13:31:20 +09:00 |
|
Yuki Okushi
|
d757f44557
|
Remove description() (#19)
* Remove `description()`
It has been deprecated.
|
2020-01-11 22:12:11 +09:00 |
|
Yuki Okushi
|
4d9fb6825c
|
Update bytes to 0.5 and base64 to 0.11 (#18)
* Update bytes to 0.5 and base64 to 0.11
* Update changelog
|
2020-01-10 05:57:42 +09:00 |
|
Yuki Okushi
|
cfaa307d47
|
Cache build to decrease CI time (#17)
|
2020-01-09 17:51:53 +09:00 |
|
Yuki Okushi
|
b4508baf7e
|
Run CI with GitHub Actions (#16)
* Run CI with GitHub Actions
* Remove benchmarks for now
* Check MSRV
|
2020-01-07 18:08:00 +09:00 |
|
Yuki Okushi
|
deb1508d2f
|
Cleanup documentation and metadata (#15)
|
2020-01-07 13:54:46 +09:00 |
|
Masaki Hara
|
d83cbc8542
|
Support actix-web 2.x (#14)
|
2020-01-07 01:00:43 +09:00 |
|
Yuki Okushi
|
2225642c6d
|
Merge pull request #8 from JohnTitor/actix-web-2
Migrate to actix-web 2.0.0 and std::future
|
2020-01-03 16:59:29 +09:00 |
|
Yuki Okushi
|
d7387ca5b5
|
Tweak CI
|
2020-01-02 04:34:26 +09:00 |
|
Yuki Okushi
|
06a2499071
|
Update CHANGES.md
|
2020-01-02 04:26:17 +09:00 |
|
Yuki Okushi
|
fe2553474e
|
Run rustfmt
|
2020-01-02 04:22:52 +09:00 |
|
Yuki Okushi
|
0eeda4c398
|
Migrate to actix-web v2
|
2020-01-02 03:55:17 +09:00 |
|
Yuki Okushi
|
342c711bad
|
Make crate 2018 edition
|
2020-01-02 01:04:00 +09:00 |
|
Yuki Okushi
|
7fb3024ee2
|
prepare new release
|
2019-10-03 19:12:13 +09:00 |
|
Yuki Okushi
|
789f2d1b21
|
Merge pull request #6 from kathampy/master
Upgrade to `prost-0.5` and `prost-derive-0.5`; `dyn Future` warning
|
2019-10-02 17:35:51 +09:00 |
|
Kurian Thampy
|
62e9d32b3e
|
Changed to Box<dyn Future<>> to remove warning
|
2019-10-01 13:58:06 +05:30 |
|
Kurian Thampy
|
8f7f190783
|
Upgrade to prost-0.5.0 and prost-derive-0.5.0
|
2019-10-01 13:54:26 +05:30 |
|
svartalf
|
f808e0680d
|
Release 0.3.2
|
2019-07-19 18:43:36 +03:00 |
|
Masaki Hara
|
4eeb1d9599
|
Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11)
* Tighten HttpAuthentication::with_fn bound from FnMut to Fn.
* Add middleware with closure example.
|
2019-07-19 18:34:59 +03:00 |
|
svartalf
|
27a894cab7
|
Fixing the middleware multiple calls panic
|
2019-06-08 23:56:50 +03:00 |
|
svartalf
|
0ebfd790fc
|
Release 0.3.0
|
2019-06-05 19:14:17 +03:00 |
|
svartalf
|
aad60744ed
|
Update FUNDING.yml
|
2019-05-24 14:51:13 +03:00 |
|
svartalf
|
dc3223104a
|
Create FUNDING.yml
|
2019-05-23 16:32:55 +03:00 |
|
Nikolay Kim
|
0ea3ad0797
|
Merge pull request #4 from hstefan/rustfmt
Normalizing code formatting based on actix-web style
|
2019-05-21 14:09:05 -07:00 |
|
Stefan Puhlmann
|
bf34d11a49
|
Normalizing code formatting based on actix-web style
|
2019-05-21 21:39:48 +02:00 |
|
Nikolay Kim
|
5b138af1b9
|
Merge pull request #3 from hstefan/actix-web-1.0
Making library compatible with actix-web 1.0
|
2019-05-19 08:36:37 -07:00 |
|
Stefan Puhlmann
|
f438f80d12
|
bumping to actix-web 1.0.0-rc
|
2019-05-19 00:05:33 +02:00 |
|
Stefan Puhlmann
|
34f48cd24a
|
bumping version to 0.4.0
|
2019-05-18 22:30:52 +02:00 |
|
Stefan Puhlmann
|
99e70db94b
|
updating actix-web version and removing travil config
|
2019-05-18 19:29:09 +02:00 |
|
Stefan Puhlmann
|
90648058b4
|
updating example
|
2019-05-18 14:37:17 +02:00 |
|
Stefan Puhlmann
|
5ab0474781
|
Making library compatible with actix-web 1.0
|
2019-05-18 14:37:06 +02:00 |
|
svartalf
|
cac6894ddd
|
Experimental middleware for HTTP auth -- alpha.2 version
|
2019-05-17 17:28:57 +03:00 |
|
svartalf
|
1c1e7f672b
|
Badges!
|
2019-05-15 17:47:49 +03:00 |
|
svartalf
|
7a9b3924cb
|
Upgrage to the actix-web 1.0 -- alpha.1 version
|
2019-05-15 17:38:55 +03:00 |
|
svartalf
|
cb158fbe8d
|
Bumping version to 0.2.0
|
2019-04-26 21:56:17 +03:00 |
|
Justin Kilpatrick
|
2de26a5906
|
Use actix-web without default features (#6)
|
2019-04-26 21:42:33 +03:00 |
|
kingxsp
|
def07f58c8
|
Upgrade to actix-web 0.7.18
|
2019-03-07 14:19:57 +08:00 |
|
svartalf
|
51035f78c8
|
Update CHANGELOG.md
|
2018-09-08 10:44:39 +03:00 |
|
svartalf
|
fe288f5422
|
Bumping version since actix-web dependency version had changed
|
2018-09-08 10:40:37 +03:00 |
|
Masaki Hara
|
411d08c121
|
Update actix-web to 0.7. (Closes #4)
|
2018-09-08 10:27:21 +03:00 |
|