aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-4/+7
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* avformat/ftp: use correct enum typeGanesh Ajjanagadde2015-08-201-1/+1
* lavf/ftp: implement move and delete callbacksMariusz Szczepańczyk2015-08-201-0/+61
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-11/+12
* lavf/ftp: implement NLST methodMariusz Szczepańczyk2015-08-141-14/+81
* avformat/ftp: Use av_freep() for dir_bufferMichael Niedermayer2015-08-101-1/+1
* lavf/ftp: properly read an empty pathMariusz Szczepańczyk2015-08-101-10/+8
* lavf/ftp: implement directory listing callbacksLukasz Marek2015-08-101-11/+182
* lavf/ftp: remove fixed length buffers from contextLukasz Marek2015-04-031-7/+17
* lavf/ftp: parse user and password onceLukasz Marek2015-04-031-23/+31
* libavformat/ftp: Do not leak memory in routine ftp_featuresAlexander Strasser2014-08-261-1/+6
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-6/+4
* lavf/ftp: always treat all response codes >= 500 as errorLukasz Marek2014-07-041-16/+20
* lavf/ftp: explicitly enable UTF-8Lukasz Marek2014-07-041-0/+17
* lavf/ftp: make response parsing more RFC compliantLukasz Marek2014-07-041-18/+29
* lavf/ftp: favour EPSV over PASV commandLukasz Marek2014-05-201-4/+47
* lavf/ftp: fix seek to nagative positionLukasz Marek2014-02-281-3/+5
* lavf/ftp: remove double spaceLukasz Marek2014-01-221-1/+1
* avformat/ftp: add log regarding passive mode failureLukasz Marek2013-10-121-4/+4
* avformat/ftp: fix possible deadlockLukasz Marek2013-10-121-8/+7
* lavf/ftp: fix possible crashLukasz Marek2013-08-291-1/+2
* avformat/ftp: make const tables static constMichael Niedermayer2013-08-271-15/+15
* ftp: warning about pure-ftp server used as and outputLukasz Marek2013-07-171-2/+7
* ftp: commentsLukasz Marek2013-07-171-4/+6
* ftp: remove unused headersLukasz Marek2013-07-171-4/+0
* ftp: fix interrupt callback misuseLukasz Marek2013-07-171-77/+32
* ftp: add invalid code for RETR operationLukasz Marek2013-06-081-1/+1
* ftp: probe seek capabilityLukasz Marek2013-06-081-4/+8
* ftp: fix seeking beyond file sizeLukasz Marek2013-06-081-6/+10
* ftp: abort function optimalizationLukasz Marek2013-06-081-16/+48
* ftp: explicit return code checksLukasz Marek2013-06-081-2/+2
* ftp: fix flush control connection inputLukasz Marek2013-06-081-1/+1
* ftp: reconnect on tcp read errorLukasz Marek2013-06-081-6/+9
* ftp: fix using uninitialized valueLukasz Marek2013-06-041-3/+2
* ftp: enhanced error handlingLukasz Marek2013-05-311-15/+15
* ftp: reconnect on seekLukasz Marek2013-05-311-56/+48
* ftp: move common commands code to functionLukasz Marek2013-05-311-67/+38
* ftp: enhanced status code handlingLukasz Marek2013-05-311-73/+141
* ftp: reconnect on readLukasz Marek2013-05-311-52/+73
* ftp: move create control connection to functionLukasz Marek2013-05-311-48/+68
* ftp: credentials moved into FTPContextLukasz Marek2013-05-311-38/+27
* ftp: rename function nameLukasz Marek2013-05-311-4/+4
* ftp: formatting and typos fixesLukasz Marek2013-05-311-16/+17
* ftp: favor strtoll over atollHendrik Leppkes2013-05-191-1/+1
* FTP protocol supportLukasz Marek2013-05-181-0/+659