]> git.saurik.com Git - apt.git/history - apt-pkg
apt-helper: Add a cat-file command for concatening files
[apt.git] / apt-pkg /
2015-09-14  David Kalnischkiesavoid using global PendingError to avoid failing too...
2015-09-14  David Kalnischkiesuse a less generic special trigger filename for stdin
2015-09-14  David Kalnischkiesdo not discard new manual-bits while applying EDSP...
2015-09-14  David Kalnischkiesimplement autobit and pinning in EDSP solver 'apt'
2015-09-14  David Kalnischkiesremove incorrect optimization branches
2015-09-14  David Kalnischkiescopy ReadWrite-error to the bottom to make clang happy
2015-09-14  David Kalnischkiesimplement CopyFile without using FileFd::Size()
2015-09-14  David Kalnischkiesadd Source-Version field for EDSP
2015-09-14  David Kalnischkiesimplement dpkgs vision of interpreting pkg:<arch> depen...
2015-09-14  David KalnischkiesM-A: allowed pkgs of unconfigured archs do not statisfy...
2015-09-14  David Kalnischkiesstore ':any' pseudo-packages with 'any' as architecture
2015-09-11  Julian Andres Klodeapt-pkg/tagfile.h: Include stdint.h, fixes rdep build...
2015-09-02  David Kalnischkiesavoid triggering the c++11 erase api change on travis
2015-09-01  David Kalnischkiesuse clock() as source for SRV randomness
2015-09-01  David Kalnischkiesuse unusable-for-security hashes for integrity checks
2015-09-01  Michael VogtConsider md5sum no longer a usable hash
2015-09-01  David Kalnischkiesimprove CheckDropPrivsMustBeDisabled further
2015-08-31  David Kalnischkiesfix some unused parameter/variable warnings
2015-08-31  David Kalnischkiesif file is inaccessible for _apt, disable privilege...
2015-08-31  David Kalnischkiesignore for _apt inaccessible TMPDIR in pkgAcqChangelog
2015-08-30  David Kalnischkiesdetect and deal with indextarget duplicates
2015-08-30  David Kalnischkiesimplement $(NATIVE_ARCHITECTURE) substvar for indextargets
2015-08-29  David Kalnischkiestry xz instead of bz2 first for compressed files
2015-08-29  David Kalnischkiesimplement indextargets option 'DefaultEnabled'
2015-08-29  David Kalnischkiesuse c++11 algorithms to avoid strange compiler warnings
2015-08-28  David Kalnischkiesimplement PDiff patching for compressed files
2015-08-27  David Kalnischkiessources.list and indextargets option for pdiffs
2015-08-27  Julian Andres KlodeDo not parse Status fields from remote sources
2015-08-27  Julian Andres KlodeMerge branch 'feature/extractar-filefd' into debian...
2015-08-27  Julian Andres KlodeAlways close compressed files in FileFd
2015-08-27  Julian Andres Klodecacheset: Prefer the depcache over the policy again
2015-08-27  David Kalnischkiesallow explicit dis/enable of IndexTargets in sources...
2015-08-27  David Kalnischkiesnot all targets are deb-src targets
2015-08-27  David Kalnischkiesuse always priv-dropping for changelog download as...
2015-08-27  David Kalnischkiesfix various typos reported by codespell
2015-08-27  David Kalnischkiesignore AllowMem parameter in cache generation
2015-08-27  David Kalnischkiescorrect 'apt update' download summary line
2015-08-27  David Kalnischkiesjust-in-time removal of broken essential packages
2015-08-27  Julian Andres KlodeFix more instances of missing remapping handling
2015-08-27  Julian Andres Klodepkgcachegen: Account for remapping when parsing depends...
2015-08-20  Julian Andres KlodeRe-indent GetCandidateVerNew() and make ConsiderFiles...
2015-08-20  Michael VogtMerge remote-tracking branch 'mvo/feature/srv-records...
2015-08-20  Michael VogtAdd basic (non weight adjusted) shuffling for SrvRecord...
2015-08-19  Julian Andres KlodeSupport tabs in sources.list files
2015-08-18  Michael Vogtapt-pkg/contrib/srvrec.cc: res_query() should not gener...
2015-08-18  Michael Vogtcleanup
2015-08-18  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-08-17  Julian Andres KlodeRe-add support for G++ 4.8 and configure travis to...
2015-08-17  Michael VogtReally fix all iwyu issues
2015-08-17  Michael VogtFix all the wrong removals of includes that iwyu got...
2015-08-17  Michael VogtCleanup includes after running iwyu
2015-08-16  Julian Andres KlodeMake pkgCache::Priority() static, it does not need...
2015-08-16  James McCoyUse terminfo's typical save_cursor/restore_cursor sequences
2015-08-15  Julian Andres KlodeAdd GetPriority(VerIterator) to pkgDepCache::Policy
2015-08-15  Julian Andres Klodecachefile.cc: Do not ignore return value of pkgDepCache...
2015-08-14  Julian Andres KlodeAlso add 'in combination with the other options.' to...
2015-08-14  Julian Andres KlodeSet Acquire::Changelogs::URI::Origin::Tanglu for Tanglu...
2015-08-14  Michael VogtMake apt compile with clang++ again
2015-08-14  Julian Andres KlodeSay "in combination with the other options" if an optio...
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-13  Julian Andres KlodeUse setresuid() and setresgid() where available
2015-08-13  Julian Andres KlodeDeprecate SPtrArray<T> and convert everyone to unique_p...
2015-08-13  Julian Andres KlodeMark SPtr as deprecated, and convert users to std:...
2015-08-13  Julian Andres KlodeC++11: Switch from auto_ptr to unique_ptr
2015-08-12  Julian Andres KlodeDrop the Section field from pkgCache::Package again
2015-08-12  Julian Andres Klodepolicy: Be more strict about parsing pin files, and...
2015-08-12  Julian Andres KlodeOnly make Upgradable() return true for packages with...
2015-08-12  Julian Andres KlodeAdd a parameter ConsiderFiles to GetPriority(VerIterator)
2015-08-12  Guillem JoverDo not set unhonored DPKG_NO_TSTP variable for dpkg
2015-08-12  Luca BrunoReplace all "press enter" occurrences with "press ...
2015-08-11  Julian Andres KlodeAnnotate more methods with APT_OVERRIDE
2015-08-11  Julian Andres KlodeExecFork: Use /proc/self/fd to determine which files...
2015-08-11  Julian Andres KlodeMake QItem a subclass of DescItem
2015-08-11  Julian Andres KlodeRe-introduce None as a deprecated alias for No
2015-08-11  Julian Andres KlodeDrop C++11 elements from headers
2015-08-11  Julian Andres KlodeFix an obscure warning from GCC
2015-08-11  Julian Andres KlodeSimply ignore cruft in the status files, do not treat...
2015-08-11  Julian Andres KlodeReplace INT_MIN with std::numeric_limits<int>::min
2015-08-10  David Kalnischkiesinitialize PinVers to a nullptr
2015-08-10  David Kalnischkiesmove manual-bit from 'oldlibs' pkg to its dependencies
2015-08-10  David Kalnischkiesmove APT::Never-MarkAuto-Sections handling to MarkDelete
2015-08-10  David Kalnischkiesno value for MultiArch field is 'no', not 'none'
2015-08-10  David Kalnischkieschange to libapt-pkg abi 5.0 with versioned symbols
2015-08-10  David Kalnischkiesmark again deps of pkgs in APT::Never-MarkAuto-Sections...
2015-08-10  David Kalnischkiesdrop extra newline in 'Failed to fetch' and 'GPG error...
2015-08-10  David Kalnischkiesenhance "hit paywall" error message to mention the...
2015-08-10  David Kalnischkiesdrop obsolete explicit :none handling in pkgCacheGen
2015-08-10  David Kalnischkiesparse packages from all architectures into the cache
2015-08-10  David Kalnischkieseliminate dead file-provides code in cache generation
2015-08-10  David Kalnischkieselimate duplicated code in pkgIndexFile subclasses
2015-08-10  David Kalnischkiesadd volatile sources support in libapt-pkg
2015-08-10  David Kalnischkiesjust-in-time creation for (explicit) negative deps
2015-08-10  David Kalnischkiesjust-in-time creation for (implicit) Provides
2015-08-10  David Kalnischkieshide implicit deps in apt-cache again by default
2015-08-10  David Kalnischkiesuse a smaller type for flags storage in the cache
2015-08-10  David Kalnischkiesremove the compatibility markers for 4.13 abi
2015-08-10  David Kalnischkieslink DependencyData structs together
2015-08-10  David Kalnischkiessplit-up Dependency struct
2015-08-10  David Kalnischkiesbunch of micro-optimizations for depcache
next