JINMEI Tatuya
|
b37cfa5481
[805] don't assume getsockopt(SO_REUSEADDR) returns 0 or 1 (BSDs only assures
|
il y a 13 ans |
JINMEI Tatuya
|
61d3224981
[805-merged] suggested changes: check non 0 result of send_fd in general;
|
il y a 13 ans |
JINMEI Tatuya
|
526b0b5b56
[805] fixed a build issue with clang: it doesn't accept the default parameter
|
il y a 13 ans |
Michal 'vorner' Vaner
|
ca3cc56123
[805] Abort when can't send or close
|
il y a 13 ans |
JINMEI Tatuya
|
d66d0cc215
[805] Run sockcreator from source
|
il y a 13 ans |
Michal 'vorner' Vaner
|
f786ba4251
[805] Socket options and tests for them
|
il y a 13 ans |
Michal 'vorner' Vaner
|
01d2bc6d79
[805] Misc fixes
|
il y a 13 ans |
Michal 'vorner' Vaner
|
ef021f7736
[805] Fix error message placeholder
|
il y a 13 ans |
Michal 'vorner' Vaner
|
619dbae4c1
[805] Data sent/received are bytes, not str
|
il y a 13 ans |
Michal 'vorner' Vaner
|
3cdb00878c
[805] Python accept returns tuple
|
il y a 13 ans |
Michal 'vorner' Vaner
|
9f776b729b
[805] Make sure SocketRequestor is initialized
|
il y a 13 ans |
Michal 'vorner' Vaner
|
ab54494aee
[805] Make it compile and check after merge
|
il y a 13 ans |
Michal 'vorner' Vaner
|
f68758a5f5
Merge branch 'review/sockreq' into scfinal
|
il y a 13 ans |
Michal 'vorner' Vaner
|
43fda10b4f
Merge branch 'work/sock/cppclient' into scfinal
|
il y a 13 ans |
JINMEI Tatuya
|
c836c770e7
[805] a few minor cleanups: typo; position of catch; eliminating an unnecessary
|
il y a 13 ans |
JINMEI Tatuya
|
4fdec3477a
[805] comment update: clarified return vs release to be consistent with the
|
il y a 13 ans |
JINMEI Tatuya
|
78b0456c73
[805] a minor style fix: distinguish false and NULL
|
il y a 13 ans |
JINMEI Tatuya
|
3fcadc1a85
[805] recovered missing condition check; a minor style fix (folded a long line)
|
il y a 13 ans |
Michal 'vorner' Vaner
|
9d4ae52d55
[805] Comment updates
|
il y a 13 ans |
Michal 'vorner' Vaner
|
908c1b114b
[805] Make the test exception more concrete
|
il y a 13 ans |
JINMEI Tatuya
|
5565505e94
[805] Get rid of multiple inheritance
|
il y a 13 ans |
Michal 'vorner' Vaner
|
444f92d580
[805] Make sure complicated objects are not static
|
il y a 13 ans |
Michal 'vorner' Vaner
|
50839dcce8
[805] Removed extra freeaddrinfo
|
il y a 13 ans |
Michal 'vorner' Vaner
|
63a5191b95
[805] Move stuff to constructor/destructor
|
il y a 13 ans |
Michal 'vorner' Vaner
|
5e04e03abd
[805] Some exception handling
|
il y a 13 ans |
Michal 'vorner' Vaner
|
619af407ed
[805] Use logging macros
|
il y a 13 ans |
Michal 'vorner' Vaner
|
8bb7f2c2df
[805] Copyright year update
|
il y a 13 ans |
JINMEI Tatuya
|
1f9be59567
[1522] added note about an assumption on the token length in some tests.
|
il y a 13 ans |
JINMEI Tatuya
|
65000f777c
[1522] used protocolString in createRequestSocketMessage. also added
|
il y a 13 ans |
JINMEI Tatuya
|
d93776a769
[805] suggested minor changes: newline for readability; constify; distinguish
|
il y a 13 ans |