summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* clean archives without changing directoryDavid Kalnischkies2017-06-261-1/+1
* ident a CD without changing directoryDavid Kalnischkies2017-06-261-23/+23
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-262-0/+16
* Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies2017-06-261-1/+5
* avoid explicit types for pkg counts by autoDavid Kalnischkies2017-06-261-3/+3
* Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies2017-03-191-4/+10
* Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode2017-02-111-1/+1
* avoid malloc if option whitelist is disabled (default)David Kalnischkies2017-01-271-3/+8
* fix various typos reported by spellintianDavid Kalnischkies2017-01-197-11/+11
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-1/+1
* strutl: Provide an APT::String::Join() functionJulian Andres Klode2017-01-172-0/+14
* allow warning generation for non-whitelisted optionsDavid Kalnischkies2016-12-311-1/+160
* warn if clearsigned file has ignored content partsDavid Kalnischkies2016-12-311-2/+17
* gpgv: Flush the files before checking for errorsJulian Andres Klode2016-12-081-0/+6
* SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode2016-12-081-1/+22
* report apt-key errors via status-fd messagesDavid Kalnischkies2016-11-241-10/+53
* Compare size before data when ordering cache bucket entriesJulian Andres Klode2016-11-221-0/+11
* Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2016-11-222-0/+5
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-0/+5
* add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies2016-11-111-9/+20
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-0/+20
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-1/+1
* Do not read stderr from proxy autodetection scriptsJulian Andres Klode2016-10-043-2/+11
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-018-15/+21
* Base256ToNum: Fix uninitialized valueJulian Andres Klode2016-08-311-1/+2
* Make directory paths configurableJulian Andres Klode2016-08-261-1/+1
* Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-261-2/+2
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+1
* drop incorrect const attribute from DirectoryExistsDavid Kalnischkies2016-08-121-1/+1
* fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode2016-08-121-2/+3
* ensure a good clock() value for usage and testsDavid Kalnischkies2016-08-121-1/+1
* Merge branch 'feature/methods'David Kalnischkies2016-08-112-0/+32
|\
| * implement socks5h proxy support for http methodDavid Kalnischkies2016-08-102-0/+32
* | allow user@host (aka: no password) in URI parsingDavid Kalnischkies2016-08-101-7/+9
|/
* ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode2016-08-031-0/+23
* ExecGPGV: Fork in all casesJulian Andres Klode2016-08-031-43/+34
* ExecGPGV: Rework file removal on exit()Julian Andres Klode2016-08-031-28/+23
* gpgv: Unlink the correct temp file in error caseJulian Andres Klode2016-08-031-4/+4
* if the FileFd failed already following calls should fail, tooDavid Kalnischkies2016-07-291-8/+10
* (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2016-07-272-28/+24
* call flush on the wrapped writebuffered FileFdDavid Kalnischkies2016-07-231-2/+1
* ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies2016-07-193-9/+22
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-061-1/+4
* give a descriptive error for pipe tries with 'false'David Kalnischkies2016-07-051-0/+3
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-022-2/+20
* don't do atomic overrides with failed filesDavid Kalnischkies2016-06-291-1/+1
* Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies2016-06-291-1/+4
* imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies2016-06-251-0/+2
* implement and document DIRECT for auto-detect-proxyDavid Kalnischkies2016-06-201-6/+13
* do not error if auto-detect-proxy cmd has no outputDavid Kalnischkies2016-06-201-1/+1