summaryrefslogtreecommitdiff
path: root/methods/ftp.cc
AgeCommit message (Expand)Author
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2013-07-26fix missing va_end()Michael Vogt
2012-03-04fix two "(style) Variable 'Res' is assigned a value that is never used"David Kalnischkies
2012-03-04fix "(error) Possible null pointer dereference: BindAddr" by ensuringDavid Kalnischkies
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2010-06-09move the users away from the deprecated StrToTime() methodDavid Kalnischkies
2009-10-16add ftp support, basic debuggingMichael Vogt
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt
2008-12-15Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin
2007-10-02 - methods/ftp.cc: likewise;Otavio Salvador
2006-05-08* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on...Michael Vogt
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt
2005-03-09Complete unfuzzification of PO files after the capitalization fixesChristian Perrier
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier
2004-12-13Merge apt--authentication--0Matt Zimmerman
2004-11-27Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman
2004-09-20* Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian
2004-09-20* Let the ftp method work with ftp servers which do not...Arch Librarian
2004-09-20Lots and lots of i18n updates.Arch Librarian
2004-09-20Tidy use of flNotFileArch Librarian
2004-09-20G++3 fixes from RandolphArch Librarian
2004-09-20Reordered some things to make dante happier. Closes: #92757Arch Librarian
2004-09-20no_proxy and ftp. Closes: #89671Arch Librarian
2004-09-20Alfredo's vendor stuffArch Librarian
2004-09-20More SHA-1 prepArch Librarian
2004-09-20Bumped methods version numberArch Librarian
2004-09-20Alfredo's no_proxy patchArch Librarian
2004-09-20Join with aliencodeArch Librarian
2004-09-20Fixed passive connect waiting bugArch Librarian
2004-09-20Fixed ftp resumeArch Librarian
2004-09-20Moved time handling, fixed makefilesArch Librarian
2004-09-20Reorderd error handlingArch Librarian
2004-09-20Use _exit in the signal handlersArch Librarian
2004-09-20Added timestamp to exit pathArch Librarian
2004-09-20Better handling of missing servicesArch Librarian
2004-09-20Multiprotocol connectArch Librarian
2004-09-20Updated error messages to reflect host/ipArch Librarian
2004-09-20More tweaksArch Librarian