]> git.saurik.com Git - apt.git/history - apt-pkg
Change InternalReadLine to always use buffer.read() return value
[apt.git] / apt-pkg /
2015-12-26  Julian Andres KlodeChange InternalReadLine to always use buffer.read(...
2015-12-26  Julian Andres KlodeGet rid of memmove() in our read buffering
2015-12-26  Julian Andres KlodeUse a hardcoded buffer size of 4096 to fix performance
2015-12-24  Julian Andres KlodeMark all FileFdPrivate classes as hidden 1.1.6
2015-12-23  David Kalnischkiesfix new[] vs delete mismatch introduced by b3db9d81
2015-12-23  David Kalnischkiesuse a dynamic buffer for ReadLine
2015-12-23  David Kalnischkiesimplement a buffer system for FileFd::ReadLine
2015-12-22  David Kalnischkiesparse xz-compression level from configuration
2015-12-22  David Kalnischkiesfollow dpkg and xz and use CRC64 for xz compression
2015-12-22  David Kalnischkiesshuffle compressor-specific code into private subclasses
2015-12-19  Julian Andres KlodeDo not try to read in FileFd::Read() if Size is 0
2015-12-19  Julian Andres KlodeDo nothing in FileFd::Write() if Size is 0
2015-12-19  Pino ToscanoCopyFile: avoid failing on EOF on some systems
2015-12-19  Pino ToscanoCopyFile: fix BufSize to a sane value
2015-12-14  Julian Andres Klodepkgcache: Make hash arch-independent using fixed size...
2015-12-14  Julian Andres Klodetagfile: Hardcode error message for out of range intege...
2015-12-14  David Kalnischkiesnon-existing directories don't need to be cleaned
2015-12-14  David Kalnischkiessupport regex and co in 'apt-cache policy $pkg' again
2015-12-14  David Kalnischkiesshow a more descriptive error for weak Release files
2015-12-13  David Kalnischkiesparse .diff/Index hashes in reverse order
2015-12-13  David Kalnischkiesfix typos and docs in GlobalError documentation
2015-12-11  Julian Andres Klodemmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
2015-12-11  Julian Andres KlodeBump cache minor version to 2 to trigger rebuilds
2015-12-11  Julian Andres KlodeConvert package names from Packages files to lower...
2015-12-10  Julian Andres KlodeDo not swap required and important in pkgCache::Priority()
2015-12-07  Julian Andres KlodeUse 0llu instead of 0ull in one place too
2015-12-07  Julian Andres KlodeAvoid overflow when summing up file sizes
2015-12-02  David Kalnischkiesuse @CHANGEPATH@ as placeholder in changelog URI templates
2015-12-01  David Kalnischkiesrequire explicit paths to dsc/control as we do for...
2015-11-29  David Kalnischkiesaccept ../ on the cmdline as start for a deb file as...
2015-11-29  David Kalnischkiestests: fix typos, correct helpmsgs and test tests
2015-11-29  David Kalnischkiesdoc: VerifyFile checks all hashes instead of best only
2015-11-28  Julian Andres KlodeRevert "Revert "appease adequate with some weak symbols...
2015-11-28  Julian Andres KlodeRevert "appease adequate with some weak symbols for...
2015-11-28  David Kalnischkiesdisable privilege-drop verification by default as faker...
2015-11-28  David Kalnischkiesshow the group we failed to drop via setgroups
2015-11-27  David Kalnischkiesignore deprecated method calls in deprecated method
2015-11-27  David Kalnischkiesoutsmart gcc -O3 over-optimization in pkgCdrom::FindPac...
2015-11-27  David Kalnischkiesadd messages to our deprecation warnings in libapt
2015-11-27  David Kalnischkiesappease adequate with some weak symbols for -private
2015-11-27  Michael VogtCheck if the Apt::Sandbox::User exists in CheckDropPriv...
2015-11-27  Michael VogtDeal with killed acquire methods properly instead of...
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
next