Age | Commit message (Expand) | Author | Files | Lines |
2014-06-28 | Merge pull request #1262 from waja/fix_aix | Sven Nierlein | 1 | -2/+2 |
2014-06-28 | plugins/negate.c - Function should not return. | Spenser Reinhardt | 1 | -2/+2 |
2014-06-28 | plugins/negate.c - Reorder if statement, aiob | Spenser Reinhardt | 1 | -2/+1 |
2014-06-28 | Include common.h before any system headers. | Eric J. Mislivec | 1 | -2/+2 |
2014-01-29 | Move negate' translate_state() to utils_base.h mp_translate_state() | Thomas Guyot-Sionnest | 1 | -24/+5 |
2014-01-21 | Merge branch 'rename' | Thomas Guyot-Sionnest | 1 | -3/+3 |
2014-01-21 | plugins/*.c: Non-network timeout changes | Spenser Reinhardt | 1 | -1/+1 |
2014-01-21 | plugins/*.c: Alterations for timeout messages. | Spenser Reinhardt | 1 | -1/+1 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 1 | -1/+1 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -3/+3 |
2013-09-10 | Fix GCC's -Wimplicit-function-declaration warnings | Holger Weiss | 1 | -0/+3 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -1/+1 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -3/+3 |
2010-04-14 | Update french translation (fix all fuzzy's) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-03-20 | negate: make timeouts configurable | Thomas Guyot-Sionnest | 1 | -2/+12 |
2009-03-20 | negate: Fix not printing the real timeout in ALRM handler when timeout is lef... | Thomas Guyot-Sionnest | 1 | -1/+3 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-05-02 | negate now has the ability to replace the status text as well (-s, --substitute) | Thomas Guyot-Sionnest | 1 | -16/+35 |
2008-01-31 | Bump plugins/ to GPLv3 (non-plugind files) | Thomas Guyot-Sionnest | 1 | -95/+20 |
2007-12-10 | Plenty of french translations (and a few fixes BTW) | Thomas Guyot-Sionnest | 1 | -4/+4 |
2007-09-23 | Removed some c99 style comments | Matthias Eble | 1 | -1/+1 |
2007-09-22 | Rewrite the "map changes to return codes" patch nearly from scratch. | Thomas Guyot-Sionnest | 1 | -16/+75 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 1 | -58/+49 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 1 | -0/+2 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -34/+49 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -3/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -7/+3 |
2004-12-03 | some minor fixes | Benoit Mortier | 1 | -2/+3 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+2 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -9/+12 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -1/+1 |
2004-02-20 | spell fix "received" | Karl DeBisschop | 1 | -1/+1 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -0/+4 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -97/+91 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -3/+3 |
2003-08-04 | markup for translation | Karl DeBisschop | 1 | -81/+66 |
2003-05-14 | Added examples | Ton Voon | 1 | -2/+8 |
2003-03-13 | negate must be POSIXly correct in handling options, else wrapped options get ... | Karl DeBisschop | 1 | -1/+1 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -11/+1 |
2003-03-11 | Fixed reading too many argv parameters and changed to asprintf | Ton Voon | 1 | -2/+2 |
2003-02-12 | Remove unnecessary \ and fix coredump with no parameters specified | Ton Voon | 1 | -2/+4 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -9/+9 |
2002-11-09 | define and use usage3 where second part of message is a an int/char | Karl DeBisschop | 1 | -3/+3 |
2002-10-07 | use asprintf, inhibit splint warning | Karl DeBisschop | 1 | -22/+18 |