Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies | 1 | -1/+1 | |
Reported-By: cppcheck Git-Dch: Ignore | |||||
2015-11-05 | allow acquire method specific options via Binary scope | David Kalnischkies | 1 | -1/+2 | |
Allows users who know what they are getting themselves into with this trick to e.g. disable privilege dropping for e.g. file:// until they can fix up the permissions on those repositories. It helps also the test framework and people with a similar setup (= me) to run in less modified environments. | |||||
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | 1 | -2/+4 | |
C++11 adds the 'override' specifier to mark that a method is overriding a base class method and error out if not. We hide it in the APT_OVERRIDE macro to ensure that we keep compiling in pre-c++11 standards. Reported-By: clang-modernize -add-override -override-macros Git-Dch: Ignore | |||||
2014-10-07 | Send "Fail-Reason: MaximumSizeExceeded" from the method | Michael Vogt | 1 | -1/+2 | |
Communicate the fail reason from the methods to the parent and Rename() failed files. | |||||
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt | 1 | -1/+1 | |
2014-10-07 | add ftp expected size check | Michael Vogt | 1 | -1/+1 | |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | 1 | -1/+1 | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -0/+2 | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | 1 | -1/+1 | |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 1 | -0/+4 | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 1 | -5/+5 | |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 1 | -2/+2 | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||||
2010-06-24 | methods/ftp.h: Handle different logins are on the same server (Closes: #586904). | Julian Andres Klode | 1 | -1/+1 | |
2004-09-20 | More SHA-1 prep | Arch Librarian | 1 | -3/+3 | |
Author: jgg Date: 2001-03-06 07:15:29 GMT More SHA-1 prep | |||||
2004-09-20 | Join with aliencode | Arch Librarian | 1 | -4/+14 | |
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode | |||||
2004-09-20 | Wow it works | Arch Librarian | 1 | -4/+25 | |
Author: jgg Date: 1999-03-15 07:20:41 GMT Wow it works | |||||
2004-09-20 | First draft | Arch Librarian | 1 | -0/+51 | |
Author: jgg Date: 1999-03-15 06:00:59 GMT First draft |