Branch: refs/heads/master
Home: https://github.com/xdebug/xdebug
Commit: 35918a530ce702848721afa394c6c6a56617ff8b
https://github.com/xdebug/xdebug/commit/35918a530ce702848721afa394c6c6a56617ff8b
Author: Thomas Vanhaniemi <thomas.vanhaniemi[@]arcada.fi>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M .travis.scripts/compile.sh
M config.m4
M debugclient/.gitignore
A debugclient/debugclient.sln
A debugclient/debugclient.vcxproj
A debugclient/debugclient.vcxproj.filters
A debugclient/getopt.c
A debugclient/getopt.h
M debugclient/main.c
A tests/bug00998-ipv4.phpt
A tests/bug00998-ipv4_localhost.phpt
A tests/bug00998-ipv6.phpt
A tests/bug00998-ipv6_localhost.phpt
M tests/dbgp/dbgpclient.php
M xdebug_com.c
M xdebug_com.h
Log Message:
-----------
Implemented issue #998: Added support for IPv6
- Replaced the (probably old name) "create_debugger_socket" with the
correct function name "xdebug_create_socket" in the log.
- Replaced select with poll and WSAPoll in xdebug_com.c.
- Added tests for the IPv6 implementation.
- Added tests that a connection can be made to localhost with both IPv4
and IPv6 as the target listening address.
- Added IPv6 support and a getopt port for Windows to the command line
debugclient. getopt port found here:
https://sourceforge.net/projects/freegetopt/.
- Added Visual Studio 2013 Solution files for the command line
debugclient.
- Added preprocessor definition of DEBUGGER_FAIL_SILENTLY to Travis.
- Added myself to the authors list on most modified files.
Commit: 9dea9271ad95159c1767201ba4b851ba37a8f35a
https://github.com/xdebug/xdebug/commit/9dea9271ad95159c1767201ba4b851ba37a8f35a
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M .travis.scripts/compile.sh
M tests/dbgp/dbgpclient.php
M tests/remote_log1.phpt
M tests/remote_log2.phpt
M tests/remote_log3.phpt
M tests/remote_log4.phpt
M xdebug_com.c
M xdebug_com.h
M xdebug_stack.c
Log Message:
-----------
Instead of defining, FAIL_SILENTLY, add the error conditions to the log
Commit: 89fdd55b07a4a03400bbc49181686d1eb8ae2523
https://github.com/xdebug/xdebug/commit/89fdd55b07a4a03400bbc49181686d1eb8ae2523
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M config.m4
M debugclient/.gitignore
A debugclient/debugclient.sln
A debugclient/debugclient.vcxproj
A debugclient/debugclient.vcxproj.filters
A debugclient/getopt.c
A debugclient/getopt.h
M debugclient/main.c
A tests/bug00998-ipv4.phpt
A tests/bug00998-ipv4_localhost.phpt
A tests/bug00998-ipv6.phpt
A tests/bug00998-ipv6_localhost.phpt
M tests/dbgp/dbgpclient.php
M tests/remote_log1.phpt
M tests/remote_log2.phpt
M tests/remote_log3.phpt
M tests/remote_log4.phpt
M xdebug_com.c
M xdebug_com.h
M xdebug_stack.c
Log Message:
-----------
Merged pull request #88
Compare: https://github.com/xdebug/xdebug/compare/e893261d586e...89fdd55b07a4
Received on Sat Apr 30 2016 - 13:14:22 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:04 BST