[parrot/parrot] 0713ce: Fallback for getaddrinfo and getnameinfo
noreply at github.com
noreply at github.com
Wed Jan 26 21:30:27 UTC 2011
Branch: refs/heads/nwellnhof/ipv6
Home: https://github.com/parrot/parrot
Commit: 0713ced14342c137f8a83c0050f56d2c8c74554c
https://github.com/parrot/parrot/commit/0713ced14342c137f8a83c0050f56d2c8c74554c
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M src/platform/generic/socket.c
M src/pmc/sockaddr.pmc
Log Message:
-----------
Fallback for getaddrinfo and getnameinfo
Commit: ae31c17386085ecacb455396f1d916bbe2188a40
https://github.com/parrot/parrot/commit/ae31c17386085ecacb455396f1d916bbe2188a40
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M src/pmc/sockaddr.pmc
Log Message:
-----------
Cleanup Sockaddr PMC
Commit: 75d6b0c5588ea04c57b98b09545748d6a97df4e6
https://github.com/parrot/parrot/commit/75d6b0c5588ea04c57b98b09545748d6a97df4e6
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)
Changed paths:
M include/parrot/parrot.h
M include/parrot/platform_interface.h
M src/io/socket_api.c
M src/platform/generic/socket.c
M src/pmc/sockaddr.pmc
M src/pmc/socket.pmc
Log Message:
-----------
Move all platform socket code and includes to src/platform
Commit: d626b11f2c64f1b4f8c00e5bf7f47ef59f08e6d5
https://github.com/parrot/parrot/commit/d626b11f2c64f1b4f8c00e5bf7f47ef59f08e6d5
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)
Changed paths:
M config/auto/ipv6/test.in
Log Message:
-----------
Change ipv6 test.c to check for getaddrinfo
That's much easier to check for. I'm not sure about the #includes for
non-Linux Unices.
Commit: 3e67202c8b026a081c438b28383e36e7e96e5982
https://github.com/parrot/parrot/commit/3e67202c8b026a081c438b28383e36e7e96e5982
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)
Changed paths:
M src/platform/generic/socket.c
Log Message:
-----------
Fix Parrot_io_accept
IPv6 should work on Windows now.
Commit: 5c02fa34b6b45af0cf004fe0f4764d732230a485
https://github.com/parrot/parrot/commit/5c02fa34b6b45af0cf004fe0f4764d732230a485
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)
Changed paths:
M include/parrot/io.h
M include/parrot/platform_interface.h
M src/io/socket_api.c
M src/platform/generic/socket.c
M src/pmc/socket.pmc
M t/pmc/socket.t
M t/pmc/socket_ipv6.t
M t/pmc/testlib/test_server_ipv6.pir
Log Message:
-----------
Switch socket error handling to exceptions
More information about the parrot-commits
mailing list