aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_ftp.c
Commit message (Expand)AuthorAge
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* stream_ftp: cleanupsGravatar al2012-12-03
* stream_ftp: fix compilation with libavGravatar Stefano Pigozzi2012-11-22
* stream_ftp: support longer filenamesGravatar al2012-11-21
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream_ftp: fix double free in one error caseGravatar Uoti Urpala2012-10-30
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Fix ftp support to properly support large files > 2GB.Gravatar reimar2010-01-24
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* cosmetics: misc typo fixesGravatar diego2007-07-28
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31