Commit Graph

  • 6908b58943
    Merge pull request #92 from actix/bye-travis Yuki Okushi 2020-02-02 06:28:42 +0900
  • 043057ecbd Fix import scopes Yuki Okushi 2020-02-01 23:32:08 +0900
  • e12bf9200b Clean up metadata Yuki Okushi 2020-01-31 02:21:25 +0900
  • 03d431e663 Add badges on README Yuki Okushi 2020-01-31 00:01:47 +0900
  • f0d352604e Remove travis config Yuki Okushi 2020-01-31 00:01:34 +0900
  • 2f67e4f563 Use markdown format Yuki Okushi 2020-01-31 00:01:24 +0900
  • d1155d60ec Tweak Actions Yuki Okushi 2020-01-31 00:01:11 +0900
  • 28d9c6a760
    Merge pull request #90 from actix/fix-ci Yuki Okushi 2020-01-30 00:46:21 +0900
  • a970c2c997 Remove AppVeyor config Yuki Okushi 2020-01-29 12:04:10 +0900
  • d5a6c83207 Suppress/fix clippy warnings Yuki Okushi 2020-01-28 20:27:33 +0900
  • ee0db9a617 Tweak GitHub Actions Yuki Okushi 2020-01-28 19:56:38 +0900
  • e5b5df1261 Optimize vector fill in builder. (#89) zero-systems 2020-01-22 07:35:22 +1000
  • 5096ade2ab fmt Øsystems 2020-01-21 15:02:49 +1000
  • 6f202ae3b5 optimize vector fill Øsystems 2020-01-21 15:00:19 +1000
  • dbfa13d6be Fixed unsoundness in .and_then()/.then() service combinators service-v1.0.5 Nikolay Kim 2020-01-16 16:58:11 -0800
  • e7c2439543 prep release tracing-0.1.0 Nikolay Kim 2020-01-15 13:35:07 -0800
  • 3116db5168 revert 1.0.3 changes Nikolay Kim 2020-01-15 13:24:38 -0800
  • 5940731ef0 Fix actix-service 1.0.3 compatibility service-v1.0.3 Nikolay Kim 2020-01-15 11:58:06 -0800
  • aed5fecc8a Add support for tokio tracing for actix Service. (#86) Rajasekharan Vengalil 2020-01-15 11:43:53 -0800
  • a751899aad Fixed unsoundness in AndThenService impl #83 Nikolay Kim 2020-01-15 11:40:15 -0800
  • 7b93c3c78e Remove reference to MakeSpan from docs Rajasekharan Vengalil 2020-01-14 18:05:14 -0800
  • 83d91a0a55 Remove redundant type args Rajasekharan Vengalil 2020-01-14 18:02:49 -0800
  • c40481940f Change trace's return type to ApplyTransform Rajasekharan Vengalil 2020-01-14 18:00:48 -0800
  • a38d802fa7 Address comments Rajasekharan Vengalil 2020-01-14 16:55:42 -0800
  • fa800aeba3 Fix AsRef<str> impl Nikolay Kim 2020-01-14 15:06:02 -0800
  • 2f89483635 Merge branch 'master' of github.com:actix/actix-net bytestring-0.1.3 Nikolay Kim 2020-01-14 00:42:29 -0800
  • 3048073919 Add PartialEq<T: AsRef<str>>, AsRef<[u8]> impls Nikolay Kim 2020-01-13 11:58:31 +0600
  • 6117f3d19c Add support for tokio tracing for actix Service. Rajasekharan Vengalil 2020-01-11 17:45:21 -0800
  • 4bbba803c1 Fix Service documentation (#85) amosonn 2020-01-11 23:44:01 +0100
  • 6aa23e6085
    Fix Service documentation amosonn 2020-01-10 23:40:43 +0100
  • 4dcdeb6795
    Merge pull request #84 from currency-engineering/master Sven-Hendrik Haase 2020-01-10 15:28:19 +0100
  • 3b4f222242 Minor grammatical fix to docs. Eric Findlay 2020-01-10 20:52:49 +0900
  • 7c5fa25b23 Add into_service helper function service-v1.0.2 Nikolay Kim 2020-01-08 18:31:50 +0600
  • 3551d6674d Add Clone impl for condition::Waiter Nikolay Kim 2020-01-08 11:18:56 +0600
  • 9f00daea80 add Condition and Pool utils-v1.0.5 Nikolay Kim 2020-01-08 10:56:53 +0600
  • 7dddeab2a8 Add ResourceDef::resource_path_named() path generation method router-v0.2.4 Nikolay Kim 2019-12-31 18:02:43 +0600
  • dcbcc40da2 Revert "Support named parameters for ResourceDef::resource_path() in form of ((&k, &v), ...)" Nikolay Kim 2019-12-31 15:14:53 +0600
  • 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 +0600
  • 974bd6b01e leak string instead of rc Nikolay Kim 2019-12-31 12:04:35 +0600
  • 5779da0f49 refactor service and state manahement Nikolay Kim 2019-12-29 13:42:42 +0600
  • 1918c8d4f8 rename .run to .start() server-v1.0.1 Nikolay Kim 2019-12-29 10:07:46 +0600
  • 86b5ccebd3
    actix-connect: Update trust-dns-resolver to a release Igor Gnatenko 2019-12-27 08:44:00 +0100
  • e21c58930b Add impl IntoPattern for &String Nikolay Kim 2019-12-25 21:34:14 +0400
  • 59c5e9be6a Use IntoPattern for RouterBuilder::path() Nikolay Kim 2019-12-25 21:01:07 +0400
  • a2a9d9764d introduce IntoPattern trait router-v0.2.1 Nikolay Kim 2019-12-25 19:54:20 +0400
  • bf0a9d2f6e Add IntoPatterns trait Nikolay Kim 2019-12-25 15:34:21 +0400
  • 119027f822 fmt Nikolay Kim 2019-12-25 15:10:13 +0400
  • 0fe8038d23 allow specify set of resource patters Nikolay Kim 2019-12-25 15:10:01 +0400
  • b599bc4a0c map_config() and unit_config() accepts IntoServiceFactory type service-v1.0.1 Nikolay Kim 2019-12-22 16:30:49 +0400
  • 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 +0400
  • 5fe759cc02 Merge branch 'master' of github.com:actix/actix-net utils-v1.0.4 Nikolay Kim 2019-12-20 09:15:19 +0600
  • 05549f0b42 Add methods to check LocalWaker registration state Nikolay Kim 2019-12-20 09:13:11 +0600
  • b1430eaded
    Run tests for all features as possible (#78) Yuki Okushi 2019-12-19 16:31:32 +0900
  • 0d3f9e74c5 Use .advance() intead of .split_to() Nikolay Kim 2019-12-19 09:50:31 +0600
  • 049e9bca38 Run tests for all features as possible Yuki Okushi 2019-12-18 18:53:57 +0900
  • ca7cd737e7 rename router to actix-router yjhmelody 2019-12-18 16:40:42 +0800
  • cab73791ed pin trsut-dns-proto connect-v1.0.1 Nikolay Kim 2019-12-15 13:04:26 +0600
  • a7ac1a76ed add license files to actix-macros Nikolay Kim 2019-12-14 23:01:55 +0600
  • 37bedff6fb use parking_lot 0.10 Nikolay Kim 2019-12-12 06:57:40 +0600
  • 33fd6adc11 better InOrder test Nikolay Kim 2019-12-12 06:56:45 +0600
  • 4305cdba2c Revert InOrder service changes Nikolay Kim 2019-12-11 23:10:02 +0600
  • 52ecb4bcc5 Add oneshot::Sender::is_canceled() method utils-v1.0.2 Nikolay Kim 2019-12-11 20:52:57 +0600
  • b28f32e82c Allow to create framed::Dispatcher with custom mpsc::Receiver Nikolay Kim 2019-12-11 20:23:14 +0600
  • 081205a02f Disconnect callback accepts owned state Nikolay Kim 2019-12-11 18:57:43 +0600
  • 8bb81c0768 optimize InOrder service Nikolay Kim 2019-12-11 18:55:53 +0600
  • c7a8743bf9 remove E param Nikolay Kim 2019-12-11 16:44:09 +0600
  • f26fcc703b prep release Nikolay Kim 2019-12-11 14:56:05 +0600
  • ce4587df82 prepare actix-tls release Nikolay Kim 2019-12-11 14:53:58 +0600
  • 9957f28137 prepare actix-testing release testing-v1.0.0 testing Nikolay Kim 2019-12-11 14:49:26 +0600
  • 9d84d14ef4 update deps server-v1.0.0 Nikolay Kim 2019-12-11 14:47:30 +0600
  • 60bfa1bfb1 prepare actix-server release Nikolay Kim 2019-12-11 14:43:26 +0600
  • 2c81c22b3e refactor ioframe dispatcher utils-v1.0.0 Nikolay Kim 2019-12-11 14:36:11 +0600
  • dded482514 allow to close mpsc sender Nikolay Kim 2019-12-11 14:36:00 +0600
  • 631cb86947 refactor framed and stream dispatchers Nikolay Kim 2019-12-11 12:42:07 +0600
  • 2e5e69c9ba Simplify oneshot and mpsc implementations Nikolay Kim 2019-12-11 11:28:09 +0600
  • e315cf2893 prep actix-rt release; update deps rt-1.0.0 Nikolay Kim 2019-12-11 10:34:50 +0600
  • 13fd615966 actix-macros release Nikolay Kim 2019-12-11 10:32:01 +0600
  • c094f84b85 prepare actix-service release service-v1.0.0 Nikolay Kim 2019-12-11 10:29:34 +0600
  • 25012d290a update actix-codec dependencies Nikolay Kim 2019-12-11 10:23:01 +0600
  • 32202188cc prepare actix-codec release codec-0.2.0 Nikolay Kim 2019-12-11 10:18:11 +0600
  • bf734a31dc update docs Nikolay Kim 2019-12-10 21:34:51 +0600
  • d29e7c4ba6 Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-12-10 21:14:18 +0600
  • 7163e2c2a2 update doc strings Nikolay Kim 2019-12-10 21:11:39 +0600
  • 1d810b4561 re-export AlpnError Nikolay Kim 2019-12-10 12:15:27 +0600
  • 0913badd61 Macro improvements. (#74) daxpedda 2019-12-10 03:47:35 +0100
  • 8b3062cd6e Fix buffer remaining capacity calcualtion Nikolay Kim 2019-12-09 21:50:36 +0600
  • cd6007d483
    Fix usage in `fn main`. daxpedda 2019-12-09 12:08:38 +0100
  • d7800612a5
    Macro improvements. daxpedda 2019-12-09 11:51:45 +0100
  • 35218a4df1 add Clone impl for Apply service Nikolay Kim 2019-12-09 14:07:20 +0600
  • d47f1fb730 prepare actix-service release Nikolay Kim 2019-12-08 19:49:35 +0600
  • 1ad0bbfb7f rename fn service helpers Nikolay Kim 2019-12-08 19:05:05 +0600
  • c38a25f102 fix hash impl Nikolay Kim 2019-12-07 11:51:47 +0600
  • 110457477a update changes router-v0.2.0 Nikolay Kim 2019-12-07 11:04:53 +0600
  • a899b1e04d bump actix-ioframe version bytestring-0.1.0 async-await-alpha.3 Nikolay Kim 2019-12-07 10:55:54 +0600
  • 393cf1ab25 add unsafe from_bytes_unchecked Nikolay Kim 2019-12-07 10:48:22 +0600
  • 40fbbb9c32 fix crate name Nikolay Kim 2019-12-07 10:39:33 +0600
  • 99fef4f06b add helper conversions Nikolay Kim 2019-12-07 10:22:08 +0600
  • fc0825fcdd update tokio to 0.2.4 Nikolay Kim 2019-12-07 10:15:26 +0600
  • 6c00ab8296 add string crate Nikolay Kim 2019-12-07 09:59:39 +0600
  • cbdbc05dbd update tokio verion and prep alpha3 release Nikolay Kim 2019-12-07 09:57:43 +0600