]> git.saurik.com Git - apt.git/history - apt-pkg
Only check for valid Date if checking Valid-Until.
[apt.git] / apt-pkg /
2016-12-23  Jay Freeman (saurik)Only check for valid Date if checking Valid-Until.
2016-11-30  Jay Freeman (saurik)I know this is "bad", but a "full wedge" is worse.
2016-11-30  Jay Freeman (saurik)For speed, you *need* multiple downloads per host.
2016-11-30  Jay Freeman (saurik)The fastest way to get field values is as a range.
2016-11-30  Jay Freeman (saurik)Avoid wedging the entire system if recoverable :/.
2016-11-30  Jay Freeman (saurik)Most interfaces (Maemo) need a high-level name :/.
2016-11-30  Jay Freeman (saurik)Store tags in the cache (they are very useful :/).
2016-11-30  Jay Freeman (saurik)unlinkat is way way too modern to not autoconf :/.
2016-11-30  Jay Freeman (saurik)__deprecated is already defined by sys/cdefs.h :/.
2016-11-30  Jay Freeman (saurik)arpa/nameser.h, unlike nameser.h, uses NS_ prefix.
2016-11-30  Jay Freeman (saurik)std::map from std::initializer_list is "explicit".
2016-11-24  David Kalnischkiesget pdiff files from the same mirror as the index
2016-11-23  David Kalnischkiesreport apt-key errors via status-fd messages
2016-11-23  David Kalnischkiesskip unconfigure for unconfigured to-be removed pkgs
2016-11-23  David Kalnischkiesdo not configure unconfigured to be removed packages
2016-11-23  David Kalnischkiesdon't perform implicit crossgrades involving M-A:same
2016-11-23  David Kalnischkiesimprove arch-unqualified dpkg-progress parsing
2016-11-23  David Kalnischkiescorrect cross & disappear progress detection
2016-11-23  David Kalnischkiesreact to trig-pend only if we have nothing else to do
2016-11-22  Julian Andres KlodeDo not use MD5SumValue for Description_md5()
2016-11-22  Julian Andres KlodedebListParser: Micro-optimize AvailableDescriptionLangu...
2016-11-22  Julian Andres KlodeCompare size before data when ordering cache bucket...
2016-11-22  Julian Andres KlodeOptimize VersionHash() to not need temporary copy of...
2016-11-22  Julian Andres KlodeIntroduce tolower_ascii_unsafe() and use it for hashing
2016-11-22  Julian Andres KlodeBump the cache major version for non-backportable changes
2016-11-22  Julian Andres KlodedebListParser: Convert to use pkgTagSection::Key-based...
2016-11-22  Julian Andres KlodeTagSection: Introduce functions for looking up by key ids
2016-11-22  Julian Andres KlodeMerge commit 'e2073b0276226b625897ef475f225bf8f508719e...
2016-11-22  Julian Andres KlodeTagSection: Extract Find() methods taking Pos instead...
2016-11-22  Julian Andres KlodeTagSection: Split AlphaIndexes into AlphaIndexes and...
2016-11-11  David Kalnischkiesshow distribution mismatch for changed codenames
2016-11-11  David Kalnischkiesdon't warn if untransformed distribution matches
2016-11-11  David Kalnischkiesadd hidden config to set packages as Essential/Important
2016-11-11  David Kalnischkiesadd TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance
2016-11-10  David Kalnischkiessupport 'apt build-dep .' (aka: without /)
2016-11-09  David Kalnischkiesrename Checksum-FileSize to Filesize in hashsum mismatch
2016-11-09  David Kalnischkiesshow the conflicting distribution warning again
2016-11-09  David Kalnischkiesreset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges
2016-11-09  Chris Leickfix three typos in sources & manpages
2016-11-09  Johannes Schaueradd support for Build-Depends/Conflicts-Arch
2016-11-02  David Kalnischkieskeep Release.gpg on untrusted to trusted IMS-Hit
2016-10-04  Julian Andres KlodeDo not read stderr from proxy autodetection scripts
2016-09-18  Julian Andres KlodeVersionHash: Do not skip too long dependency lines
2016-09-11  Julian Andres KlodeCoverage: Do not print messages from gcov
2016-09-07  David Kalnischkiesedsp: try 2 to read responses even if writing failed
2016-09-02  Julian Andres Klodeacquire: Use priority queues and a 3 stage pipeline...
2016-09-02  Julian Andres KlodeCMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable
2016-09-01  David Kalnischkiestry not to call memcpy with length 0 in hash calculations
2016-08-31  Julian Andres KlodeBase256ToNum: Fix uninitialized value
2016-08-31  Julian Andres KlodeTagFile: Fix off-by-one errors in comment stripping
2016-08-31  Julian Andres KlodeFix segfault and out-of-bounds read in Binary fields
2016-08-29  Julian Andres Klodeinit: Add Dir::Bin::planners default entry
2016-08-29  Julian Andres Klodeinit: Fix path to external solvers
2016-08-29  David Kalnischkiesdon't loop on pinning pkgs from absolute debs by regex
2016-08-29  David Kalnischkiesrandomize acquire order for same type index files
2016-08-26  Julian Andres KlodeMerge branch 'portability/freebsd'
2016-08-26  Julian Andres KlodeCMake: Add missing iconv dependency
2016-08-26  Julian Andres KlodeMake root group configurable via ROOT_GROUP
2016-08-26  Julian Andres Klodechangelog: Respect Dir setting for local changelog...
2016-08-26  Julian Andres KlodeMake directory paths configurable
2016-08-26  Julian Andres KlodeUse C locale instead of C.UTF-8 for protocol strings
2016-08-26  Julian Andres KlodeCMake: Do not use -lresolv if res_init exists in libc
2016-08-26  Julian Andres KlodeCMake: Do not hardcode -ldl
2016-08-26  Julian Andres KlodeAdd missing includes and external definitions
2016-08-25  David Kalnischkiestreat .ddeb files like .deb, especially for dpkg
2016-08-24  David Kalnischkiesdo not restore selections for already purged packages
2016-08-24  David Kalnischkiesimprove code & doc for aquire weak/loop failing
2016-08-24  David Kalnischkiesdo fail on weakhash/loop earlier in acquire
2016-08-23  Julian Andres Klodeinstall-progress: Call the real ::fork() in our fork...
2016-08-23  David Kalnischkiesprevent C++ locale number formatting in text APIs ...
2016-08-23  David Kalnischkiesdo dpkg --configure before --remove/--purge --pending
2016-08-20  Julian Andres KlodeCMake: Fix uninitialized variables
2016-08-19  Julian Andres KlodeIgnore SIGINT and SIGQUIT for Pre-Install hooks
2016-08-17  David Kalnischkiesdon't count each Type as an individual deb822-sources...
2016-08-17  David Kalnischkiesadd --with-source option and Packages/Sources support
2016-08-17  David Kalnischkiesdefault to Dir=/ in dpkg/status file finding magic
2016-08-17  David Kalnischkiessupport compression and by-hash for .diff/Index files
2016-08-17  David Kalnischkiessupport getting only-uncompressed files via by-hash
2016-08-17  David Kalnischkiesset the correct item FileSize in by-hash case
2016-08-17  David Kalnischkiesretry without same redirection mirror on 404 errors
2016-08-17  David Kalnischkiescheck internal redirections for loops, too
2016-08-16  David Kalnischkieslog with the failed item description, not with next try
2016-08-12  David Kalnischkiesdrop incorrect const attribute from DirectoryExists
2016-08-12  Julian Andres Klodefileutl: empty file support: Avoid fstat() on -1 fd...
2016-08-12  David Kalnischkiesensure a good clock() value for usage and tests
2016-08-12  David Kalnischkiesdon't perform int<float in progress bar drawing
2016-08-10  David KalnischkiesMerge branch 'feature/apt-dpkg-comm'
2016-08-10  David KalnischkiesMerge branch 'feature/methods'
2016-08-10  David Kalnischkiesdisable explicit configuration of all packages at the end
2016-08-10  David Kalnischkiessimulate all package manager actions explicitly
2016-08-10  David Kalnischkiestry to avoid removal of crossgraded packages
2016-08-10  David Kalnischkiesallow user@host (aka: no password) in URI parsing
2016-08-10  David Kalnischkiesallow methods to be disabled and redirected via config
2016-08-10  David Kalnischkiesimplement socks5h proxy support for http method
2016-08-10  David Kalnischkiesdetect redirection loops in acquire instead of workers
2016-08-10  David Kalnischkiessuggest transport-packages based on established namescheme
2016-08-10  David Kalnischkiesensure all removes are reported to hook scripts
2016-08-10  David Kalnischkiesensure all configures are reported to hook scripts
2016-08-10  David Kalnischkiesdon't purge directly, but remove and do purge at the end
2016-08-10  David Kalnischkiescall dpkg with --no-triggers by default
next