Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-21 | review of new/changed translatable program strings | Justin B Rye | |
Reference mail: https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html | |||
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/cachefilter.h apt-pkg/contrib/fileutl.cc apt-pkg/contrib/netrc.h apt-pkg/deb/debsrcrecords.cc apt-pkg/init.h apt-pkg/pkgcache.cc debian/apt.install.in debian/changelog | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: useless cast to type A [-Wuseless-cast] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wuseless-cast | |||
2013-04-23 | merged debian-sid branch and resolved conflicts | Michael Vogt | |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies | |
2012-10-17 | stop exporting the accidently exported parsenetrc() symbol | Michael Vogt | |
2012-10-15 | merge from lp:~donkult/apt/sid | Michael Vogt | |
2012-10-13 | remove 256 char line limit by using getline() (POSIX.1-2008) | David Kalnischkies | |
2012-10-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies | |
- remove the 64 char limit for login/password in internal usage | |||
2012-10-12 | merged lp:~mvo/apt/mvo | Michael Vogt | |
2012-08-28 | apt-pkg/contrib/netrc.cc: use a slightly smaller login/password size | Michael Vogt | |
2012-08-13 | make netrc parser more robust and parser biger login tokens, thanks to "TJ" ↵ | Michael Vogt | |
(LP: #1008289) | |||
2012-03-20 | * apt-pkg/acquire-worker.cc: | David Kalnischkies | |
- check return of write() as gcc recommends * apt-pkg/acquire.cc: - check return of write() as gcc recommends * apt-pkg/cdrom.cc: - check return of chdir() and link() as gcc recommends * apt-pkg/clean.cc: - check return of chdir() as gcc recommends * apt-pkg/contrib/netrc.cc: - check return of asprintf() as gcc recommends | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-13 | merge with debian/experimental | David Kalnischkies | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-08-11 | fix a few more cppcheck performance and scope warnings | David Kalnischkies | |
2011-05-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies | |
- replace non-posix gnu-extension strdupa with strdup | |||
2009-12-07 | if "/" is found in the machine, do a uri.startswith(host) substring match to ↵ | Michael Vogt | |
support multiple user/passwds on the same host | |||
2009-12-04 | * apt-pkg/contrib/netrc.cc: | Michael Vogt | |
- check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration | |||
2009-10-16 | add ftp support, basic debugging | Michael Vogt | |
2009-10-16 | port netrc support from maemon | Michael Vogt | |