Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | make http size check work | Michael Vogt | |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | |
Reported-By: cppcheck Git-Dch: Ignore | |||
2014-08-26 | make https honor ExpectedSize as well | Michael Vogt | |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
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-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies | |
The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore | |||
2013-10-01 | handle complete responses to https range requests | David Kalnischkies | |
Servers might respond with a complete file either because they don't support Ranges at all or the If-Range condition isn't statisfied, so we have to parse the headers curl gets ourself to seek or truncate the file we have so far. This also finially adds the testcase testing a bunch of partial situations for both, http and https - which is now all green. Closes: 617643, 667699 LP: 1157943 | |||
2013-01-09 | add missing curl_easy_cleanup() | Michael Vogt | |
2012-02-11 | just in case: correct the header-guard for https to not match http | David Kalnischkies | |
2012-02-11 | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies | |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2009-11-17 | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME | Michael Vogt | |
2007-07-10 | Minor typos. | Otavio Salvador | |
2007-07-10 | * Fix compilation warnings: | Otavio Salvador | |
- apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void; | |||
2006-12-19 | * added https transport method as optional pacakge | Michael Vogt | |