Don't use alarm() in texeci to terminate long processes.
[monky] / src / exec.c
2010-04-12 Brenden MatthewsDon't use alarm() in texeci to terminate long processes.
2010-01-01 Brenden MatthewsUpdate copyright notices.
2009-11-22 Phil Sutterfix new_graph parameters
2009-11-22 Nikolas GarofilFix compiling with --disable-x11
2009-11-22 Phil Sutterimplement ASCII gauge and enable all gauge objects...
2009-11-22 Phil Sutterrealise seamless integration of new_bar_in_shell
2009-11-16 Phil Sutterfix potential buffer overflow in parse_conky_vars()
2009-11-07 Nikolas GarofilFix building with --disable-x11 --disable-lua --disable...
2009-11-05 Phil Sutterscan_graph: allow giving a "hint" about a good scale...
2009-11-03 Phil Sutterdrop struct text_object field f
2009-11-03 Phil Sutterspecials: convert gauge objects to new style
2009-11-03 Phil Sutterspecials: convert graph objects to new style
2009-11-03 Phil Suttermisc smaller fixes
2009-11-03 Phil Sutterspecials: introduce dedicated per-object data and merge...
2009-11-03 Phil Sutterexec: convert to generic object payload
2009-11-03 Phil Sutterexec: put all exec-related stuff into it's own file