index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
coverity/master
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
maintenance-2.4.0-check_mysql
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_curl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
Add output formatting option
Lorenz Kästle
1
-1
/
+21
2025-09-15
Fix typo in error message
Lorenz Kästle
1
-1
/
+1
2025-09-15
Add new cert check function
Lorenz Kästle
1
-1
/
+2
2025-09-15
check_curl: fix perfdata label
Lorenz Kästle
1
-1
/
+1
2025-09-15
check_curl: finish after cert without continue param
Lorenz Kästle
1
-1
/
+1
2025-09-15
Fix regex matching
Lorenz Kästle
1
-5
/
+11
2025-09-15
Improve error message
Lorenz Kästle
1
-3
/
+2
2025-09-13
check_curl: test adaption and output adaption
Lorenz Kästle
1
-17
/
+22
2025-09-13
check_curl: remove display-html option
Lorenz Kästle
1
-24
/
+11
2025-09-12
check_curl: implement new output mechanism
Lorenz Kästle
1
-282
/
+280
2025-09-12
Fix struct access
Lorenz Kästle
1
-1
/
+1
2025-09-12
check_curl: create outsourced helpers in extra files
Lorenz Kästle
1
-1261
/
+51
2025-09-11
check_curl: http3 is only available with libcurl 7.66 or later
Lorenz Kästle
1
-1
/
+4
2025-09-11
check_curl: refactoring to modularize code
Lorenz Kästle
1
-506
/
+549
2025-09-11
check_curl: improve option handling a bit
Lorenz Kästle
1
-5
/
+5
2025-09-11
check_curl: fix function signature
Lorenz Kästle
1
-1
/
+2
2025-09-11
check_curl: less global state
Lorenz Kästle
1
-31
/
+41
2025-09-10
check_curl: remove the other gotos
Lorenz Kästle
1
-5
/
+16
2025-09-10
check_curl: remove goto logic
Lorenz Kästle
1
-122
/
+138
2025-09-10
check_curl: pre compile regex for string matching
Lorenz Kästle
1
-3
/
+4
2025-09-10
check_curl: remove another global variable
Lorenz Kästle
1
-4
/
+2
2025-09-09
check_curl: more refactoring
Lorenz Kästle
1
-350
/
+437
2025-08-01
Quick save
Lorenz Kästle
1
-25
/
+26
2025-07-14
check_curl: various small improvements
Lorenz Kästle
1
-66
/
+68
2025-07-06
check_curl: clang-format
Lorenz Kästle
1
-276
/
+495
2025-03-11
Refactor check_curl
Lorenz Kästle
1
-529
/
+464
2025-03-10
check_curl: clang-format
Lorenz Kästle
1
-158
/
+271
2024-12-02
check_curl: enable internal cookie handling
Andre Klärner
1
-1
/
+7
2024-11-27
check_curl: update TLS notification notes
Lorenz Kästle
1
-1
/
+1
2024-11-09
Fix false formatting directive in printf
Lorenz Kästle
1
-1
/
+1
2024-10-31
check_curl: Linter fixes
RincewindsHat
1
-27
/
+28
2024-10-31
check_curl: do not export local variables and remove unused ones
RincewindsHat
1
-129
/
+118
2024-10-31
check_curl: Update copyright
RincewindsHat
1
-2
/
+2
2024-10-31
check_curl: clang-format
RincewindsHat
1
-2260
/
+2156
2024-10-10
fix check_curl: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof...
Sven Nierlein
1
-7
/
+22
2024-10-06
Merge branch 'master' into check_curl_regex_state
Lorenz Kästle
1
-2
/
+0
2024-08-29
Remove experimental state from check_curl
Lorenz Kästle
1
-2
/
+0
2024-08-19
check_curl: change help for --state-regex again to fix formatting
RincewindsHat
1
-1
/
+1
2024-08-19
check_curl: Parse state-regex option ignoring case
RincewindsHat
1
-2
/
+2
2024-08-19
check_curl: Fix help for state regex option
RincewindsHat
1
-2
/
+2
2024-08-16
check_curl: Documentation for --certificate, --cookie-jar
Alvar Penning
1
-3
/
+6
2024-08-11
check_curl: raise SSL issue when --continue-after-certificate is used
Yannick Martin
1
-8
/
+9
2024-07-30
check_curl: fix relative redirects on non-standard port
Sven Nierlein
1
-5
/
+10
2024-04-07
check_http/check_curl: added a --regex-state option to change the state of a ...
Andreas Baumann
1
-3
/
+16
2024-04-07
check_curl/check_http: clarified format of POST data (#1978)
Andreas Baumann
1
-1
/
+1
2024-02-01
check_curl: add haproxy protocol option
Emmanuel Riviere
1
-2
/
+15
2023-11-22
Merge pull request #1951 from RincewindsHat/compiler_warnings_maybe_unused
Lorenz Kästle
1
-1
/
+1
2023-10-19
Fixes for -Wsign-compare
RincewindsHat
1
-7
/
+6
2023-10-19
check_curl: Initialize pointer before usage
RincewindsHat
1
-1
/
+1
2023-10-15
fix compiler warnings for unused variables
RincewindsHat
1
-2
/
+12
[next]