summaryrefslogtreecommitdiff
path: root/methods/ftp.cc
Commit message (Expand)AuthorAgeFilesLines
* methods: connect: Switch from int fds to new MethodFdJulian Andres Klode2017-06-281-13/+12
* methods: connect: Change PkgAcqMethod to aptMethodJulian Andres Klode2017-06-281-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* methods/ftp: Cope with weird PASV responsesJulian Andres Klode2016-06-271-2/+15
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-8/+2
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-6/+3
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* fix various typos reported by codespellDavid Kalnischkies2015-08-271-1/+1
* Make apt compile with clang++ againMichael Vogt2015-08-141-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+0
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-1/+1
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-7/+9
* Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-3/+4
* Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-071-2/+6
* make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-071-4/+4
* add ftp expected size checkMichael Vogt2014-10-071-3/+7
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-2/+3
* methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-241-3/+3
* Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-0/+3
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+5
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-2/+2
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-9/+9
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-23/+26
* fix missing va_end()Michael Vogt2013-07-261-0/+1
* fix two "(style) Variable 'Res' is assigned a value that is never used"David Kalnischkies2012-03-041-4/+2
* fix "(error) Possible null pointer dereference: BindAddr" by ensuringDavid Kalnischkies2012-03-041-2/+2
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-0/+1
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-2/+3
|\
| * follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-111-1/+2
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-1/+1
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-6/+6
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
|/
* move the users away from the deprecated StrToTime() methodDavid Kalnischkies2010-06-091-2/+1
* add ftp support, basic debuggingMichael Vogt2009-10-161-0/+1
* add maybe_add_auth for ftp as wellMichael Vogt2009-10-161-1/+3
* Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin2008-12-151-14/+19
* - methods/ftp.cc: likewise;Otavio Salvador2007-10-021-1/+1
* * methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on...Michael Vogt2006-05-081-2/+5
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-1/+1
* Complete unfuzzification of PO files after the capitalization fixesChristian Perrier2005-03-091-1/+1
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-2/+2
* Merge apt--authentication--0Matt Zimmerman2004-12-131-1/+1
* Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman2004-11-271-0/+2
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+2
* * Let the ftp method work with ftp servers which do not...Arch Librarian2004-09-201-6/+8
* Lots and lots of i18n updates.Arch Librarian2004-09-201-41/+43