Commit Graph

  • ae9fb34132 feat: Add a cleanup_zombies future jtnunley 2022-12-30 18:43:14 -0800
  • e086897e53 Add windows::CommandExt::raw_arg on Rust 1.62+ Taiki Endo 2022-12-30 14:23:57 +0900
  • f76d325959 Seal CommandExt trait Taiki Endo 2022-12-30 13:58:02 +0900
  • 09ee05ec26 Add windows::CommandExt::raw_arg on Rust 1.62+ Taiki Endo 2022-12-30 14:23:57 +0900
  • e573cc7d5f Seal CommandExt trait Taiki Endo 2022-12-30 13:58:02 +0900
  • 7980b4696a Reduce syscalls in blocking_fd Taiki Endo 2022-12-30 13:39:01 +0900
  • 73f3f8f308 Fix clippy::needless_borrow warning Taiki Endo 2022-12-30 11:59:05 +0900
  • 93be5c2506 Replace direct dependency on libc with rustix Taiki Endo 2022-12-30 11:54:15 +0900
  • c9b6b0be54 Reduce syscalls in blocking_fd Taiki Endo 2022-12-30 13:39:01 +0900
  • 06e5e104f2 Fix clippy::needless_borrow warning Taiki Endo 2022-12-30 11:59:05 +0900
  • d3c25ba89e Replace direct dependency on libc with rustix Taiki Endo 2022-12-30 11:54:15 +0900
  • 2a2c1ee34a Bump MSRV to 1.47 Taiki Endo 2022-12-28 12:36:34 +0900
  • 8226196372 Enable dependabot update for Rust Taiki Endo 2022-12-28 12:09:26 +0900
  • 8559816dc6 Clean up CI config Taiki Endo 2022-12-28 11:58:14 +0900
  • fe611159f0 Bump MSRV to 1.47 Taiki Endo 2022-12-28 12:36:34 +0900
  • 5d6de351f7 Enable dependabot update for Rust Taiki Endo 2022-12-28 12:09:26 +0900
  • 604fdae1d3 Clean up CI config Taiki Endo 2022-12-28 11:58:14 +0900
  • 580be7ee06 Release 1.6.0 v1.6.0 Taiki Endo 2022-11-27 16:22:13 +0900
  • 0ca9fc9b90 Release 1.6.0 Taiki Endo 2022-11-27 16:22:13 +0900
  • de1071784e
    Port to windows-sys (#27) John Nunley 2022-11-26 21:14:01 -0800
  • f835f75f39 Fix build failure with minimal-versions Taiki Endo 2022-11-27 13:26:28 +0900
  • e1d6664e5a Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 13:25:51 +0900
  • ce1a8bfc3d Fix build failure with minimal-versions Taiki Endo 2022-11-27 13:26:28 +0900
  • 5c4ddab68f Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 13:25:51 +0900
  • 5db798d763 Fix test error jtnunley 2022-11-26 13:12:14 -0800
  • 86be1180b1 Port to windows-sys jtnunley 2022-11-26 10:10:51 -0800
  • a44d0b418a
    Port from once-cell to async-lock (#26) John Nunley 2022-11-26 19:43:59 -0800
  • 2e7a1dfe8a Fix windows build jtnunley 2022-11-26 10:13:31 -0800
  • a57291834b Port from once-cell to async-lock jtnunley 2022-11-26 10:02:28 -0800
  • 115741b59a Update changelog v1.5.0 Taiki Endo 2022-08-21 18:25:48 +0900
  • 00f30f09e2 Release 1.5.0 Taiki Endo 2022-08-21 18:24:34 +0900
  • 8dda23e06b
    Add `AsRawFd`/`AsFd` to the `ChildStd*` types (#23) John Nunley 2022-08-17 17:42:17 -0700
  • b29792fc6e fmt jtnunley 2022-08-17 17:18:39 -0700
  • f67b5f0bf2 add asrawfd/asfd impls jtnunley 2022-08-17 17:05:22 -0700
  • d9b78cb400 Fix clippy::needless_return warning in test Taiki Endo 2022-07-17 21:32:20 +0900
  • fbc300608c Fix clippy::single_match warning in test Taiki Endo 2022-07-17 21:31:38 +0900
  • bffd4efe40 Apply clippy to all targets Taiki Endo 2022-07-17 21:21:19 +0900
  • a23f4dc38e Update CI config Taiki Endo 2022-07-08 02:35:56 +0900
  • 2e0881f64d Bump to v1.4.0 v1.4.0 Taiki Endo 2022-05-01 13:57:48 +0900
  • f8c34c49ef Update actions/checkout action to v3 Taiki Endo 2022-05-01 13:51:49 +0900
  • 9a3fc54342
    Merge pull request #21 from alex-berger/master Taiki Endo 2022-01-28 09:54:35 +0900
  • 870cd2dc1f Impl From<std::process::Command> for Command Alexander Berger 2022-01-27 20:46:09 +0100
  • 69789af2ca Remove rustfmt.toml Taiki Endo 2022-01-09 01:25:47 +0900
  • 4661d33dfe Create GitHub release automatically Taiki Endo 2022-01-08 22:03:27 +0900
  • 6beffb4373 Clean up CI config Taiki Endo 2022-01-08 22:03:15 +0900
  • aa5e6c7cb4
    Merge pull request #20 from doy/multiple-spawns Taiki Endo 2021-12-31 14:31:29 +0900
  • afff8c533d don't unconfigure stdio streams on spawn Jesse Luehrs 2021-12-30 22:13:17 -0500
  • 4438e61dac add status_no_drop which takes &self and doesn't drop stdin Jesse Luehrs 2021-12-22 20:25:56 -0500
  • 61e10f81be make try_status take &self Jesse Luehrs 2021-12-22 20:20:00 -0500
  • 327f176ba4 Bump to v1.3.0 v1.3.0 Taiki Endo 2021-11-10 20:40:38 +0900
  • c8bdbc1de6
    Merge pull request #18 from tailhook/better_debug Taiki Endo 2021-10-11 23:22:26 +0900
  • 378b8ac11a Improve debug implementation of `Command` Paul Colomiets 2021-10-11 16:54:12 +0300
  • fa4ab47e97 Bump to v1.2.0 v1.2.0 Taiki Endo 2021-08-07 16:51:24 +0900
  • c806438681
    Merge pull request #17 from passcod/child/as-raw-handle Taiki Endo 2021-07-31 16:39:24 +0900
  • d91b557db3 Implement AsRawHandle on Child on Windows Félix Saparelli 2021-07-31 18:43:36 +1200
  • bc9719e64a
    Merge pull request #15 from smol-rs/next v1.1.0 Taiki Endo 2021-04-24 17:49:40 +0900
  • 0da238915e Bump to v1.1.0 Taiki Endo 2021-04-24 17:45:31 +0900
  • 4831e3cbb9 Fix format of syscall macro Taiki Endo 2021-04-24 17:45:09 +0900
  • 7d9dc0b914
    Adding the `into_stdio` make async-process more flexible. (#13) BinCheng 2021-04-24 16:39:11 +0800
  • 5fa8871cc5 move macro into the inside of the blocking_fd. BinChengZhao 2021-04-22 11:51:26 +0800
  • 4c193d7027 Merge remote-tracking branch 'upstream/master' BinChengZhao 2021-04-22 11:31:14 +0800
  • 2307bf1f0d Fix the optimization code. BinChengZhao 2021-04-19 14:10:46 +0800
  • 716cc8aa01
    Merge pull request #14 from JayceFayne/clippy Taiki Endo 2021-04-17 21:29:33 +0900
  • afbc34d070 fix clippy warnings Jayce Fayne 2021-04-17 14:18:59 +0200
  • e775b0e225 Add api - `into_stdio` . BinChengZhao 2021-04-17 16:26:40 +0800
  • d2fb9bcd29 Merge branch 'master' of https://github.com/BinChengZhao/async-process BinChengZhao 2021-03-22 02:44:15 +0800
  • fb96c76b9d Use seal-trait to put control in the upstream . BinChengZhao 2021-03-22 02:32:23 +0800
  • fa200c13ef Update compile error in windows. Bincheng 2021-03-14 16:22:06 +0800
  • 78484aacc1 The 'into_inner' are completed and tested. BinChengZhao 2021-03-13 20:51:00 +0800
  • 05947eeeb2 Already fixed EWOULDBLOCK-ERROR . BinChengZhao 2021-03-13 12:40:08 +0800
  • cf8822746d Find a solution for Error-WouldBlock. BinChengZhao 2021-03-12 19:23:17 +0800
  • d8ee0d6853 Add `into_inner`-api to associate to other process BinChengZhao 2021-03-11 21:34:26 +0800
  • f6782f6f0c
    Merge pull request #12 from smol-rs/readme Taiki Endo 2021-02-14 19:52:52 +0900
  • e38b5f843a Remove readme field from Cargo.toml Taiki Endo 2021-02-14 19:43:45 +0900
  • d953551a8c
    Merge pull request #11 from smol-rs/badge Taiki Endo 2021-02-14 13:47:50 +0900
  • 90364462a2 Update license badge to match Cargo.toml Taiki Endo 2021-02-14 13:38:37 +0900
  • 16b78764ae Bump to v0.1.2 v1.0.2 Stjepan Glavina 2021-02-05 21:03:55 +0100
  • 03c6a06099
    Merge pull request #10 from alexmaco/kod Stjepan Glavina 2021-02-05 21:03:02 +0100
  • 6ea203d787 Fix Child::output to avoid killing the subprocess early when kill_on_drop is given Alexandru Macovei 2021-01-31 18:45:34 +0200
  • fc5959c6f6
    Merge pull request #9 from taiki-e/example Taiki Endo 2021-01-19 14:28:09 +0900
  • 6a0916d1d1 Fix Command::output example Taiki Endo 2021-01-16 19:29:23 +0900
  • b83f51aa7f
    Merge pull request #4 from ooesili/update-signal-hook Taiki Endo 2020-12-29 20:01:12 +0900
  • 524d95f1f5
    Merge pull request #5 from taiki-e/url Taiki Endo 2020-12-26 23:57:11 +0900
  • f17226fcbd Update URLs Taiki Endo 2020-12-26 23:47:13 +0900
  • ae865efb27 Update signal-hook to version 0.3.0 Wesley Merkel 2020-12-25 04:37:20 -0600
  • db789922f7
    Merge pull request #3 from taiki-e/ci Taiki Endo 2020-12-24 19:11:44 +0900
  • ac961170d3 Fix CI Taiki Endo 2020-12-24 19:03:31 +0900
  • cc61088311
    . Stjepan Glavina 2020-11-30 12:30:03 +0100
  • 9e0bcbe22d
    Merge pull request #2 from Keruspe/deps Stjepan Glavina 2020-11-06 16:13:12 +0100
  • 166679449d update cfg-if Marc-Antoine Perennou 2020-11-06 11:36:48 +0100
  • 090f6eec39 Bump to v1.0.1 v1.0.1 Stjepan Glavina 2020-10-09 14:38:18 +0200
  • 974c3cc080 Update futures-lite Stjepan Glavina 2020-10-09 14:37:51 +0200
  • 3965add776 Remove let _ pattern Stjepan Glavina 2020-09-13 13:52:26 +0200
  • 5a859dbf43 Bump to v1.0.0 v1.0.0 Stjepan Glavina 2020-09-07 15:59:51 +0200
  • 3acf5fcafa Bump to v0.1.3 Stjepan Glavina 2020-08-26 23:27:37 +0200
  • 60ce358d76 Bump to v0.1.2 Stjepan Glavina 2020-08-22 16:43:12 +0000
  • 056879ddf5 Add platform-specific extensions Stjepan Glavina 2020-08-22 16:32:49 +0000
  • e1ab1d31c1 Add reap_on_drop and kill_on_drop Stjepan Glavina 2020-08-22 16:12:15 +0000
  • 377e658288 Don't reap the child while there's a Child instance Stjepan Glavina 2020-08-20 19:47:23 +0000
  • 79706e0bc0 Ignore some tests on windows v0.1.1 Stjepan Glavina 2020-08-19 13:41:24 +0000