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
/
fileutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
without a filename we can't stat pipes
David Kalnischkies
2014-05-30
1
-1
/
+2
*
use free() instead of delete() when realloc is used
Michael Vogt
2014-05-27
1
-1
/
+2
*
fix FileFd::Size bitswap on big-endian architectures
Adam Conrad
2014-04-26
1
-13
/
+4
*
clear HitEof flag in FileFd::Seek
David Kalnischkies
2014-04-16
1
-1
/
+6
*
deal with umask only if we really need to for mkstemp
David Kalnischkies
2014-04-11
1
-9
/
+9
*
don't double-count seeks in FileFd::Skip for bzip/xz
David Kalnischkies
2014-04-11
1
-1
/
+0
*
improve umask/fchmod code readability
Michael Vogt
2014-04-10
1
-5
/
+8
*
Rename FileFd::Open() Perms to AccessMode
Michael Vogt
2014-04-10
1
-6
/
+6
*
Fix insecure file permissions when using FileFd with OpenMode::Atomic
Michael Vogt
2014-04-10
1
-2
/
+6
*
Add new Debug::RunScripts option
Michael Vogt
2014-04-01
1
-1
/
+5
*
continue reading in xz even if it outputs nothing
David Kalnischkies
2014-03-21
1
-0
/
+13
*
Fix handling of autoclosing for compressed files (Closes: #741685)
Julian Andres Klode
2014-03-15
1
-1
/
+1
*
fix test/integration/test-apt-helper
Michael Vogt
2014-03-14
1
-149
/
+326
|
\
|
*
refactor FileFd to hide some #ifdefs
David Kalnischkies
2014-03-13
1
-168
/
+131
|
*
use liblzma-dev to provide xz/lzma support
David Kalnischkies
2014-03-13
1
-35
/
+245
|
*
refactor setup of file opening via zlib/bz2 lib
David Kalnischkies
2014-03-13
1
-37
/
+36
|
*
move fd duplication closer to the gz/bz2 open calls
David Kalnischkies
2014-03-13
1
-21
/
+20
|
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-3
/
+9
|
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
1
-2
/
+2
|
*
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
David Kalnischkies
2014-03-13
1
-2
/
+2
*
|
add hashsum support in apt-file download and add more tests
Michael Vogt
2014-03-12
1
-0
/
+11
|
/
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-3
/
+3
*
simplify code some more to make reddit happy
David Kalnischkies
2014-02-14
1
-38
/
+29
*
simplify code to make compilers happy
David Kalnischkies
2014-02-10
1
-3
/
+9
*
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
2014-01-26
1
-1
/
+1
|
\
|
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...
Michael Vogt
2014-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
allow ':' in GetListOfFilesInDir
David Kalnischkies
2013-12-13
1
-1
/
+1
*
|
add basic tests for GetTempDir()
Michael Vogt
2013-12-23
1
-1
/
+1
*
|
factor GetTempDir out
Michael Vogt
2013-12-22
1
-0
/
+17
|
/
*
truncating /dev/null to zero is always successful
David Kalnischkies
2013-11-30
1
-0
/
+3
*
fix regression that APT::Keep-Fds is not honored (closes: #730490)
Michael Vogt
2013-11-28
1
-8
/
+18
*
small documentation updates
Michael Vogt
2013-11-01
1
-1
/
+2
*
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...
Michael Vogt
2013-10-31
1
-14
/
+19
*
fix libapt-inst for >2G debs (closes: #725483)
Michael Vogt
2013-10-07
1
-8
/
+8
*
fix typo (mkostemp->mkstemp)
Michael Vogt
2013-08-31
1
-1
/
+1
*
use mkstemp instead of mkostemp in FileFd::Open()
David Kalnischkies
2013-08-27
1
-8
/
+4
*
replace usage of potential dangerous mktemp with mkstemp
Angel Guzman Maeso
2013-08-27
1
-5
/
+19
*
apt-pkg:contrib Avoid compiler warning about sign-compare
Ángel Guzmán Maeso
2013-08-22
1
-1
/
+2
*
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-08-15
1
-0
/
+31
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-28
1
-8
/
+9
|
\
|
*
add missing "free(buffer) for allocated buffer
Michael Vogt
2013-07-25
1
-1
/
+0
|
*
fix resource leak (thanks coverity)
Michael Vogt
2013-07-25
1
-4
/
+8
|
*
always "delete d" in FileFd::~FileFd to coverity happy
Michael Vogt
2013-07-25
1
-4
/
+2
*
|
ensure that FileFd::Size returns 0 in error cases
David Kalnischkies
2013-07-26
1
-5
/
+18
|
/
*
fail in CopyFile if the FileFds have error flag set
David Kalnischkies
2013-06-09
1
-1
/
+2
*
OpenDescriptor should autoclose fd always on error
David Kalnischkies
2013-06-09
1
-4
/
+19
*
set Fail flag in FileFd on all errors consistently
David Kalnischkies
2013-06-09
1
-96
/
+71
*
fix double free (closes: #711045)
Michael Vogt
2013-06-06
1
-2
/
+5
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-5
/
+5
[next]