Commit történet

Szerző SHA1 Üzenet Dátum
  AnotherTest ab3e787334 Shell: Moves pipelined processes to one process group 4 éve
  AnotherTest 8a17527bc5 Shell: Show the job id instead of the pid when a job exits in background 4 éve
  Nico Weber 37d5e3e0df Shell: Fix fd leak with pipes 4 éve
  AnotherTest 9fde92db38 Shell: Make redirections without commands apply to all future commands 4 éve
  Andreas Kling 3b3d158649 Shell: Make Command::redirections a NonnullRefPtrVector 4 éve
  Andreas Kling 0c6ce063e6 Shell: Print job status after suspending a command 4 éve
  Andreas Kling d9aecc8e08 Shell: Remove unnecessary ignore() in Shell::custom_event() 4 éve
  Andreas Kling 5bce0193de Shell: Make Job constructors private and use a create() helper 4 éve
  Andreas Kling bf2cd9374c Shell: Make run_command() return a NonnullRefPtrVector<Job> 4 éve
  AnotherTest 7b15c85ff5 Shell: Do not assume that stdin/stdout is a TTY 4 éve
  AnotherTest 771751258e Shell: Give the TTY to the foreground process 4 éve
  AnotherTest 1d08cab9ab Shell: Correct FdRedirection inheriting from two RefCounted bases 4 éve
  Mathieu PATUREL 0622b60fbd Shell: factor out updating the path cache into a function. 4 éve
  Mathieu PATUREL f6d4c4f02c Shell: update cached_path when adding aliases 4 éve
  Mathieu PATUREL 2b4b9d212e Shell: highlight runnable commands 4 éve
  asynts 707d92db61 Refactor: Change the AK::binary_search signature to use AK::Span. 5 éve
  AnotherTest b6066faa1f Shell: Add a 'for' loop 5 éve
  AnotherTest 95fc7dd03a Shell: Parse lists serially, and flatten them only when needed 5 éve
  AnotherTest cd8495f1d4 Shell: Explicitly declare 'environ' to make the macOS Lagom build happy 5 éve
  AnotherTest dc62371439 Shell: Avoid waiting for jobs that were *just* unblocked 5 éve
  AnotherTest 151e4d41ed Shell: Put children in their own process groups and fix job control 5 éve
  AnotherTest b0ce8d725a Shell: Move out run_commands and expand_aliases to be Shell member fns 5 éve
  Tom 6dfd503518 Shell: Handle signals asynchronously 5 éve
  AnotherTest 173effc88d Shell: Suggest aliases when completing program names :^) 5 éve
  AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals 5 éve
  AnotherTest f9d3055691 Shell: Do not treat the ending newline as part of a comment 5 éve
  AnotherTest 6d17fe38a4 Shell: Do not treat the absence of an init script as an error 5 éve
  AnotherTest ddbdd0e686 Shell: Do not remove more than 2 dashes from the option being completed 5 éve
  AnotherTest ff857cd358 Shell: Initial support for 'option' completions 5 éve
  AnotherTest b8d1edb2a2 Shell: Add a 'setopt' builtin 5 éve