summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5'Anatol Belski2013-07-181-0/+2
|\
| * fix header includeAnatol Belski2013-07-181-0/+2
* | Merge branch 'PHP-5.5'Gustavo Lopes2013-07-165-13/+130
|\ \ | |/
| * socket: support unix paths in the abstract namespaceGustavo Lopes2013-07-154-11/+119
| * socket: fix bug #65260 (SCM_RIGHTS)Gustavo Lopes2013-07-152-2/+11
| * less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-232-0/+55
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-232-0/+55
| |\
| | * Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.Damjan Cvetko2013-06-232-1/+56
* | | Merge branch 'PHP-5.5'Anatol Belski2013-05-161-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-05-161-3/+3
| |\ \ | | |/
| | * Fixed error handling for ext/sockets under winAnatol Belski2013-05-161-3/+3
| * | Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-083-10/+21
* | | Merge branch 'PHP-5.5'Gustavo Lopes2013-05-083-10/+21
|\ \ \
| * | | Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-083-10/+21
| |/ /
* | | OopsSara Golemon2013-04-301-1/+1
* | | Harden loopback testsSara Golemon2013-04-304-24/+50
|/ /
* | skip if no IPv6 supportXinchen Hui2013-03-053-2/+11
* | Fix tests temporaryXinchen Hui2013-03-053-8/+18
* | Skip test on AppleXinchen Hui2013-03-051-1/+4
* | Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"Xinchen Hui2013-03-052-9/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-031-0/+3
|\ \ | |/
| * Fix test (skip on unable to create socket)Xinchen Hui2013-03-031-0/+3
| * Move macro back to .c fileGustavo Lopes2013-02-022-8/+8
* | Fixed Bug #64340 (sockets tests failed) Patch by ReezeXinchen Hui2013-03-032-0/+9
* | sendrecvmsg_shutdown function moved to mshutdownGustavo Lopes2013-02-241-9/+19
* | Fix ext/sockets build with phpizeGustavo Lopes2013-02-243-8/+4
* | Cleanup some multicast code; fix for mac os x?Gustavo Lopes2013-02-173-38/+45
* | Fix test on Windows.Gustavo Lopes2013-02-031-2/+4
* | Fix bug and hopefully build on WinSDK 6.1Gustavo Lopes2013-02-033-10/+94
* | php_strerror in ext/sockets renamed in 5.5Gustavo Lopes2013-02-021-1/+1
* | Merge branch 'sendrecvmsg_rebase_55' into PHP-5.5Gustavo Lopes2013-02-0220-497/+3333
|\ \
| * | Fix multicast.c not defining errno on WindowsGustavo Lopes2013-02-023-14/+3
| * | Fix non-Windows buildGustavo Lopes2013-02-021-1/+3
| * | send/recvmsg() support for WindowsGustavo Lopes2013-02-0212-54/+300
| * | Revert "Payload of HOPLIMIT/TCLASS are 8-bit"Gustavo Lopes2013-02-023-36/+8
| * | Ensure memory is initializedGustavo Lopes2013-02-021-0/+1
| * | Payload of HOPLIMIT/TCLASS are 8-bitGustavo Lopes2013-02-023-8/+36
| * | Fix buf in string -> int conv.Gustavo Lopes2013-02-021-1/+1
| * | Build fixes; accept names for if_indexGustavo Lopes2013-02-026-45/+48
| * | Refactoring: move stuff to new conversions.cGustavo Lopes2013-02-025-1460/+1583
| * | Support sticky IPV6_PKTINFOGustavo Lopes2013-02-024-2/+132
| * | Rename some functions for consistencyGustavo Lopes2013-02-023-6/+6
| * | Destroy ancillary registry on shutdownGustavo Lopes2013-02-021-0/+9
| * | Move some multicast stuff to multicast.cGustavo Lopes2013-02-024-290/+362
| * | Fix mcast_ipv6_send testGustavo Lopes2013-02-021-2/+2
| * | Check return of fstat()Gustavo Lopes2013-02-021-1/+6
| * | Fix build on Mac OS XGustavo Lopes2013-02-021-3/+24
| * | Register extra MSG_* constantsGustavo Lopes2013-02-021-6/+25