summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse1-2/+14
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01allow user to limit number of bytes fetchedKarl DeBisschop1-7/+20
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-7/+9
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-63/+69
2003-03-16Applied patch #660973 for tcp refusalsJeremy T. Bouse1-5/+20
2003-03-13Strip leading spaces in perf dataTon Voon1-2/+2
2003-03-13Fix compiler warnings re prognameTon Voon1-1/+2
2003-03-12doco standarizationJeremy T. Bouse1-74/+68
2003-03-12Code cleanupJeremy T. Bouse1-1/+2
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-02-18failed if header was more than 1023 bytesKarl DeBisschop1-11/+35
2003-01-16cleanup progname assignmentKarl DeBisschop1-2/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-16/+16
2002-12-19expect is +OK for SPOP tooKarl DeBisschop1-1/+1
2002-12-19server expect not getting set, expect is +OK for POPKarl DeBisschop1-2/+2
2002-11-25was segfaulting if no dtat was returnedr1_3_0-beta2Karl DeBisschop1-46/+47
2002-11-08remove unused variablesKarl DeBisschop1-2/+0
2002-10-30replace fixed-lentgh buffer with asprintfKarl DeBisschop1-8/+6
2002-10-22add check_spopKarl DeBisschop1-2/+12
2002-10-18millisecond timingKarl DeBisschop1-15/+17
2002-10-17using asprintfKarl DeBisschop1-4/+7
2002-09-14time data in performance stringKarl DeBisschop1-3/+3
2002-02-28Initial revisionEthan Galstad1-0/+563