summaryrefslogtreecommitdiff
path: root/ext/sockets/sendrecvmsg.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Lior Kaplan2014-06-181-1/+1
* Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-081-7/+9
* Fix bug and hopefully build on WinSDK 6.1Gustavo Lopes2013-02-031-1/+5
* send/recvmsg() support for WindowsGustavo Lopes2013-02-021-3/+51
* Revert "Payload of HOPLIMIT/TCLASS are 8-bit"Gustavo Lopes2013-02-021-6/+4
* Payload of HOPLIMIT/TCLASS are 8-bitGustavo Lopes2013-02-021-4/+6
* Build fixes; accept names for if_indexGustavo Lopes2013-02-021-6/+4
* Refactoring: move stuff to new conversions.cGustavo Lopes2013-02-021-1459/+2
* Support sticky IPV6_PKTINFOGustavo Lopes2013-02-021-2/+88
* Rename some functions for consistencyGustavo Lopes2013-02-021-2/+2
* Destroy ancillary registry on shutdownGustavo Lopes2013-02-021-0/+9
* Check return of fstat()Gustavo Lopes2013-02-021-1/+6
* Fix build on Mac OS XGustavo Lopes2013-02-021-3/+24
* Add test for CMSG_CREDENTIALS messageGustavo Lopes2013-02-021-21/+39
* Added support for AF_UNIX messagesGustavo Lopes2013-02-021-57/+363
* Added missing return statementsGustavo Lopes2013-02-021-0/+2
* Support for IPV6_HOPLIMIT and IPV6_TCLASSGustavo Lopes2013-02-021-5/+38
* Fix bug in from_zval_write_control_array()Gustavo Lopes2013-02-021-1/+1
* Fix bug converting zval sockaddrGustavo Lopes2013-02-021-0/+2
* Wrap recvmsg() and sendmsg()Gustavo Lopes2013-02-021-0/+1377