Commit Graph

8 Commits

Author SHA1 Message Date
Michael Vogt 45a9cc46a1 add missing curl_easy_cleanup() 2013-01-09 14:47:35 +01:00
David Kalnischkies f40db111e1 just in case: correct the header-guard for https to not match http 2012-02-11 21:26:42 +01:00
David Kalnischkies 379e22a4c0 remove the arbitrary MAXLEN limit for response lines (Closes: #658346) 2012-02-11 21:25:57 +01:00
David Kalnischkies 472ff00ef2 use forward declaration in headers if possible instead of includes 2011-09-19 19:14:19 +02:00
Michael Vogt 5085e66067 methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME 2009-11-17 09:55:22 -06:00
Otavio Salvador ae58a98599 Minor typos. 2007-07-10 15:14:57 -03:00
Otavio Salvador 21fd1746e3 * Fix compilation warnings:
- 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;
2007-07-10 15:06:12 -03:00
Michael Vogt d546f98d46 * added https transport method as optional pacakge 2006-12-19 12:03:30 +01:00