index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Age
Commit message (
Expand
)
Author
2014-02-10
simplify code to make compilers happy
David Kalnischkies
2014-01-26
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-05
Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...
Michael Vogt
2013-12-23
add basic tests for GetTempDir()
Michael Vogt
2013-12-22
factor GetTempDir out
Michael Vogt
2013-12-13
allow ':' in GetListOfFilesInDir
David Kalnischkies
2013-11-30
truncating /dev/null to zero is always successful
David Kalnischkies
2013-11-28
fix regression that APT::Keep-Fds is not honored (closes: #730490)
Michael Vogt
2013-11-01
small documentation updates
0.9.13_exp1
Michael Vogt
2013-10-31
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...
Michael Vogt
2013-10-07
fix libapt-inst for >2G debs (closes: #725483)
Michael Vogt
2013-08-31
fix typo (mkostemp->mkstemp)
Michael Vogt
2013-08-27
use mkstemp instead of mkostemp in FileFd::Open()
David Kalnischkies
2013-08-27
replace usage of potential dangerous mktemp with mkstemp
Angel Guzman Maeso
2013-08-22
apt-pkg:contrib Avoid compiler warning about sign-compare
Ángel Guzmán Maeso
2013-08-15
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-07-28
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-26
ensure that FileFd::Size returns 0 in error cases
David Kalnischkies
2013-07-25
add missing "free(buffer) for allocated buffer
Michael Vogt
2013-07-25
fix resource leak (thanks coverity)
Michael Vogt
2013-07-25
always "delete d" in FileFd::~FileFd to coverity happy
Michael Vogt
2013-06-09
fail in CopyFile if the FileFds have error flag set
David Kalnischkies
2013-06-09
OpenDescriptor should autoclose fd always on error
David Kalnischkies
2013-06-09
set Fail flag in FileFd on all errors consistently
David Kalnischkies
2013-06-06
fix double free (closes: #711045)
Michael Vogt
2013-03-10
various simple changes to fix cppcheck warnings
David Kalnischkies
2012-08-04
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-05-22
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-05-16
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-05-10
ensure that d is set before accessing it
David Kalnischkies
2012-05-10
ensure that in error conditions the Fail flag is set
David Kalnischkies
2012-05-10
collect zombie (de)compressor processes on reopen
David Kalnischkies
2012-05-09
ensure that we do init d only once and especially not with its own
David Kalnischkies
2012-05-09
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-04-19
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-04-11
use a static FileFd::Write overload to reduce duplication of write()-retry code
David Kalnischkies
2012-04-05
- add libbz2-dev as new build-dependency
David Kalnischkies
2012-04-05
if we have zlib builtin insert add a dummy gzip compressor for FileFD
David Kalnischkies
2012-04-05
detect zlib correctly. We still don't allow to build without it to remain
David Kalnischkies
2012-03-06
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-02-11
* apt-pkg/cachefile.cc:
David Kalnischkies
2012-02-03
rework previous patch to avoid changing the inline code
Michael Vogt
2012-01-18
* apt-pkg/contrib/fileutl.h:
David Kalnischkies
2012-01-18
improve error reporting in case of errors in combination with zlib
David Kalnischkies
2011-12-18
usage of Skipping in pipes can't work, so we ignore-read instead
David Kalnischkies
2011-12-17
keep track of where we are in a filedescriptor so we can use it as Tell()
David Kalnischkies
2011-12-16
try seeking on fds opened with OpenDescriptor before giving up
David Kalnischkies
2011-12-15
refactor compressor calling so that we don't (need to) export ExecCompressor
David Kalnischkies
2011-12-14
use FileFd instead of forking the compression childs by hand
David Kalnischkies
[next]