1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-18 09:13:10 +01:00

Commit Graph

  • bf4c069624
    Add Safety section to ByteString::from_bytes_unchecked Yuki Okushi 2020-07-22 10:00:48 +0900
  • c14808e656
    Check code style with rustfmt on CI Yuki Okushi 2020-07-22 10:00:15 +0900
  • 0dca1a705a
    actix-utils: Remove unsound custom Cell as well (#161) Yuki Okushi 2020-07-22 09:14:32 +0900
  • 5d6d309e66
    Simplify bcodec decode (#162) Juan Aguilar 2020-07-20 14:09:24 +0000
  • 633a2e167b Simplify bcodec decode Juan Aguilar Santillana 2020-07-20 13:16:37 +0000
  • 3f733cd056
    actix-utils: Remove unsound custom Cell as well Yuki Okushi 2020-07-20 19:00:24 +0900
  • 8d0bd7ce1c
    Improve bcodec encode performance (#157) Juan Aguilar 2020-07-19 21:36:51 +0000
  • 0ae8edf3b9 Improve bcodec encode performance Juan Aguilar Santillana 2020-07-19 21:10:37 +0000
  • a67e38b4a0
    Remove unsound custom Cell (#158) Sergey "Shnatsel" Davidoff 2020-07-19 23:05:36 +0200
  • 334c98575a
    Upgrade tokio utils to 0.3 (#138) Rob Ede 2020-07-19 21:44:26 +0100
  • bc17dc122f Dummy commit to re-run CI Sergey "Shnatsel" Davidoff 2020-07-19 21:52:12 +0200
  • 11a5cb3ae1 Add changelog entry Sergey "Shnatsel" Davidoff 2020-07-19 21:09:39 +0200
  • 230db53b04
    suggestions and changelog Rob Ede 2020-07-19 20:08:51 +0100
  • a9b5a7b070
    Create PULL_REQUEST_TEMPLATE.md (#159) Rob Ede 2020-07-19 19:01:09 +0100
  • 24adb13859
    Create PULL_REQUEST_TEMPLATE.md Rob Ede 2020-07-19 17:32:24 +0100
  • 5d32078307 Remove the unsound custom Cell and replace it with Rc<RefCell<T> - the way it was before the introduction of a custom cell. Heavily based on the patch by Wim Looman <wim@nemo157.com> https://gist.github.com/Nemo157/b495b84b5b2f3134d19ad71ba5002066 Sergey "Shnatsel" Davidoff 2020-07-19 16:25:10 +0200
  • d97aa4ee39
    remove ioframe package Rob Ede 2020-07-19 15:21:21 +0100
  • 934a9867f7
    use new codec signature in actix-utils Rob Ede 2020-05-18 01:50:47 +0100
  • 52736c6cd8
    upgrade tokio-util to 0.3 and alter actix-codex Rob Ede 2020-05-18 01:50:12 +0100
  • 61176f6410
    Update rustls-related dependencies (#154) threadpool-v0.3.3 Yuki Okushi 2020-07-14 19:14:06 +0900
  • 10b4c30a06
    Use OR instead of deprecated / in license field (#155) Yuki Okushi 2020-07-14 19:11:30 +0900
  • 7f550bcf0f
    threadpool: Bump up to 0.3.3 (#156) Yuki Okushi 2020-07-14 19:10:15 +0900
  • e5a2d73ffc
    threadpool: Bump up to 0.3.3 Yuki Okushi 2020-07-14 13:39:53 +0900
  • d9f4056dc2
    Use OR instead of deprecated / in license field Yuki Okushi 2020-07-14 13:19:37 +0900
  • b26b569b75
    Update rustls-related dependencies Yuki Okushi 2020-07-14 13:15:56 +0900
  • 887f11f787
    Merge pull request #153 from actix/tweak-actions Yuki Okushi 2020-07-08 09:04:05 +0900
  • e2a6d352b0
    Tweak actions trigger events Yuki Okushi 2020-07-08 08:38:24 +0900
  • f6c697a2dd
    Merge pull request #152 from paolobarbolini/pl-011 Yuki Okushi 2020-07-04 03:20:08 +0900
  • 5ecdfd684a Update parking_lot to 0.11 Paolo Barbolini 2020-07-03 17:10:27 +0200
  • a37c3fb00b
    Merge branch 'master' of https://github.com/actix/actix-net into unsafe-cell Maxim Vorobjov 2020-06-26 18:48:30 +0300
  • 2d85225e24
    rename cell to rcrefcell Maxim Vorobjov 2020-06-26 18:48:26 +0300
  • 3d298c740c
    Update builder.rs Hengchu Zhang 2020-06-15 13:00:50 -0400
  • 90181cb3ef
    Expose fn build_async in builder Hengchu Zhang 2020-06-15 12:55:03 -0400
  • 7140c04c44
    Merge pull request #149 from taiki-e/pin-project Yuki Okushi 2020-06-07 02:01:08 +0900
  • 9528df4486 Remove uses of pin_project::project attribute Taiki Endo 2020-06-06 06:42:45 +0900
  • 7bf411c3ab fix doc links Pen Tree 2020-06-03 07:02:33 +0800
  • 755a8bb9d1
    fix codec doc links (#148) Pen Tree 2020-06-03 01:05:39 +0800
  • f3cb6efc30
    Merge pull request #146 from actix/cache-v2 Yuki Okushi 2020-05-28 04:59:34 +0900
  • 87b857705c
    Update actions/cache to v2 Yuki Okushi 2020-05-28 02:32:29 +0900
  • c897c5d3eb
    Merge pull request #145 from JohnTitor/new-threalpool threadpool-v0.3.2 Yuki Okushi 2020-05-20 15:24:39 +0900
  • 134e76b8b4
    threadpool: Bump up to 0.3.2 Yuki Okushi 2020-05-20 14:19:16 +0900
  • f3a401c23b
    Merge pull request #144 from JohnTitor/codecov-config Yuki Okushi 2020-05-20 11:03:31 +0900
  • f7e8a912b3
    Add codecov config Yuki Okushi 2020-05-19 14:45:39 +0900
  • 11a1e11858
    Merge pull request #143 from JohnTitor/new-testing testing-v1.0.1 Yuki Okushi 2020-05-19 14:37:54 +0900
  • d0b27ee7e6
    testing: Bump up to 1.0.1 Yuki Okushi 2020-05-19 14:08:08 +0900
  • 2d2b0591a2
    Merge pull request #142 from JohnTitor/new-server server-v1.0.3 Yuki Okushi 2020-05-19 13:58:39 +0900
  • abbc5f715f
    server: Bump up to 1.0.3 Yuki Okushi 2020-05-19 10:20:32 +0900
  • 140a6c76e3
    Merge pull request #141 from actix/fix-ci Yuki Okushi 2020-05-19 09:39:03 +0900
  • 2395b28c5e
    Only check compilation on mingw CI Yuki Okushi 2020-05-19 08:42:56 +0900
  • aad4812ba6
    Merge pull request #140 from JohnTitor/replace-net2 Yuki Okushi 2020-05-19 08:58:40 +0900
  • 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