Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-06-13 | process.cc: don't allocate after fork | -170/+528 | |
2016-08-06 | modernize: use default method synthesis | -3/+1 | |
2016-08-04 | modernize: convert to range based for-loops | -3/+2 | |
2016-01-21 | paludis: POSIX_ME_HARDER accounts repository | -8/+6 | |
2015-08-21 | throw() -> noexcept | -1/+1 | |
2014-01-18 | Be a little less noisy | -2/+8 | |
2014-01-16 | Give PTYs a sensible size | -2/+40 | |
2013-12-15 | build: assume full C++11 support | -1/+1 | |
2013-10-26 | Use SIGCHLD instead of SIGCLD | -2/+2 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -22/+22 | |
2013-05-22 | Use std::thread | -4/+10 | |
2013-05-03 | Use StreamHolder | -2/+2 | |
2013-04-28 | Mark ~RunningProcessHandle() as noexcept(false) | -1/+1 | |
2011-09-04 | Process::extra_newlines_if_any_output_exists | -0/+36 | |
2011-03-20 | Move env var names into header | -2/+3 | |
2011-01-27 | ProcessCommand::append_args | -0/+6 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -7/+7 | |
2010-12-16 | Show fork errors | -2/+6 | |
2010-12-10 | Do our own buffering for SafeOFStream | -2/+2 | |
2010-08-30 | fix includes | -0/+1 | |
2010-08-24 | FSEntry -> FSPath, FSStat | -2/+2 | |
2010-08-22 | Don't try to exit before we're done feeding | -4/+15 | |
2010-08-22 | Fix 4.5 compile | -4/+4 | |
2010-08-21 | Process::as_main_process | -6/+43 | |
2010-08-21 | Process::send_input_to_fd | -1/+88 | |
2010-08-21 | Make Process signal-safe | -0/+23 | |
2010-08-21 | ProcessCommand(string) | -18/+47 | |
2010-08-21 | Process::{syd,sand}box | -0/+64 | |
2010-08-21 | Process::clearenv | -0/+29 | |
2010-08-21 | Process::prefix_std{out,err} | -2/+117 | |
2010-08-21 | Process::pipe_command_handler | -0/+83 | |
2010-08-21 | Process::set_stdin_fd | -0/+15 | |
2010-08-21 | Process::capture_output_to_fd | -2/+83 | |
2010-08-21 | Process::setuid_setgid | -1/+37 | |
2010-08-21 | Process::use_ptys | -4/+20 | |
2010-08-21 | Process::chdir | -0/+14 | |
2010-08-21 | Process::setenv | -0/+15 | |
2010-08-21 | New, less horrible way of running processes | -0/+355 |