summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2016-08-31Base256ToNum: Fix uninitialized valueJulian Andres Klode
2016-08-26Make directory paths configurableJulian Andres Klode
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-08-26Add missing includes and external definitionsJulian Andres Klode
2016-08-12drop incorrect const attribute from DirectoryExistsDavid Kalnischkies
2016-08-12fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies
2016-08-11Merge branch 'feature/methods'David Kalnischkies
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-08-03ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode
2016-08-03ExecGPGV: Fork in all casesJulian Andres Klode
2016-08-03ExecGPGV: Rework file removal on exit()Julian Andres Klode
2016-08-03gpgv: Unlink the correct temp file in error caseJulian Andres Klode
2016-07-29if the FileFd failed already following calls should fail, tooDavid Kalnischkies
2016-07-27(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies
2016-07-23call flush on the wrapped writebuffered FileFdDavid Kalnischkies
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-07-05give a descriptive error for pipe tries with 'false'David Kalnischkies
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies
2016-06-29don't do atomic overrides with failed filesDavid Kalnischkies
2016-06-29Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies
2016-06-25imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies
2016-06-20implement and document DIRECT for auto-detect-proxyDavid Kalnischkies
2016-06-20do not error if auto-detect-proxy cmd has no outputDavid Kalnischkies
2016-06-17avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies
2016-06-14don't use FindFile for external Dir::Bin commandsDavid Kalnischkies
2016-06-10don't leak FD in AutoProxyDetect command return parsingDavid Kalnischkies
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies
2016-06-10do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies
2016-05-28use de-localed std::put_time instead rolling our ownDavid Kalnischkies
2016-05-28accept only the expected UTC timezones in date parsingDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-20edsp: try harder to not generate unneeded error messagesDavid Kalnischkies
2016-05-20convert EDSP to be based on FileFd instead of FILE*David Kalnischkies
2016-05-10Merge pull request julian-klode/apt#3 from adrian17/masterJulian Andres Klode
2016-05-03remove 100-levels config nesting limitDavid Kalnischkies
2016-05-01Don't copy strings in Startswith, EndswithAdrian Wielgosik
2016-04-28FileFd: avoid further writing if file failedDavid Kalnischkies
2016-04-25properly format multiline error messagesDavid Kalnischkies
2016-04-03use buffered writing for InRelease splittingDavid Kalnischkies
2016-04-03consistently add APT_OVERRIDE as method markerDavid Kalnischkies
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode
2016-03-24Set hidden visibility for StringViewJulian Andres Klode
2016-03-13Do not consider SHA1 usableJulian Andres Klode
2016-03-07Fix several typosVeres Lajos
2016-03-06Fix lzma write support to handle "try again" caseColin Watson
2016-02-10Set seekpos to 0 after reopening files in Seek()Julian Andres Klode
2016-02-04Use some semantically more correct buffer operationsJulian Andres Klode