summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | http: Die(): Do not flush the buffer, error out insteadJulian Andres Klode2020-07-241-18/+3
| * | | http: Only return false for EOF if we actually did not read anythingJulian Andres Klode2020-07-241-4/+4
| * | | http: Die(): Merge flushing code from Flush()Julian Andres Klode2020-07-241-0/+5
| * | | http: Always Close() the connection in Die()Julian Andres Klode2020-07-241-2/+2
|/ / /
* | | Release 2.1.72.1.7Julian Andres Klode2020-07-085-6/+36
* | | Detect pkg-config-dpkghook failure in tests to avoid fallbackDavid Kalnischkies2020-07-071-4/+8
* | | Fix test due to display change in ls (coreutils 8.32)David Kalnischkies2020-07-071-1/+1
* | | Reorder config check before result looping for SRV parsing debugDavid Kalnischkies2020-07-021-11/+6
* | | Reorder config check before checking systemd for non-interactive httpDavid Kalnischkies2020-07-021-9/+13
* | | Dutch program translation updateFrans Spiesschaert2020-07-021-20/+15
* | | Add dependency points in the resolver also to providersDavid Kalnischkies2020-07-022-9/+147
* | | Filter out impossible solutions for protected propagationDavid Kalnischkies2020-07-024-5/+51
* | | Delay removals due to Conflicts until Depends are resolvedDavid Kalnischkies2020-07-024-80/+176
* | | Merge branch 'patch-1' into 'master'Julian Andres Klode2020-07-011-1/+1
|\ \ \
| * | | Minor Catalan grammar typoSergio Oller Moreno2020-06-301-1/+1
|/ / /
* | | Add basic support for the Protected fieldJulian Andres Klode2020-06-298-2/+47
* | | Replace some magic 64*1024 with APT_BUFFER_SIZEJulian Andres Klode2020-06-232-4/+3
* | | Deduplicate EDSP Provides line of M-A:foreign packagesDavid Kalnischkies2020-06-142-10/+18
* | | Tell EDSP solvers about all installed pkgs ignoring archDavid Kalnischkies2020-06-142-3/+10
* | | Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies2020-06-142-5/+22
* | | Portuguese manpages translation updateAmérico Monteiro2020-06-141-170/+242
| |/ |/|
* | Do not hardcode (wrong) group and mode in setup warningDavid Kalnischkies2020-06-061-3/+3
* | Release 2.1.62.1.6Julian Andres Klode2020-06-035-6/+17
* | Deal with duplicates in the solution space of a depDavid Kalnischkies2020-06-032-22/+28
* | Allow 20 instead of 10 loops for pkgProblemResolverDavid Kalnischkies2020-06-032-1/+3
* | Consider if a fix is successful before claiming it isDavid Kalnischkies2020-06-022-35/+23
* | Consider protected packages for removal if they are marked as suchDavid Kalnischkies2020-05-292-1/+25
* | Fix small memory leak in MethodConfigDavid Kalnischkies2020-05-271-1/+1
* | Release 2.1.52.1.5Julian Andres Klode2020-05-265-6/+24
* | Dutch manpages translation updateFrans Spiesschaert2020-05-251-17/+3
* | Mark PatternTreeParser::Node destructor as virtualDavid Kalnischkies2020-05-251-0/+1
* | Stub out i18n methods for -DUSE_NLS=OFFDavid Kalnischkies2020-05-251-4/+9
* | Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-253-8/+6
* | Silence clang warning -Wstring-plus-intDavid Kalnischkies2020-05-252-5/+5
* | Ensure EDSP doesn't use a dangling architecture stringDavid Kalnischkies2020-05-251-4/+2
* | Don't update candidate provides map if the same as currentDavid Kalnischkies2020-05-251-6/+6
* | Don't set variables to conditionally override them 2 lines laterDavid Kalnischkies2020-05-251-5/+7
* | Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies2020-05-243-5/+106
* | Keep status number if candidate is discarded for kept back displayDavid Kalnischkies2020-05-233-16/+12
* | Known-bad candidate versions are not an upgrade optionDavid Kalnischkies2020-05-231-1/+9
* | Reset candidate version explicitly for internal state-keepingDavid Kalnischkies2020-05-236-17/+152
* | Release 2.1.42.1.4Julian Andres Klode2020-05-195-6/+13
* | Check satisfiability for versioned provides, not providing versionDavid Kalnischkies2020-05-192-1/+35
* | Release 2.1.32.1.3Julian Andres Klode2020-05-185-6/+25
* | private-search: Only use V.TranslatedDescription() if goodJulian Andres Klode2020-05-181-1/+1
* | Recognize propagated protected in pkgProblemResolverDavid Kalnischkies2020-05-185-17/+33
* | Propagate protected to already satisfied dependenciesDavid Kalnischkies2020-05-183-46/+89
* | Propagate protected to already satisfied conflictsDavid Kalnischkies2020-05-182-30/+113
* | Deal with protected solution providers firstDavid Kalnischkies2020-05-181-3/+6
* | Support negative dependencies in VCI::FromDependencyDavid Kalnischkies2020-05-181-75/+37