index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
io
/
socketsession.cc
Age
Commit message (
Expand
)
Author
2016-09-06
[4252] CID 1321678. Initialize sockaddr_storage.
Marcin Siodelski
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-08-29
[3911a] Reorganized library Makefile.am files (exception, util, log)
Francis Dupont
2013-02-13
Added <unistd.h> include reported to fix a Solaris build.
Shane Kerr
2013-02-06
[2650] Initialize member variable in constructor
Mukund Sivaraman
2012-08-23
[master] Print buffer size passed to setsockopt()
Mukund Sivaraman
2011-12-19
[1452] fixed another error handling issue: make sure the passed FD (if
JINMEI Tatuya
2011-12-19
[1452] fixed some more corner cases in receiver::pop that have been missed:
JINMEI Tatuya
2011-12-19
[1452] added a clarification comment on assert+strncpy; use offsetof instead
JINMEI Tatuya
2011-12-16
[1452] added missing config.h (otherwise HAVE_SA_LEN wouldn't be recognized).
JINMEI Tatuya
2011-12-16
[1452] use sizeof(uint16_t) instead of a magic number '2'
JINMEI Tatuya
2011-12-16
[1452] use a larger number of send attempts for pushTooFast. Linux doubles the
JINMEI Tatuya
2011-12-16
[1452] use cxxx instead xxx.h as much as possible
JINMEI Tatuya
2011-12-16
[1452] renamed "Receptor" to "Receiver" as a result of review
JINMEI Tatuya
2011-12-14
[1452] some more comment cleanups
JINMEI Tatuya
2011-12-14
[1452] overall documentation update
JINMEI Tatuya
2011-12-13
[1452] impose upper limit on the data length for SocketSessionForwarder::push,
JINMEI Tatuya
2011-12-13
[1452] complete data validation in SocketSessionReceptor::pop with detailed
JINMEI Tatuya
2011-12-13
[1452] use recvfrom(2) with MSG_WAITALL instead of read(2). it seems that
JINMEI Tatuya
2011-12-13
[1452] explicitly set socket recvbuf, too. use blocking read + alarm
JINMEI Tatuya
2011-12-12
[1452] made the forwarder socket nonblocking and test the case we push sessions
JINMEI Tatuya
2011-12-12
[1452] added consideration for the case where the acceptor dies before push.
JINMEI Tatuya
2011-12-12
[1452] added more parameter validations and corresponding tests.
JINMEI Tatuya
2011-12-10
[1452] use <errno.h> instead of sys/errno.h. the former seems to be more por...
JINMEI Tatuya
2011-12-10
[1452] initial workable implementation of the more generic FD pasing framework.
JINMEI Tatuya