Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix loop - size_t is unsigned so can not be negative | Stanislav Malyshev | 2014-11-11 | 1 | -5/+4 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -9/+12 |
| | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP | Gustavo André dos Santos Lopes | 2011-02-27 | 1 | -19/+30 |
| | | | | | | | | | | wrapper). #php_stream->wrapperdata should hold an array zval (like its zval* type #indicates...), it's not a place where the wrapper can drop an arbitrary #pointer. For that, .wrapperthis should be used. #Also, since the ftp dir wrapper defines its own stream type, it's more #appropriate to use .abstract to store the stream instance specific data. | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting) | Ilia Alshanetsky | 2010-12-13 | 1 | -2/+22 |
| | |||||
* | - Fixed bug #53198 (changing INI setting "from" with ini_set did not have any | Gustavo André dos Santos Lopes | 2010-10-29 | 1 | -3/+2 |
| | | | | | | | effect) #Made "from" a proper INI setting and bound it to a global variable. #Previously, it was simply read from the hash table with the parsed ini file #by using cfg_get_string (I wonder why this mechanism still exists...) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Switching to TSRMLS_FETCH version | Felipe Pena | 2009-11-16 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) | Felipe Pena | 2009-11-15 | 1 | -3/+3 |
| | | | | | (patch by Pierrick) | ||||
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 1 | -13/+0 |
| | | | | | with Novell some longer time ago in their SDK header. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by ↵ | Felipe Pena | 2008-07-11 | 1 | -0/+7 |
| | | | | crrodriguez at suse dot de) | ||||
* | Fixed bug #43498 (file_exists() on a proftpd server got SIZE not | Ilia Alshanetsky | 2008-01-08 | 1 | -0/+1 |
| | | | | | | allowed in ASCII mode). # Original patch by crrodriguez at suse dot de | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues ↵ | Jani Taskinen | 2007-12-29 | 1 | -2/+5 |
| | | | | with misconfigured servers) | ||||
* | MFH: Nuked ending dots from error messages | Jani Taskinen | 2007-09-30 | 1 | -3/+3 |
| | |||||
* | MFB52: ws+cs | Jani Taskinen | 2007-09-27 | 1 | -19/+21 |
| | |||||
* | MFH: fix invalid read when opendir over FTP fails (coverity issue #462) | Antony Dovgal | 2007-09-21 | 1 | -1/+4 |
| | |||||
* | MFH | Jani Taskinen | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | MFH: php_gmtime_r() fixes | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fix buffer overrun | Antony Dovgal | 2006-03-20 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fixed command error in ftp:// wrapper. | Ilia Alshanetsky | 2005-11-22 | 1 | -3/+3 |
| | | | | | # Thanks to Stefan Esser for discovering the problem. | ||||
* | MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented command | Ilia Alshanetsky | 2005-10-11 | 1 | -60/+20 |
| | | | | | transfer). | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Pass context parameter through to xport_create | Sara Golemon | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto ↵ | Sara Golemon | 2005-07-13 | 1 | -4/+12 |
| | | | | startup | ||||
* | MFB: Fixed memory leak on error in FTP wrapper. | Ilia Alshanetsky | 2005-05-07 | 1 | -17/+25 |
| | |||||
* | Check ftp user name for control characters. | Ilia Alshanetsky | 2005-05-06 | 1 | -1/+14 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2005-02-27 | 1 | -1/+1 |
| | |||||
* | removed unwanted comments, NEW_LIBC checks and NetWare specific stat ↵ | Anantha Kesari H Y | 2004-09-29 | 1 | -9/+14 |
| | | | | structure population | ||||
* | Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not | Ilia Alshanetsky | 2004-08-16 | 1 | -1/+8 |
| | | | | | have trailing slash). | ||||
* | Oh by the way, only use proxy mode for reading... | Sara Golemon | 2004-07-24 | 1 | -6/+12 |
| | |||||
* | Add proxy support to ftp using http wrapper | Sara Golemon | 2004-07-24 | 1 | -1/+7 |
| | |||||
* | Add MTDM support to ftp_fopen_wrapper::url_stat() | Sara Golemon | 2004-07-21 | 1 | -1/+47 |
| | |||||
* | BugFix# 27982: Provide error message when trying to overwrite an existant ↵ | Sara Golemon | 2004-05-17 | 1 | -0/+1 |
| | | | | file without overwrite context option. | ||||
* | FTP dirstream_read should not leave whitespace/newlines on dirents | Sara Golemon | 2004-01-28 | 1 | -1/+9 |
| | |||||
* | Changed prototypes to allow parsing of string literals and constant strings | Ard Biesheuvel | 2004-01-25 | 1 | -1/+1 |
| | | | | | Minor CS/WS | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 1 | -1/+147 |
| | | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper | ||||
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 1 | -1/+85 |
| | | | | | | | Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename() | ||||
* | Fixed ZTS build. | Ilia Alshanetsky | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | Fix bug #26574 (basename() doesn't work properly with multibyte characters) | Moriyoshi Koizumi | 2003-12-10 | 1 | -3/+4 |
| | |||||
* | Add in missing stat element and fix win32 build | Sara Golemon | 2003-11-29 | 1 | -2/+6 |
| |