summaryrefslogtreecommitdiff
path: root/ext/sockets/sendrecvmsg.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-231-2/+2
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Cleanup resource handling APIsXinchen Hui2015-02-021-4/+8
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-2/+2
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-26/+26
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | ported ext/socketsAnatol Belski2014-08-191-11/+11
* | basic macro replacements, all at onceAnatol Belski2014-08-191-18/+18
* | Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+1
|\ \ | |/
| * Update copyright year to 2014Lior Kaplan2014-06-181-1/+1
| * Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-081-7/+9
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-1/+1
* | Z_TYPE_PP > Z_TYPE_PPierre Joye2014-05-171-1/+1
* | Refactoring socket (only compilable now)Xinchen Hui2014-05-171-14/+15
* | 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