summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/contrib/weakptr.h:Julian Andres Klode2010-05-046-4/+76
| | | | | | - add a class WeakPointable which allows one to register weak pointers to an object which will be set to NULL when the object is deallocated. * [ABI break] apt-pkg/acquire{-worker,-item,}.h: - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
* merged from davids branchMichael Vogt2010-05-0467-293/+593
|\
| * rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies2010-04-283-39/+86
| | | | | | | | | | | | | | | | | | | | in his package choices The previous implementation tried to install the package for arch A and if this fails B, C and so on. This results in wrong architecture choices for packages which depend on other pseudo packages, so he will now try to install the dependencies first before trying the package itself and only if this fails he tries the next architecture.
| * set also "all" to this version for pseudo packages in TryToChangeVerDavid Kalnischkies2010-04-242-0/+6
| |
| * * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-04-242-0/+4
| | | | | | - error out if #clear directive has no argument
| * * apt-pkg/sourcelist.cc:David Kalnischkies2010-04-242-0/+9
| | | | | | - be less strict and accept [option=value] as well
| * * doc/po/de.po:David Kalnischkies2010-04-242-4/+6
| | | | | | - correct typos in german apt_preferences manpage, thanks Chris Leick!
| * show non-candidates as fallback for virtual packages (Closes: #578385)David Kalnischkies2010-04-242-6/+14
| |
| * * doc/apt.ent:David Kalnischkies2010-04-242-1/+5
| | | | | | - Add a note about APT_CONFIG in the -c description (Closes: #578267)
| * * cmdline/apt-cache.cc:David Kalnischkies2010-04-232-2/+13
| | | | | | | | - align Installed and Candidate Version in policy so they can be compared easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
| * * ftparchive/writer.cc:David Kalnischkies2010-04-232-21/+21
| | | | | | - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
| * replace backticks with POSIX $() (Closes: #577116)David Kalnischkies2010-04-212-6/+7
| | | | | | | | And again thanks to Jari Aalto for spotting & patching!
| * * dselect/install:David Kalnischkies2010-04-212-5/+11
| | | | | | | | | | - modernize if-statements not to use 'x' (Closes: #577117) Thanks to Jari Aalto for spotting & patching!
| * replace backticks with single quote in broken packages message.David Kalnischkies2010-04-2147-132/+134
| | | | | | Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-04-142-1/+16
| | | | | | | | - remove Chroot-Directory from files passed to install commands. Thanks to Kel Modderman for report & patch! (Closes: #577226)
| * create the partial dirs also automatic if only Dir::Cache::archives orDavid Kalnischkies2010-04-131-5/+14
| | | | | | | | Dir::Cache::lists was set
| * regex for package names executed on Grp- not PkgIteratorDavid Kalnischkies2010-04-133-3/+8
| |
| * * apt-pkg/acquire-item.cc:David Kalnischkies2010-04-095-13/+41
| | | | | | | | | | - Acquire::ForceHash to force method for expected hash - display MD5Sum in --print-uris if not forced to use another method instead of displaying the strongest available (Closes: #576420)
| * * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-04-078-54/+187
| | | | | | | | | | | | | | | | | | | | - add a parent-guarded "mkdir -p" as CreateDirectory() * apt-pkg/acquire.{cc,h}: - add a delayed constructor with Setup() for success reporting - check for and create directories in Setup if needed instead of error out unfriendly in the Constructor (Closes: #523920, #525783) - optional handle a lock file in Setup() * cmdline/apt-get.cc: - remove the lock file handling and let Acquire take care of it instead
| * remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies2010-04-042-9/+1
| |
| * * apt-pkg/packagemanager.cc:David Kalnischkies2010-04-032-3/+13
| | | | | | - don't try to "unpack" pseudo packages twice
| * Initialize history_out always with NULL so apt will not segfault laterDavid Kalnischkies2010-04-031-1/+2
| | | | | | | | | | in the event of a failure in OpenLog() (which will happen if called with Debug::NoLocking as user)
| * * apt-pkg/depcache.cc:David Kalnischkies2010-04-032-2/+12
| | | | | | - "reinstall" the correct version for a killed pseudo package
* | merged from the debian-sid branchMichael Vogt2010-05-047-7/+42
|\ \
| * \ merge from the mvo branchMichael Vogt2010-05-047-6/+46
| |\ \
| | * | * apt-pkg/indexfile.cc:Michael Vogt2010-05-032-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | apt-pkg/policy.cc: yet another cout -> clog fixMichael Vogt2010-04-281-1/+1
| | | |
| | * | * apt-pkg/depcache.cc:Michael Vogt2010-04-282-2/+4
| | | | | | | | | | | | - fix incorrect std::cout usage for debug output
| | * | * [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt2010-04-283-3/+23
| | | | | | | | | | | | | | | | - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers
| | * | Remember hosts with general failures forMichael Vogt2010-04-142-0/+7
| | | | | | | | | | | | | | | | https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
* | | | * cmdline/apt-get.cc:Michael Vogt2010-04-082-0/+11
| |_|/ |/| | | | | - fix crash when pkg.VersionList() is empty
* | | make changelog match uploadMichael Vogt2010-04-011-1/+1
| | |
* | | releasing version 0.7.26~exp3Michael Vogt2010-04-011-1/+1
| | |
* | | prepare for uploadMichael Vogt2010-04-012-2/+1
| | |
* | | merged from lp:~donkult/apt/sidMichael Vogt2010-04-0179-2907/+15642
|\ \ \ | |/ / |/| |
| * | Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-313-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jean-Baptiste Lallement for spotting and fixing it! * apt-pkg/contrib/strutl.cc: - always escape '%' (LP: #130289) (Closes: #500560) - unescape '%' sequence only if followed by 2 hex digit - username/password are urlencoded in proxy string (RFC 3986)
| * | try version match in FindSrc first exact than fuzzy (LP: #551178)David Kalnischkies2010-03-302-11/+22
| | |
| * | convert some tabs to spaces to respect the style guideDavid Kalnischkies2010-03-302-99/+109
| | |
| * | rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-304-6/+6
| | |
| * | Group packages in the same group together in the package listDavid Kalnischkies2010-03-302-21/+22
| | | | | | | | | | | | | | | so it is easier to find them later on as we have no "noice" anymore between them.
| * | replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-305-46/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sounds like a premature optimization and since Mr. Knuth we all know that they are the root of all evil - but, and here it starts to be interesting: As the tolower_ascii method is by far the most called method we have (~60 Mio. times) and as we compare only strings containing ascii characters (package names, configuration options) using our own method reduces execution time of APT by 4% plus it avoids that the locale settings can influence us.
| * | remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies2010-03-272-4/+1
| | |
| * | origin can be used to match a hostname (Closes: #352667)David Kalnischkies2010-03-262-2/+10
| | |
| * | * doc/po/de.po:David Kalnischkies2010-03-262-46/+25
| | | | | | | | | | | | - correct a few typos in the german manpage translation. Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
| * | * doc/apt_preferences.5.xml:David Kalnischkies2010-03-262-1/+2
| | | | | | | | | | | | - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
| * | Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies2010-03-264-18/+33
| | | | | | | | | | | | | | | | | | the compressed files as we want them and to prevent the file to be replaced without a reason which could save us from steady redownloads of a file with the same content.
| * | Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies2010-03-262-6/+32
| | | | | | | | | | | | | | | | | | also in TreeDefaults and Tree to support generation of archives which should support and which shouldn't support splitted out Translation-en files in the same run.
| * | * ftparchive/writer.cc:David Kalnischkies2010-03-224-10/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - write LongDescriptions if they shouldn't be included in Packages file into i18n/Translation-en by default. It is ensured that each package+description is listed only ones in the Translation file even if we generate multiple Packages file in one run. The file is only generated in "generate" - the simple file commands can't create it by now. Also, the LongDescription is currently a global setting, so generating archives with and without LongDescriptions in the Packages file in the same run are currently not possible.
| * | Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies2010-03-212-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
| * | add a missing \n to pl translation i had removed previously by accidentDavid Kalnischkies2010-03-191-1/+1
| | |