summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode1-1/+1
2017-02-22add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20
2017-02-22reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies1-0/+20
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode1-0/+6
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode1-1/+22
2016-11-14Revert "if the FileFd failed already following calls should fail, too"Julian Andres Klode1-10/+8
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode1-2/+2
2016-11-14imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies1-0/+2
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies1-36/+77
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies2-22/+67
2016-11-14use de-localed std::put_time instead rolling our ownDavid Kalnischkies1-9/+5
2016-10-05Do not read stderr from proxy autodetection scriptsJulian Andres Klode3-2/+11
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies8-15/+21
2016-10-05Base256ToNum: Fix uninitialized valueJulian Andres Klode1-1/+2
2016-10-05drop incorrect const attribute from DirectoryExistsDavid Kalnischkies1-1/+1
2016-10-05fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode1-2/+3
2016-10-05allow user@host (aka: no password) in URI parsingDavid Kalnischkies1-7/+9
2016-10-05gpgv: Unlink the correct temp file in error caseJulian Andres Klode1-4/+4
2016-10-05if the FileFd failed already following calls should fail, tooDavid Kalnischkies1-8/+10
2016-10-05(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2-28/+24
2016-08-31call flush on the wrapped writebuffered FileFdDavid Kalnischkies1-2/+1
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies1-1/+4
2016-08-31don't do atomic overrides with failed filesDavid Kalnischkies1-1/+1
2016-06-20do not error if auto-detect-proxy cmd has no outputDavid 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-06-01prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
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
2016-02-01simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode1-3/+3
2016-01-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler1-1/+1
2016-01-26drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies1-0/+4
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode1-10/+4
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies1-4/+10
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies1-8/+16
2016-01-08Store the size of strings in the cacheJulian Andres Klode1-2/+9
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode1-6/+3
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode1-1/+1