aboutsummaryrefslogtreecommitdiff
path: root/job.c
Commit message (Expand)AuthorAge
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
* Set $TMUX without the session when background jobs are run.Nicholas Marriott2011-01-23
* Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott2011-01-08
* Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott2010-10-16
* Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
* Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-04
* Typo fix from Tim van der Molen.Nicholas Marriott2010-02-24
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Add back JOB_PERSIST checks that got lost.Nicholas Marriott2009-11-04
* Switch jobs over to use a bufferevent.Nicholas Marriott2009-11-04
* Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
* Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott2009-11-01
* Remove unused function.Nicholas Marriott2009-10-21
* Getting the read and write ends of the pipe the right way round is usuallyNicholas Marriott2009-10-21
* Sort out stdout before stdin/stderr in case the stdout side of the pipe got oneNicholas Marriott2009-10-20
* Switch run-shell over to queue the command in the background like #().Nicholas Marriott2009-10-11
* There isn't much point in having a free function if it isn't used.Nicholas Marriott2009-10-11
* Collect status from dead jobs and don't invoke the callback until bothNicholas Marriott2009-10-11
* Put all jobs on a global all_jobs list and use that in server.c instead ofNicholas Marriott2009-10-10
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10