- 21 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 13 Dec, 2012 1 commit
-
-
Jelte Jansen authored
Also update log message and description
-
- 05 Sep, 2012 1 commit
-
-
Jelte Jansen authored
-
- 03 Sep, 2012 1 commit
-
-
Jelte Jansen authored
-
- 03 Apr, 2012 1 commit
-
-
JINMEI Tatuya authored
This is part of the cleanup. as we removed the corresponding interface at DNSService, no one now uses these constructors.
-
- 15 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 29 Feb, 2012 1 commit
-
-
JINMEI Tatuya authored
the rest of code actually didn't need this directive, so the removal shouldn't do any harm anyway.
-
- 22 Feb, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It compiles, but has some problems in tests.
-
- 21 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Actually, the SyncUDPSocket is currently a copy of the UDPSocket. It needs to get stripped little bit.
-
- 02 Feb, 2012 1 commit
-
-
Jeremy C. Reed authored
needed for some systems that have system headers that don't include headers that define what they need.
-
- 04 Jan, 2012 3 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Catch on the closing bracket, include little bit more in the try.
-
Michal 'vorner' Vaner authored
Just consistency and performance.
-
- 03 Jan, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
* Use the address family instead of v6 boolean. * Check it by exception. * Documentation.
-
- 30 Dec, 2011 1 commit
-
-
JINMEI Tatuya authored
(based on the seeming intent), indentation.
-
- 12 Dec, 2011 1 commit
-
-
Stephen Morris authored
One compiler had a problem with the unqualifier data type "error_code". This has been changed to "asio::error_code".
-
- 06 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
No need to create an opened socket and close it right away.
-
- 05 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
The dns_service is not tested, so the tests are not added. It is simple anyway.
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 07 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 15 Mar, 2011 1 commit
-
-
hanfeng authored
-
- 13 Mar, 2011 1 commit
-
-
hanfeng authored
[trac678] refactor the stop interface for udp and tcp server and related unittest to dns_server_unitttest
-
- 09 Mar, 2011 1 commit
-
-
Jeremy C. Reed authored
okayed via jabber
-
- 08 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
The asio wraps them, so we can be portable.
-
- 05 Mar, 2011 1 commit
-
-
JINMEI Tatuya authored
skipping review.
-
- 04 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Like when the socket is closed. Trying to accept more connections on such socket lead to busy loop.
-
- 24 Feb, 2011 1 commit
-
-
hanfeng authored
-
- 23 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
hanfeng authored
-
- 21 Feb, 2011 2 commits
-
-
Stephen Morris authored
-
Jelte Jansen authored
These should probably really be done by asio.hpp
-
- 18 Feb, 2011 1 commit
-
-
Stephen Morris authored
IOFetch is a general upstream "fetch" class that should be able to operate over TCP or UDP. Related changes have been made in the associated classes. So far, only the unit tests for a UDP fetch have been made (and passed).
-
- 16 Feb, 2011 1 commit
-
-
Jelte Jansen authored
It only stores the final result, and only looks into the cache at the start of a resolve() call right now, but it appears to work
-
- 14 Feb, 2011 2 commits
-
-
Jelte Jansen authored
forgot an EXTRA_DIST for the distcheck, and sunstudio needs unistd to be included before asio.hpp
-
Jelte Jansen authored
-