index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_http.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
refs/pull/1830/head
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
refs/pull/1690/head
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
refs/pull/1582/head
Tobias Wolf
1
-0/+2
2018-12-05
plugins: check_http: Increase regexp limit
refs/pull/1566/head
Tomas Mozes
1
-1/+1
2018-11-09
Add new flag --show-body/-B to print body
refs/pull/1560/head
Tobias Wolf
1
-1/+11
2018-11-06
Allow user to specify HTTP method after proxy CONNECT
Markus Frosch
1
-3/+14
2018-10-09
Docs check_http: make -C obvious
refs/pull/1554/head
Stefan Bethke
1
-1/+7
2017-10-17
Adding Proxy-Authorization and extra headers in the case of connection throug...
refs/pull/1514/head
Rasp8e
1
-0/+15
2016-12-01
Spelling fixes suggested by lintian
refs/pull/1452/head
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
refs/pull/1443/head
vagrant
1
-2/+2
2016-11-11
Merge pull request #1391 from lausser/patch-1
refs/pull/1444/head
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
refs/pull/1391/head
Gerhard Lausser
1
-0/+4
2015-10-07
* check_http: added timeout to perfdata as max val
refs/pull/1374/head
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
refs/pull/1373/head
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
refs/pull/1349/head
Michael Melcher
1
-4/+41
2014-06-28
plugins/check_http.c - leakage fix
Spenser Reinhardt
1
-4/+6
2014-01-21
Merge branch 'maint'
Holger Weiss
1
-5/+5
[next]