summaryrefslogtreecommitdiff
path: root/src/lib/util/io/socketsession.cc
AgeCommit 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-13Added <unistd.h> include reported to fix a Solaris build.Shane Kerr
2013-02-06[2650] Initialize member variable in constructorMukund 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 (ifJINMEI 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 insteadJINMEI 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 theJINMEI Tatuya
2011-12-16[1452] use cxxx instead xxx.h as much as possibleJINMEI Tatuya
2011-12-16[1452] renamed "Receptor" to "Receiver" as a result of reviewJINMEI Tatuya
2011-12-14[1452] some more comment cleanupsJINMEI Tatuya
2011-12-14[1452] overall documentation updateJINMEI 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 detailedJINMEI Tatuya
2011-12-13[1452] use recvfrom(2) with MSG_WAITALL instead of read(2). it seems thatJINMEI Tatuya
2011-12-13[1452] explicitly set socket recvbuf, too. use blocking read + alarmJINMEI Tatuya
2011-12-12[1452] made the forwarder socket nonblocking and test the case we push sessionsJINMEI 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