Age | Commit message (Expand) | Author | Files | Lines |
2013-08-18 | check_http: Use xasprintf instead of asprintf | Holger Weiss | 1 | -1/+1 |
2013-08-18 | check_http: s/--header_string/--header-string/ | Holger Weiss | 1 | -1/+1 |
2013-08-18 | added ability to check regex against http headers. booyah! | linkslice | 1 | -2/+22 |
2013-08-15 | cleanup after check_http patch (fixes #50) | Sven Nierlein | 1 | -28/+28 |
2013-08-15 | log more perfdata in check_http | Sebastian Nohn | 1 | -9/+83 |
2013-05-29 | Fixed SF.net bug #3571331, check_http converts semicolon to newline in -k | Richard Leitner | 1 | -3/+1 |
2012-08-10 | check_http: Update description of -C option | Holger Weiss | 1 | -1/+1 |
2012-08-10 | check_http: Add missing newline to --help output | Holger Weiss | 1 | -3/+3 |
2012-08-10 | fixing bug in certificate experiation patch checking for bad warning threshol... | William Leibzon | 1 | -1/+1 |
2012-07-18 | check_http: Fix whitespace issues | Holger Weiss | 1 | -10/+10 |
2012-07-18 | check_http: Fix compilation without SSL support | Holger Weiss | 1 | -3/+4 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -39/+39 |
2012-06-25 | applied patch that adds both critical and warning thresholds to certificate e... | William Leibzon | 1 | -9/+29 |
2012-05-29 | check_http: Fix -C/--certificate option handling | Holger Weiss | 1 | -1/+1 |
2012-05-28 | check_http: Don't ignore SSL initialization errors | Holger Weiss | 1 | -1/+3 |
2012-05-28 | Add support for specifying SSL protocol version | Holger Weiss | 1 | -7/+16 |
2012-02-24 | Clarify that check_http won't verify certificates | Holger Weiss | 1 | -0/+4 |
2011-01-01 | Make check_http use standard threshold functions | Thomas Guyot-Sionnest | 1 | -30/+18 |
2010-08-31 | Fix typos in -f help text | Ton Voon | 1 | -1/+1 |
2010-06-23 | Display missing search string and URL when failed (Duncan Ferguson #2999924) | tonvoon | 1 | -1/+6 |
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 | -2/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -8/+8 |
2010-04-11 | Fix Debian bug #460097: check_http -M broken | Holger Weiss | 1 | -1/+4 |
2010-04-05 | Fix regression in check_http ssl checks on some servers | Thomas Guyot-Sionnest | 1 | -3/+12 |
2010-02-26 | Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455) | Ton Voon | 1 | -1/+4 |
2009-12-02 | Fix short help using "warn" for the -f option instead of "warning" (onredirect). | Thomas Guyot-Sionnest | 1 | -2/+2 |
2009-09-21 | Add proxy-authorization option to check_http (Peter Doherty - #2863772, Bryan... | Thomas Guyot-Sionnest | 1 | -2/+16 |
2009-05-20 | check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe Pr... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-03-21 | Update check_http short help with new stycky and stickyport options. | Thomas Guyot-Sionnest | 1 | -4/+4 |
2009-03-21 | check_http: die when an invalid --onredirect option is specified | Thomas Guyot-Sionnest | 1 | -6/+7 |
2009-03-21 | check_http: add --onredirect=stickyport - also follow the same port | Thomas Guyot-Sionnest | 1 | -7/+15 |
2009-03-19 | Fixed check_http not timing-out on redirects | Thomas Guyot-Sionnest thomas@aei.ca | 1 | -3/+3 |
2009-03-17 | Fix check_http sending HTTP/1.0 with v1.1 headers (#2638765) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-03-16 | check_http fixes: | Thomas Guyot-Sionnest | 1 | -3/+3 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 1 | -3/+3 |
2009-02-05 | check_http --onredirect=sticky follows using the same IP address (sf.net #255... | Thomas Guyot-Sionnest | 1 | -5/+11 |
2009-02-03 | Fix aberrant behaviours in check_http: | Thomas Guyot-Sionnest | 1 | -105/+97 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -8/+4 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -11/+11 |
2008-11-08 | Fixed bug where extra headers and redirect caused segfault (Dieter Van de Wal... | Ton Voon | 1 | -1/+3 |
2008-11-08 | check_http now has options to specify the HTTP method (Jan - 2155152) | Ton Voon | 1 | -7/+16 |
2008-09-02 | Some HTTP server applications/configurations cause trouble if the port is | Holger Weiss | 1 | -2/+12 |
2008-09-01 | Revert "Re-structure the HTTP 1.1 headers to prevent 301s on servers with vir... | Thomas Guyot-Sionnest | 1 | -7/+5 |
2008-09-01 | Under some circumstances, the 'url' path of a redirection target missed | Holger Weiss | 1 | -7/+21 |
2008-08-25 | The "-e" option now accepts a comma-delimited list of expected status | Holger Weiss | 1 | -5/+25 |
2008-08-08 | Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hosts | Thomas Guyot-Sionnest | 1 | -9/+11 |
2008-05-30 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | Thomas Guyot-Sionnest | 1 | -1/+4 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -2/+11 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -4/+4 |