summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec.c
AgeCommit message (Expand)Author
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-06-25fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-01-06exec: add option "-oc" in command /exec to execute commands in process output...Sébastien Helleu
2017-01-06exec: fix memory leak in display of process outputSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-09exec: invert a condition to make code more readableSébastien Helleu
2014-04-03exec: fix tag stdout/stderr used in command outputSébastien Helleu
2014-04-03exec: remove commentSébastien Helleu
2014-04-03exec: display output of commands in real time, add options -flush/-noflush in...Sébastien Helleu
2014-04-03exec: display command output even if process is killedSébastien Helleu
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
2014-03-16exec: add return code ("rc") in hashtable sent with option "-hsignal"Sebastien Helleu
2014-03-16exec: add values "irc" and "weechat" for option "-color", replace "decode" by...Sebastien Helleu
2014-03-16exec: add options "-pipe" and "-hsignal" in command /execSebastien Helleu
2014-03-15exec: fix compilation on OpenBSDSebastien Helleu
2014-03-15exec: rename value "off" to "ansi" for option "-color" in command /execSebastien Helleu
2014-03-15exec: add option "-color" in command /exec (decode ANSI colors by default)Sebastien Helleu
2014-03-13exec: add missing empty lines in output of commandsSebastien Helleu
2014-03-13exec: add options "-rc"/"-norc" (display return code) in command /execSebastien Helleu
2014-03-12exec: add options "-ln"/"-noln" (line numbers) in command /execSebastien Helleu
2014-03-12exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)Sebastien Helleu
2014-03-11exec: add option "-bg" in command /execSebastien Helleu
2014-03-11exec: remove error prefix in case of unexpected end of a commandSebastien Helleu
2014-03-11exec: display command return code after output (stdout/stderr)Sebastien Helleu
2014-03-11exec: add tag "exec_rc" for line with command return code, remove empty line ...Sebastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu