Commit Graph

  • ac6c78c476
    testing: Replace `net2` crate with `socket2` Yuki Okushi 2020-05-19 08:21:40 +0900
  • 8218a098e8
    server: Replace `net2` crate with `socket2` Yuki Okushi 2020-05-19 08:17:44 +0900
  • 49a6f525be
    Merge pull request #139 from JohnTitor/next-macros macros-v0.1.2 Yuki Okushi 2020-05-19 07:50:46 +0900
  • f59ff82395
    macros: Bump up to 0.1.2 Yuki Okushi 2020-05-18 15:36:23 +0900
  • e8b4de15a7
    chore: Update tokio-util to 0.3 Igor Raits 2020-05-14 22:46:39 +0200
  • f7cc62564d
    Merge pull request #136 from JohnTitor/connect-alpha-3 connect-v2.0.0-alpha.3 Yuki Okushi 2020-05-08 01:36:16 +0900
  • b125e2bdce
    actix-connect: Bump up to 2.0.0-alpha.3 Yuki Okushi 2020-05-08 01:07:57 +0900
  • a5c185e80e
    Merge pull request #135 from actix/fix/unresolverd Yuki Okushi 2020-05-06 14:45:30 +0900
  • 523cee0351
    correct spelling of ConnectError::Unresolved Rob Ede 2020-05-03 23:14:22 +0100
  • 343b3c09fc
    Merge pull request #134 from JohnTitor/new-rt rt-1.1.1 Yuki Okushi 2020-04-30 14:34:17 +0900
  • 8a10580663
    Bump up `actix-rt` to 1.1.1 Yuki Okushi 2020-04-30 03:07:12 +0900
  • 1b4a117063
    Merge pull request #128 from Jonathas-Conceicao/topic/fix_memory_leak Yuki Okushi 2020-04-30 02:58:13 +0900
  • 700997fe48
    Merge pull request #133 from actix/macro-compile-testing Yuki Okushi 2020-04-29 15:33:00 +0900
  • 4c5568ed70
    add trybuild compile tests Rob Ede 2020-04-26 20:11:16 +0100
  • 7d0cfe1b4d
    Merge pull request #131 from danpintara/pull-1 Yuki Okushi 2020-04-23 02:33:52 +0900
  • e35c261c9f actix-macros: test: Simplify by using #sig instead of #name(#inputs) #ret Daniel Pintara 2020-04-22 00:11:48 +0700
  • 115ef3fcb3
    Merge pull request #130 from JohnTitor/dont-clone Yuki Okushi 2020-04-20 08:37:10 +0900
  • c0482e2532
    Remove unnecessary clone usage Yuki Okushi 2020-04-20 08:02:08 +0900
  • 6906f25e01 actix-rt: Set threshold size for arbiter's pending futures list Jonathas-Conceicao 2020-04-16 03:12:00 -0300
  • 06bca19524 actix-rt: Spawn future to cleanup pending JoinHandles Jonathas-Conceicao 2020-04-09 20:36:35 -0300
  • e9e2185296
    Merge pull request #127 from rubdos/test-fixture-integration Yuki Okushi 2020-04-09 17:45:17 +0900
  • aae52a80ab Forward actix_rt::test arguments to test function. Ruben De Smet 2020-04-08 16:48:10 +0200
  • 65e2e8052e
    Release actix-rt 1.1.0 (#126) rt-1.1.0 Yuki Okushi 2020-04-08 16:34:07 +0900
  • 2688ed82dd
    Update actix-rt/CHANGES.md Yuki Okushi 2020-04-08 05:19:56 +0900
  • 48b9996ee9
    Release actix-rt 1.1.0 Yuki Okushi 2020-04-08 04:02:01 +0900
  • 783880bb0a actix-rt: Add Arbiter::is_running helper and fix System::is_set doc Jonathas-Conceicao 2020-04-04 19:05:08 -0300
  • 69e8df9d62 actix-rt: Run rustfmt Jonathas-Conceicao 2020-04-04 19:03:53 -0300
  • 9addf1a36b
    Merge pull request #125 from actix/fix/noisy-check Yuki Okushi 2020-04-05 13:20:25 +0900
  • 130123ac25 actix-rt: Add Arbiter::is_running helper and fix System::is_set doc Jonathas-Conceicao 2020-04-04 19:05:08 -0300
  • 187a58472d
    fix noisy check warning Rob Ede 2020-04-04 23:57:52 +0100
  • 893a657707 actix-rt: Run rustfmt Jonathas-Conceicao 2020-04-04 19:03:53 -0300
  • 30aa0b7bb6 add serde support to bytestring Nikolay Kim 2020-03-30 11:54:40 +0600
  • e775d08d76
    Merge pull request #122 from actix/JohnTitor-patch-1 Yuki Okushi 2020-03-18 05:31:59 +0900
  • d5f95b54b7
    Upload coverage on PRs Yuki Okushi 2020-03-18 05:03:37 +0900
  • 904f90abc2
    Merge pull request #121 from actix/revert-115-JohnTitor-patch-2 Yuki Okushi 2020-03-16 18:06:42 +0900
  • 950c73077c
    Revert "Disable windows-mingw builder temporarily" Yuki Okushi 2020-03-16 17:31:10 +0900
  • 732731a9c8
    Merge pull request #120 from kornelski/err Yuki Okushi 2020-03-14 00:14:42 +0900
  • 0dd5a7ce1d std Error for BlockingError Kornel Lesiński 2020-03-13 12:35:20 +0000
  • 7105091e51
    Merge pull request #119 from JohnTitor/futures Yuki Okushi 2020-03-13 05:12:37 +0900
  • 08959dfc21
    actix-tracing: Minimize `futures-util` dependencies Yuki Okushi 2020-03-12 05:10:08 +0900
  • 2792433ad6
    actix-codec: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 05:02:03 +0900
  • 437a7b05c6
    actix-rt: Fix build Yuki Okushi 2020-03-12 05:00:41 +0900
  • 3d125c5381
    actix-testing: Remove unused deps Yuki Okushi 2020-03-12 04:37:21 +0900
  • fbf7d6ef33
    Update examples Yuki Okushi 2020-03-12 04:35:41 +0900
  • e6b6f08369
    actix-utils: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 04:35:29 +0900
  • 4e806b3e3f
    actix-tls: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 04:30:32 +0900
  • f5b07053fc
    actix-server: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 04:27:26 +0900
  • dd3bec83bf
    actix-ioframe: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 04:23:04 +0900
  • f955e49930
    actix-connect: Minimize `futures-*` dependencies Yuki Okushi 2020-03-12 04:22:38 +0900
  • 4be11b541b
    Merge pull request #117 from actix/new-connect connect-v2.0.0-alpha.2 Yuki Okushi 2020-03-08 15:13:52 +0900
  • baba533407
    Update `actix-http` dependency Yuki Okushi 2020-03-08 14:38:07 +0900
  • 2bf50826b0
    Bump up to 2.0.0-alpha.2 Yuki Okushi 2020-03-08 14:37:33 +0900
  • 41b2a3b2e2
    Merge pull request #116 from Jonathas-Conceicao/topic/upgrade_trust_dns Yuki Okushi 2020-03-08 14:31:07 +0900
  • 7fdd4a1118 actix-connect: Upgrade versions of trust-dns Jonathas-Conceicao 2020-02-25 23:44:59 -0300
  • cb30f9e86a actix-connect: Run cargo fmt Jonathas-Conceicao 2020-03-07 14:37:39 -0300
  • 873f69be51
    Merge pull request #115 from actix/JohnTitor-patch-2 Yuki Okushi 2020-03-06 14:11:50 +0900
  • 0967061f30
    Merge pull request #114 from actix/JohnTitor-patch-1 Yuki Okushi 2020-03-06 14:11:28 +0900
  • 59902cb3a3
    Disable windows-mingw builder temporarily Yuki Okushi 2020-03-06 13:48:55 +0900
  • 857e50120b
    Unpin quote version Yuki Okushi 2020-03-06 13:45:21 +0900
  • 2456d1fc8d Merge branch 'master' of https://github.com/actix/actix-net into unsafe-cell Maksym Vorobiov 2020-03-05 18:27:28 +0200
  • 1efafd4d02 convert AndThen to use RefCell Maksym Vorobiov 2020-03-05 18:26:20 +0200
  • 36a2edf1cd
    Merge pull request #111 from dunnock/master Yuki Okushi 2020-03-05 23:05:19 +0900
  • 346bd072d3 fix build with failing quote Maksym Vorobiov 2020-03-05 14:58:44 +0200
  • 8d3d58b3b7
    Merge pull request #110 from Aaron1011/fix/better-pin Yuki Okushi 2020-03-05 21:52:55 +0900
  • c41b5d8dd4
    Replace calls to `Pin::new_unchecked` with `pin_project`. Aaron Hill 2020-03-04 11:48:19 -0500
  • 693d5132a9
    Merge pull request #109 from JohnTitor/new-tls tls-v2.0.0-alpha.1 Yuki Okushi 2020-03-03 22:29:08 +0900
  • f7dac3feb4 Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-03-03 19:47:40 +0900
  • ebc11d03f2
    Merge pull request #108 from JohnTitor/new-connect connect-v2.0.0-alpha.1 Yuki Okushi 2020-03-03 18:33:08 +0900
  • e3ad5de270 Update `actix-connect` dependency Yuki Okushi 2020-03-03 17:24:41 +0900
  • 91118bb2ce Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-03-03 17:24:25 +0900
  • 6628688bcf
    Merge pull request #107 from JohnTitor/rustls-017 Yuki Okushi 2020-03-01 23:48:13 +0900
  • b9567359fd actix-tls: Update `rustls` and `tokio-rustls` Yuki Okushi 2020-03-01 11:59:00 +0900
  • 7dbc0264b1 actix-connect: Update `rustls` and `tokio-rustls` Yuki Okushi 2020-03-01 11:58:48 +0900
  • 1b7c969f6a
    `actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104) Erich Gubler 2020-02-26 09:15:21 -0700
  • f1685d8253 Add Arbiter::local_join associated function Jonathas-Conceicao 2020-02-06 00:36:00 -0300
  • e3b6a33b97 Add integration tests Jonathas-Conceicao 2020-02-05 22:59:45 -0300
  • 13b503435f
    Merge pull request #106 from JohnTitor/server-102 server-v1.0.2 Yuki Okushi 2020-02-26 20:53:00 +0900
  • 98f0290f65 actix-server: Bump up to 1.0.2 Yuki Okushi 2020-02-26 19:48:52 +0900
  • b8f66f5e7f Update changelog Yuki Okushi 2020-02-26 19:48:41 +0900
  • dd59ee498e Add FIXME comment Yuki Okushi 2020-02-26 19:48:27 +0900
  • 83320efa31
    Avoid error by `register()` on Windows (#103) Dany Laporte 2020-02-26 04:40:31 -0500
  • c69bc11e3e
    Merge pull request #105 from actix/bench Yuki Okushi 2020-02-26 17:33:37 +0900
  • aad5c42ad7 Add action to check benchmark Yuki Okushi 2020-02-26 17:05:50 +0900
  • 4d37858fc6
    Benchmarks for actix-service: focused around UnsafeCell usage (#98) Maxim Vorobjov 2020-02-26 09:45:23 +0200
  • 41c2ff6877 Add Arbiter::local_join associated function Jonathas-Conceicao 2020-02-06 00:36:00 -0300
  • d215014363 Add integration tests Jonathas-Conceicao 2020-02-05 22:59:45 -0300
  • d3c0643ef0
    style(actix-rt): enforce spaces around equals in `Cargo.toml` Erich Gubler 2020-02-25 17:27:15 -0700
  • 92bb2337b3
    build(deps): minimize `futures` deps by using `futures-channel` and `futures-util` directly Erich Gubler 2020-02-25 17:26:19 -0700
  • d402f08bb5
    Merge pull request #102 from JohnTitor/single-import 1.0 Yuki Okushi 2020-02-25 19:11:04 +0900
  • fa25e30427 Remove single import Yuki Okushi 2020-02-25 18:41:15 +0900
  • 602db1779e
    Expose is_set (#99) Bo Yao 2020-02-24 21:55:02 -0800
  • 3295aabf67 Update doc and changes.md Bo Yao 2020-02-24 12:50:49 -0800
  • bf3a20b941 Fix Can not resume socket accept process error on Windows Dany Laporte 2020-02-22 16:21:01 -0500
  • 4b0808de64 Expose is_set Bo Yao 2020-02-21 17:44:51 -0800
  • 067ee72ec5 repeat benches to stabilize Maksym Vorobiov 2020-02-21 20:14:02 +0300
  • d297978028 add benches for and_then implementation options Maksym Vorobiov 2020-02-21 19:49:25 +0300
  • ad733b3944 fix syntax Maksym Vorobiov 2020-02-21 18:24:59 +0300
  • 2406508b26 add benchmark comparing unsafecell vs refcell Maksym Vorobiov 2020-02-21 02:03:17 +0300
  • 4f2910c6b3
    Merge pull request #96 from actix/JohnTitor-patch-1 Yuki Okushi 2020-02-15 01:55:20 +0900
  • 9f7d6bc068
    Disable coverage for PRs Yuki Okushi 2020-02-14 07:30:21 +0900