1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-03-15 00:46:25 +01:00

Commit Graph

  • 857e50120b
    Unpin quote version Yuki Okushi 2020-03-06 13:45:21 +09:00
  • 36a2edf1cd
    Merge pull request #111 from dunnock/master Yuki Okushi 2020-03-05 23:05:19 +09:00
  • 346bd072d3 fix build with failing quote Maksym Vorobiov 2020-03-05 14:58:44 +02:00
  • 8d3d58b3b7
    Merge pull request #110 from Aaron1011/fix/better-pin Yuki Okushi 2020-03-05 21:52:55 +09:00
  • c41b5d8dd4
    Replace calls to Pin::new_unchecked with pin_project. Aaron Hill 2020-03-04 11:48:19 -05:00
  • 693d5132a9
    Merge pull request #109 from JohnTitor/new-tls tls-v2.0.0-alpha.1 Yuki Okushi 2020-03-03 22:29:08 +09:00
  • f7dac3feb4 Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-03-03 19:47:40 +09:00
  • ebc11d03f2
    Merge pull request #108 from JohnTitor/new-connect connect-v2.0.0-alpha.1 Yuki Okushi 2020-03-03 18:33:08 +09:00
  • e3ad5de270 Update actix-connect dependency Yuki Okushi 2020-03-03 17:24:41 +09:00
  • 91118bb2ce Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-03-03 17:24:25 +09:00
  • 6628688bcf
    Merge pull request #107 from JohnTitor/rustls-017 Yuki Okushi 2020-03-01 23:48:13 +09:00
  • b9567359fd actix-tls: Update rustls and tokio-rustls Yuki Okushi 2020-03-01 11:59:00 +09:00
  • 7dbc0264b1 actix-connect: Update rustls and tokio-rustls Yuki Okushi 2020-03-01 11:58:48 +09:00
  • 1b7c969f6a
    actix-rt: minimize futures dependencies to futures-{channel,util} with default features off (#104) Erich Gubler 2020-02-26 09:15:21 -07:00
  • f1685d8253 Add Arbiter::local_join associated function Jonathas-Conceicao 2020-02-06 00:36:00 -03:00
  • e3b6a33b97 Add integration tests Jonathas-Conceicao 2020-02-05 22:59:45 -03:00
  • 13b503435f
    Merge pull request #106 from JohnTitor/server-102 server-v1.0.2 Yuki Okushi 2020-02-26 20:53:00 +09:00
  • 98f0290f65 actix-server: Bump up to 1.0.2 Yuki Okushi 2020-02-26 19:48:52 +09:00
  • b8f66f5e7f Update changelog Yuki Okushi 2020-02-26 19:48:41 +09:00
  • dd59ee498e Add FIXME comment Yuki Okushi 2020-02-26 19:48:27 +09:00
  • 83320efa31
    Avoid error by register() on Windows (#103) Dany Laporte 2020-02-26 04:40:31 -05:00
  • c69bc11e3e
    Merge pull request #105 from actix/bench Yuki Okushi 2020-02-26 17:33:37 +09:00
  • aad5c42ad7 Add action to check benchmark Yuki Okushi 2020-02-26 17:05:50 +09:00
  • 4d37858fc6
    Benchmarks for actix-service: focused around UnsafeCell usage (#98) Maxim Vorobjov 2020-02-26 09:45:23 +02:00
  • d402f08bb5
    Merge pull request #102 from JohnTitor/single-import 1.0 Yuki Okushi 2020-02-25 19:11:04 +09:00
  • fa25e30427 Remove single import Yuki Okushi 2020-02-25 18:41:15 +09:00
  • 602db1779e
    Expose is_set (#99) Bo Yao 2020-02-24 21:55:02 -08:00
  • 4f2910c6b3
    Merge pull request #96 from actix/JohnTitor-patch-1 Yuki Okushi 2020-02-15 01:55:20 +09:00
  • 9f7d6bc068
    Disable coverage for PRs Yuki Okushi 2020-02-14 07:30:21 +09:00
  • 6908b58943
    Merge pull request #92 from actix/bye-travis Yuki Okushi 2020-02-02 06:28:42 +09:00
  • 043057ecbd Fix import scopes Yuki Okushi 2020-02-01 23:32:08 +09:00
  • e12bf9200b Clean up metadata Yuki Okushi 2020-01-31 02:21:25 +09:00
  • 03d431e663 Add badges on README Yuki Okushi 2020-01-31 00:01:47 +09:00
  • f0d352604e Remove travis config Yuki Okushi 2020-01-31 00:01:34 +09:00
  • 2f67e4f563 Use markdown format Yuki Okushi 2020-01-31 00:01:24 +09:00
  • d1155d60ec Tweak Actions Yuki Okushi 2020-01-31 00:01:11 +09:00
  • 28d9c6a760
    Merge pull request #90 from actix/fix-ci Yuki Okushi 2020-01-30 00:46:21 +09:00
  • a970c2c997 Remove AppVeyor config Yuki Okushi 2020-01-29 12:04:10 +09:00
  • d5a6c83207 Suppress/fix clippy warnings Yuki Okushi 2020-01-28 20:27:33 +09:00
  • ee0db9a617 Tweak GitHub Actions Yuki Okushi 2020-01-28 19:56:38 +09:00
  • e5b5df1261 Optimize vector fill in builder. (#89) zero-systems 2020-01-22 07:35:22 +10:00
  • dbfa13d6be Fixed unsoundness in .and_then()/.then() service combinators service-v1.0.5 Nikolay Kim 2020-01-16 16:58:11 -08:00
  • e7c2439543 prep release tracing-0.1.0 Nikolay Kim 2020-01-15 13:35:07 -08:00
  • 3116db5168 revert 1.0.3 changes Nikolay Kim 2020-01-15 13:24:38 -08:00
  • 5940731ef0 Fix actix-service 1.0.3 compatibility service-v1.0.3 Nikolay Kim 2020-01-15 11:58:06 -08:00
  • aed5fecc8a Add support for tokio tracing for actix Service. (#86) Rajasekharan Vengalil 2020-01-15 11:43:53 -08:00
  • a751899aad Fixed unsoundness in AndThenService impl #83 Nikolay Kim 2020-01-15 11:40:15 -08:00
  • fa800aeba3 Fix AsRef<str> impl Nikolay Kim 2020-01-14 15:06:02 -08:00
  • 2f89483635 Merge branch 'master' of github.com:actix/actix-net bytestring-0.1.3 Nikolay Kim 2020-01-14 00:42:29 -08:00
  • 3048073919 Add PartialEq<T: AsRef<str>>, AsRef<[u8]> impls Nikolay Kim 2020-01-13 11:58:31 +06:00
  • 4bbba803c1 Fix Service documentation (#85) amosonn 2020-01-11 23:44:01 +01:00
  • 4dcdeb6795
    Merge pull request #84 from currency-engineering/master Sven-Hendrik Haase 2020-01-10 15:28:19 +01:00
  • 3b4f222242 Minor grammatical fix to docs. Eric Findlay 2020-01-10 20:52:49 +09:00
  • 7c5fa25b23 Add into_service helper function service-v1.0.2 Nikolay Kim 2020-01-08 18:31:50 +06:00
  • 3551d6674d Add Clone impl for condition::Waiter Nikolay Kim 2020-01-08 11:18:56 +06:00
  • 9f00daea80 add Condition and Pool utils-v1.0.5 Nikolay Kim 2020-01-08 10:56:53 +06:00
  • 7dddeab2a8 Add ResourceDef::resource_path_named() path generation method router-v0.2.4 Nikolay Kim 2019-12-31 18:02:43 +06:00
  • dcbcc40da2 Revert "Support named parameters for ResourceDef::resource_path() in form of ((&k, &v), ...)" Nikolay Kim 2019-12-31 15:14:53 +06:00
  • b0d44198ba Support named parameters for ResourceDef::resource_path() in form of ((&k, &v), ...) router-v0.3.0 Nikolay Kim 2019-12-31 14:53:30 +06:00
  • 974bd6b01e leak string instead of rc Nikolay Kim 2019-12-31 12:04:35 +06:00
  • 5779da0f49 refactor service and state manahement Nikolay Kim 2019-12-29 13:42:42 +06:00
  • 1918c8d4f8 rename .run to .start() server-v1.0.1 Nikolay Kim 2019-12-29 10:07:46 +06:00
  • e21c58930b Add impl IntoPattern for &String Nikolay Kim 2019-12-25 21:34:14 +04:00
  • 59c5e9be6a Use IntoPattern for RouterBuilder::path() Nikolay Kim 2019-12-25 21:01:07 +04:00
  • a2a9d9764d introduce IntoPattern trait router-v0.2.1 Nikolay Kim 2019-12-25 19:54:20 +04:00
  • bf0a9d2f6e Add IntoPatterns trait Nikolay Kim 2019-12-25 15:34:21 +04:00
  • 119027f822 fmt Nikolay Kim 2019-12-25 15:10:13 +04:00
  • 0fe8038d23 allow specify set of resource patters Nikolay Kim 2019-12-25 15:10:01 +04:00
  • b599bc4a0c map_config() and unit_config() accepts IntoServiceFactory type service-v1.0.1 Nikolay Kim 2019-12-22 16:30:49 +04:00
  • a80e1f8370 fix new() method and make from_static and from_bytes_unchecked methods const bytestring-0.1.2 Nikolay Kim 2019-12-22 16:24:28 +04:00
  • 5fe759cc02 Merge branch 'master' of github.com:actix/actix-net utils-v1.0.4 Nikolay Kim 2019-12-20 09:15:19 +06:00
  • 05549f0b42 Add methods to check LocalWaker registration state Nikolay Kim 2019-12-20 09:13:11 +06:00
  • b1430eaded
    Run tests for all features as possible (#78) Yuki Okushi 2019-12-19 16:31:32 +09:00
  • 0d3f9e74c5 Use .advance() intead of .split_to() Nikolay Kim 2019-12-19 09:50:31 +06:00
  • cab73791ed pin trsut-dns-proto connect-v1.0.1 Nikolay Kim 2019-12-15 13:04:26 +06:00
  • a7ac1a76ed add license files to actix-macros Nikolay Kim 2019-12-14 23:01:55 +06:00
  • 37bedff6fb use parking_lot 0.10 Nikolay Kim 2019-12-12 06:57:40 +06:00
  • 33fd6adc11 better InOrder test Nikolay Kim 2019-12-12 06:56:45 +06:00
  • 4305cdba2c Revert InOrder service changes Nikolay Kim 2019-12-11 23:10:02 +06:00
  • 52ecb4bcc5 Add oneshot::Sender::is_canceled() method utils-v1.0.2 Nikolay Kim 2019-12-11 20:52:57 +06:00
  • b28f32e82c Allow to create framed::Dispatcher with custom mpsc::Receiver Nikolay Kim 2019-12-11 20:23:14 +06:00
  • 081205a02f Disconnect callback accepts owned state Nikolay Kim 2019-12-11 18:57:43 +06:00
  • 8bb81c0768 optimize InOrder service Nikolay Kim 2019-12-11 18:55:53 +06:00
  • c7a8743bf9 remove E param Nikolay Kim 2019-12-11 16:44:09 +06:00
  • f26fcc703b prep release Nikolay Kim 2019-12-11 14:56:05 +06:00
  • ce4587df82 prepare actix-tls release Nikolay Kim 2019-12-11 14:53:58 +06:00
  • 9957f28137 prepare actix-testing release testing-v1.0.0 testing Nikolay Kim 2019-12-11 14:49:26 +06:00
  • 9d84d14ef4 update deps server-v1.0.0 Nikolay Kim 2019-12-11 14:47:30 +06:00
  • 60bfa1bfb1 prepare actix-server release Nikolay Kim 2019-12-11 14:43:26 +06:00
  • 2c81c22b3e refactor ioframe dispatcher utils-v1.0.0 Nikolay Kim 2019-12-11 14:36:11 +06:00
  • dded482514 allow to close mpsc sender Nikolay Kim 2019-12-11 14:36:00 +06:00
  • 631cb86947 refactor framed and stream dispatchers Nikolay Kim 2019-12-11 12:42:07 +06:00
  • 2e5e69c9ba Simplify oneshot and mpsc implementations Nikolay Kim 2019-12-11 11:28:09 +06:00
  • e315cf2893 prep actix-rt release; update deps rt-1.0.0 Nikolay Kim 2019-12-11 10:34:50 +06:00
  • 13fd615966 actix-macros release Nikolay Kim 2019-12-11 10:32:01 +06:00
  • c094f84b85 prepare actix-service release service-v1.0.0 Nikolay Kim 2019-12-11 10:29:34 +06:00
  • 25012d290a update actix-codec dependencies Nikolay Kim 2019-12-11 10:23:01 +06:00
  • 32202188cc prepare actix-codec release codec-0.2.0 Nikolay Kim 2019-12-11 10:18:11 +06:00
  • bf734a31dc update docs Nikolay Kim 2019-12-10 21:34:51 +06:00
  • d29e7c4ba6 Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-12-10 21:14:18 +06:00