~ubuntu-branches/debian/jessie/apt/jessie

« back to all changes in this revision

Viewing changes to apt-pkg/contrib/fileutl.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Michael Vogt, Trần Ngọc Quân, Chris Leick, Mert Dirik
  • Date: 2014-09-16 20:52:25 UTC
  • Revision ID: package-import@ubuntu.com-20140916205225-8i75g4aqjb3ycour
Tags: 1.0.9.1
[ Michael Vogt ]
* Allow override of Proxy-Auto-Detect by the users configuration
  (Closes: 759264)
* fix ci autopkgtest
* fix regression from 1.0.9 when file:/// source are used and
  those are on a different partition than the apt state directory
  and add regression test

[ Trần Ngọc Quân ]
* l10n: vi.po (636t): Update program translation

[ Chris Leick ]
* Updated German documentation translation

[ Mert Dirik ]
* Turkish program translation update (Closes: 761394)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
   bool Skip(unsigned long long To);
86
86
   bool Truncate(unsigned long long To);
87
87
   unsigned long long Tell();
 
88
   // the size of the file content (compressed files will be uncompressed first)
88
89
   unsigned long long Size();
 
90
   // the size of the file itself
89
91
   unsigned long long FileSize();
90
92
   time_t ModificationTime();
91
93