summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #80024: Duplication of info about inherited socket after pool removingJakub Zelenka2021-03-211-12/+16
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-1/+0
* Merge branch 'PHP-7.2'Jakub Zelenka2018-03-301-23/+66
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-03-301-23/+66
| |\
| | * Prevent modifying of getenv resultJakub Zelenka2018-03-301-5/+14
| | * 68440: ensure backwards compatibility with FPM_SOCKETS var; fix sockname sizeJacob Hipps2018-03-301-5/+13
| | * Fix bug #68440: [sapi/fpm] use multiple FPM_SOCKETS env vars to prevent hitti...Jacob Hipps2018-03-301-24/+50
* | | Fixed typo in FPM error messageFabien Potencier2017-08-231-1/+1
|/ /
* | Try fallback on IPv4 ANYADDR when IPv6 ANYADDR failsSara Golemon2017-03-081-29/+57
|/
* Treat NetBSD the same as FreeBSD wrt. TCP_INFO usage.Havard Eidnes2015-03-191-1/+1
* Slightly modify and merge PR#105 from @MegaManSecRasmus Lerdorf2015-01-211-0/+1
* Merge branch 'PHP-5.6'Remi Collet2014-11-291-6/+3
|\
| * Move chown to fpm_unix_set_socket_premissions()Remi Collet2014-11-291-6/+3
* | FPM: change "listen = port" behavior from IPv4 catch-all to IPv6 catch-all (+...Remi Collet2014-11-241-14/+4
|/
* Raise a warning when listen = hostname used and is resolved as multiple addre...Remi Collet2014-11-201-4/+9
* Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addressesRemi Collet2014-11-151-7/+17
* Fix bug #68423i PHP-FPM will no longer load all poolsRemi Collet2014-11-141-3/+14
* add IPv6 support to php-fpmRobin Gloster2014-10-031-42/+43
* Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
* - Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuk...Felipe Pena2013-06-261-0/+13
* Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-031-1/+3
|\
| * From code coverity scan, syscall return value must be check.Remi Collet2013-05-031-1/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-021-1/+5
|\ \ | |/
| * fix more resource leaksRemi Collet2013-05-021-1/+5
| * Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
| * - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be l...Jerome Loyet2012-05-251-0/+25
| * - Backported from 5.4 branch: Jérôme Loyet2011-10-081-5/+5
| * - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-261-15/+15
| * - remove cpystrn from FPM and use strlcpy instead.Jérôme Loyet2011-01-301-1/+1
| * - get rid of ZLOG_STUFF code redundancyJérôme Loyet2010-11-111-8/+8
| * - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-111-0/+77
| * - syntax and minor optimizationsJérôme Loyet2010-11-111-6/+10
| * merge FPM SAPI from trunk (as agreed with Johannes)Antony Dovgal2010-05-261-0/+371
* Merging PR 121 to add support for slow request counting on the PHP-FPM status...Lars Strojny2012-08-261-1/+1
* Fix bug #62654Rasmus Lerdorf2012-07-241-3/+3
* - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be l...Jerome Loyet2012-05-251-0/+25
* - enhanced log messagesJérôme Loyet2011-07-191-5/+5
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-261-15/+15
* - remove cpystrn from FPM and use strlcpy instead.Jérôme Loyet2011-01-301-1/+1
* - get rid of ZLOG_STUFF code redundancyJérôme Loyet2010-11-111-8/+8
* - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-111-0/+77
* - syntax and minor optimizationsJérôme Loyet2010-11-111-6/+10
* switch the configuration syntax from xml to iniJérôme Loyet2010-04-211-23/+15
* re-add updated FPMAntony Dovgal2010-04-131-0/+379
* prepare to re-add newer FPM version Antony Dovgal2010-04-131-427/+0
* add FPM sapi to trunkAntony Dovgal2010-04-121-0/+427