summaryrefslogtreecommitdiff
path: root/ext/sockets/conversions.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-15/+17
* RC manipulation cleanup 2Xinchen Hui2017-11-021-9/+6
* Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* Fixed compilation warningsDmitry Stogov2016-06-231-5/+5
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
* More warning fixesNikita Popov2015-07-171-3/+5
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-20/+20
* fix unknown size of void errorAnatol Belski2015-06-171-1/+1
* Merge branch 'PHP-5.6'Sara Golemon2015-06-171-2/+2
|\
| * Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-6/+7
* | found type is unnecessaryXinchen Hui2015-02-021-1/+1
* | Cleanup resource handling APIsXinchen Hui2015-02-021-5/+3
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+7
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+6
* | cleanup TSRMLS_FETCH in ext/socketsAnatol Belski2014-09-261-6/+0
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
* | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-3/+3
* | Drop some unsafe-looking casting code from ext/socketNikita Popov2014-09-051-54/+30
* | Fixed discards qualifiers from pointer target typeXinchen Hui2014-09-051-5/+5
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-10/+10
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-40/+40
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | ported ext/socketsAnatol Belski2014-08-191-15/+15
* | basic macro replacements, all at onceAnatol Belski2014-08-191-25/+25
* | It's okey for use a stack value here (deleted immediately after use)Xinchen Hui2014-08-141-1/+1
* | Finish ext/socketsXinchen Hui2014-05-181-1/+2
* | Refactoring socket (only compilable now)Xinchen Hui2014-05-171-106/+95
|/
* Trivial Coverity fixRasmus Lerdorf2013-10-191-1/+1
* socket: support unix paths in the abstract namespaceGustavo Lopes2013-07-151-3/+22
* socket: fix bug #65260 (SCM_RIGHTS)Gustavo Lopes2013-07-151-2/+10
* Fix bug #64506: fix build with --disable-ipv6Gustavo Lopes2013-05-081-2/+8
* Fix non-Windows buildGustavo Lopes2013-02-021-1/+3
* send/recvmsg() support for WindowsGustavo Lopes2013-02-021-13/+56
* Revert "Payload of HOPLIMIT/TCLASS are 8-bit"Gustavo Lopes2013-02-021-28/+2
* Ensure memory is initializedGustavo Lopes2013-02-021-0/+1
* Payload of HOPLIMIT/TCLASS are 8-bitGustavo Lopes2013-02-021-2/+28
* Fix buf in string -> int conv.Gustavo Lopes2013-02-021-1/+1
* Build fixes; accept names for if_indexGustavo Lopes2013-02-021-28/+33
* Refactoring: move stuff to new conversions.cGustavo Lopes2013-02-021-0/+1477