index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
job.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2016-01-19
|
\
|
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-11-18
|
\
|
|
*
Use __unused rather than rolling our own.
nicm
2015-11-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-31
|
\
|
|
*
Because pledge(2) does not allow us to pass directory file descriptors
nicm
2015-10-31
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-28
|
\
|
|
*
Like options, move the environ struct into environ.c.
nicm
2015-10-28
*
|
Some header fixes.
Nicholas Marriott
2015-10-15
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-17
|
\
|
|
*
Use an explicit job state instead of avoid closing our side of the
nicm
2015-06-17
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-04-25
|
\
|
|
*
Set working directory for run-shell and if-shell.
nicm
2015-04-24
*
|
No need for $Id$ now.
Nicholas Marriott
2014-11-08
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-10-21
|
\
|
|
*
Tidy up some includes.
nicm
2014-10-20
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-04-23
|
\
|
|
*
Don't leak socketpair file descriptors if fork fails. Spotted by Balazs
nicm
2014-04-14
|
*
Use format_get_command() and some spacing tweaks.
nicm
2013-10-10
*
|
Add openat() to compat.
Nicholas Marriott
2013-10-10
*
|
Merge branch 'obsd-master'
Thomas Adam
2013-04-23
|
\
|
|
*
%zu format for size_t.
Nicholas Marriott
2013-04-17
*
|
Merge branch 'obsd-master'
Thomas Adam
2013-04-13
|
\
|
|
*
Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.
Nicholas Marriott
2013-04-10
|
*
Extend jobs to support writing and use that for copy-pipe instead of
Nicholas Marriott
2013-03-25
|
*
No more lint means no more ARGSUSED.
Nicholas Marriott
2013-03-22
|
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
|
*
Call bufferevent_free before closing file descriptor associated with it
Nicholas Marriott
2012-01-29
|
*
Simplify the way jobs work and drop the persist type, so all jobs are
Nicholas Marriott
2011-01-26
|
*
Use LIST_* not SLIST_*.
Nicholas Marriott
2011-01-26
|
*
Set $TMUX without the session when background jobs are run.
Nicholas Marriott
2011-01-23
|
*
Move all calls to fcntl(...O_NONBLOCK) into a function and clear the
Nicholas Marriott
2011-01-08
|
*
Trying to set FD_CLOEXEC on every fd is a lost cause, just use
Nicholas Marriott
2010-10-16
|
*
Do not call event_del() for signals after fork(), just use sigaction()
Nicholas Marriott
2010-08-19
|
*
Put this back in with the initialisation in the right order.
Nicholas Marriott
2010-05-04
|
*
Revert last change, it appears to be broken somehow.
Nicholas Marriott
2010-05-04
|
*
Make signal handler setup/teardown two common functions instead of six,
Nicholas Marriott
2010-05-03
|
*
Run job commands explicitly in the global enviroment (which can be
Nicholas Marriott
2010-04-04
|
*
Typo fix from Tim van der Molen.
Nicholas Marriott
2010-02-24
|
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-12-03
|
*
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
Nicholas Marriott
2009-11-26
|
*
Add back JOB_PERSIST checks that got lost.
Nicholas Marriott
2009-11-04
|
*
Switch jobs over to use a bufferevent.
Nicholas Marriott
2009-11-04
|
*
Initial changes to move tmux to libevent.
Nicholas Marriott
2009-11-04
|
*
Add a flag for jobs that shouldn't be freed after they've died and use it for
Nicholas Marriott
2009-11-01
|
*
Remove unused function.
Nicholas Marriott
2009-10-21
|
*
Getting the read and write ends of the pipe the right way round is usually
Nicholas Marriott
2009-10-21
|
*
Sort out stdout before stdin/stderr in case the stdout side of the pipe got one
Nicholas Marriott
2009-10-20
|
*
Switch run-shell over to queue the command in the background like #().
Nicholas Marriott
2009-10-11
|
*
There isn't much point in having a free function if it isn't used.
Nicholas Marriott
2009-10-11
[next]