index
:
libxs.git
master
sp
udp
mato's libxs tree
Martin Lucina
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream_engine.cpp
Age
Commit message (
Expand
)
Author
2012-05-01
Revert "Implement protocol versioning (except PGM)"
Martin Sustrik
2012-04-30
Fix premature poll reset_pollout
Paul Colomiets
2012-04-29
Implement protocol versioning (except PGM)
Martin Lucina
2012-04-14
Check for SO_NOSIGPIPE availability instead of OS name
Andrew W. Nosenko
2012-04-14
If available, use MSG_NOSIGNAL for send()
Martin Sustrik
2012-04-11
ETIMEDOUT is a valid error code here. Fixes intermittent assertion failure on...
Mikko Koppanen
2012-04-04
Accept ECONNRESET from close()
Martin Sustrik
2012-02-16
Full name of the project used in license headers
Martin Sustrik
2012-02-16
poller_base_t renamed to io_thread_t
Martin Sustrik
2012-02-16
io_thread_t merged with poller_base_t
Martin Sustrik
2012-02-16
File descriptor passed to in_event and out_event
Martin Sustrik
2012-02-16
Stop polling for OUT immediately when no data in pipe
Martin Sustrik
2012-02-16
ZeroMQ renamed to Crossroads
Martin Sustrik
2011-11-22
ENOTCONN on recv() on TCP socket is treated decently (issue 254)
Martin Sustrik
2011-11-01
Copyright dates adjusted to reflect reality
Martin Sustrik
2011-10-31
250bpm copyrights added
Martin Sustrik
2011-09-15
Session class separated into socket-type-specific sessions
Martin Sustrik
2011-08-16
tcp_engine renamed to stream engine
Martin Sustrik