summaryrefslogtreecommitdiffstats
path: root/stream/stream_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+17
* Fix ftp support to properly support large files > 2GB.reimar2010-01-241-3/+4
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-16/+16
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-1/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-1/+6
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-6/+1
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* cosmetics: misc typo fixesdiego2007-07-281-3/+3
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+469