- 06 Jan, 2012 6 commits
-
-
JINMEI Tatuya authored
it's 0 or non 0). same change for IPV6_V6ONLY, too. also change ASSERT_EQs to EXPECTs: failure of them doesn't seem to cause catastrophy in the subsequent tests. made also some style guideline fixes, too.
-
JINMEI Tatuya authored
close the function if send_fd fails.
-
JINMEI Tatuya authored
value identical to the parameter name itself.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
If it is run from the source code, all programs should be run from there.
-
Michal 'vorner' Vaner authored
Added the v6 only flag for IPv6 sockets. Both reuse address and this flags get tested.
-
- 05 Jan, 2012 8 commits
-
-
Michal 'vorner' Vaner authored
* Close the socket after sending from the creator, so it doesn't leak (but it doesn't seem to help :-(). * Correct range for the token numbers, so they are harder to guess * Set the socket as reuse address
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The socket and an address. We don't care about the address, but we still need to unpack the socket out.
-
Michal 'vorner' Vaner authored
The ModuleCCSession called the update of config which already needed the SocketRequestor. But the requestor doesn't need the ModuleCCSession, cc::Session is enough, so changing it and moving up in the initialization process a little.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/server_common/socket_request.cc src/lib/util/io/fd.cc
-
Michal 'vorner' Vaner authored
-
- 04 Jan, 2012 19 commits
-
-
JINMEI Tatuya authored
temporary variable.
-
JINMEI Tatuya authored
other comment on this point.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
By having the TestSocketRequestor as member.
-
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.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
checks for some bogus parameters for requestSocket().
-
JINMEI Tatuya authored
false and NULL; typo
-
JINMEI Tatuya authored
what the function actually does. The previous one was incorrect and just confusing.
-
Xie Jiagui authored
-
Xie Jiagui authored
-
- 03 Jan, 2012 7 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.
-
Jeremy C. Reed authored
Use two tabs before the committer username. Lines too long.
-
Jeremy C. Reed authored
and mention it is planned for other systems.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-