summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-4/+4
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-09-041-0/+3
|\
| * Fix bug #74764 and add a test caseVille Hukkamaki2018-09-041-0/+3
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1'Sara Golemon2017-05-281-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-281-1/+1
| |\
| | * Fix abstract name handling to be binary safeSara Golemon2017-05-281-1/+1
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-301-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-301-1/+3
| |\ \ | | |/
| | * Fix compiler warnings when compiled against musl libcMichael Heimpold2017-04-301-1/+3
| | * 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-15/+3
|/ /
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-161-1/+1
|\ \ | |/
| * Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes)Xinchen Hui2016-05-161-1/+1
* | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-291-2/+21
|/
* remove unused params || woopsJoe Watkins2016-03-311-6/+1
* fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-2/+92
* 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
* | Add support for IPV6_V6ONLY on socketsBob Weinand2015-11-061-0/+6
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-5/+1
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-5/+1
| |\
| | * Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-5/+1
| * | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+0
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+11
| |\ \ | | |/
| | * Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+11
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-2/+11
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-9/+9
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-22/+21
* | | fix datatype mismatch and unused var warningAnatol Belski2014-11-111-3/+5
* | | use php_socket_t instead of intAnatol Belski2014-10-101-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-8/+8
* | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-0/+2
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Stanislav Malyshev2014-08-191-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-08-191-0/+2
| | |\ \ | | | |/
| | | * fix potentially missing NUL terminationStanislav Malyshev2014-08-181-0/+2
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
|/ / /
* | | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-35/+70
* | | cleanupDmitry Stogov2014-08-131-2/+0
* | | Merge branch 'master' into testDmitry Stogov2014-08-111-5/+22
|\ \ \
| * | | Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-5/+22