index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
Revert "if the FileFd failed already following calls should fail, too"
Julian Andres Klode
1
-10
/
+8
2016-11-14
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
4
-6
/
+6
2016-11-14
imbue .diff/Index parsing with C.UTF-8 as well
David Kalnischkies
1
-0
/
+5
2016-11-14
prevent C++ locale number formatting in text APIs (try 3)
David Kalnischkies
2
-36
/
+44
2016-11-14
prevent C++ locale number formatting in text APIs (try 2)
David Kalnischkies
1
-1
/
+1
2016-11-14
imbue datetime parsing with C.UTF-8 locale
David Kalnischkies
1
-0
/
+2
2016-11-14
avoid std::get_time usage to sidestep libstdc++6 bug
David Kalnischkies
1
-36
/
+77
2016-11-14
accept only the expected UTC timezones in date parsing
David Kalnischkies
2
-22
/
+67
2016-11-14
use de-localed std::put_time instead rolling our own
David Kalnischkies
1
-9
/
+5
2016-10-05
Do not read stderr from proxy autodetection scripts
Julian Andres Klode
3
-2
/
+11
2016-10-05
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2
-3
/
+3
2016-10-05
try not to call memcpy with length 0 in hash calculations
David Kalnischkies
8
-15
/
+21
2016-10-05
Base256ToNum: Fix uninitialized value
Julian Andres Klode
1
-1
/
+2
2016-10-05
TagFile: Fix off-by-one errors in comment stripping
Julian Andres Klode
1
-2
/
+2
2016-10-05
Fix segfault and out-of-bounds read in Binary fields
Julian Andres Klode
1
-3
/
+6
2016-10-05
don't loop on pinning pkgs from absolute debs by regex
David Kalnischkies
1
-5
/
+4
2016-10-05
changelog: Respect Dir setting for local changelog getting
Julian Andres Klode
1
-1
/
+2
2016-10-05
install-progress: Call the real ::fork() in our fork() method
Julian Andres Klode
1
-1
/
+1
2016-10-05
Ignore SIGINT and SIGQUIT for Pre-Install hooks
Julian Andres Klode
1
-1
/
+5
2016-10-05
set the correct item FileSize in by-hash case
David Kalnischkies
1
-4
/
+3
2016-10-05
drop incorrect const attribute from DirectoryExists
David Kalnischkies
1
-1
/
+1
2016-10-05
fileutl: empty file support: Avoid fstat() on -1 fd and check result
Julian Andres Klode
1
-2
/
+3
2016-10-05
allow user@host (aka: no password) in URI parsing
David Kalnischkies
1
-7
/
+9
2016-10-05
pass --force-remove-essential to dpkg only if needed
David Kalnischkies
1
-2
/
+13
2016-10-05
gpgv: Unlink the correct temp file in error case
Julian Andres Klode
1
-4
/
+4
2016-10-05
if the FileFd failed already following calls should fail, too
David Kalnischkies
1
-8
/
+10
2016-10-05
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
3
-29
/
+25
2016-08-31
rred: truncate result file before writing to it
David Kalnischkies
1
-13
/
+17
2016-08-31
verify hash of input file in rred
David Kalnischkies
1
-3
/
+6
2016-08-31
call flush on the wrapped writebuffered FileFd
David Kalnischkies
1
-2
/
+1
2016-08-31
report all instead of first error up the acquire chain
David Kalnischkies
1
-3
/
+14
2016-08-31
don't change owner/perms/times through file:// symlinks
David Kalnischkies
1
-1
/
+4
2016-08-31
do not treat same-version local debs as downgrade
David Kalnischkies
1
-2
/
+15
2016-08-31
reinstalling local deb file is no downgrade
David Kalnischkies
1
-1
/
+1
2016-08-31
protect only the latest same-source providers from autoremove
David Kalnischkies
1
-5
/
+34
2016-08-31
more explicit MarkRequired algorithm code (part 2)
David Kalnischkies
1
-116
/
+68
2016-08-31
more explicit MarkRequired algorithm code
David Kalnischkies
1
-19
/
+32
2016-08-31
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
8
-37
/
+138
2016-08-31
write auto-bits before calling dpkg & again after if needed
David Kalnischkies
1
-3
/
+10
2016-08-31
if reading of autobit state failed, let write fail
David Kalnischkies
1
-0
/
+5
2016-08-31
don't do atomic overrides with failed files
David Kalnischkies
1
-1
/
+1
2016-08-31
cache: Bump minor version to 6
Julian Andres Klode
1
-1
/
+1
2016-08-31
Fix buffer overflow in debListParser::VersionHash()
Julian Andres Klode
1
-2
/
+6
2016-06-22
ensure filesize of deb is included in the hashes list
David Kalnischkies
1
-0
/
+3
2016-06-20
do not error if auto-detect-proxy cmd has no output
David Kalnischkies
1
-1
/
+1
2016-06-10
don't leak FD in AutoProxyDetect command return parsing
David Kalnischkies
1
-35
/
+20
2016-06-10
don't leak an FD in lz4 (de)compression
David Kalnischkies
1
-1
/
+6
2016-06-10
do not hang on piped input in PipedFileFdPrivate
David Kalnischkies
1
-0
/
+5
2016-06-01
prevent C++ locale number formatting in text APIs
David Kalnischkies
5
-69
/
+44
2016-05-20
fail instead of segfault on unreadable config files
David Kalnischkies
2
-0
/
+8
[next]