Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' | Anatol Belski | 2013-07-18 | 1 | -0/+2 |
|\ | |||||
| * | fix header include | Anatol Belski | 2013-07-18 | 1 | -0/+2 |
* | | Merge branch 'PHP-5.5' | Gustavo Lopes | 2013-07-16 | 5 | -13/+130 |
|\ \ | |/ | |||||
| * | socket: support unix paths in the abstract namespace | Gustavo Lopes | 2013-07-15 | 4 | -11/+119 |
| * | socket: fix bug #65260 (SCM_RIGHTS) | Gustavo Lopes | 2013-07-15 | 2 | -2/+11 |
| * | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-23 | 2 | -0/+55 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-23 | 2 | -0/+55 |
| |\ | |||||
| | * | Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket. | Damjan Cvetko | 2013-06-23 | 2 | -1/+56 |
* | | | Merge branch 'PHP-5.5' | Anatol Belski | 2013-05-16 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-05-16 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed error handling for ext/sockets under win | Anatol Belski | 2013-05-16 | 1 | -3/+3 |
| * | | Fix bug #64506: fix build with --disable-ipv6 | Gustavo Lopes | 2013-05-08 | 3 | -10/+21 |
* | | | Merge branch 'PHP-5.5' | Gustavo Lopes | 2013-05-08 | 3 | -10/+21 |
|\ \ \ | |||||
| * | | | Fix bug #64506: fix build with --disable-ipv6 | Gustavo Lopes | 2013-05-08 | 3 | -10/+21 |
| |/ / | |||||
* | | | Oops | Sara Golemon | 2013-04-30 | 1 | -1/+1 |
* | | | Harden loopback tests | Sara Golemon | 2013-04-30 | 4 | -24/+50 |
|/ / | |||||
* | | skip if no IPv6 support | Xinchen Hui | 2013-03-05 | 3 | -2/+11 |
* | | Fix tests temporary | Xinchen Hui | 2013-03-05 | 3 | -8/+18 |
* | | Skip test on Apple | Xinchen Hui | 2013-03-05 | 1 | -1/+4 |
* | | Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze" | Xinchen Hui | 2013-03-05 | 2 | -9/+0 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-03-03 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Fix test (skip on unable to create socket) | Xinchen Hui | 2013-03-03 | 1 | -0/+3 |
| * | Move macro back to .c file | Gustavo Lopes | 2013-02-02 | 2 | -8/+8 |
* | | Fixed Bug #64340 (sockets tests failed) Patch by Reeze | Xinchen Hui | 2013-03-03 | 2 | -0/+9 |
* | | sendrecvmsg_shutdown function moved to mshutdown | Gustavo Lopes | 2013-02-24 | 1 | -9/+19 |
* | | Fix ext/sockets build with phpize | Gustavo Lopes | 2013-02-24 | 3 | -8/+4 |
* | | Cleanup some multicast code; fix for mac os x? | Gustavo Lopes | 2013-02-17 | 3 | -38/+45 |
* | | Fix test on Windows. | Gustavo Lopes | 2013-02-03 | 1 | -2/+4 |
* | | Fix bug and hopefully build on WinSDK 6.1 | Gustavo Lopes | 2013-02-03 | 3 | -10/+94 |
* | | php_strerror in ext/sockets renamed in 5.5 | Gustavo Lopes | 2013-02-02 | 1 | -1/+1 |
* | | Merge branch 'sendrecvmsg_rebase_55' into PHP-5.5 | Gustavo Lopes | 2013-02-02 | 20 | -497/+3333 |
|\ \ | |||||
| * | | Fix multicast.c not defining errno on Windows | Gustavo Lopes | 2013-02-02 | 3 | -14/+3 |
| * | | Fix non-Windows build | Gustavo Lopes | 2013-02-02 | 1 | -1/+3 |
| * | | send/recvmsg() support for Windows | Gustavo Lopes | 2013-02-02 | 12 | -54/+300 |
| * | | Revert "Payload of HOPLIMIT/TCLASS are 8-bit" | Gustavo Lopes | 2013-02-02 | 3 | -36/+8 |
| * | | Ensure memory is initialized | Gustavo Lopes | 2013-02-02 | 1 | -0/+1 |
| * | | Payload of HOPLIMIT/TCLASS are 8-bit | Gustavo Lopes | 2013-02-02 | 3 | -8/+36 |
| * | | Fix buf in string -> int conv. | Gustavo Lopes | 2013-02-02 | 1 | -1/+1 |
| * | | Build fixes; accept names for if_index | Gustavo Lopes | 2013-02-02 | 6 | -45/+48 |
| * | | Refactoring: move stuff to new conversions.c | Gustavo Lopes | 2013-02-02 | 5 | -1460/+1583 |
| * | | Support sticky IPV6_PKTINFO | Gustavo Lopes | 2013-02-02 | 4 | -2/+132 |
| * | | Rename some functions for consistency | Gustavo Lopes | 2013-02-02 | 3 | -6/+6 |
| * | | Destroy ancillary registry on shutdown | Gustavo Lopes | 2013-02-02 | 1 | -0/+9 |
| * | | Move some multicast stuff to multicast.c | Gustavo Lopes | 2013-02-02 | 4 | -290/+362 |
| * | | Fix mcast_ipv6_send test | Gustavo Lopes | 2013-02-02 | 1 | -2/+2 |
| * | | Check return of fstat() | Gustavo Lopes | 2013-02-02 | 1 | -1/+6 |
| * | | Fix build on Mac OS X | Gustavo Lopes | 2013-02-02 | 1 | -3/+24 |
| * | | Register extra MSG_* constants | Gustavo Lopes | 2013-02-02 | 1 | -6/+25 |