summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ftp_size() returning bogus results.Vlad Krupin2002-03-181-0/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-0/+2
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-15/+9
* Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5):Jon Parise2002-03-071-1/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-3/+4
* Added IPv6 supportStig Venaas2002-01-061-112/+91
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-34/+47
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Included header files needed by RISC OSAlex Waugh2001-11-041-0/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-1/+1
* Forgotten Include.Jason Greene2001-07-171-0/+1
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-171-3/+3
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-35/+114
* Fixed ftp_mkdir(). It return the dirname passed to it in case offoobar2000-11-031-2/+5
* Both RETR and STOR have also 250 as possible return valuefoobar2000-10-311-2/+2
* Fix the fix.foobar2000-10-311-1/+1
* Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.foobar2000-10-271-1/+1
* Fixes PR: 7245foobar2000-10-271-1/+1
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-0/+14
* @- Fixed FTP module to accept multiline server replies (Jani)foobar2000-08-101-11/+14
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-1/+1
* Changed the #ifdefs around "errno = ETIMEDOUT;" to include the restAndrew Skalski2000-05-231-3/+3
* - PHP_WIN32 macro should be used with #ifdef/#ifndefAndi Gutmans2000-05-231-6/+6
* fixing typeFrank M. Kromann2000-05-231-1/+1
* chang #if to #ifdefFrank M. Kromann2000-05-231-1/+1
* making ftp module compile and work on win32Frank M. Kromann2000-05-231-2/+19
* applied Luca Montecchiani's win32 fixes (open files in binary modeAndrew Skalski2000-05-221-7/+13
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-1/+1
* added the ftp_site() functionAndrew Skalski2000-02-221-1/+16
* recognize 125 as success for put/get commandsAndrew Skalski2000-02-161-3/+3
* typecast void pointer to char* for pointer arithmeticAndrew Skalski1999-11-271-1/+1
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-2/+2
* <sys/time.h> is needed on linuxThies C. Arntzen1999-11-191-1/+5
* Removed stdio wrapper from sockets; added timeouts to socket ops.Andrew Skalski1999-11-181-133/+386
* Added delete and rename functions.Andrew Skalski1999-10-041-0/+32
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-16/+161
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-0/+2
* added missing "addr.sin_family = AF_INET" to socket routinesAndrew Skalski1999-09-211-0/+2
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-534/+559
* Added documentation hooks to ftp.cAndrew Skalski1999-09-161-0/+39
* added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()Andrew Skalski1999-09-161-0/+132
* added ftp_systype() and ftp_listraw() functionsAndrew Skalski1999-09-161-0/+111
* Added rudimentary FTP support.Andrew Skalski1999-09-161-0/+420