Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-22 | added HTTP method handling | Andreas Baumann | 1 | -16/+54 |
2018-10-22 | forgot declaration of INVERT_REGEX in getopt otions | Andreas Baumann | 1 | -0/+1 |
2018-10-22 | added some casts for curl write functions | Andreas Baumann | 1 | -2/+2 |
2018-10-22 | added -r and --invert-regex | Andreas Baumann | 1 | -10/+109 |
2018-10-22 | added -ca-file option | Andreas Baumann | 1 | -2/+15 |
2018-10-22 | handling last HTTP header correctly in HTTP line parser (added a strrstr repl... | Andreas Baumann | 1 | -4/+45 |
2018-10-22 | some comment cleanup | Andreas Baumann | 1 | -19/+13 |
2018-10-22 | adapted to style, using header file shims instead of HAVE_XXX by hand | Andreas Baumann | 1 | -588/+574 |
2018-10-22 | fixed curl error message | Andreas Baumann | 1 | -2/+2 |
2018-10-22 | added -s option | Andreas Baumann | 1 | -18/+29 |
2018-10-22 | added most options from nagios-curl-plugin | Andreas Baumann | 1 | -18/+640 |
2018-10-22 | added autoconf stuff for curl plugin, created empty plugin | Andreas Baumann | 1 | -0/+168 |