index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
ftp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore return of .c_str() in preemptive call for signal handler
David Kalnischkies
2023-01-29
1
-1
/
+1
*
Implement encoded URI handling in all methods
David Kalnischkies
2020-12-18
1
-5
/
+5
*
apt-pkg: URI: Add 'explicit' to single argument constructor
Julian Andres Klode
2019-04-30
1
-3
/
+3
*
Lower default timeout from 120s to 30s
Julian Andres Klode
2018-05-24
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
report transient errors as transient errors
David Kalnischkies
2017-12-13
1
-36
/
+72
*
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
2017-10-22
1
-0
/
+1
*
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
1
-2
/
+2
*
reimplement and document auth.conf
David Kalnischkies
2017-07-26
1
-2
/
+1
*
fail early in http if server answer is too small as well
David Kalnischkies
2017-07-26
1
-1
/
+1
*
fail earlier if server answers with too much data
David Kalnischkies
2017-07-26
1
-2
/
+2
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-10
/
+10
*
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
2017-06-28
1
-13
/
+12
*
methods: connect: Change PkgAcqMethod to aptMethod
Julian Andres Klode
2017-06-28
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-2
/
+2
*
methods/ftp: Cope with weird PASV responses
Julian Andres Klode
2016-06-27
1
-2
/
+15
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
1
-8
/
+2
*
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
1
-6
/
+3
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-1
/
+1
*
fix various typos reported by codespell
David Kalnischkies
2015-08-27
1
-1
/
+1
*
Make apt compile with clang++ again
Michael Vogt
2015-08-14
1
-1
/
+1
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-1
/
+0
*
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-1
/
+1
*
reimplement the last uses of sprintf
David Kalnischkies
2015-04-10
1
-7
/
+9
*
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-13
1
-3
/
+4
*
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
2014-10-07
1
-2
/
+6
*
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
1
-4
/
+4
*
add ftp expected size check
Michael Vogt
2014-10-07
1
-3
/
+7
*
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
1
-2
/
+3
*
methods: Fail if we cannot drop privileges
Julian Andres Klode
2014-09-24
1
-3
/
+3
*
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
2014-09-24
1
-0
/
+3
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-0
/
+5
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
fix -Wmissing-field-initializers warnings
David Kalnischkies
2014-03-13
1
-2
/
+2
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-2
/
+2
*
use utimes instead of utimensat/futimens
David Kalnischkies
2014-02-11
1
-9
/
+9
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-23
/
+26
*
fix missing va_end()
Michael Vogt
2013-07-26
1
-0
/
+1
*
fix two "(style) Variable 'Res' is assigned a value that is never used"
David Kalnischkies
2012-03-04
1
-4
/
+2
*
fix "(error) Possible null pointer dereference: BindAddr" by ensuring
David Kalnischkies
2012-03-04
1
-2
/
+2
*
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-0
/
+1
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
1
-1
/
+1
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-0
/
+1
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-2
/
+3
|
\
|
*
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-08-11
1
-1
/
+2
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-1
/
+1
*
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-6
/
+6
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-1
/
+3
|
/
*
move the users away from the deprecated StrToTime() method
David Kalnischkies
2010-06-09
1
-2
/
+1
*
add ftp support, basic debugging
Michael Vogt
2009-10-16
1
-0
/
+1
[next]