Historique des commits

Auteur SHA1 Message Date
  AnotherTest aa2df9277d Shell: Allow control structures to appear in pipe sequences il y a 4 ans
  AnotherTest 7b5ead64a5 Shell: Announce job events at the right times il y a 5 ans
  AnotherTest 715e11f692 Shell: Fix job control and backgrounding il y a 5 ans
  Nico Weber 8b166e57df Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286) il y a 5 ans
  AnotherTest cf18bff72a Shell: Do not attempt to yank the TTY from background processes il y a 5 ans
  AnotherTest 20d4287eaf Shell: Fix outdated debug log code il y a 5 ans
  AnotherTest 4ee4c94d60 Shell: Respect the 'PROMPT_EOL_MARK' environment variable il y a 5 ans
  AnotherTest 14a54a72fa Shell: Ensure that the cursor starts on a new line il y a 5 ans
  AnotherTest c589625418 Shell: Allow redirections and pipes on builtins il y a 5 ans
  AnotherTest 2b51250863 Shell: Wait for the parent to deal with the PGID stuff before execvp() il y a 5 ans
  AnotherTest ab3e787334 Shell: Moves pipelined processes to one process group il y a 5 ans
  AnotherTest 8a17527bc5 Shell: Show the job id instead of the pid when a job exits in background il y a 5 ans
  Nico Weber 37d5e3e0df Shell: Fix fd leak with pipes il y a 5 ans
  AnotherTest 9fde92db38 Shell: Make redirections without commands apply to all future commands il y a 5 ans
  Andreas Kling 3b3d158649 Shell: Make Command::redirections a NonnullRefPtrVector il y a 5 ans
  Andreas Kling 0c6ce063e6 Shell: Print job status after suspending a command il y a 5 ans
  Andreas Kling d9aecc8e08 Shell: Remove unnecessary ignore() in Shell::custom_event() il y a 5 ans
  Andreas Kling 5bce0193de Shell: Make Job constructors private and use a create() helper il y a 5 ans
  Andreas Kling bf2cd9374c Shell: Make run_command() return a NonnullRefPtrVector<Job> il y a 5 ans
  AnotherTest 7b15c85ff5 Shell: Do not assume that stdin/stdout is a TTY il y a 5 ans
  AnotherTest 771751258e Shell: Give the TTY to the foreground process il y a 5 ans
  AnotherTest 1d08cab9ab Shell: Correct FdRedirection inheriting from two RefCounted bases il y a 5 ans
  Mathieu PATUREL 0622b60fbd Shell: factor out updating the path cache into a function. il y a 5 ans
  Mathieu PATUREL f6d4c4f02c Shell: update cached_path when adding aliases il y a 5 ans
  Mathieu PATUREL 2b4b9d212e Shell: highlight runnable commands il y a 5 ans
  asynts 707d92db61 Refactor: Change the AK::binary_search signature to use AK::Span. il y a 5 ans
  AnotherTest b6066faa1f Shell: Add a 'for' loop il y a 5 ans
  AnotherTest 95fc7dd03a Shell: Parse lists serially, and flatten them only when needed il y a 5 ans
  AnotherTest cd8495f1d4 Shell: Explicitly declare 'environ' to make the macOS Lagom build happy il y a 5 ans
  AnotherTest dc62371439 Shell: Avoid waiting for jobs that were *just* unblocked il y a 5 ans