Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-06-13 | process.cc: don't allocate after fork | -6/+21 | |
2015-08-21 | throw() -> noexcept | -1/+1 | |
2013-12-15 | build: assume full C++11 support | -1/+1 | |
2013-04-28 | Mark ~RunningProcessHandle() as noexcept(false) | -1/+1 | |
2011-09-04 | Process::extra_newlines_if_any_output_exists | -0/+1 | |
2011-01-27 | ProcessCommand::append_args | -0/+1 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -7/+13 | |
2010-08-24 | FSEntry -> FSPath, FSStat | -2/+2 | |
2010-08-21 | Process::as_main_process | -0/+2 | |
2010-08-21 | Process::send_input_to_fd | -0/+1 | |
2010-08-21 | ProcessCommand(string) | -0/+5 | |
2010-08-21 | Process::{syd,sand}box | -0/+5 | |
2010-08-21 | Process::clearenv | -0/+2 | |
2010-08-21 | Process::prefix_std{out,err} | -0/+3 | |
2010-08-21 | Process::pipe_command_handler | -0/+5 | |
2010-08-21 | Process::set_stdin_fd | -0/+1 | |
2010-08-21 | Process::capture_output_to_fd | -0/+4 | |
2010-08-21 | Process::setuid_setgid | -0/+2 | |
2010-08-21 | Process::use_ptys | -0/+1 | |
2010-08-21 | Process::chdir | -0/+2 | |
2010-08-21 | Process::setenv | -0/+1 | |
2010-08-21 | New, less horrible way of running processes | -0/+96 |