summaryrefslogtreecommitdiffstats
path: root/conn.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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