index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix various typos reported by codespell & spellintian
David Kalnischkies
2017-07-08
1
-1
/
+1
*
Allow http(s) and socks5h for http and https in proxy auto detect
Julian Andres Klode
2017-06-30
1
-1
/
+16
*
fix some unlikely memory leaks in error cases
David Kalnischkies
2017-06-26
1
-3
/
+7
*
clean archives without changing directory
David Kalnischkies
2017-06-26
1
-1
/
+1
*
ident a CD without changing directory
David Kalnischkies
2017-06-26
1
-23
/
+23
*
Avoid chdir in acquire clean with unlinkat
David Kalnischkies
2017-06-26
2
-0
/
+16
*
Show permission error if ProxyAutoDetect cmd can't be executed
David Kalnischkies
2017-06-26
1
-1
/
+5
*
avoid explicit types for pkg counts by auto
David Kalnischkies
2017-06-26
1
-3
/
+3
*
Fix and avoid quoting in CommandLine::AsString
David Kalnischkies
2017-03-19
1
-4
/
+10
*
Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()
Julian Andres Klode
2017-02-11
1
-1
/
+1
*
avoid malloc if option whitelist is disabled (default)
David Kalnischkies
2017-01-27
1
-3
/
+8
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
7
-11
/
+11
*
fix various typos reported by codespell
David Kalnischkies
2017-01-19
1
-1
/
+1
*
strutl: Provide an APT::String::Join() function
Julian Andres Klode
2017-01-17
2
-0
/
+14
*
allow warning generation for non-whitelisted options
David Kalnischkies
2016-12-31
1
-1
/
+160
*
warn if clearsigned file has ignored content parts
David Kalnischkies
2016-12-31
1
-2
/
+17
*
gpgv: Flush the files before checking for errors
Julian Andres Klode
2016-12-08
1
-0
/
+6
*
SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)
Julian Andres Klode
2016-12-08
1
-1
/
+22
*
report apt-key errors via status-fd messages
David Kalnischkies
2016-11-24
1
-10
/
+53
*
Compare size before data when ordering cache bucket entries
Julian Andres Klode
2016-11-22
1
-0
/
+11
*
Optimize VersionHash() to not need temporary copy of input
Julian Andres Klode
2016-11-22
2
-0
/
+5
*
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
1
-0
/
+5
*
add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance
David Kalnischkies
2016-11-11
1
-9
/
+20
*
reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges
David Kalnischkies
2016-11-09
1
-0
/
+20
*
add support for Build-Depends/Conflicts-Arch
Johannes Schauer
2016-11-09
1
-1
/
+1
*
Do not read stderr from proxy autodetection scripts
Julian Andres Klode
2016-10-04
3
-2
/
+11
*
try not to call memcpy with length 0 in hash calculations
David Kalnischkies
2016-09-01
8
-15
/
+21
*
Base256ToNum: Fix uninitialized value
Julian Andres Klode
2016-08-31
1
-1
/
+2
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
2016-08-26
1
-2
/
+2
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
1
-0
/
+1
*
drop incorrect const attribute from DirectoryExists
David Kalnischkies
2016-08-12
1
-1
/
+1
*
fileutl: empty file support: Avoid fstat() on -1 fd and check result
Julian Andres Klode
2016-08-12
1
-2
/
+3
*
ensure a good clock() value for usage and tests
David Kalnischkies
2016-08-12
1
-1
/
+1
*
Merge branch 'feature/methods'
David Kalnischkies
2016-08-11
2
-0
/
+32
|
\
|
*
implement socks5h proxy support for http method
David Kalnischkies
2016-08-10
2
-0
/
+32
*
|
allow user@host (aka: no password) in URI parsing
David Kalnischkies
2016-08-10
1
-7
/
+9
|
/
*
ExecGPGV: Pass current config state to apt-key via temp file
Julian Andres Klode
2016-08-03
1
-0
/
+23
*
ExecGPGV: Fork in all cases
Julian Andres Klode
2016-08-03
1
-43
/
+34
*
ExecGPGV: Rework file removal on exit()
Julian Andres Klode
2016-08-03
1
-28
/
+23
*
gpgv: Unlink the correct temp file in error case
Julian Andres Klode
2016-08-03
1
-4
/
+4
*
if the FileFd failed already following calls should fail, too
David Kalnischkies
2016-07-29
1
-8
/
+10
*
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
2016-07-27
2
-28
/
+24
*
call flush on the wrapped writebuffered FileFd
David Kalnischkies
2016-07-23
1
-2
/
+1
*
ensure Cnf::FindFile doesn't return files below /dev/null
David Kalnischkies
2016-07-19
3
-9
/
+22
*
don't change owner/perms/times through file:// symlinks
David Kalnischkies
2016-07-06
1
-1
/
+4
*
give a descriptive error for pipe tries with 'false'
David Kalnischkies
2016-07-05
1
-0
/
+3
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
2
-2
/
+20
*
don't do atomic overrides with failed files
David Kalnischkies
2016-06-29
1
-1
/
+1
*
Revert "travis: use gcc-5 instead of gcc(-4.8)"
David Kalnischkies
2016-06-29
1
-1
/
+4
[next]