]> git.saurik.com Git - apt.git/history - apt-pkg/contrib
CMake: Add coverage build type
[apt.git] / apt-pkg / contrib /
2016-09-01  David Kalnischkiestry not to call memcpy with length 0 in hash calculations
2016-08-31  Julian Andres KlodeBase256ToNum: Fix uninitialized value
2016-08-26  Julian Andres KlodeMerge branch 'portability/freebsd'
2016-08-26  Julian Andres KlodeMake directory paths configurable
2016-08-26  Julian Andres KlodeUse C locale instead of C.UTF-8 for protocol strings
2016-08-26  Julian Andres KlodeAdd missing includes and external definitions
2016-08-12  David Kalnischkiesdrop incorrect const attribute from DirectoryExists
2016-08-12  Julian Andres Klodefileutl: empty file support: Avoid fstat() on -1 fd...
2016-08-12  David Kalnischkiesensure a good clock() value for usage and tests
2016-08-10  David KalnischkiesMerge branch 'feature/apt-dpkg-comm'
2016-08-10  David KalnischkiesMerge branch 'feature/methods'
2016-08-10  David Kalnischkiesallow user@host (aka: no password) in URI parsing
2016-08-10  David Kalnischkiesimplement socks5h proxy support for http method
2016-08-03  Julian Andres KlodeExecGPGV: Pass current config state to apt-key via...
2016-08-03  Julian Andres KlodeExecGPGV: Fork in all cases
2016-08-03  Julian Andres KlodeExecGPGV: Rework file removal on exit()
2016-08-03  Julian Andres Klodegpgv: Unlink the correct temp file in error case
2016-07-29  David Kalnischkiesif the FileFd failed already following calls should...
2016-07-27  David Kalnischkies(error) va_list 'args' was opened but not closed by...
2016-07-23  David Kalnischkiescall flush on the wrapped writebuffered FileFd
2016-07-19  David Kalnischkiesensure Cnf::FindFile doesn't return files below /dev...
2016-07-06  David Kalnischkiesdon't change owner/perms/times through file:// symlinks
2016-07-05  David Kalnischkiesgive a descriptive error for pipe tries with 'false'
2016-07-02  David Kalnischkiesuse +0000 instead of UTC by default as timezone in...
2016-06-29  David Kalnischkiesdon't do atomic overrides with failed files
2016-06-29  David KalnischkiesRevert "travis: use gcc-5 instead of gcc(-4.8)"
2016-06-25  David Kalnischkiesimbue datetime parsing with C.UTF-8 locale
2016-06-20  Julian Andres KlodeMerge pull request Debian/apt#16 from dombenson/master
2016-06-20  David Kalnischkiesimplement and document DIRECT for auto-detect-proxy
2016-06-20  David Kalnischkiesdo not error if auto-detect-proxy cmd has no output
2016-06-17  David Kalnischkiesavoid std::get_time usage to sidestep libstdc++6 bug
2016-06-14  David Kalnischkiesdon't use FindFile for external Dir::Bin commands
2016-06-10  David Kalnischkiesdon't leak FD in AutoProxyDetect command return parsing
2016-06-10  David Kalnischkiesdon't leak an FD in lz4 (de)compression
2016-06-10  David Kalnischkiesdo not hang on piped input in PipedFileFdPrivate
2016-05-28  David Kalnischkiesuse de-localed std::put_time instead rolling our own
2016-05-28  David Kalnischkiesaccept only the expected UTC timezones in date parsing
2016-05-27  David Kalnischkiesprevent C++ locale number formatting in text APIs
2016-05-20  David Kalnischkiesedsp: try harder to not generate unneeded error messages
2016-05-20  David Kalnischkiesconvert EDSP to be based on FileFd instead of FILE*
2016-05-10  Julian Andres KlodeMerge pull request julian-klode/apt#3 from adrian17...
2016-05-03  David Kalnischkiesremove 100-levels config nesting limit
2016-05-01  Adrian WielgosikDon't copy strings in Startswith, Endswith
2016-04-28  David KalnischkiesFileFd: avoid further writing if file failed
2016-04-25  David Kalnischkiesproperly format multiline error messages
2016-04-03  David Kalnischkiesuse buffered writing for InRelease splitting
2016-04-03  David Kalnischkiesconsistently add APT_OVERRIDE as method marker
2016-03-28  Julian Andres KlodeAllow lowering trust level of a hash via config
2016-03-24  Julian Andres KlodeSet hidden visibility for StringView
2016-03-13  Julian Andres KlodeDo not consider SHA1 usable
2016-03-06  Veres LajosFix several typos
2016-03-06  Colin WatsonFix lzma write support to handle "try again" case
2016-02-10  Julian Andres KlodeSet seekpos to 0 after reopening files in Seek()
2016-02-04  Julian Andres KlodeUse some semantically more correct buffer operations
2016-02-04  Julian Andres KlodeCorrectly report write errors when flushing buffered...
2016-02-04  Julian Andres KlodeMerge branch 'master' of github.com:adrian17/apt
2016-02-03  Adrian WielgosikAvoid temporary strings in SubstVar.
2016-02-01  Julian Andres KlodeDo not buffer writes larger than the buffer if possible
2016-02-01  Julian Andres KlodeBufferedWriteFileFdPrivate: Simplify InternalWrite()
2016-02-01  Julian Andres Klodesimple_buffer::write: Use free() instead of maxsize...
2016-01-30  Stefan Bühlerfix "Mismatched free() / delete / delete []" in simple_...
2016-01-26  David Kalnischkiesdrop explicit check for EWOULDBLOCK if it has the same...
2016-01-15  Julian Andres Klodestring_view: Drop constexpr constructor for standard...
2016-01-15  David Kalnischkiesprovide a constexpr char[] overload for APT::StringView
2016-01-15  David Kalnischkiesreturn correct position in APT::StringView::(r)find
2016-01-08  Julian Andres KlodeStore the size of strings in the cache
2016-01-08  Julian Andres KlodeHashSumValue::Set: Do not provide const char* overload
2016-01-08  Julian Andres Klodeoperator==(char*, StringView) use StringView.operator==
2016-01-07  Julian Andres KlodeStringView: rfind: pos should be end of substr, not...
2016-01-07  Julian Andres KlodeStringView: pos argument default should be npos
2016-01-07  Julian Andres KlodeStringView::rfind(): Call rfind() instead of find(...
2016-01-07  Julian Andres KlodeSwitch performance critical code to use APT::StringView
2016-01-07  Julian Andres KlodeIntroduce internal APT::StringView class
2016-01-07  Julian Andres KlodeCopyFile: Use 64 * 1024 instead of 64000 as buffer...
2016-01-07  Julian Andres KlodeFileFd: (native) LZ4 support
2016-01-03  Julian Andres Klodesimple_compressor: Provide some accessors for end and...
2016-01-03  Julian Andres Klodesimple_buffer: Allow buffer size to change
2015-12-29  Julian Andres Klodestrutl.cc: Add declarations for the compat _ascii(...
2015-12-29  Julian Andres KlodeTurn tolower_ascii() and isspace_ascii() into inline...
2015-12-28  Julian Andres KlodeBufferedFileFdPrivate: Make InternalFlush() save agains...
2015-12-28  Julian Andres KlodeBufferedWriter: flushing: Check for written < size...
2015-12-27  Julian Andres KlodeFileFd: Add a buffered writing mode
2015-12-27  Julian Andres KlodeFildFd: Introduce a Flush() function and call it from...
2015-12-27  Julian Andres KlodeFileFdPrivate: Add getter and setter for fields
2015-12-27  Julian Andres Klodefileutl: simple_buffer: Add write() and full() methods
2015-12-27  Julian Andres Klodefileutl: simple_buffer: Mark accessors as const
2015-12-27  Julian Andres KlodeFileFdPrivate: Extract SimpleBuffer and mark it as...
2015-12-27  Niels ThykierHex2Digit: Do not use isxdigit()
2015-12-27  Julian Andres KlodeConvert most callers of isspace() to isspace_ascii()
2015-12-26  Julian Andres KlodeIntroduce isspace_ascii() for use by parsers
2015-12-26  Julian Andres KlodeRefactor InternalReadLine to not unroll Size == 0 case
2015-12-26  Julian Andres KlodeChange InternalReadLine to always use buffer.read(...
2015-12-26  Julian Andres KlodeGet rid of memmove() in our read buffering
2015-12-26  Julian Andres KlodeUse a hardcoded buffer size of 4096 to fix performance
2015-12-24  Julian Andres KlodeMark all FileFdPrivate classes as hidden 1.1.6
2015-12-23  David Kalnischkiesfix new[] vs delete mismatch introduced by b3db9d81
2015-12-23  David Kalnischkiesuse a dynamic buffer for ReadLine
2015-12-23  David Kalnischkiesimplement a buffer system for FileFd::ReadLine
2015-12-22  David Kalnischkiesparse xz-compression level from configuration
2015-12-22  David Kalnischkiesfollow dpkg and xz and use CRC64 for xz compression
next