summaryrefslogtreecommitdiffstats
path: root/conn.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* DialTLSDialer added && gofmtIvan Egorov2015-12-291-37/+51
* LDAP server supportned2014-11-121-2/+1
* Ping / Abandon request should not expect responseunai.avila2014-09-041-10/+0
* Add ping methodunai.avila2014-09-021-0/+43
* import timeunai.avila2014-08-201-0/+1
* Make Dial accept a timeoutunai.avila2014-08-201-0/+12
* Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere2014-07-241-1/+1
* Remove data race between *Conn.Close() and *Conn.reader()Vincent Vanackere2014-07-231-13/+19
* SpruceHealth disappeared :-(John Weldon2014-04-161-1/+1
* Fixed spelling of PrimitiveSamuel Stauffer2014-03-191-2/+2
* Don't capitalize function argumentsSamuel Stauffer2014-03-191-2/+2
* Use error instead of *ErrorSamuel Stauffer2014-03-191-5/+5
* Short writes don't happen without an error so don't loopSamuel Stauffer2014-03-191-12/+5
* Remove newlines from log messagesSamuel Stauffer2014-03-191-11/+11
* Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLSSamuel Stauffer2014-03-191-24/+8
* Some more cleanupSamuel Stauffer2014-03-191-5/+5
* Stylistic fixes, update imports, and some format string fixesSamuel Stauffer2014-03-191-2/+2
* connection handlingMarc Sauter2014-03-191-73/+76
* renameMarc Sauter2014-03-191-1/+1
* refactoring, redesigned connection/message handlingtmfkams2014-03-191-114/+120
* SSL/TLS with certificatestmfkams2014-03-191-9/+9
* refactoring, fixes for go1.2, modify addedtmfkams2014-03-191-220/+208
* Fixed message processing deadlocks and added mutex for closing functionMichael Mitton2011-02-181-20/+51
* first commitMichael Mitton2011-02-181-0/+270