June 15, 2011 [phobos] [D-Programming-Language/phobos] b34b8b: Added cleaned up std.socket.socketPair() unittest ... | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b34b8bc595dbc3ce531aa2141b09269a691d1a95 https://github.com/D-Programming-Language/phobos/commit/b34b8bc595dbc3ce531aa2141b09269a691d1a95 Author: David Nadlinger <code at klickverbot.at> Date: 2011-06-15 (Wed, 15 Jun 2011) Changed paths: M std/socket.d Log Message: ----------- Added cleaned up std.socket.socketPair() unittest as example. Commit: d5b4ceb3b4b6d8f44f37645bf7671f4c7de1b06e https://github.com/D-Programming-Language/phobos/commit/d5b4ceb3b4b6d8f44f37645bf7671f4c7de1b06e Author: David Nadlinger <code at klickverbot.at> Date: 2011-06-15 (Wed, 15 Jun 2011) Changed paths: M std/socket.d Log Message: ----------- Added send/receive timeout socket options. The strange timeout behavior on Windows (effective timeout = value + ~500ms) has been confirmed on Windows 7, Windows Server 2008 R2 and Windows XP. Commit: e5f81404a7009c062ad3fc049f5f2c58140f9af8 https://github.com/D-Programming-Language/phobos/commit/e5f81404a7009c062ad3fc049f5f2c58140f9af8 Author: David Nadlinger <code at klickverbot.at> Date: 2011-06-15 (Wed, 15 Jun 2011) Changed paths: M std/c/freebsd/socket.d M std/c/linux/socket.d M std/c/osx/socket.d M std/socket.d Log Message: ----------- Use new core.sys.posix.netdb. Commit: 955b112d71624f4aecae03ec108c03cb50bf752f https://github.com/D-Programming-Language/phobos/commit/955b112d71624f4aecae03ec108c03cb50bf752f Author: David Nadlinger <code at klickverbot.at> Date: 2011-06-15 (Wed, 15 Jun 2011) Changed paths: M std/c/windows/winsock.d M std/socket.d Log Message: ----------- Added InternetAddress.toHostNameString() for looking up the host name. I am not particularly fond of the method name, but it follows the existing scheme. Commit: b4a5f3337b8d139bb7307be867f36607adddf33f https://github.com/D-Programming-Language/phobos/commit/b4a5f3337b8d139bb7307be867f36607adddf33f Author: Andrei Alexandrescu <andrei at erdani.com> Date: 2011-06-15 (Wed, 15 Jun 2011) Changed paths: M std/c/freebsd/socket.d M std/c/linux/socket.d M std/c/osx/socket.d M std/c/windows/winsock.d M std/socket.d Log Message: ----------- Merge pull request #99 from klickverbot/socket-additions std.socket additions Compare: https://github.com/D-Programming-Language/phobos/compare/37763e3...b4a5f33 |
Copyright © 1999-2021 by the D Language Foundation