]> git.saurik.com Git - apt.git/history - apt-pkg
rename Checksum-FileSize to Filesize in hashsum mismatch
[apt.git] / apt-pkg /
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
2016-08-10  David Kalnischkiesselect remove/purge packages early on for dpkg
2016-08-10  David Kalnischkiessave and restore selection states before/after calling...
2016-08-10  David Kalnischkiesuse dpkg --unpack --recursive to avoid long cmdlines
2016-08-10  David Kalnischkiespass --force-remove-essential to dpkg only if needed
2016-08-10  Julian Andres KlodeMerge branch 'cmake'
2016-08-10  Julian Andres KlodeGet rid of the old buildsystem
2016-08-10  Julian Andres KlodeCMake: Check for ptsname_r() again
2016-08-06  Julian Andres KlodeHandle interrupt when running Pre-Install hooks
2016-08-06  Julian Andres KlodeCMake: Add basic CMake build system
2016-08-03  Julian Andres KlodeExecGPGV: Pass current config state to apt-key via...
2016-08-03  Julian Andres KlodeExecGPGV: Fork in all cases
2016-08-03  Julian Andres KlodeExecGPGV: Rework file removal on exit()
2016-08-03  Julian Andres Klodegpgv: Unlink the correct temp file in error case
2016-07-30  David Kalnischkiesprevent C++ locale number formatting in text APIs ...
2016-07-29  David Kalnischkiesedsp: try to read responses even if writing failed
2016-07-29  David Kalnischkiesif the FileFd failed already following calls should...
2016-07-27  David Kalnischkies(error) va_list 'args' was opened but not closed by...
2016-07-27  David Kalnischkieseipp: avoid producing file warnings in simulation
2016-07-27  David Kalnischkiesrred: truncate result file before writing to it
2016-07-25  David Kalnischkiesverify hash of input file in rred
2016-07-23  David Kalnischkiescall flush on the wrapped writebuffered FileFd
2016-07-22  David Kalnischkiesreport progress for triggered actions
2016-07-22  David Kalnischkiesuse a configurable location for apport report storage
2016-07-22  David Kalnischkiesreport progress for removing while purging pkgs
2016-07-22  David Kalnischkiessupport dpkg debug mode in APT::StateChanges
2016-07-22  David Kalnischkiesclean up default-stanzas from extended_states on write
2016-07-22  David Kalnischkiessupport "install ./foo.changes"
2016-07-22  David Kalnischkiesallow arch=all to override No-Support-for-Architecture-all
2016-07-19  David Kalnischkiesrefactor plus/minus sources.list option handling
2016-07-19  David Kalnischkiesdon't hardcode /var/lib/dpkg/status as dir::state:...
2016-07-19  David Kalnischkiesensure Cnf::FindFile doesn't return files below /dev...
2016-07-08  David Kalnischkiesadd Testsuite-Triggers to tagfile-order
2016-07-06  David Kalnischkiesreport all instead of first error up the acquire chain
2016-07-06  David Kalnischkiesdon't change owner/perms/times through file:// symlinks
2016-07-05  David KalnischkiesEIPP/EDSP log can't be written is a warning, not an...
next