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