summaryrefslogtreecommitdiffstats
path: root/conn.go (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-24Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere1-1/+1
2014-07-23Remove data race between *Conn.Close() and *Conn.reader()Vincent Vanackere1-13/+19
2014-04-16SpruceHealth disappeared :-(John Weldon1-1/+1
2014-03-19Fixed spelling of PrimitiveSamuel Stauffer1-2/+2
2014-03-19Don't capitalize function argumentsSamuel Stauffer1-2/+2
2014-03-19Use error instead of *ErrorSamuel Stauffer1-5/+5
2014-03-19Short writes don't happen without an error so don't loopSamuel Stauffer1-12/+5
2014-03-19Remove newlines from log messagesSamuel Stauffer1-11/+11
2014-03-19Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLSSamuel Stauffer1-24/+8
2014-03-19Some more cleanupSamuel Stauffer1-5/+5
2014-03-19Stylistic fixes, update imports, and some format string fixesSamuel Stauffer1-2/+2
2014-03-19connection handlingMarc Sauter1-73/+76
2014-03-19renameMarc Sauter1-1/+1
2014-03-19refactoring, redesigned connection/message handlingtmfkams1-114/+120
2014-03-19SSL/TLS with certificatestmfkams1-9/+9
2014-03-19refactoring, fixes for go1.2, modify addedtmfkams1-220/+208
2011-02-18Fixed message processing deadlocks and added mutex for closing functionMichael Mitton1-20/+51