JINMEI Tatuya
|
ebf08c9767
enable the REUSE addr option for UDP sockets, too.
|
il y a 14 ans |
JINMEI Tatuya
|
4c3dd96dbe
constify.
|
il y a 14 ans |
JINMEI Tatuya
|
c2258c4e0b
worked around another brokenness of sunstudio.
|
il y a 14 ans |
JINMEI Tatuya
|
f4d9f872e5
sync with trunk
|
il y a 14 ans |
JINMEI Tatuya
|
01d4f42cee
commented about local placeholders of {UDP/TCP}Endpoints.
|
il y a 14 ans |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
il y a 14 ans |
JINMEI Tatuya
|
c4f8a86457
cleanup: removed an unnecessary namespace prefix.
|
il y a 15 ans |
JINMEI Tatuya
|
4813426241
added tests for specific addresses and "-4/-6" cases.
|
il y a 15 ans |
JINMEI Tatuya
|
8f5c79badc
tests for cases of server initialization failure due to system level errors.
|
il y a 15 ans |
JINMEI Tatuya
|
84bdd04537
on second thought, it would be better to separate constructors for the explicit address case and the "any" address case.
|
il y a 15 ans |
JINMEI Tatuya
|
76f4788d5c
added tests for address family mismatches (give an ipv4 address with -6, etc)
|
il y a 15 ans |
JINMEI Tatuya
|
999ab8cbf6
catch invalid addresses. added tests for that.
|
il y a 15 ans |
JINMEI Tatuya
|
22d942fa39
changed interface of the IOService constructor so that it's impossible
|
il y a 15 ans |
JINMEI Tatuya
|
4a77769856
added tests on port string validity
|
il y a 15 ans |
JINMEI Tatuya
|
678e8861f5
merged the original trac221 branch
|
il y a 15 ans |
Evan Hunt
|
52ac5cf227
71. [func] each
|
il y a 15 ans |
Jelte Jansen
|
7cdceb252e
sync with trunk for merge
|
il y a 15 ans |
JINMEI Tatuya
|
6f1e6e894a
use shared_ptr for UDP/TCPServers instead of a helper holder class for exception safeness purposes.
|
il y a 15 ans |
JINMEI Tatuya
|
e01cb8ad5b
another fix to operator-> just like the one made in message.cc
|
il y a 15 ans |
JINMEI Tatuya
|
fa6eb99b73
minimal fixes for SunStudio support
|
il y a 15 ans |
JINMEI Tatuya
|
c4e0b3c050
completed documentation
|
il y a 15 ans |
JINMEI Tatuya
|
55291537c9
missing commit for r2198
|
il y a 15 ans |
JINMEI Tatuya
|
1d5ba709cb
refactoring: moved XFR logic from asio_link to auth_srv.
|
il y a 15 ans |
JINMEI Tatuya
|
9a7ab5ecf1
refactoring: pass IOMessage to AuthSrv instead of InputBuffer.
|
il y a 15 ans |
JINMEI Tatuya
|
92fbe8e211
completed IOSocket and IOMessage with tests.
|
il y a 15 ans |
JINMEI Tatuya
|
121b62df59
completed implementation of IOAddress
|
il y a 15 ans |
JINMEI Tatuya
|
04959743ef
added a mock implementation IOAddress, a wrapper for asio::ip::address.
|
il y a 15 ans |
Likun Zhang
|
187844f29a
Enable b10-xfrout can be launched in source code tree.(Reviewed by Jelte)
|
il y a 15 ans |
Jelte Jansen
|
93227d328b
merge to sync with trunk and make later merge back easier
|
il y a 15 ans |
Jelte Jansen
|
f28f0da30a
Use asio's io_service for the msgq handling in auth as well. Needed to add a getter for the io_service to asio_link. This may very wel come under reconsideration for the next release, but it is needed right now to get it to work again ;)
|
il y a 15 ans |