Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -2/+2 |
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -4/+8 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -2/+2 |
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -26/+26 |
* | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 |
* | | ported ext/sockets | Anatol Belski | 2014-08-19 | 1 | -11/+11 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -18/+18 |
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year to 2014 | Lior Kaplan | 2014-06-18 | 1 | -1/+1 |
| * | Fix bug #64506: fix build with --disable-ipv6 | Gustavo Lopes | 2013-05-08 | 1 | -7/+9 |
* | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -1/+1 |
* | | Z_TYPE_PP > Z_TYPE_P | Pierre Joye | 2014-05-17 | 1 | -1/+1 |
* | | Refactoring socket (only compilable now) | Xinchen Hui | 2014-05-17 | 1 | -14/+15 |
* | | Fix bug #64506: fix build with --disable-ipv6 | Gustavo Lopes | 2013-05-08 | 1 | -7/+9 |
|/ | |||||
* | Fix bug and hopefully build on WinSDK 6.1 | Gustavo Lopes | 2013-02-03 | 1 | -1/+5 |
* | send/recvmsg() support for Windows | Gustavo Lopes | 2013-02-02 | 1 | -3/+51 |
* | Revert "Payload of HOPLIMIT/TCLASS are 8-bit" | Gustavo Lopes | 2013-02-02 | 1 | -6/+4 |
* | Payload of HOPLIMIT/TCLASS are 8-bit | Gustavo Lopes | 2013-02-02 | 1 | -4/+6 |
* | Build fixes; accept names for if_index | Gustavo Lopes | 2013-02-02 | 1 | -6/+4 |
* | Refactoring: move stuff to new conversions.c | Gustavo Lopes | 2013-02-02 | 1 | -1459/+2 |
* | Support sticky IPV6_PKTINFO | Gustavo Lopes | 2013-02-02 | 1 | -2/+88 |
* | Rename some functions for consistency | Gustavo Lopes | 2013-02-02 | 1 | -2/+2 |
* | Destroy ancillary registry on shutdown | Gustavo Lopes | 2013-02-02 | 1 | -0/+9 |
* | 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 |
* | Add test for CMSG_CREDENTIALS message | Gustavo Lopes | 2013-02-02 | 1 | -21/+39 |
* | Added support for AF_UNIX messages | Gustavo Lopes | 2013-02-02 | 1 | -57/+363 |
* | Added missing return statements | Gustavo Lopes | 2013-02-02 | 1 | -0/+2 |
* | Support for IPV6_HOPLIMIT and IPV6_TCLASS | Gustavo Lopes | 2013-02-02 | 1 | -5/+38 |
* | Fix bug in from_zval_write_control_array() | Gustavo Lopes | 2013-02-02 | 1 | -1/+1 |
* | Fix bug converting zval sockaddr | Gustavo Lopes | 2013-02-02 | 1 | -0/+2 |
* | Wrap recvmsg() and sendmsg() | Gustavo Lopes | 2013-02-02 | 1 | -0/+1377 |