Age | Commit message (Expand) | Author | Files | Lines |
2013-01-24 | Apply my patch from: | Daniƫl van Eeden | 1 | -3/+8 |
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-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -4/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -5/+5 |
2009-05-20 | Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby) | Thomas Guyot-Sionnest | 1 | -4/+4 |
2009-03-24 | check_mysql: Fix segfault with old slaves (#2696823 - Oskar Ahner) | Thomas Guyot-Sionnest | 1 | -1/+2 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 1 | -1/+1 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -3/+3 |
2008-08-16 | Fix assignment written as a comparison in validate_arguments() when db_pass i... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+10 |
2008-04-30 | Add socket support to check_mysql* | Thomas Guyot-Sionnest | 1 | -15/+32 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -2/+4 |
2008-01-30 | Bump plugins/ to GPLv3 (check_apt to check_nwstat) | Thomas Guyot-Sionnest | 1 | -24/+21 |
2007-12-10 | Plenty of french translations (and a few fixes BTW) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-03-29 | Fix argument processing (Felix Frank - 1690697) | Holger Weiss | 1 | -5/+5 |
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 | first pass at cleaning localization for new release | Benoit Mortier | 1 | -6/+28 |
2006-07-13 | Move new util_* functions to lib/ | Ton Voon | 1 | -0/+1 |
2006-06-15 | cleaning help and usage | Benoit Mortier | 1 | -23/+21 |
2006-03-17 | mysql detection cleanup: fixes runtime linking, autodetection of main | Ton Voon | 1 | -2/+2 |
2006-03-15 | Alert on amount of time a slave is behind (Steven Kreuzer) | Ton Voon | 1 | -19/+62 |
2005-12-15 | Display errors with slave queries correctly. Added extra tests for slaves | Ton Voon | 1 | -3/+13 |
2005-10-13 | check mysql now reads [client] defaults from my.cnf (debian bug #278817) | M. Sean Finney | 1 | -0/+2 |
2005-05-26 | fix for check_msyql so that it doesn't use column numbers but the | M. Sean Finney | 1 | -9/+26 |
2005-03-18 | Replication check support for 4.1.x from Gerrit Beine | Matthew Kent | 1 | -1/+9 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -11/+5 |
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 | -1/+0 |
2004-12-03 | internationalization fixes and help fixes | Benoit Mortier | 1 | -3/+3 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+5 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
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 | -0/+2 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -12/+6 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -2/+2 |
2004-11-23 | Standardising translation texts | Ton Voon | 1 | -1/+1 |
2004-11-21 | Patch from Nathan Shafer to add replication slave check (1006777) | Matthew Kent | 1 | -4/+63 |
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 | -102/+94 |
2003-08-02 | markup for translation | Karl DeBisschop | 1 | -3/+5 |
2003-08-02 | markupf for translation | Karl DeBisschop | 1 | -57/+51 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -8/+1 |
2003-02-11 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | Ton Voon | 1 | -18/+19 |
2003-01-29 | remove incorrect check_disk() declaration | Karl DeBisschop | 1 | -1/+0 |
2003-01-28 | missed argc check on port parameter | Karl DeBisschop | 1 | -1/+1 |
2003-01-16 | semicolon needed where progname define was replaced | Karl DeBisschop | 1 | -1/+1 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -4/+4 |
2002-11-12 | remove call_getopt | Karl DeBisschop | 1 | -64/+38 |