summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...наб2024-11-125-13/+25
* mthdcat: use APT_BUFFER_SIZE I/O bufferнаб2024-11-111-2/+3
* Bump pkgTagFile default Size from 32k to APT_BUFFER_SIZEнаб2024-11-111-4/+4
* Replace constant-size never-reallicated getservbyport_r() std::vector buffer ...наб2024-11-111-1/+2
* Merge branch 'stdarray' into 'main'Julian Andres Klode2024-11-1111-67/+67
|\
| * Turn std::unique_ptr<char[]/std::array<char>>(APT_BUFFER_SIZE) buffers into s...наб2024-11-113-13/+13
| * Turn char[APT_BUFFER_SIZE] buffers into std::array<char, APT_BUFFER_SIZE>наб2024-11-116-46/+46
| * Only run valgrind in tests if valgrind available on hostнаб2024-11-113-8/+8
|/
* Move apt-extracttemplates to /usr/lib/apt in 'apt' packageJulian Andres Klode2024-11-114-3/+4
* po: Remove ftp and rsh methodJulian Andres Klode2024-11-111-1/+1
* Merge branch 'keep-more' into 'main'Julian Andres Klode2024-11-115-2/+111
|\
| * Return an error if ResolveByKeep() is unsuccessfulJulian Andres Klode2024-11-112-0/+21
| * Fix keeping back removals of obsolete packagesJulian Andres Klode2024-11-115-2/+90
* | Merge branch 'solver3-undo-one'Julian Andres Klode2024-11-116-240/+283
|\ \
| * | solver3: Refactor Install(Ver) to PropagateInstall(Ver)Julian Andres Klode2024-11-022-32/+36
| * | solver3: Check whether installable versions are allowedJulian Andres Klode2024-11-021-7/+10
| * | solver3: A version selected for install already is allowed.Julian Andres Klode2024-11-021-1/+1
| * | Add a FIXME around the heap compactionJulian Andres Klode2024-11-021-0/+2
| * | solver3: Rename the 'dirty' bit to 'erased'Julian Andres Klode2024-11-022-8/+8
| * | solver3: Remove the Reject() function, propagate in Enqueue() insteadJulian Andres Klode2024-11-022-56/+40
| * | solver3: Move needsRescore from Reject to Enqueue()Julian Andres Klode2024-11-021-4/+3
| * | solver3: Remove obsolete checksJulian Andres Klode2024-11-021-44/+5
| * | solver3: Introduce new Assume() and Enqueue() helpers and use themJulian Andres Klode2024-11-026-23/+69
| * | solver3: Rename Reason to VarJulian Andres Klode2024-11-022-60/+60
| * | solver3: Track all assignments and undo them individuallyJulian Andres Klode2024-11-022-72/+116
| |/
* | Merge branch 'remove-methods' into 'main'Julian Andres Klode2024-11-117-1923/+14
|\ \
| * | Apply messaging fixes from Robert KrátkýJulian Andres Klode2024-11-071-4/+4
| * | Remove ftp, rsh, ssh methods (disabled since 1.8)Julian Andres Klode2024-11-077-1923/+14
|/ /
* | Merge branch 'rwl' into 'main'Julian Andres Klode2024-11-074-7/+6
|\ \
| * | Bump read()/write() loop buffers from 4k to APT_BUFFER_SIZE (64k). Bump FileF...наб2024-11-074-7/+6
|/ /
* | Merge branch 'main' into 'main'Julian Andres Klode2024-11-021-1/+1
|\ \ | |/ |/|
| * LzmaFileFdPrivate: bump I/O buffer from 4k to 64kнаб2024-11-021-1/+1
|/
* Release 2.9.102.9.10Julian Andres Klode2024-10-2217-100/+312
* Merge branch 'main' into 'main'Julian Andres Klode2024-10-221-5/+7
|\
| * extracttar: Move large buffer to heap for valgrindJulian Andres Klode2024-10-221-5/+7
* | Merge branch 'main' into 'main'Julian Andres Klode2024-10-2213-23/+24
|\ \
| * | Fix misspeling in italian apt --helpRafael Marian2024-09-161-1/+1
| * | Update manual link in apt-secure(8)Rafael Marian2024-09-1611-21/+21
| * | Fixed missing spaces in apt-mark(8)Rafael Marian2024-09-141-1/+2
* | | Merge branch 'feature/ignorantprompt' into 'main'Julian Andres Klode2024-10-221-1/+9
|\ \ \
| * | | Show prompt reply if input is from non-terminalDavid Kalnischkies2024-09-291-1/+2
| * | | Ignore pending input before confirmation promptsDavid Kalnischkies2024-09-291-0/+7
| |/ /
* | | Merge branch 'fix/apt-list-upgradable-target-release' into 'main'Julian Andres Klode2024-10-221-0/+2
|\ \ \
| * | | Support --target-release in `apt list`Raziel Anarki2024-10-221-0/+2
| | |/ | |/|
* | | Merge branch 'main' into 'main'Julian Andres Klode2024-10-221-1/+2
|\ \ \ | |/ / |/| |
| * | apt-patterns(7): document recommendsChristopher Bock2024-10-221-1/+2
|/ /
* | Release 2.9.92.9.9Julian Andres Klode2024-10-1715-16/+238
* | test: Check that apt-ftparchive handles deep pathsJulian Andres Klode2024-10-151-0/+49
* | test framework: Improve valgrind supportJulian Andres Klode2024-10-151-1/+4
* | ftparchive: contents: Avoid exponential complexity and overflowsJulian Andres Klode2024-10-072-228/+66