June 01, 2015 [phobos] [D-Programming-Language/phobos] 61b96d: Add the constructors for InternetAddress and Inter... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 61b96d20f3f7ebe7d3f1c25d97b75cc0917ef906 https://github.com/D-Programming-Language/phobos/commit/61b96d20f3f7ebe7d3f1c25d97b75cc0917ef906 Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Add the constructors for InternetAddress and Internet6Address from the appropriate sockaddrs. Commit: 4152f5f4dd74df20706f6aed863e15ca2169432b https://github.com/D-Programming-Language/phobos/commit/4152f5f4dd74df20706f6aed863e15ca2169432b Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Amend the constant to be consistent with the rest of the file. Commit: e6522794ab07b1f14155d1179e4f50579c232806 https://github.com/D-Programming-Language/phobos/commit/e6522794ab07b1f14155d1179e4f50579c232806 Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Complete the idea by adding the similar constructor to UnixAddress Commit: 8812a888d1de4e9398d8c2e5e1a0733e4b2e0239 https://github.com/D-Programming-Language/phobos/commit/8812a888d1de4e9398d8c2e5e1a0733e4b2e0239 Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Add asserts to the new constructors to verify that they are receiving sockaddrs of the correct family. Commit: 4390b78e25844eb902a8172d3b4834b294327ad3 https://github.com/D-Programming-Language/phobos/commit/4390b78e25844eb902a8172d3b4834b294327ad3 Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Amend UnixAddress to use the AddressFamily enum instead of directly using AF_UNIX, to be consistent with InternetAddress. Commit: 46898690e2968f67b17a87af78d9f64680ac0bcd https://github.com/D-Programming-Language/phobos/commit/46898690e2968f67b17a87af78d9f64680ac0bcd Author: Andre Kostur <andre@kostur.net> Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M std/socket.d Log Message: ----------- Fix one typo that would have only been found on a machine that is generating the documentation, and does not supply a sockaddr_un. Commit: 0b171c5e3e6ea8d9c7b64e82b1383c420300a350 https://github.com/D-Programming-Language/phobos/commit/0b171c5e3e6ea8d9c7b64e82b1383c420300a350 Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M std/socket.d Log Message: ----------- Merge pull request #3340 from Imagix/InternetAddress_Constructors Internet address constructors Compare: https://github.com/D-Programming-Language/phobos/compare/bc5e5c191458...0b171c5e3e6e |
Copyright © 1999-2021 by the D Language Foundation