summaryrefslogtreecommitdiff
path: root/main/streams/xp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1'Anatol Belski2017-04-271-18/+11
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-271-18/+11
| |\
| | * Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-18/+11
| | * Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-251-2/+2
| |\ \ | | |/
| | * Follow up patch regarding bug #74216, see bug #74429Sara Golemon2017-04-251-2/+2
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-071-11/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-071-11/+18
| |\ \ | | |/
| | * Detect invalid port in xp_socket parse ip addressSara Golemon2017-03-071-11/+18
* | | Merge branch 'PHP-7.1'Anatol Belski2017-02-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-151-1/+1
| |\ \ | | |/
| | * Fixed bug #74090 stream_get_contents maxlength>-1 returns empty stringAnatol Belski2017-02-151-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-1/+1
|/ /
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-06-181-4/+14
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-06-181-4/+14
| |\
| | * Fixed bug #72439 (Stream socket with remote address leads to a segmentation f...Xinchen Hui2016-06-181-5/+16
* | | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-291-24/+37
|/ /
* | 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
| * Fixed bug #70198 Checking liveness does not work as expectedAnatol Belski2015-08-111-1/+11
| * bump yearXinchen Hui2015-01-151-1/+1
| * Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context opt...Ferenc Kovacs2014-08-061-35/+1
| * Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+35
* | Add support for IPV6_V6ONLY on socketsBob Weinand2015-11-061-0/+10
* | Revert "Revert "suggest parentheses around ‘&&’ within ‘||’""Xinchen Hui2015-08-111-1/+1
* | Revert "suggest parentheses around ‘&&’ within ‘||’"Xinchen Hui2015-08-111-1/+1
* | suggest parentheses around ‘&&’ within ‘||’Xinchen Hui2015-08-111-1/+1
* | add EAGAIN checksAnatol Belski2015-08-111-3/+5
* | Fixed bug #70198 Checking liveness does not work as expectedAnatol Belski2015-08-111-1/+11
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-13/+13
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-8/+8
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+37
* | fix unused var warningAnatol Belski2014-11-141-1/+2
* | fix datatype mismatchAnatol Belski2014-10-271-0/+4
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 4Anatol Belski2014-08-251-1/+1
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-2/+2
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-10/+18
* | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-12/+8
* | Merge branch 'master' into testDmitry Stogov2014-08-111-1/+35
|\ \
| * \ Merge branch 'PHP-5.6'Daniel Lowrey2014-08-051-1/+35
| |\ \ | | |/ | |/|
| | * Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+35
| |/