summaryrefslogtreecommitdiff
path: root/libavformat/ftp.c
Commit message (Expand)AuthorAge
* avformat/ftp: use correct enum typeGanesh Ajjanagadde2015-08-20
* lavf/ftp: implement move and delete callbacksMariusz Szczepańczyk2015-08-20
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* lavf/ftp: implement NLST methodMariusz Szczepańczyk2015-08-14
* avformat/ftp: Use av_freep() for dir_bufferMichael Niedermayer2015-08-10
* lavf/ftp: properly read an empty pathMariusz Szczepańczyk2015-08-10
* lavf/ftp: implement directory listing callbacksLukasz Marek2015-08-10
* lavf/ftp: remove fixed length buffers from contextLukasz Marek2015-04-03
* lavf/ftp: parse user and password onceLukasz Marek2015-04-03
* libavformat/ftp: Do not leak memory in routine ftp_featuresAlexander Strasser2014-08-26
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* lavf/ftp: always treat all response codes >= 500 as errorLukasz Marek2014-07-04
* lavf/ftp: explicitly enable UTF-8Lukasz Marek2014-07-04
* lavf/ftp: make response parsing more RFC compliantLukasz Marek2014-07-04
* lavf/ftp: favour EPSV over PASV commandLukasz Marek2014-05-20
* lavf/ftp: fix seek to nagative positionLukasz Marek2014-02-28
* lavf/ftp: remove double spaceLukasz Marek2014-01-22
* avformat/ftp: add log regarding passive mode failureLukasz Marek2013-10-12
* avformat/ftp: fix possible deadlockLukasz Marek2013-10-12
* lavf/ftp: fix possible crashLukasz Marek2013-08-29
* avformat/ftp: make const tables static constMichael Niedermayer2013-08-27
* ftp: warning about pure-ftp server used as and outputLukasz Marek2013-07-17
* ftp: commentsLukasz Marek2013-07-17
* ftp: remove unused headersLukasz Marek2013-07-17
* ftp: fix interrupt callback misuseLukasz Marek2013-07-17
* ftp: add invalid code for RETR operationLukasz Marek2013-06-08
* ftp: probe seek capabilityLukasz Marek2013-06-08
* ftp: fix seeking beyond file sizeLukasz Marek2013-06-08
* ftp: abort function optimalizationLukasz Marek2013-06-08
* ftp: explicit return code checksLukasz Marek2013-06-08
* ftp: fix flush control connection inputLukasz Marek2013-06-08
* ftp: reconnect on tcp read errorLukasz Marek2013-06-08
* ftp: fix using uninitialized valueLukasz Marek2013-06-04
* ftp: enhanced error handlingLukasz Marek2013-05-31
* ftp: reconnect on seekLukasz Marek2013-05-31
* ftp: move common commands code to functionLukasz Marek2013-05-31
* ftp: enhanced status code handlingLukasz Marek2013-05-31
* ftp: reconnect on readLukasz Marek2013-05-31
* ftp: move create control connection to functionLukasz Marek2013-05-31
* ftp: credentials moved into FTPContextLukasz Marek2013-05-31
* ftp: rename function nameLukasz Marek2013-05-31
* ftp: formatting and typos fixesLukasz Marek2013-05-31
* ftp: favor strtoll over atollHendrik Leppkes2013-05-19
* FTP protocol supportLukasz Marek2013-05-18