summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-22Getopt bug (Joe Rhett)Ton Voon1-0/+1
2003-08-22* bugfix: snprintf of timestamp truncated '\0'Karl DeBisschop1-1/+1
2003-07-29patch attempt to reference undefined optarg (credit Paul Farrall)Karl DeBisschop1-1/+1
2003-06-21fix character class for URI_PATH and URI_PORTKarl DeBisschop1-3/+3
2003-06-11character classes were wrong for URI_PATH etc:Karl DeBisschop1-3/+3
2003-05-09fix error when server closes connection immediatelyKarl DeBisschop1-7/+12
2003-04-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
2003-02-21Fixed coredump with unallocated stringTon Voon1-2/+6
2003-02-18Fixed compiler warning and increased the SSL random key for a Solaris PRNG pr...Ton Voon1-2/+5
2003-02-12Remove unnecessary \ - complaints from Tru64's cc compilerTon Voon1-1/+1
2003-02-08submit request with one sendKarl DeBisschop1-102/+48
2003-02-05fix segfault due to bad asprintf invocationKarl DeBisschop1-1/+1
2003-01-29Better error if server requests client based certificate (609382 - Olaf Greis)Ton Voon1-1/+14
2003-01-28remove NULL string inits that can lead to segfaultsKarl DeBisschop1-38/+33
2003-01-27do not pass host if none is providedKarl DeBisschop1-12/+12
2003-01-27we were sending extra CRLFKarl DeBisschop1-12/+14
2003-01-16add option to let regex span newlinesKarl DeBisschop1-16/+30
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-12-19remove spurious CRLFKarl DeBisschop1-1/+1
2002-11-14pagesize count off by oneKarl DeBisschop1-1/+1
2002-11-14clean up NULL from status on SolarisKarl DeBisschop1-8/+6
2002-11-08remove unused variablesKarl DeBisschop1-2/+1
2002-10-18provide on more decimal point printing timeKarl DeBisschop1-13/+12
2002-10-16millisecond timimg where supportedKarl DeBisschop1-36/+39
2002-10-16use asprintfKarl DeBisschop1-36/+30
2002-09-25incorporate comment on my_recv from Russell ScibettiKarl DeBisschop1-0/+1
2002-09-25incorporate comments from Russell ScibettiKarl DeBisschop1-40/+46
2002-09-24replace remaining occurences of sprintf with snprintfKarl DeBisschop1-32/+29
2002-09-14time data in performance stringKarl DeBisschop1-17/+18
2002-06-24ignore return status codes if user specified status line checkSubhendu Ghosh1-89/+111
2002-02-28Initial revisionEthan Galstad1-0/+1067