Age | Commit message (Expand) | Author | Files | Lines |
2023-04-18 | Remove unused variable from check_http | RincewindsHat | 1 | -1/+0 |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 1 | -2/+2 |
2023-02-06 | check_http: Handle chunked encoding without actual content correctly | RincewindsHat | 1 | -1/+7 |
2023-01-30 | check_http: Add space for ending NULL byte in array for chunked encoding | Lorenz Kästle | 1 | -2/+4 |
2023-01-30 | check_http: Fix memory reallocation error in chunk decoding logic | Lorenz Kästle | 1 | -4/+3 |
2023-01-07 | Reformat a part to increase readability | RincewindsHat | 1 | -3/+13 |
2023-01-07 | Undo clang formatting | RincewindsHat | 1 | -845/+790 |
2023-01-07 | Fix several bug in the implementation of unchunking | RincewindsHat | 1 | -6/+12 |
2023-01-07 | Fix chunked header detection regex | RincewindsHat | 1 | -2/+2 |
2023-01-07 | Fix type of unchunk_content function declaration | RincewindsHat | 1 | -1/+1 |
2023-01-07 | Undo sorting of header file includes, it breaks the build | RincewindsHat | 1 | -1/+3 |
2023-01-07 | Implement chunked encoding decoding | RincewindsHat | 1 | -1/+102 |
2023-01-07 | Restructure code a bit to put things where they are actually needed | RincewindsHat | 1 | -5/+7 |
2023-01-07 | Remove legacy comments and add some new ones | RincewindsHat | 1 | -3/+1 |
2023-01-07 | Remove dead code | RincewindsHat | 1 | -18/+0 |
2023-01-07 | clang format | RincewindsHat | 1 | -813/+872 |
2023-01-07 | Document process_arguments a little bit better | RincewindsHat | 1 | -1/+4 |
2023-01-07 | Update copyright | RincewindsHat | 1 | -1/+1 |
2023-01-07 | Use real booleans instead of ints | RincewindsHat | 1 | -56/+55 |
2022-12-22 | make check_http faster with larger files | Danijel Tasov | 1 | -2/+7 |
2022-11-05 | Remove superflous CRLF in HTTP-Requests in check_http (#1798) | Lorenz | 1 | -3/+2 |
2022-09-18 | check_http: Fix HD6 definition | Jan Wagner | 1 | -1/+1 |
2022-09-18 | I had to make a couple of small changes. | John C. Frickson | 1 | -5/+5 |
2022-09-18 | Remove unused code | Eric Wunderlin | 1 | -4/+0 |
2022-09-18 | Added ability to correctly check redirects with reference format //test.serve... | Eric Wunderlin | 1 | -0/+18 |
2022-04-10 | check_http: added option --continue-after-certificate (#1761) | Andreas Baumann | 1 | -5/+19 |
2022-01-29 | check_http and check_curl: added --max-redirs=N option (feature #1684) | Andreas Baumann | 1 | -4/+16 |
2021-06-24 | changed 'STATE_CRITICAL' to 'STATE_WARNING' for infinite loop | Daniel Uhlmann | 1 | -2/+2 |
2021-04-07 | Merge pull request #1554 from stblassitude/master | Sven Nierlein | 1 | -1/+7 |
2021-04-07 | Merge pull request #1566 from hydrapolic/master | Sven Nierlein | 1 | -1/+1 |
2020-09-23 | Merge pull request #1514 from Rasp8e/master | Sven Nierlein | 1 | -0/+15 |
2019-02-12 | Also support the --show-body/-B flag when --expect is used | Tobias Wolf | 1 | -0/+2 |
2018-12-05 | plugins: check_http: Increase regexp limit | Tomas Mozes | 1 | -1/+1 |
2018-11-09 | Add new flag --show-body/-B to print body | Tobias Wolf | 1 | -1/+11 |
2018-11-06 | Allow user to specify HTTP method after proxy CONNECT | Markus Frosch | 1 | -3/+14 |
2018-10-10 | Docs check_http: make -C obvious | Stefan Bethke | 1 | -1/+7 |
2017-10-17 | Adding Proxy-Authorization and extra headers in the case of connection throug... | Rasp8e | 1 | -0/+15 |
2016-12-01 | Spelling fixes suggested by lintian | Jan Wagner | 1 | -1/+1 |
2016-11-19 | Merge pull request #1374 from riskersen/check_http_perfdata_timeo | Oliver Skibbe | 1 | -6/+6 |
2016-11-13 | add openssl 1.1 support | vagrant | 1 | -2/+2 |
2016-11-11 | Merge pull request #1391 from lausser/patch-1 | Sven Nierlein | 1 | -0/+4 |
2016-11-11 | patch to support the concept of virtual ports | Christopher Odenbach | 1 | -8/+30 |
2015-11-04 | Update check_http.c | Gerhard Lausser | 1 | -0/+4 |
2015-10-07 | * check_http: added timeout to perfdata as max val | Oliver Skibbe | 1 | -6/+6 |
2015-10-06 | Merge branch 'pr/1373' | Holger Weiss | 1 | -5/+17 |
2015-10-04 | check_http: Allow for requesting TLSv1.1/TLSv1.2 | Holger Weiss | 1 | -5/+17 |
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 1 | -2/+2 |
2015-10-02 | plugins/check_http.c - fix regression introduced in commit 388ea928 (Host hea... | Laurent Licour | 1 | -1/+1 |
2015-10-02 | plugins/check_http.c - fix Host header if explicitly set with -k | LAURENT LICOUR | 1 | -12/+29 |
2015-10-01 | check_http: Adding support for checking SSL-Websites through Proxies | Michael Melcher | 1 | -4/+41 |