summaryrefslogtreecommitdiff
path: root/libavformat/ftp.c
Commit message (Expand)AuthorAge
* lavf/ftp: check for truncation in snprintfAnton Khirnov2021-12-07
* avformat/ftp: Check for av_strtok() failureMichael Niedermayer2021-07-03
* avformat/ftp: Fix for invalid use of av_strtokLimin Wang2020-05-10
* avformat/ftp: slightly rework file retrieval with seekingMarton Balint2020-02-15
* avformat/ftp: do not break protocol on username or password with newlinesMarton Balint2020-02-15
* avformat/ftp: add support for escaped credentialsMarton Balint2020-02-15
* avformat/ftp: add AVOptions for authenticationNicolas Frattaroli2019-11-03
* avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393Wenxiang Qian2019-02-17
* avformat/ftp: allow nonstandard 202 reply to OPTS UTF8Marton Balint2018-11-04
* avformat/ftp: return AVERROR_EOF for EOFMarton Balint2018-11-01
* lavf/ftp: Remove an unneeded forward declaration.Carl Eugen Hoyos2018-10-09
* avformat/ftp: Solve a crash bug when network occur a exceptiontiejun.peng@foxmail.com2017-04-05
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
* avformat/ftp: Support response code 125 for STOR and RETR commandsRaymond Hilseth2016-03-07
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* 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