Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
View Latest Revision
source:
code
/
trunk
/
conn.go
Revision Log Mode:
Stop on copy
Follow copies
Show only adds and deletes
View log starting at
and back to
Show at most
revisions per page.
Show full log messages
Legend:
Added
Modified
Copied or renamed
Diff
Rev
Age
Author
Log Message
(edit)
@804
2 years
koizumi.aoi
Drunk as I like Signed-off-by: Aoi K <koizumi.aoi@…>
(edit)
@757
4 years
contact
Add context to {conn,upstreamConn}.
SendMessage
This avoids blocking …
(edit)
@748
4 years
contact
Downgrade conn log messages to debug
(edit)
@747
4 years
contact
Add Logger.Debugf Makes it easy to print debugging messages which …
(edit)
@741
4 years
contact
Use golang.org/x/time/rate Instead of hand-rolling our own …
(edit)
@703
4 years
contact
Introduce conn.
NewContext
This function wraps a parent context, and …
(edit)
@691
4 years
contact
Allow most config options to be reloaded Closes: …
(edit)
@594
4 years
contact
Workaround lack of net.
ErrClosed
in
WebSocket
library
(edit)
@519
4 years
contact
Silence net.
ErrClosed
errors
(edit)
@465
4 years
contact
Correctly set
WebSocket
read/write deadline The methods didn't have …
(edit)
@415
5 years
hubert
Make sure that
WebSocket
messages are valid UTF-8 ... by replacing …
(edit)
@402
5 years
contact
go fmt
(edit)
@398
5 years
contact
Implement rate limiting for upstream messages Allow up to 10 outgoing …
(edit)
@384
5 years
contact
Add conn.{Local,Remote}Addr
(edit)
@383
5 years
contact
Add ircConn.
LocalAddr
(edit)
@347
5 years
contact
Add
RemoteAddr
to ircConn interface
(edit)
@341
5 years
contact
Return io.EOF on websocket connection closure
(edit)
@323
5 years
contact
Add support for
WebSocket
connections
WebSocket
connections allow …
(edit)
@315
5 years
contact
Introduce ircConn This interface will allow a conn to be backed by a …
(edit)
@314
5 years
contact
Remove setKeepAlive Go sets a default keep-alive interval of 15 …
(edit)
@312
5 years
contact
Close net.Conn in conn.Close Close the connection in conn.Close. This …
(edit)
@280
5 years
contact
Use a lock to protect conn.{closed,outgoing} Unfortunately, I don't …
(add)
@210
5 years
contact
Introduce conn for common connection logic This centralizes the …
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog