JINMEI Tatuya
|
88d0f23444
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM.
|
14 years ago |
JINMEI Tatuya
|
e2b2f49b7b
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
799088d8da
typo in a comment. trivial, skipping review.
|
14 years ago |
JINMEI Tatuya
|
a92ac98126
added more and more description
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
JINMEI Tatuya
|
ebf08c9767
enable the REUSE addr option for UDP sockets, too.
|
14 years ago |
JINMEI Tatuya
|
4c3dd96dbe
constify.
|
14 years ago |
JINMEI Tatuya
|
c2258c4e0b
worked around another brokenness of sunstudio.
|
14 years ago |
JINMEI Tatuya
|
f4d9f872e5
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
01d4f42cee
commented about local placeholders of {UDP/TCP}Endpoints.
|
14 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
14 years ago |
JINMEI Tatuya
|
c4f8a86457
cleanup: removed an unnecessary namespace prefix.
|
15 years ago |
JINMEI Tatuya
|
4813426241
added tests for specific addresses and "-4/-6" cases.
|
15 years ago |
JINMEI Tatuya
|
8f5c79badc
tests for cases of server initialization failure due to system level errors.
|
15 years ago |
JINMEI Tatuya
|
84bdd04537
on second thought, it would be better to separate constructors for the explicit address case and the "any" address case.
|
15 years ago |
JINMEI Tatuya
|
76f4788d5c
added tests for address family mismatches (give an ipv4 address with -6, etc)
|
15 years ago |
JINMEI Tatuya
|
999ab8cbf6
catch invalid addresses. added tests for that.
|
15 years ago |
JINMEI Tatuya
|
22d942fa39
changed interface of the IOService constructor so that it's impossible
|
15 years ago |
JINMEI Tatuya
|
4a77769856
added tests on port string validity
|
15 years ago |
JINMEI Tatuya
|
678e8861f5
merged the original trac221 branch
|
15 years ago |
Evan Hunt
|
52ac5cf227
71. [func] each
|
15 years ago |
Jelte Jansen
|
7cdceb252e
sync with trunk for merge
|
15 years ago |
JINMEI Tatuya
|
6f1e6e894a
use shared_ptr for UDP/TCPServers instead of a helper holder class for exception safeness purposes.
|
15 years ago |
JINMEI Tatuya
|
e01cb8ad5b
another fix to operator-> just like the one made in message.cc
|
15 years ago |
JINMEI Tatuya
|
fa6eb99b73
minimal fixes for SunStudio support
|
15 years ago |
JINMEI Tatuya
|
c4e0b3c050
completed documentation
|
15 years ago |
JINMEI Tatuya
|
55291537c9
missing commit for r2198
|
15 years ago |
JINMEI Tatuya
|
1d5ba709cb
refactoring: moved XFR logic from asio_link to auth_srv.
|
15 years ago |
JINMEI Tatuya
|
9a7ab5ecf1
refactoring: pass IOMessage to AuthSrv instead of InputBuffer.
|
15 years ago |
JINMEI Tatuya
|
92fbe8e211
completed IOSocket and IOMessage with tests.
|
15 years ago |