Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | |
/etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch. | |||
2009-12-07 | if "/" is found in the machine, do a uri.startswith(host) substring match to ↵ | Michael Vogt | |
support multiple user/passwds on the same host | |||
2009-12-04 | * apt-pkg/contrib/netrc.cc: | Michael Vogt | |
- check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration | |||
2009-11-17 | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME | Michael Vogt | |
2009-11-17 | * methods/https.cc: | Michael Vogt | |
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch | |||
2009-10-29 | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: | Michael Vogt | |
- typo fix (LP: #462328) | |||
2009-10-21 | more debug output in SmartConfigure | Michael Vogt | |
2009-10-21 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- add output about pre-depends configuring when debug::pkgPackageManager is used | |||
2009-10-16 | add ftp support, basic debugging | Michael Vogt | |
2009-10-16 | add maybe_add_auth for ftp as well | Michael Vogt | |
2009-10-16 | port netrc support from maemon | Michael Vogt | |
2009-09-24 | * cmdline/apt-key: | Michael Vogt | |
- Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971) | |||
2009-09-24 | * apt-inst/contrib/arfile.cc: | Michael Vogt | |
- show propper error message for Invalid archive members | |||
2009-09-24 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- when tcgetattr() returns non-zero skip all pty magic (thanks to Simon Richter, closes: #509866) | |||
2009-08-24 | * apt-pkg/pkgcache.cc: | Michael Vogt | |
- do not set internel "needs-configure" state for packages in triggers-pending state. dpkg will deal with the trigger and it if does it before we trigger it, dpkg will error out (LP: #414631) | |||
2009-08-19 | merged from the jackyf-devel branch | Michael Vogt | |
2009-08-19 | merged from debian-sid | Michael Vogt | |
2009-08-06 | debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable. | Julian Andres Klode | |
2009-08-06 | debian/apt.cron.daily: Support using debdelta to download packages (Closes: ↵ | Julian Andres Klode | |
#532079) | |||
2009-08-06 | debian/apt.cron.daily: Script can be disabled by APT::Periodic::Enable=0 ↵ | Julian Andres Klode | |
(Closes: #485476) | |||
2009-08-06 | debian/apt.cron.daily: Make sure that VERBOSE is always set | Julian Andres Klode | |
before accessing it (Closes: #539366) | |||
2009-08-03 | debian/control: Increase Standards-Version to 3.8.2.0.0.7.22.1 | Julian Andres Klode | |
2009-08-03 | debian/changelog: Close the FTBFS on kFreeBSD bug. | Julian Andres Klode | |
2009-08-03 | Set version to 0.7.22.1. | Julian Andres Klode | |
2009-08-03 | debian/control: Add myself to Uploaders. | Julian Andres Klode | |
2009-08-03 | * apt-pkg/sourcelist.cc: | Julian Andres Klode | |
- Only warn about missing sources.list if there is no sources.list.d and vice versa as only one of them is needed (Closes: #539731). | |||
2009-08-02 | * apt-pkg/contrib/mmap.cc: | Julian Andres Klode | |
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on non-Linux architectures (as it uses mremap). | |||
2009-07-30 | * cmdline/apt-get.cc: | Michael Vogt | |
- honor APT::Get::Only-Source properly in FindSrc() (thanks to Martin Pitt for reporting the problem) * Added more error handlings. Closes: #438803, #462734, #454989 | |||
2009-07-30 | fix extra , at the end of the changelog line | Michael Vogt | |
2009-07-30 | merged from debian-sid | Michael Vogt | |
2009-07-30 | * cmdline/apt-get.cc: | Michael Vogt | |
- honor APT::Get::Only-Source properly in FindSrc() (thanks to Martin Pitt for reporting the problem) | |||
2009-07-29 | releasing version 0.7.220.7.22 | Michael Vogt | |
2009-07-28 | apt-pkg/depcache.cc: | Michael Vogt | |
- Call opProgress->Update() less often too avoid spending too much time in it (it shows up relatively high in the callgrind logs). But do call it more often than just for each percent so that the UI frontends can use the OpProgress::Update() calling to do e.g. UI updates | |||
2009-07-27 | merged from donkult | Michael Vogt | |
2009-07-26 | merge with lp:apt/debian-sid | David Kalnischkies | |
Remove a bug (= an evil amok running if) introduced by the merge in 1817 which cause a segfault in the destructor for the dynamic mmap. | |||
2009-07-25 | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary | Otavio Salvador | |
temporary allocations. | |||
2009-07-25 | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the | Otavio Salvador | |
number of times we call progress bar updating and debugging configuration settings. | |||
2009-07-24 | merge from the donkult branch | Michael Vogt | |
2009-07-23 | [apt-pkg] yet another bit of mmap and pkgcachegen housekeeping | David Kalnischkies | |
* add mmap error message also to the dynamic mmap * remove some more {Ver,Desc} == 0 checks in for loops * try to respect the given flags to the dynamic mmap * open cached caches not as ReadOnly and not as Shared, so we always have a copy of the cache in the memory we can modify (e.g. set the hold state on-the-fly) | |||
2009-07-23 | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt | |
"apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will dynamically find/mount the cdrom device (if libhal is available) | |||
2009-07-23 | methods/cdrom.cc: add AutoDetectAndMount method | Michael Vogt | |
2009-07-22 | methods/cdrom.cc: move the scan into the loop that waits for a CD | Michael Vogt | |
2009-07-22 | * methods/cdrom.cc: | Michael Vogt | |
- add Acquire::Cdrom::mount "apt-udev-auto" magic to allow dynamically finding the cdrom device * apt-pkg/contrib/cdromutl.{h,cc}: - support additional (optional) DeviceName parameter for MountCdrom() | |||
2009-07-22 | apt-pkg/cdrom.cc: make cdrom.Mounted property reliable | Michael Vogt | |
2009-07-22 | merged from the mvo branch | Michael Vogt | |
2009-07-22 | * doc/apt.conf.5.xml: | Michael Vogt | |
- merged patch from Aurélien Couderc to improve the text (thanks!) | |||
2009-07-21 | French translation yet-another-update | bubulle@debian.org | |
2009-07-21 | Update all PO files | bubulle@debian.org | |
2009-07-21 | Slovak translation updated | bubulle@debian.org | |
2009-07-21 | merged from donkult | Michael Vogt | |