Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-07 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman) | |||
2010-05-07 | * methods/http.cc: | Michael Vogt | |
- code cleanup, add (some) doxygen strings | |||
2010-05-05 | * debian/rules: | Michael Vogt | |
- install html doxygen in libapt-pkg-doc as well | |||
2010-05-05 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- fix max tag buffer size (LP: #545336, closes: #578959) | |||
2010-05-03 | * apt-pkg/indexfile.cc: | Michael Vogt | |
- If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix | |||
2010-04-28 | apt-pkg/policy.cc: yet another cout -> clog fix | Michael Vogt | |
2010-04-28 | * apt-pkg/depcache.cc: | Michael Vogt | |
- fix incorrect std::cout usage for debug output | |||
2010-04-28 | * [ Abi break ] apt-pkg/acquire-item.{cc,h}: | Michael Vogt | |
- add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers | |||
2010-04-14 | Remember hosts with general failures for | Michael Vogt | |
https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831). | |||
2010-03-16 | apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManager | Michael Vogt | |
2010-03-12 | * apt-pkg/indexfile.cc: | Michael Vogt | |
- deal correctly with three letter langcodes (LP: #391409) | |||
2010-03-12 | * cmdline/apt-get.cc: | Michael Vogt | |
- if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) | |||
2010-03-12 | * cmdline/apt-mark: | Michael Vogt | |
- show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler | |||
2010-02-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix backgrounding when dpkg runs (closes: #486222) | |||
2010-02-18 | abicheck/run_abi_test: check both libapt-pkg and libapt-inst | Michael Vogt | |
2010-02-18 | abicheck: use absoute path for build too | Michael Vogt | |
2010-02-18 | abicheck/run_abi_test: check for ../build; abicheck/apt_build.xml: fix ↵ | Michael Vogt | |
version name | |||
2010-02-18 | * abicheck/ | Michael Vogt | |
- add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker | |||
2010-02-18 | AUTHORS: updated again | Michael Vogt | |
2010-02-18 | Change the package index Info methods to allow apt-cache policy to be | Michael Vogt | |
useful when using several different archives on the same host. (Closes: #329814, LP: #22354) | |||
2010-02-18 | AUTHORS: updated to reflect current status | Michael Vogt | |
2010-02-17 | merged from debian-sid | Michael Vogt | |
2010-02-08 | debian/changelog: updated | Michael Vogt | |
2010-02-05 | add Acquire::http::ProxyAutoDetect configuration that | Michael Vogt | |
can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout | |||
2010-02-03 | Slovak translation update | bubulle@debian.org | |
2010-02-03 | * methods/http.cc: | Michael Vogt | |
- add cache-control headers even if no cache is given to allow adding options for intercepting proxies | |||
2010-02-01 | releasing version 0.7.25.30.7.25.3 | Michael Vogt | |
2010-01-31 | merge r1966..1967 from lp:~donkult/apt/sid | Michael Vogt | |
2010-01-31 | * cmdline/acqprogress.cc: | Michael Vogt | |
- Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) * ftparchive/writer.cc: - generate sha1 and sha256 checksums for dsc (Closes: #567343) * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180) | |||
2010-01-31 | commit debian/changelog for final 0.7.25.2 upload | Michael Vogt | |
2010-01-29 | First French update | bubulle@debian.org | |
2010-01-29 | French translation update | bubulle@debian.org | |
2010-01-29 | Italian translation update | bubulle@debian.org | |
2010-01-27 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2010-01-27 | cmdline/apt-cdrom.cc: add help, fix duplicated option | Michael Vogt | |
2010-01-27 | merge 1695..1701 from the lp:~mvo/apt/mvo branch | Michael Vogt | |
2010-01-27 | debian/changelog: add --auto-detect option | Michael Vogt | |
2010-01-27 | merged from libudev-dlopen | Michael Vogt | |
2010-01-27 | debian/apt.dirs: remove var/lib/apt/media again | Michael Vogt | |
2010-01-26 | merged the latest lp:~mvo/apt/libudev-cdrom branch | Michael Vogt | |
2010-01-26 | add Dir::Media::MountPath config option | Michael Vogt | |
2010-01-26 | * cmdline/apt-cdrom.cc: | Michael Vogt | |
- fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable | |||
2010-01-26 | cmdline/apt-cdrom.cc: add --auto-detect | Michael Vogt | |
2010-01-26 | * apt-pkg/cdrom.cc: | Michael Vogt | |
- fix crash in pkgUdevCdromDevices | |||
2010-01-26 | merge from the mvo branch | Michael Vogt | |
2010-01-26 | methods/cdrom.cc: fix compilication error | Michael Vogt | |
2010-01-26 | add new "Acquire::cdrom::AutoDetect" config that enables/disables | Michael Vogt | |
the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome | |||
2010-01-26 | add new "Acquire::cdrom::AutoDetect" variable that enables/disables | Michael Vogt | |
the dlopen of libudev for automatic cdrom detection | |||
2010-01-25 | * ftparchive/writer.{cc,h}: | Michael Vogt | |
- merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664) | |||
2010-01-25 | * cmdline/apt-mark: | Michael Vogt | |
- merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920) |