Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -0/+4 |
|\ | |||||
| * | Use better constant since MAXHOSTNAMELEN may mean shorter name | Stanislav Malyshev | 2015-01-31 | 1 | -0/+4 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Forgot to commit these. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+5 |
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Fix non-Windows build | Gustavo Lopes | 2013-02-02 | 1 | -0/+2 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Forgot to commit these. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+5 |
|/ | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -4/+10 |
* | MFH: | Felipe Pena | 2009-01-07 | 1 | -0/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFH: | Pierre Joye | 2008-08-23 | 1 | -14/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fix build on MSVC 2008 - channeling Wez | Elizabeth Marie Smith | 2007-10-09 | 1 | -0/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro | foobar | 2005-07-14 | 1 | -1/+1 |
* | Added bindto socket context option. | Ilia Alshanetsky | 2005-06-14 | 1 | -1/+1 |
* | Fix for Bug #24189: possibly unsafe select(2) usage. | Wez Furlong | 2004-09-17 | 1 | -0/+98 |
* | wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks | Hartmut Holzgraefe | 2004-02-20 | 1 | -1/+6 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | Counteract brain-death in Apache headers | Wez Furlong | 2003-12-18 | 1 | -0/+3 |
* | fix ipv6 stuff under vc6 | Wez Furlong | 2003-12-06 | 1 | -5/+5 |
* | Detect and enable IPv6 support under win32. | Wez Furlong | 2003-12-06 | 1 | -1/+6 |
* | Export these so that ftp extension can be build as shared ext. | Wez Furlong | 2003-12-02 | 1 | -2/+2 |
* | Add stream_socket_sendto and stream_socket_recvfrom which work very much | Wez Furlong | 2003-11-29 | 1 | -0/+12 |
* | Win32 build fixes for openssl | Edin Kadribasic | 2003-06-15 | 1 | -1/+1 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_... | Wez Furlong | 2003-02-28 | 1 | -8/+15 |
* | New user-space functions: | Wez Furlong | 2003-02-28 | 1 | -5/+27 |
* | - No need to include the ssl headers elsewhere but in ext/openssl | foobar | 2003-02-28 | 1 | -4/+0 |
* | Another big commit (tm). | Wez Furlong | 2003-02-27 | 1 | -17/+14 |
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fix for #19508 by poleson@verio.net. | Wez Furlong | 2002-10-29 | 1 | -1/+6 |
* | Revert to 1.34. | Sebastian Bergmann | 2002-10-14 | 1 | -18/+18 |
* | Whitespace fixes. | Sebastian Bergmann | 2002-10-14 | 1 | -18/+18 |
* | Fix Win32 build. | Sebastian Bergmann | 2002-10-14 | 1 | -3/+0 |
* | A much better probable fix for #16114. | Wez Furlong | 2002-10-13 | 1 | -0/+11 |
* | (php_socket_errno) win32 errno compatible macro. | Wez Furlong | 2002-10-13 | 1 | -2/+7 |
* | EOF related fixes. | Wez Furlong | 2002-10-05 | 1 | -1/+0 |
* | remove chunk size setting code (it's now in streams.c). | Wez Furlong | 2002-09-28 | 1 | -4/+0 |