summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-21=fix segfault on malloc of server_expect for multibyte chars (David Croft)Karl DeBisschop1-5/+5
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01typos in docoKarl DeBisschop1-2/+2
2003-06-01allow user to limit the number of bytes to be fetchedKarl DeBisschop1-6/+25
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