[xdebug-dev] [xdebug/xdebug] ed8447: Fixed bug #963: Xdebug waits too long for response...

From: Derick Rethans <github[@]derickrethans.nl>
Date: Mon, 02 Dec 2013 16:12:55 -0800

  Branch: refs/heads/master
  Home: https://github.com/xdebug/xdebug
  Commit: ed8447c5a4c73b8bfc10e5ebac971b10be8cd01c
      https://github.com/xdebug/xdebug/commit/ed8447c5a4c73b8bfc10e5ebac971b10be8cd01c
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M xdebug_com.c
    M xdebug_stack.c

  Log Message:
  -----------
  Fixed bug #963: Xdebug waits too long for response from remote client

Instead of relying on the OS socket connect timeout, we now put the socket into
non-blocking mode and use select() to simulate a socket connection time-out.
The time-out is configured to be 200ms and can at the moment not be changed.

  Commit: 6f16c510e86ff3652b613ad30aa6af832b1ea965
      https://github.com/xdebug/xdebug/commit/6f16c510e86ff3652b613ad30aa6af832b1ea965
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M xdebug_com.c
    M xdebug_stack.c

  Log Message:
  -----------
  Merged pull request #90

  Commit: c7760ebcd928a7c3e44faa2d24084b3a15833602
      https://github.com/xdebug/xdebug/commit/c7760ebcd928a7c3e44faa2d24084b3a15833602
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M xdebug_com.c
    M xdebug_stack.c

  Log Message:
  -----------
  Merge branch 'xdebug_2_2'

Compare: https://github.com/xdebug/xdebug/compare/6d44ce13468a...c7760ebcd928
Received on Tue Dec 03 2013 - 00:49:45 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST