summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
* Bump CMAKE_CXX_STANDARD to 23 and fix codeJulian Andres Klode2025-05-251-1/+1
* apt-ftparchive: Do not output locale dependent dsc file sizeDavid Kalnischkies2025-02-211-1/+1
* Run unifdef -DAPT_PKG_ABI=700 againJulian Andres Klode2025-02-151-4/+0
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-141-3/+3
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-052-5/+5
* ftparchive: writer: Remove line length limit on file listsJulian Andres Klode2024-11-201-20/+13
* ftparchive: cachedb: Remove 600-byte key limitJulian Andres Klode2024-11-201-3/+4
* ftparchive: override: Remove fixed-size line buffersJulian Andres Klode2024-11-181-4/+8
* Merge branch 'noref' into 'main'Julian Andres Klode2024-11-144-7/+7
|\
| * std::string_view const & -> std::string_viewнаб2024-11-144-7/+7
* | Merge branch 'append' into 'main'Julian Andres Klode2024-11-141-1/+1
|\ \
| * | (+=)+= -> append().append()наб2024-11-141-1/+1
| |/
* / pkgTagSection::Tag constructors: std::string const& -> std::string_view (alwa...наб2024-11-141-0/+4
|/
* ftparchive/: prepare for APT::StringView -> std::string_viewнаб2024-11-144-118/+122
* Turn char[APT_BUFFER_SIZE] buffers into std::array<char, APT_BUFFER_SIZE>наб2024-11-113-16/+15
* Bump read()/write() loop buffers from 4k to APT_BUFFER_SIZE (64k). Bump FileF...наб2024-11-071-1/+1
* ftparchive: contents: Avoid exponential complexity and overflowsJulian Andres Klode2024-10-072-228/+66
* ftparchive: Mystrdup: Add safety check and bump buffer sizeJulian Andres Klode2024-10-071-1/+3
* Modernize standard library includesJulian Andres Klode2024-02-2010-26/+26
* Drop unneeded usage of deprecated std::binary_functionDavid Kalnischkies2023-01-291-3/+3
* typecast time_t and suseconds_t from std::chronoKhem Raj2022-09-161-1/+1
* Include our config.h in all C++ files to avoid ODR violationsDavid Kalnischkies2022-05-071-0/+2
* Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-011-5/+5
* Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-011-45/+39
* Drop support for long obsoleted Suggests alias: OptionalDavid Kalnischkies2022-04-011-14/+0
* Rename CMake find_package helpers to avoid developer warningsDavid Kalnischkies2020-11-051-3/+3
* Fix remaining usec vs sec time-delta calculation typosDavid Kalnischkies2020-02-061-23/+13
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-142-6/+0
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-142-7/+6
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-083-8/+5
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-0/+1
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-061-1/+1
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-292-2/+2
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-281-32/+38
* Remove obsolete RCS keywordsGuillem Jover2018-05-0712-12/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-4/+1
* ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode2017-09-091-0/+8
* ftparchive: sort discovered filenames before writing indexesDavid Kalnischkies2017-08-042-23/+39
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1213-56/+53
* fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-081-1/+1
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-261-8/+4
* Refactor finding compressor by name to avoid code dupDavid Kalnischkies2017-06-261-46/+33
* apt-ftparchive: Support '.ddeb' dbgsym packagesUnit 1932017-04-241-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-192-3/+3
* CMake: Document that the globs are expanded during CMakeJulian Andres Klode2017-01-171-1/+3
* apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fieldsJames Clarke2016-11-111-11/+25
* CMake: Handle Berkeley DB on FreeBSDJulian Andres Klode2016-08-261-0/+1
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-171-0/+1
* Get rid of the old buildsystemJulian Andres Klode2016-08-101-21/+0