summaryrefslogtreecommitdiffstats
path: root/job.c
AgeCommit message (Expand)Author
2010-04-04Run job commands explicitly in the global enviroment (which can beNicholas Marriott
2010-02-26Sync OpenBSD patchset 655:Tiago Cunha
2010-02-24Typo fix from Tim van der Molen.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-08Sync OpenBSD patchset 494:Tiago Cunha
2009-11-08Sync OpenBSD patchset 493:Tiago Cunha
2009-11-08Sync OpenBSD patchset 491:Tiago Cunha
2009-11-04Add back JOB_PERSIST checks that got lost.Nicholas Marriott
2009-11-04Switch jobs over to use a bufferevent.Nicholas Marriott
2009-11-04Initial changes to move tmux to libevent.Nicholas Marriott
2009-11-02Sync OpenBSD patchset 475:Tiago Cunha
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-10-23Sync OpenBSD patchset 431:Tiago Cunha
2009-10-21Remove unused function.Nicholas Marriott
2009-10-21Getting the read and write ends of the pipe the right way round is usuallyNicholas Marriott
2009-10-21Getting the read and write ends of the pipe the right way round is usuallyNicholas Marriott
2009-10-20Sort out stdout before stdin/stderr in case the stdout side of the pipe got oneNicholas Marriott
2009-10-12Sync OpenBSD patchset 384:Tiago Cunha
2009-10-12Sync OpenBSD patchset 383:Tiago Cunha
2009-10-12Sync OpenBSD patchset 382:Tiago Cunha
2009-10-12Sync OpenBSD patchset 379:Tiago Cunha
2009-10-11Do not include paths.h, since it's OS-dependent, due to OpenBSD patchset 374.Tiago Cunha
2009-10-11Sync OpenBSD patchset 374:Tiago Cunha
2009-10-11Switch run-shell over to queue the command in the background like #().Nicholas Marriott
2009-10-11There isn't much point in having a free function if it isn't used.Nicholas Marriott
2009-10-11Collect status from dead jobs and don't invoke the callback until bothNicholas Marriott
2009-10-10Put all jobs on a global all_jobs list and use that in server.c instead ofNicholas Marriott
2009-10-10Rather than running status-left, status-right and window title #() with popenNicholas Marriott