Age | Commit message (Expand) | Author |
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt |
2014-09-24 | DropPrivs: Document what it does | Julian Andres Klode |
2014-09-23 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-16 | SECURITY UPDATE for CVE-2014-{0488,0487,0489} | Michael Vogt |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental | Michael Vogt |
2014-06-11 | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi... | Michael Vogt |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | add flAbsPath() as a wrapper to realpath() | Michael Vogt |
2014-04-28 | Merge branch 'feature/popen' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | Implement Popen() execv helper to avoid popen() | Michael Vogt |
2014-04-28 | WIP local deb install | Michael Vogt |
2014-04-10 | Rename FileFd::Open() Perms to AccessMode | Michael Vogt |
2014-03-21 | mark optional (private) symbols as hidden | David Kalnischkies |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt |
2014-02-27 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2013-12-22 | factor GetTempDir out | Michael Vogt |
2013-11-28 | fix regression that APT::Keep-Fds is not honored (closes: #730490) | Michael Vogt |
2013-10-31 | add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP... | Michael Vogt |
2013-08-15 | * lp:~mvo/apt/add-glob-function: | Michael Vogt |
2013-08-15 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2013-06-09 | set Fail flag in FileFd on all errors consistently | David Kalnischkies |
2012-10-17 | * lp:~mvo/apt/add-glob-function: | Michael Vogt |
2012-09-04 | add "Glob()" to fileutl | Michael Vogt |
2012-07-10 | cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/ | Michael Vogt |
2012-07-10 | merged the relevant bits from lp:~mvo/apt/lp346386 | Michael Vogt |
2012-06-21 | update comments and add one FIXME for the next ABI break | Michael Vogt |
2012-06-21 | check when finished downloading the InRelease file if it has the expected gpg... | Michael Vogt |
2012-04-11 | use a static FileFd::Write overload to reduce duplication of write()-retry code | David Kalnischkies |
2012-02-11 | * apt-pkg/cachefile.cc: | David Kalnischkies |
2012-02-03 | rework previous patch to avoid changing the inline code | Michael Vogt |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt |
2012-01-16 | * apt-pkg/contrib/fileutils.h: | Michael Vogt |
2011-12-15 | refactor compressor calling so that we don't (need to) export ExecCompressor | David Kalnischkies |
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies |
2011-12-13 | allow Open() and OpenDescriptor() to be called with a Compressor | David Kalnischkies |
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies |
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies |
2011-12-11 | - add a ReadLine method | David Kalnischkies |
2011-12-10 | * apt-pkg/contrib/fileutl.{h,cc}: | David Kalnischkies |
2011-12-10 | enable FileFd to guess the compressor based on the filename if requested or | David Kalnischkies |
2011-11-29 | split up the OpenMode into OpenMode and CompressionMode and | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-07-28 | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt |