Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | allow acquire method specific options via Binary scope | David Kalnischkies | 1 | -6/+3 |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies | 1 | -1/+1 |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies | 1 | -1/+1 |
2015-08-14 | Make apt compile with clang++ again | Michael Vogt | 1 | -1/+1 |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | 1 | -1/+0 |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies | 1 | -1/+1 |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies | 1 | -7/+9 |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt | 1 | -3/+4 |
2014-10-07 | Send "Fail-Reason: MaximumSizeExceeded" from the method | Michael Vogt | 1 | -2/+6 |
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt | 1 | -4/+4 |
2014-10-07 | add ftp expected size check | Michael Vogt | 1 | -3/+7 |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | 1 | -2/+3 |
2014-09-24 | methods: Fail if we cannot drop privileges | Julian Andres Klode | 1 | -3/+3 |
2014-09-24 | Drop Privileges to "Debian-apt" in most acquire methods | Michael Vogt | 1 | -0/+3 |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -0/+5 |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 1 | -1/+1 |
2014-03-13 | fix -Wmissing-field-initializers warnings | David Kalnischkies | 1 | -2/+2 |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | 1 | -2/+2 |
2014-02-11 | use utimes instead of utimensat/futimens | David Kalnischkies | 1 | -9/+9 |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies | 1 | -23/+26 |
2013-07-26 | fix missing va_end() | Michael Vogt | 1 | -0/+1 |
2012-03-04 | fix two "(style) Variable 'Res' is assigned a value that is never used" | David Kalnischkies | 1 | -4/+2 |
2012-03-04 | fix "(error) Possible null pointer dereference: BindAddr" by ensuring | David Kalnischkies | 1 | -2/+2 |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies | 1 | -0/+1 |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | 1 | -1/+1 |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 1 | -0/+1 |
2011-09-13 | merge with debian/experimental | David Kalnischkies | 1 | -2/+3 |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 1 | -6/+6 |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 1 | -1/+3 |
2011-08-11 | follow the recommendation of cppcheck to make some method methods (scnr) | David Kalnischkies | 1 | -1/+2 |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 1 | -1/+1 |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies | 1 | -2/+1 |
2009-10-16 | add ftp support, basic debugging | Michael Vogt | 1 | -0/+1 |
2009-10-16 | add maybe_add_auth for ftp as well | Michael Vogt | 1 | -1/+3 |
2008-12-15 | Make apt proxy options have the highest priority, unified proxy determining c... | Eugene V. Lyubimkin | 1 | -14/+19 |
2007-10-02 | - methods/ftp.cc: likewise; | Otavio Salvador | 1 | -1/+1 |
2006-05-08 | * methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on... | Michael Vogt | 1 | -2/+5 |
2005-05-23 | * merged with my apt--fixes--0 branch | Michael Vogt | 1 | -1/+1 |
2005-03-09 | Complete unfuzzification of PO files after the capitalization fixes | Christian Perrier | 1 | -1/+1 |
2005-03-06 | Bring consistency to the use of capitals in programs messages | Christian Perrier | 1 | -2/+2 |
2004-12-13 | Merge apt--authentication--0 | Matt Zimmerman | 1 | -1/+1 |
2004-11-27 | Call setlocale in all methods, don't call bindtextdomain in http | Matt Zimmerman | 1 | -0/+2 |
2004-09-20 | * Patch from Eric Wong <normalperson@yhbt.net> to inclu... | Arch Librarian | 1 | -2/+2 |
2004-09-20 | * Let the ftp method work with ftp servers which do not... | Arch Librarian | 1 | -6/+8 |
2004-09-20 | Lots and lots of i18n updates. | Arch Librarian | 1 | -41/+43 |
2004-09-20 | Tidy use of flNotFile | Arch Librarian | 1 | -2/+2 |
2004-09-20 | G++3 fixes from Randolph | Arch Librarian | 1 | -1/+4 |
2004-09-20 | Reordered some things to make dante happier. Closes: #92757 | Arch Librarian | 1 | -3/+6 |
2004-09-20 | no_proxy and ftp. Closes: #89671 | Arch Librarian | 1 | -8/+2 |
2004-09-20 | Alfredo's vendor stuff | Arch Librarian | 1 | -2/+2 |