]> granicus.if.org Git - procps-ng/history - watch.c
top: refined memory graphs two abreast summary display <=== port of newlib 5c5bff39
[procps-ng] / watch.c
2021-05-06 Jan RybarCoverity scan findings - memleaks, unused vars, potenti...
2020-12-22 Craig SmallMerge branch 'axxName/procps-master'
2020-12-22 Alexandr MiasnikovIf you use echo -e $(put sgr0)"text" - reset color...
2020-12-22 Craig SmallMerge branch 'nipunn1313/procps-watch_colors2'
2020-12-22 Nipunn KoorapatiSupporting bright colors with ncurses
2020-12-22 Nipunn KoorapatiSupport simple 8 bit ansi escape sequences
2020-12-22 Craig SmallMerge branch 'nipunn1313/procps-watch_colors'
2020-12-22 Nipunn KoorapatiSpaces to tabs
2020-12-22 Nipunn KoorapatiAdd comments and limit to standard colors
2020-12-22 Nipunn Koorapatibugfix - increment endpointer when parsing color_escape...
2020-12-22 Nipunn KoorapatiSupport simple 8 bit ansi escape sequences
2020-12-22 Craig SmallMerge branch 'nipunn1313/procps-spaces_to_tabs'
2020-12-22 Nipunn KoorapatiConvert spaces to tabs in watch.c
2020-10-19 Craig Smallwatch: Add no linewrap option
2020-05-12 Craig SmallMerge branch 'awesomeclaw/procps-master'
2020-05-12 Harry WagstaffAdd ability to specify watch interval using environment...
2019-09-21 Craig Smallwatch: fix unsetting of COLOR flag
2018-03-03 Craig Smallwatch: use sysconf() for hostname length
2017-12-20 Craig Smallwatch: Support ANSI 39,49 reset sequences
2017-05-22 Jim Warnermisc: eliminate all those remaining gcc -Wall warnings
2016-08-23 Craig SmallMerge branch 'free_french_alignment' into 'master'
2016-08-15 Craig SmallMerge branch 'pkg-config-ncursesw' into 'master'
2016-08-07 Gustavo Zacariasconfigure.ac: use pkg-config to get ncursesw header...
2016-07-10 Craig Smallwatch: define HOST_NAME_MAX
2016-07-09 Craig Smallwatch: fix process_ansi typo
2016-07-09 Craig Smallwatch: Remove second [m check
2016-07-09 Josh Triplettwatch: Don't attempt to ungetc parts of unknown ANSI...
2016-07-09 Josh Triplettwatch: Fix ANSI escape sequence termination
2016-07-09 Josh Triplettwatch: Don't process additional numbers in unknown...
2016-07-09 Craig Smallwatch: fix 8bit regression
2016-07-03 Craig Smallwatch,free: interpet intervals in non-locale way
2016-07-02 Craig Smallwatch: truncate command in non-8 bit mode
2016-07-02 Jesse Hathawaywatch: Add hostname to the header
2015-11-18 Craig Smallwatch: interpret esc[m sequence
2015-10-24 Craig SmallMerge branch 'no-cxx' into 'master'
2015-09-01 Craig Smallwatch: Correctly process [m Remove lib dependency
2015-07-08 Craig SmallMerge branch 'master' into 'master'
2015-07-05 Andrew WilcoxAdd _XOPEN_SOURCE_EXTENDED definition in WATCH8BIT
2015-02-25 Jaromir Capikwatch: treat <ESC>[m as <ESC>[0m
2014-11-08 Craig SmallMerge commit 'refs/merge-requests/33' of git://gitoriou...
2014-09-10 Craig SmallMerge remote-tracking branch 'refs/remotes/origin/master'
2014-09-08 Jaromir Capikwatch: avoid ansi manipulations in non-ansi mode
2014-09-08 Jaromir Capikwatch: fixing uninitialized variable
2014-09-08 Jaromir Capikwatch: fixing default color handling
2014-09-06 Jaromir Capikwatch: fixing future italic support
2014-09-06 Jaromir Capikwatch: enhancing ANSI color & style support
2014-08-20 Jaromir Capikwatch: fixing uninitialized endptr in the previous...
2014-08-20 Sean Silvawatch: Fix handling of ANSI color escapes for -c
2014-02-04 Josh Stonewatch: Don't leak extra fds to the child
2014-01-30 Craig SmallMerge branch 'merge-requests/23'
2013-12-27 Craig SmallSplit help lines to help translators
2013-09-11 Craig SmallFix integer overflow in getstat()
2013-09-11 Craig SmallFix off-by-one by pmap
2013-09-11 Craig SmallMerge commit 'refs/merge-requests/13' of git://gitoriou...
2013-09-11 Craig SmallMerge commit 'refs/merge-requests/2' of git://gitorious...
2013-08-25 Craig SmallIncrease watch interval.
2013-04-07 Craig SmallMerge commit 'refs/merge-requests/10' of git://gitoriou...
2013-03-20 Rainer Müllerwatch: Remove unused header
2013-03-20 Rainer Müllerconfigure: check for program_invocation_name
2012-11-06 Sami Kerolawatch: fix compiler warnings
2012-05-30 Sami Kerolawatch: fix to backporting error, and other wide charact...
2012-05-20 Craig Smallwatch compiles with 8bit enabled
2012-04-15 Craig SmallMerge remote-tracking branch 'sami/2012wk12'
2012-03-23 Sami Kerolaall: check stdout and stderr status at exit
2012-03-17 Craig Smallwatch -g exits early
2012-03-16 Sami Kerolawatch: refactor code, add output_header() and run_command()
2012-03-16 Sami Kerolawatch: remove arbitrary terminal size restriction
2012-03-16 Sami Kerolaslabtop, vmstat, watch: remove file descriptor constants
2012-03-15 Craig SmallMerge commit 'refs/merge-requests/3' of git://gitorious...
2012-03-11 Kent R. SpillnerDon't check if output changed on first screen.
2012-03-11 Kent R. Spillnerwatch: exit cleanly when falling through main loop.
2012-03-03 Sami Keroladocs: clarification to license headers in files
2012-03-03 Sami Kerolawatch: remove unused variables
2012-03-03 Craig SmallMerge commit 'refs/merge-requests/1' of git://gitorious...
2012-03-03 Craig SmallMerge remote-tracking branch 'sami/to-craig' into sami...
2012-02-12 Craig SmallMerge remote-tracking branch 'sami/2012wk6'
2012-02-11 Sami Kerolawatch: inform about optional argument for -d switch
2012-02-05 Sami Kerolawatch: remove unreachable code
2012-01-26 Kent R. Spillnerwatch: exit when command output changes.
2012-01-24 Craig SmallMerge remote-tracking branch 'sami/vapier'
2012-01-24 Mike Frysingerwatch: include sys/wait.h for waitpid
2012-01-15 Sami Kerolaps: unify cases and remove trailing dots in messages
2012-01-04 Jim Warnerwatch: correct differences option, eliminate duplicate...
2012-01-04 Sami Kerolawatch: halt screen at exit on error
2012-01-04 Sami Kerolawatch: include strutils.h
2012-01-03 Craig Smallfixed e and x options in watch
2012-01-03 Craig SmallChanged the err and warns to macros
2012-01-02 Sami Kerolatranslations: group usage texts
2011-12-25 Craig SmallMerge branch 'master' into nls
2011-12-20 Sami Kerolawatch: use strtod_or_err() to validate user input
2011-12-20 Sami Kerolanls: improve translations and provide translator help...
2011-12-20 Sami Kerolanls: add functions which take translations to be used
2011-12-20 Sami Kerolaincludes: add xalloc.h to unify memory allocations
2011-12-20 Sami Kerolawatch: add gettext support
2011-12-20 Sami Kerolawatch: new usage & fix coding style
2011-12-20 Craig SmallFixed watch 8 bit so its optional
2011-12-19 Jarrod Lowewatch: support unicode
2011-12-19 Anthony DeRobertiswatch: add precision wait time option -p
2011-12-19 Craig Smallwatch: interpret ANSI color code sequences
2011-12-18 Mordechai T. Abzugwatch: add -exec and -beep flags and has better quoting
next