summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/netrc.cc
AgeCommit message (Expand)AuthorFilesLines
2015-11-21review of new/changed translatable program stringsJustin B Rye1-1/+1
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-3/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+1
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-1/+1
2013-04-23merged debian-sid branch and resolved conflictsMichael Vogt1-5/+3
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-5/+3
2012-10-17stop exporting the accidently exported parsenetrc() symbolMichael Vogt1-12/+0
2012-10-15merge from lp:~donkult/apt/sidMichael Vogt1-30/+33
2012-10-13remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies1-3/+5
2012-10-13* apt-pkg/contrib/netrc.cc:David Kalnischkies1-16/+27
2012-10-12merged lp:~mvo/apt/mvoMichael Vogt1-5/+16
2012-08-28apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt1-2/+2
2012-08-13make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt1-5/+16
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies1-2/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+4
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+1
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-3/+4
2011-05-13* apt-pkg/contrib/netrc.cc:David Kalnischkies1-4/+8
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt1-4/+8
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt1-7/+27
2009-10-16add ftp support, basic debuggingMichael Vogt1-1/+4
2009-10-16port netrc support from maemonMichael Vogt1-0/+184