- 19 Mar, 2012 1 commit
-
-
Jelte Jansen authored
see http://bind10.isc.org/ticket/1784#comment:5
-
- 16 Mar, 2012 4 commits
-
-
JINMEI Tatuya authored
also introduce mock DNSService and use it to test the behavior, and to test the resolver behavior doesn't change. the essential part should be quite simple; most of the changes are straightforward interface adjustments. it also includes some editorial cleanups such as adding header-file guards or style guideline fixes.
-
JINMEI Tatuya authored
Only some part of portconfig need to be adjusted; others will still use the derived class directly.
-
JINMEI Tatuya authored
"UDPVersion" is now more generic options, and its default is the previous behavior, which should be more suitable default. added test cases to confirm the effect of the options. added detailed documentation.
-
JINMEI Tatuya authored
That matches the sense of YAGNI, and, in fact, would help avoid having the type of regression we had in #1600.
-
- 15 Mar, 2012 2 commits
-
-
JINMEI Tatuya authored
also fixed memory leak in a test case using scoped_ptr.
-
Mukund Sivaraman authored
-
- 14 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 09 Mar, 2012 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 06 Mar, 2012 1 commit
-
-
Xie Jiagui authored
-
- 05 Mar, 2012 1 commit
-
-
Xie Jiagui authored
SyncUDPServer by command.
-
- 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.
-
- 28 Feb, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It was introduced in #1599
-
- 27 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 24 Feb, 2012 2 commits
-
-
JINMEI Tatuya authored
default internal buffer or set the separate buffer by setBuffer().
-
JINMEI Tatuya authored
-
- 23 Feb, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 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 3 commits
-
-
Michal 'vorner' Vaner authored
These methods are not used in the code at all. And they seem like useless anyway.
-
Michal 'vorner' Vaner authored
Actually, the SyncUDPSocket is currently a copy of the UDPSocket. It needs to get stripped little bit.
-
Michal 'vorner' Vaner authored
-
- 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 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
The service is now (nonstatic) member and the static variable is only pointer to the active one, so the signal handler can access it.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It eliminates the need to call commonSetup and makes it possible to constify something.
-
Michal 'vorner' Vaner authored
Catch on the closing bracket, include little bit more in the try.
-
Michal 'vorner' Vaner authored
Just consistency and performance.
-
Michal 'vorner' Vaner authored
The time goes on and we are a year older already.
-
- 03 Jan, 2012 5 commits
-
-
JINMEI Tatuya authored
constify things; use DISABLE_ instead of comment out for the disabled test; typo
-
JINMEI Tatuya authored
assumption on the descriptors; added blank lines for readability.
-
Michal 'vorner' Vaner authored
The test passes on Linux with epoll, as the (invalid) file descriptor is inserted right away. The others don't detect the error right at the time, so it doesn't throw.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-