summaryrefslogtreecommitdiff
path: root/dselect/methods/ftp
AgeCommit message (Expand)AuthorFilesLines
2017-10-09dselect: Remove traces of non-US support from methodsGuillem Jover1-4/+0
2017-09-24Dselect::Ftp: Avoid many function arguments in do_connect()Guillem Jover3-36/+36
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2016-10-30perl: Remove default «.» from @INC before loading modulesGuillem Jover3-2/+9
2015-05-30scripts, dselsect/methods: Switch from `` to operator qx()Guillem Jover3-8/+8
2015-05-18dselect: Remove outdated local copy of the Debian README.mirrors.txt fileGuillem Jover1-259/+0
2015-03-31Use "<enter>" instead of "return" or "enter" in input promptsGuillem Jover1-1/+1
2015-01-28perl: Switch from legacy File::Path functions to new onesGuillem Jover1-4/+4
2015-01-28build: Rename perl scripts to have a .pl extensionGuillem Jover4-0/+3
2014-10-06perl: Use length instead of /^$/ to test for an empty stringGuillem Jover1-2/+2
2014-10-06dselect: Quote the FTP package name instead of trying to manually escape itGuillem Jover1-3/+1
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-12/+12
2014-10-06dselect: Remove unnecessary handling of obsolete Package_Revision fieldGuillem Jover1-1/+0
2014-08-09Use https:// URLs instead of http:// when possible (round two)Guillem Jover1-1/+1
2014-05-17perl: Fix unused capture groups false positivesGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover3-3/+3
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04dselect: Use warn instead of print STDERR in method scriptsGuillem Jover3-6/+6
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-4/+4
2013-11-24perl: Always check open() return valueGuillem Jover1-2/+4
2013-11-24Dselect::Ftp: Uppercase public %config package variableGuillem Jover3-31/+31
2013-11-24dselect: Make $ftp variable file global in ftp install methodGuillem Jover1-6/+6
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-1/+2
2013-09-19Decapitalize error and warning messagesGuillem Jover3-7/+7
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover3-27/+20
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-3/+3
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-1/+1
2013-05-08perl: Remove unused variablesGuillem Jover2-3/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover3-66/+68
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover3-32/+32
2013-04-28Fix file descriptor leaks in perl codeGuillem Jover1-0/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-17/+18
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-6/+6
2013-04-24dselect: Stop using 'use vars' in method scriptsGuillem Jover2-5/+1
2013-04-23dselect: Remove unused diagnostics pragmasGuillem Jover3-4/+0
2013-04-23Debian::Dselect::Ftp: Move module to Dselect::FtpGuillem Jover3-9/+0
2013-04-19Explicitly quote HEREDOC markers in perl codeGuillem Jover2-2/+2
2013-04-19Remove Emacs and vim modelinesGuillem Jover3-3/+0
2013-04-19dselect: Add missing license headersGuillem Jover3-3/+33
2011-12-13Do not use absolute paths for programs in perl and shell codeGuillem Jover1-1/+1
2011-08-20Fix spelling errorsGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-02-25Use Debian instead of Debian GNU/Linux when referring to the distributionGuillem Jover1-1/+1
2009-11-08Clean up perl shebang lineGuillem Jover3-3/+9
2009-11-08Unify format in license headersGuillem Jover3-3/+3
2009-11-08Fix copyright statementsGuillem Jover3-9/+9
2009-09-26dselect-ftp: stop calling dpkg --forget-old-unavail as it's a no-opRaphaël Hertzog1-5/+0
2009-09-26dselect-ftp: don't use obsolete dpkg --print-installation-architectureRaphaël Hertzog2-2/+2
2009-09-26dselect-ftp: Update my e-mail address and copyrightRaphaël Hertzog3-3/+3
2009-09-26Integrate dpkg-ftp into dselectRaphaël Hertzog6-0/+1314