JINMEI Tatuya
|
ed5fa95326
[1452] overall documentation update
|
13 years ago |
JINMEI Tatuya
|
4d5f96b4d0
[1452] impose upper limit on the data length for SocketSessionForwarder::push,
|
13 years ago |
JINMEI Tatuya
|
1e4d796212
[1452] complete data validation in SocketSessionReceptor::pop with detailed
|
13 years ago |
JINMEI Tatuya
|
47256b9860
[1452] (unrelated cleanup): we shouldn't need to disable strict-aliasing check
|
13 years ago |
JINMEI Tatuya
|
787a439b41
[1452] use recvfrom(2) with MSG_WAITALL instead of read(2). it seems that
|
13 years ago |
JINMEI Tatuya
|
12649b6a44
[1452] explicitly set socket recvbuf, too. use blocking read + alarm
|
13 years ago |
JINMEI Tatuya
|
8cd3a3f503
[1452] made the forwarder socket nonblocking and test the case we push sessions
|
13 years ago |
JINMEI Tatuya
|
f37822dcf5
[1452] added consideration for the case where the acceptor dies before push.
|
13 years ago |
JINMEI Tatuya
|
1007c575bb
[1452] added more parameter validations and corresponding tests.
|
13 years ago |
JINMEI Tatuya
|
f942fb1a8c
[1452] some documentation/comment cleanups
|
13 years ago |
JINMEI Tatuya
|
6328a99430
[trac1452] made sure hints are used in getaddrinfo, also be more specific
|
13 years ago |
JINMEI Tatuya
|
e0c434fbb5
[1452] avoid using a reference in std::pair. it doesn't work with all compilers.
|
13 years ago |
JINMEI Tatuya
|
b5e5d9e912
[1452] use <errno.h> instead of sys/errno.h. the former seems to be more portable.
|
13 years ago |
JINMEI Tatuya
|
09ed7a24bf
[1452] initial workable implementation of the more generic FD pasing framework.
|
13 years ago |
JINMEI Tatuya
|
37a11387ba
[master] fixed tabbing
|
13 years ago |
JINMEI Tatuya
|
cee6a7af5f
[master] added changelog entry for #1387
|
13 years ago |
JINMEI Tatuya
|
a5e9d9176e
[master] Merge branch 'trac1387'
|
13 years ago |
Yoshitaka Aharen
|
e82cf73f21
Revert "Merge branch 'master' into trac510"
|
13 years ago |
Yoshitaka Aharen
|
777d6f3037
Revert "[510] forgot to include changes"
|
13 years ago |
Yoshitaka Aharen
|
b705708aaf
Revert "[master] update ChangeLog"
|
13 years ago |
Michal 'vorner' Vaner
|
a56e72ce1b
Fix missing isInstance
|
13 years ago |
Michal 'vorner' Vaner
|
318dceaa39
Merge branch #802
|
13 years ago |
Michal 'vorner' Vaner
|
25ac24557f
Merge branch 'work/sock/cache' into work/sock/cacheinter
|
13 years ago |
Michal 'vorner' Vaner
|
2a6b5e55ca
Merge branch 'work/sock/unix' into work/sock/cacheinter
|
13 years ago |
Yoshitaka Aharen
|
83ecce54ed
[master] update ChangeLog
|
13 years ago |
Yoshitaka Aharen
|
8dcf5eebb1
[510] forgot to include changes
|
13 years ago |
Yoshitaka Aharen
|
662233a148
Merge branch 'master' into trac510
|
13 years ago |
Michal 'vorner' Vaner
|
0e3736c7c3
[1429] Comments about blocking
|
13 years ago |
Yoshitaka Aharen
|
4b57a79735
[510] move initialization in every test case into fixture
|
13 years ago |
JINMEI Tatuya
|
b41b7dc34a
[master] Merge branch 'trac1369'
|
13 years ago |