- 04 Jan, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
Just consistency and performance.
-
Michal 'vorner' Vaner authored
The time goes on and we are a year older already.
-
JINMEI Tatuya authored
false and NULL; typo
-
JINMEI Tatuya authored
what the function actually does. The previous one was incorrect and just confusing.
-
- 03 Jan, 2012 6 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
-
Michal 'vorner' Vaner authored
* Use the address family instead of v6 boolean. * Check it by exception. * Documentation.
-
- 30 Dec, 2011 2 commits
-
-
JINMEI Tatuya authored
(based on the seeming intent), indentation.
-
JINMEI Tatuya authored
it without them.
-
- 24 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
* Use IPv6 address for the test * Don't use static strings, use char* * Don't call them static if they are in anonymous namespace * Use getaddrinfo to get the (slightly system dependant) address structure * Use protocol field (even if it probably doesn't matter for SOCK_STREAM and SOCK_DGRAM) * Be more careful about releasing resources in error states (even if it's a test and they would terminate on the error anyway)
-
- 23 Dec, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The same problem as with the auth ones - the socket requestor needs to be faked.
-
Michal 'vorner' Vaner authored
We need to fake the SocketRequestor in them. This also asked for little update of the general base for socket requesting tests.
-
- 22 Dec, 2011 4 commits
-
-
Michal 'vorner' Vaner authored
* It'll be needed in other tests as well, putting it to testutils. * Needs documentation. * A header only, to avoid linking order problems.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 21 Dec, 2011 5 commits
-
-
Michal 'vorner' Vaner authored
* The test fails * It should at last return and get to some consistent state (eg. not listening on anything).
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
* They are requested and installed, instead of binding them locally * Documentation needs update * It'll fail in practice, since the requestor isn't initialized from auth and resolver. * It needs to set the correct IPv6 flag
-
Michal 'vorner' Vaner authored
Only the test initialization and the singleton accessor functions are implemented for now (and tests for those).
-
- 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.
-
- 02 Dec, 2011 9 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
reviewed on jabber
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 01 Dec, 2011 1 commit
-
-
Jelte Jansen authored
-
- 30 Nov, 2011 3 commits
-
-
JINMEI Tatuya authored
details. This should solve failure of some AXFR tests using SQLite3 on some systems.
-
Jelte Jansen authored
-
Jelte Jansen authored
-