]> git.saurik.com Git - apt.git/history - apt-pkg/contrib/fileutl.cc
edsp: use an ID mapping for the internal solver
[apt.git] / apt-pkg / contrib / fileutl.cc
2014-09-05  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-10  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-08  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-18  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-18  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-06-18  Michael VogtMerge remote-tracking branch 'mvo/feature/drop-rights...
2014-06-18  Michael VogtMerge remote-tracking branch 'mvo/feature/update-by...
2014-06-18  Michael VogtMerge remote-tracking branch 'mvo/feature/hash-stats...
2014-06-18  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-11  Michael VogtDropPrivs in the solvers (just to be on the safe side)
2014-06-10  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-update...
2014-06-10  Michael VogtMerge remote-tracking branch 'mvo/bugfix/apt-get-source...
2014-06-10  Michael VogtMerge remote-tracking branch 'mvo/bugfix/lp1274466...
2014-06-10  Michael VogtMerge remote-tracking branch 'mvo/feature/srcrec-enum2...
2014-05-30  David Kalnischkieswithout a filename we can't stat pipes
2014-05-30  David KalnischkiesMerge EDSP 0.5 w/ multi-arch support for external solvers
2014-05-29  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-05-29  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-27  Michael Vogtuse free() instead of delete() when realloc is used
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/build-dep...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-08  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-install...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-07  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-05-07  Michael VogtMerge branch 'debian/sid' into bugfix/update-progress...
2014-05-05  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-04-28  Michael VogtMerge branch 'feature/abspath' into feature/apt-install-deb
2014-04-28  Michael VogtMerge branch 'feature/abspath' into feature/apt-install-deb
2014-04-28  Michael Vogtadd flAbsPath() as a wrapper to realpath()
2014-04-28  Michael VogtMerge branch 'feature/popen' into feature/apt-install-deb
2014-04-28  Michael VogtImplement Popen() execv helper to avoid popen()
2014-04-28  Michael VogtWIP local deb install
2014-04-26  Adam Conradfix FileFd::Size bitswap on big-endian architectures
2014-04-22  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-04-22  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-04-16  David Kalnischkiesclear HitEof flag in FileFd::Seek
2014-04-11  Michael VogtMerge remote-tracking branch 'mvo/feature/helpful-apt...
2014-04-11  Michael VogtMerge remote-tracking branch 'mvo/bugfix/apt-list-rc...
2014-04-11  David Kalnischkiesdeal with umask only if we really need to for mkstemp
2014-04-11  David Kalnischkiesdon't double-count seeks in FileFd::Skip for bzip/xz
2014-04-10  Michael VogtMerge remote-tracking branch 'mvo/bugfix/lp1304657...
2014-04-10  Michael VogtMerge remote-tracking branch 'mvo/bugfix/apt-search...
2014-04-10  Michael Vogtimprove umask/fchmod code readability
2014-04-10  Michael VogtRename FileFd::Open() Perms to AccessMode
2014-04-10  Michael VogtFix insecure file permissions when using FileFd with...
2014-04-08  Michael VogtMerge branch 'bugfix/apt-search-case' into debian/sid
2014-04-01  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-manpage...
2014-04-01  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-04-01  Michael VogtMerge remote-tracking branch 'mvo/feature/more-fancy...
2014-04-01  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-04-01  Michael VogtAdd new Debug::RunScripts option
2014-03-27  Michael VogtMerge branch 'debian/sid' into feature/more-fancy-progress
2014-03-27  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-03-21  David Kalnischkiescontinue reading in xz even if it outputs nothing
2014-03-15  Julian Andres KlodeFix handling of autoclosing for compressed files (Close...
2014-03-14  Michael Vogtfix test/integration/test-apt-helper
2014-03-13  Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2014-03-13  David Kalnischkiesrefactor FileFd to hide some #ifdefs
2014-03-13  David Kalnischkiesuse liblzma-dev to provide xz/lzma support
2014-03-13  David Kalnischkiesrefactor setup of file opening via zlib/bz2 lib
2014-03-13  David Kalnischkiesmove fd duplication closer to the gz/bz2 open calls
2014-03-13  David Kalnischkiescleanup headers and especially #includes everywhere
2014-03-13  David Kalnischkieswarning: useless cast to type A [-Wuseless-cast]
2014-03-13  David Kalnischkieswarning: cast from type A to type B casts away qualifie...
2014-03-12  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-03-12  Michael Vogtadd hashsum support in apt-file download and add more...
2014-02-27  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-02-22  Michael VogtFix typos in documentation (codespell)
2014-02-14  David Kalnischkiessimplify code some more to make reddit happy
2014-02-12  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-02-10  David Kalnischkiessimplify code to make compilers happy
2014-01-26  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-01-25  Michael VogtMerge branch 'debian/experimental-no-abi-break' into...
2014-01-24  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-show...
2014-01-24  Michael VogtMerge remote-tracking branch 'ajt/better-pdiffs-dk...
2014-01-22  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-21  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-01-18  Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-18  Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-18  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-16  David Kalnischkiescorrect some style/performance/warnings from cppcheck
2014-01-16  Michael Vogtmerged mvo/feature/deb822
2014-01-06  Michael Vogtimprove apt.8.xml
2014-01-06  Michael VogtMerge branch 'debian/sid' into feature/apt-manpage
2014-01-05  Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-05  Michael VogtMerge remote-tracking branch 'donkult/feature/clientmer...
2014-01-04  Michael VogtMerge branch 'debian/sid' into feature/source-deb822
2013-12-29  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2013-12-27  Michael VogtMerge branch 'debian/sid' into bugfix/bts731738-fancy...
2013-12-27  Michael VogtMerge branch 'feature/tests-on-installed' into debian/sid
2013-12-27  Michael VogtMerge branch 'feature/test-apt-key-net-update' into...
2013-12-27  Michael VogtMerge branch 'feature/policy-parser-bts732746' into...
2013-12-23  Michael Vogtadd basic tests for GetTempDir()
2013-12-22  Michael Vogtfactor GetTempDir out
2013-12-13  David Kalnischkiesallow ':' in GetListOfFilesInDir
2013-12-10  Michael VogtMerge remote-tracking branch 'mvo/feature/deb-src-bts73...
next