aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream_ftp.c
Commit message (Expand)AuthorAge
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* Fix seeking with cache enabled on systems using fork().Gravatar albeu2006-03-13
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Make FtpSendCmd() function more user friendly by making it append the necessa...Gravatar gpoirier2005-10-14
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Typo fix: RFC959 says that FTP commands should end with a carriage returnGravatar gpoirier2005-10-10
* fix compilation on mingwGravatar faust32003-08-17
* Forgot #include <sys/socket.h>Gravatar albeu2003-08-16
* ftp support for mingwGravatar faust32003-08-16
* ftp support. The change on connect2Server is needed bcs we need 2Gravatar albeu2003-08-15