summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* apt: push to emplace C++11 if possibleHerman Semenoff2026-04-081-4/+4
* apt: funcs called with a string literal consisting of a single characterHerman Semenoff2026-04-081-1/+1
* Drop warning about unstable CLI interfaceJulian Andres Klode2026-04-071-1/+0
* solver3: Extract DependencySolverJulian Andres Klode2026-01-051-1/+1
* solver3: Refactor to use a namespaceJulian Andres Klode2026-01-051-1/+1
* fix compiling with muslGyorgy Sarvari2025-10-061-1/+3
* Add history undo, redo, and rollback featuresSimon Johnsson2025-10-021-0/+3
* History Command and ParsingSimon Johnsson2025-09-261-8/+12
* Introduce apt why, apt why-notJulian Andres Klode2025-05-191-0/+17
* cmdline/apt-get.cc: emit Signed-By field and support $(SIGNED_BY) in apt-get ...Johannes Schauer Marin Rodrigues2025-03-141-0/+2
* refactor: Deduplicate and Move SectionInSubTree to ConfigurationJulian Andres Klode2025-02-181-35/+1
* cache: Introduce partial SourceVersion supportJulian Andres Klode2025-02-151-14/+17
* Record all available sources for descriptionsDavid Kalnischkies2025-01-301-3/+4
* Drop unused version stanza size info from binary cacheDavid Kalnischkies2025-01-301-31/+19
* apt: Introduce the modernize-sources commandJulian Andres Klode2025-01-281-0/+1
* Drop APT_NORETURN usageDavid Kalnischkies2025-01-052-2/+2
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-053-11/+11
* apt-helper: Add a hash-file helper to debug file hashingJulian Andres Klode2024-12-211-10/+41
* Stop installing apt-key, make it a test suite helperJulian Andres Klode2024-12-072-851/+0
* apt-key: Temporarily accept 'pub' as an extension for binary gpg keysJulian Andres Klode2024-11-281-1/+1
* apt-key: Only cat supported keyrings into the merged oneJulian Andres Klode2024-11-281-1/+3
* apt-key: Prefer gpgv-sq if it existsJulian Andres Klode2024-11-221-0/+1
* cmdline/apt-sortpkgs.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-15/+15
* cmdline/apt-extracttemplates.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-15/+15
* Turn std::unique_ptr<char[]/std::array<char>>(APT_BUFFER_SIZE) buffers into s...наб2024-11-111-4/+5
* Move apt-extracttemplates to /usr/lib/apt in 'apt' packageJulian Andres Klode2024-11-111-2/+1
* Check gpgv --dump-options for --assert-pubkey-algo supportJulian Andres Klode2024-06-131-12/+2
* EDSP: Add "solver3" alias for apt-internal-solverJulian Andres Klode2024-05-142-1/+5
* Update Graphviz URL to https://graphviz.org/Wesley Schwengle2024-03-141-1/+1
* Implement gpgv --assert-pubkey-algo=>=rsa2048,ed25519,ed448Julian Andres Klode2024-02-281-3/+18
* Modernize standard library includesJulian Andres Klode2024-02-2010-25/+25
* Merge branch 'apt-key-handle-crlf-keyrings' into 'main'Julian Andres Klode2024-02-201-1/+2
|\
| * apt-key: remove carriage returns from armored keyrings before dearmoringKenyon Ralph2023-11-291-1/+2
* | Improve and test distclean implementationDavid Kalnischkies2024-01-031-0/+2
* | Merge branch 'fix-959093' into 'main'Julian Andres Klode2023-12-081-0/+2
|\ \ | |/ |/|
| * Add 'dist-clean' command to remove packages and list filesGábor Németh2023-11-221-0/+2
* | Use a more gitignore style matchingJulian Andres Klode2023-02-271-2/+2
|/
* Have values in Section config trees refer to them in all componentsDavid Kalnischkies2023-01-301-10/+23
* improve `--help` text for cmdline `apt autoremove`Camiel Vletter2022-12-131-1/+1
* Documentation for autopurge commandquazgar2022-10-282-0/+2
* Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-012-7/+9
* Warn if the legacy trusted.gpg keyring is used for verificationJulian Andres Klode2022-02-221-0/+3
* Fix "was already not hold" message grammarVille Skyttä2022-01-241-1/+1
* Use short options for cmpWalter Lozano2021-11-261-3/+3
* Use `command -v` instead of `which`Ville Skyttä2021-11-041-12/+1
* Inhibit autoremove calculation in apt-mark and apt showDavid Kalnischkies2021-08-281-0/+4
* Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-291-2/+7
|\
| * Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-251-2/+7
* | Call MarkAndSweep only manually in apt-get for autoremoveDavid Kalnischkies2021-04-261-0/+2
|/
* Proper URI encoding for config requests to our test webserverDavid Kalnischkies2020-12-181-0/+9