]> git.saurik.com Git - apt.git/history - apt-pkg
Do not run pre*export* functions in the pre*build* hook
[apt.git] / apt-pkg /
2015-11-25  David Kalnischkiestypo: run s#frontend#front-end# on all of src:apt
2015-11-25  Justin B Ryeslightly rephrase notice shown for insecure repositories
2015-11-21  Justin B Ryereview of new/changed translatable program strings
2015-11-21  David Kalnischkiesdo not sent Last-Modified if we expect a changed file
2015-11-20  David Kalnischkiesfix a few typos in code-comments/apt manpage
2015-11-19  David Kalnischkiesdo not segfault in cache generation on mmap failure
2015-11-19  David Kalnischkiesignore lost+found in private directory cleanup
2015-11-19  David Kalnischkiessupport setting empty values (sanely) & removing suppor...
2015-11-19  David Kalnischkiesdo not use _apt for file/copy sources if it isn't world...
2015-11-05  David Kalnischkies"support" unsigned Release files without hashes again
2015-11-05  David Kalnischkiesencode UTF-8 characters correctly in QuoteString
2015-11-05  David Kalnischkiesapply various suggestions made by cppcheck
2015-11-05  David Kalnischkiesdo not use read() returned value unconditionally
2015-11-04  David Kalnischkieswrap every unlink call to check for != /dev/null
2015-11-04  David Kalnischkiesensure FileFd doesn't try to open /dev/null as atomic...
2015-11-04  David Kalnischkiesignore newlines in dpkg-deb control output for installi...
2015-11-04  David Kalnischkiessupport arch:all data e.g. in separate Packages file
2015-11-04  David Kalnischkiessanify API to get 'the' candidate version
2015-11-04  David Kalnischkiescentralize unlink checks in acquire-item
2015-11-04  David Kalnischkiesdo not cleanup .diff/Index files on Hit
2015-11-04  David Kalnischkiesmove apts cmdline helper type into -private
2015-11-04  David Kalnischkiesnew quiet level -qq for apt to hide progress output
2015-11-04  David Kalnischkiesdeduplicate main methods
2015-11-04  David Kalnischkiessplit up help messages for simpler reuse
2015-11-04  David Kalnischkiesadd binary-specific options via Binary scope
2015-11-04  David Kalnischkiesrefer to apt-secure(8) in unsecure repositories warning
2015-11-04  David Kalnischkiesrework errors and warnings around insecure repositories
2015-11-04  David Kalnischkiesadd ConnectionTimedOut to transient failreasons list
2015-11-04  David Kalnischkiessupport .deb files in upgrade operations as well
2015-11-04  David Kalnischkiesshow progress info while 'downloading' a local .deb...
2015-11-04  David Kalnischkiesunbreak the copy-method claiming hashsum mismatch since...
2015-11-04  David Kalnischkiesallow all dpkg selections to be set via apt-mark and...
2015-11-04  David Kalnischkiesprovide public interface to hold/unhold packages
2015-11-04  David Kalnischkiesrefactor dpkg execution in deb/debsystem
2015-11-04  David Kalnischkiesadd cacheset push_back wrapping for std::back_inserter
2015-11-04  David Kalnischkiesimplement operator* for cacheset iterators
2015-11-04  David Kalnischkiesimplement a public pkgSystem::ArchitecturesSupported
2015-11-04  David Kalnischkiesimplement a public pkgSystem::MultiArchSupported
2015-10-30  Julian Andres Klodeorderlist: Replace qsort() by thread-safe std::sort()
2015-10-30  Julian Andres Klodealgorithms: Replace qsort() by thread-safe std::sort()
2015-10-30  Julian Andres Klodedpkgpm: Convert users of localtime() to localtime_r()
2015-10-30  Julian Andres Klodecacheset: Fix compilation on new GCC in C++98 mode
2015-10-30  Julian Andres Klodesrvrec: Do not expose C++11 tuple use in header
2015-10-30  Julian Andres Klodedpkgpm: Use ptsname_r() instead of ptsname() to be...
2015-10-30  Julian Andres Klodedpkgpm: Convert ctime() call to ctime_r()
2015-10-30  Julian Andres Klodeaptconfiguration: Convert strtok() to strtok_r()
2015-10-30  Julian Andres KlodeGetSrvRecords: Make thread-safe
2015-10-23  Julian Andres Klodedeblistparser: Make PrioList const
2015-10-10  Julian Andres KlodeRevert "Fix select timeout to be 50msec instead of...
2015-09-30  Michael VogtFix select timeout to be 50msec instead of 0.5msec
2015-09-14  David Kalnischkiesfallback to well-known URI if by-hash fails
2015-09-14  David Kalnischkiesadd by-hash sources.list option and document all of...
2015-09-14  David Kalnischkiesdo not ignore differently versioned self-provides
2015-09-14  David Kalnischkiessrv test: do 100 pulls twice and compare list
2015-09-14  David Kalnischkiesfix alloc-dealloc-mismatch (operator new [] vs operator...
2015-09-14  David Kalnischkiesfix two memory leaks reported by gcc
2015-09-14  David Kalnischkiesuse std-algorithms instead of manual loops to avoid...
2015-09-14  David Kalnischkiesdo not report deprecate warnings for the None declaration
2015-09-14  David Kalnischkiesfix 'Dead assignment' by dropping unneeded boolean
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...
next