summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix seeking with cache enabled on systems using fork().albeu2006-03-131-66/+68
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* Make FtpSendCmd() function more user friendly by making it append the necessa...gpoirier2005-10-141-11/+15
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-5/+1
* Typo fix: RFC959 says that FTP commands should end with a carriage returngpoirier2005-10-101-1/+1
* fix compilation on mingwfaust32003-08-171-1/+1
* Forgot #include <sys/socket.h>albeu2003-08-161-0/+1
* ftp support for mingwfaust32003-08-161-4/+9
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-0/+465