aboutsummaryrefslogtreecommitdiff
path: root/dpi/ftp.c
AgeCommit message (Collapse)Author
2013-01-12clean up struct typedefsp37sitdu, corvid
2012-12-16Set the FTP dpi to one try per connectionJorge Arellano Cid
Bug fix: also avoid a useless retry when given just the server name.
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2011-11-11more image magiccorvid
2009-11-01ftp dpi: fixed download offer, streamed transfer, added HTML feedback.Jorge Arellano Cid
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time).
2009-11-01ftp dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-09-20trim some spacescorvid
2009-07-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-01-02Ensure that the dlib dStr* functions are used everywhere.Jorge Arellano Cid
2008-05-24- Minor spelling fixes.jcid
2008-05-16- FTP dpi: Fixed algorithm bugs and improved the mime-type detector.jcid
2008-04-17- Improved parsing of collapsing white space.jcid
2007-12-31- Added more statics in dpi, const in pixmaps, and removed redundant includes.jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid