]> git.saurik.com Git - apt.git/shortlog
apt.git
2016-01-14  David Kalnischkiesevaluate sourceslist-list-format entity in vendors...
2016-01-14  David Kalnischkieschange debian related entities to a more explicit name
2016-01-14  David Kalnischkiesensure built en-manpages are ignored by git
2016-01-14  David Kalnischkiesmark not-declared helper function for showsrc as static
2016-01-14  Michael VogtDo not show multiple identical apt-cache showsrc entries
2016-01-12  Julian Andres... test-apt-acquire-additional-files: Set file mode of...
2016-01-12  Julian Andres... Only enable pipelining if server is HTTP/1.1
2016-01-12  Julian Andres... AUTHORS: Update: I am active, bubulle is not
2016-01-11  Mattia RizzoloSort the list of sources to be built and linked
2016-01-11  Julian Andres... search: Handle packages without description
2016-01-09  Julian Andres... Version the build-depends on liblz4-dev to >= 0.0~r126
2016-01-09  Julian Andres... Bump dpkg-dev and debhelper build-dep to make lintian...
2016-01-09  Julian Andres... Do not break apt-file (<< 3.0~exp1~), 2.X works fine
2016-01-09  Julian Andres... NEWS: Refer to apt(8) instead of apt(1)
2016-01-08  Julian Andres... Release 1.2~exp1 1.2_exp1
2016-01-08  Julian Andres... Break apt-file (<< 3.0~exp1~)
2016-01-08  Julian Andres... Install bash completion with correct name
2016-01-08  Julian Andres... libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)
2016-01-08  Julian Andres... Store the size of strings in the cache
2016-01-08  Julian Andres... HashSumValue::Set: Do not provide const char* overload
2016-01-08  Julian Andres... debListParser: Convert another ParseDepends to StringView
2016-01-08  Julian Andres... NEWS: Document recompression of indices
2016-01-08  David Kalnischkiesremove uncompressed leftover partial file before pdiff...
2016-01-08  David Kalnischkiesuse filesize of compressed pdiffs for the limit if...
2016-01-08  David Kalnischkiestests: limit autotest-functionname generation to sane...
2016-01-08  David Kalnischkiessupport '-' and no parameter for stdin in apt-helper...
2016-01-08  David Kalnischkieskeep compressed indexes in a low-cost format
2016-01-08  David Kalnischkiestests: try to pick up compressors from config automatically
2016-01-08  David Kalnischkiesallow pdiff bootstrap from all supported compressors
2016-01-08  David Kalnischkiesensure compression cleanup even without lists-cleanup
2016-01-08  David Kalnischkiesuse one 'store' method to rule all (de)compressors
2016-01-08  David Kalnischkiesinclude all compressed Packages/Sources files in Releas...
2016-01-08  David Kalnischkiesfix typo in SrvRecords documentation
2016-01-08  Julian Andres... AvailableDescriptionLanguages: Use one string for all...
2016-01-08  Julian Andres... pkgCacheGenerator: CurMd5.Value() cannot be empty
2016-01-08  Julian Andres... operator==(char*, StringView) use StringView.operator==
2016-01-08  Julian Andres... pkgCacheGenerator::hash: Do not call tolower_ascii()
2016-01-08  Julian Andres... pkgCacheGenerator::StoreString: Get rid of std::string
2016-01-07  Julian Andres... Replace compare() == 0 checks with this == other checks
2016-01-07  Julian Andres... pkgCacheGenerator: Use StringView for toString
2016-01-07  Julian Andres... pkgCacheGenerator::StoreString: Move the string into...
2016-01-07  Julian Andres... StringView: rfind: pos should be end of substr, not...
2016-01-07  Julian Andres... StringView: pos argument default should be npos
2016-01-07  Julian Andres... StringView::rfind(): Call rfind() instead of find(...
2016-01-07  Julian Andres... Switch performance critical code to use APT::StringView
2016-01-07  Julian Andres... Introduce internal APT::StringView class
2016-01-07  Julian Andres... rred: Run in parallel
2016-01-07  Julian Andres... acquire: Allow parallelizing methods without hosts
2016-01-07  Julian Andres... CopyFile: Use 64 * 1024 instead of 64000 as buffer...
2016-01-07  Julian Andres... apt-helper: cat-file: Add -C/--compress option
2016-01-07  Julian Andres... FileFd: (native) LZ4 support
2016-01-07  Julian Andres... travis: pull liblz4-dev from wily
2016-01-05  Michael VogtDo not remove a not working SrvRecords server twice
2016-01-05  Michael VogtAdd documentation about the SrvRecords support in apt
2016-01-05  Michael VogtDocument new APT::Keep-Downloaded-Packages option in...
2016-01-03  Julian Andres... test-apt-cache: Adjust for hashtable size change
2016-01-03  Julian Andres... Increase APT::Cache-HashTableSize default to 50503
2016-01-03  Julian Andres... apt-cache: stats: Show a table utilization as percentage
2016-01-03  Julian Andres... apt-cache: stats: Average is over used, not all, buckets
2016-01-03  Helmut GrohneAllow building without libgtest-dev under <nocheck...
2016-01-03  Julian Andres... Change compressor costs to be 100 apart
2016-01-03  Julian Andres... simple_compressor: Provide some accessors for end and...
2016-01-03  Julian Andres... simple_buffer: Allow buffer size to change
2016-01-03  Julian Andres... prepare-release: travis: Ignore build profiles in build...
2016-01-02  Michael VogtAdd new APT::Keep-Downloaded-Packages option
2016-01-02  Michael VogtAdd bash-completion support for the "apt" command
2016-01-02  Michael VogtAdd support for APT::Periodic::CleanInterval
2016-01-02  David Kalnischkiesproperly parse comments in apt_preferences and deb822...
2016-01-02  David Kalnischkiessupport comments in debian/control parsing
2016-01-02  David Kalnischkiesadd optional support for comments in pkgTagFile
2016-01-02  David Kalnischkiesfail installing build-deps if parsing them failed
2016-01-02  Beatrice TorraccaItalian manpages translation update
2015-12-29  Julian Andres... Release 1.1.10 1.1.10
2015-12-29  Julian Andres... Do not sync the cache file
2015-12-29  Julian Andres... Add support for calculating hashes over the entire...
2015-12-29  Julian Andres... pkgCacheGenerator: Allow passing down an already create...
2015-12-29  Julian Andres... pkgTagSection::Scan: Fix read of uninitialized value
2015-12-29  Julian Andres... strutl.cc: Add declarations for the compat _ascii(...
2015-12-29  Julian Andres... Fix test case that was broken by switch of hash function
2015-12-29  Julian Andres... Turn tolower_ascii() and isspace_ascii() into inline...
2015-12-29  Julian Andres... Switch to DJB hashing and use prime number as table...
2015-12-28  Julian Andres... BufferedFileFdPrivate: Make InternalFlush() save agains...
2015-12-28  Julian Andres... aptconfiguration: Set default compression level to 6
2015-12-28  Julian Andres... apt-helper: Use CopyFile() for concatenating the files
2015-12-28  Julian Andres... BufferedWriter: flushing: Check for written < size...
2015-12-27  Beatrice Torraccafix 3 typos/omissions in apt.conf(5)
2015-12-27  David Kalnischkiesdeal with empty values properly in deb822 parser
2015-12-27  Julian Andres... Release 1.1.9 1.1.9
2015-12-27  Julian Andres... doc/acquire-additional-files.txt: Mention apt-helper...
2015-12-27  David Kalnischkiesallow repositories to forbid arch:all for specific...
2015-12-27  Julian Andres... pkgcachegen.h: Hack around unordered_map not existing...
2015-12-27  Julian Andres... rred: Use buffered writes
2015-12-27  Julian Andres... FileFd: Add a buffered writing mode
2015-12-27  Julian Andres... FildFd: Introduce a Flush() function and call it from...
2015-12-27  Julian Andres... FileFdPrivate: Add getter and setter for fields
2015-12-27  Julian Andres... fileutl: simple_buffer: Add write() and full() methods
2015-12-27  Julian Andres... fileutl: simple_buffer: Mark accessors as const
2015-12-27  Julian Andres... FileFdPrivate: Extract SimpleBuffer and mark it as...
2015-12-27  Julian Andres... rred: Only call pkgInitConfig() in test mode
2015-12-27  Julian Andres... ParseDepends: Mark branches for build-dep parsing as...
next