| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ftp_mlsd(): Parse the MLSD response | Andreas Treichel | 2017-02-17 | 1 | -2/+9 |
| * | FTP: implement MLSD for structured listing of directories, decribed at https:... | Andreas Treichel | 2017-01-29 | 1 | -0/+36 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | Kill some more strlen() calls and fix a possible missing NULL pointer check | Kalle Sommer Nielsen | 2016-11-20 | 1 | -24/+24 |
| * | Fix typo | Kalle Sommer Nielsen | 2016-11-20 | 1 | -1/+1 |
| * | Shave off a strlen() call in ftp_mkdir() | Kalle Sommer Nielsen | 2016-11-20 | 1 | -1/+1 |
| * | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -4/+0 |
| * | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+15 |
| |\ \ | |/ | |||||
| | * | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+15 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| * | | don't depend on ext/openssl for ftp ssl support | Anatol Belski | 2015-03-11 | 1 | -12/+9 |
| * | | enable ftps for shared ext/ftp | Anatol Belski | 2015-03-11 | 1 | -7/+26 |
| * | | Ported ftp | Xinchen Hui | 2015-02-02 | 1 | -36/+98 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -81/+81 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | Fix ftp_login() | Nikita Popov | 2014-09-03 | 1 | -1/+1 |
| * | | fixed remaining 's' args for ftp | Anatol Belski | 2014-08-27 | 1 | -10/+12 |
| * | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -14/+14 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -58/+58 |
| * | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |
| * | | ported ext/ftp | Anatol Belski | 2014-08-19 | 1 | -32/+32 |
| * | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -26/+26 |
| * | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
| * | | Fixed safe resource close. | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
| * | | Fixed incorrect boolean IS_FALSE/IS_TRUE handling | Dmitry Stogov | 2014-05-06 | 1 | -1/+1 |
| * | | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 1 | -4/+6 |
| * | | fix ftp for ng | krakjoe | 2014-05-06 | 1 | -42/+42 |
| * | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Fix leak caused by fix to bug #65667 | Nikita Popov | 2013-12-30 | 1 | -0/+4 |
| * | Fix bug #65667: ftp_nb_continue produces segfault | Philip Hofstetter | 2013-10-04 | 1 | -1/+3 |
| * | First fixes for a 64bit compatible ftp extension | Andreas Streichardt | 2013-08-04 | 1 | -9/+7 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -7/+7 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -9/+9 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -33/+0 |
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+33 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -33/+0 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
