summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository/SCP.pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename Persistant to Persistent.kspillner2014-08-271-3/+3
* remove $_ usage that warns under perl 5.18espie2014-03-181-4/+1
* use common code for ssh/http 1.1espie2011-07-191-115/+4
* cache user name for ~userespie2011-03-231-3/+6
* allow scp://hostname/~user/subdir to workespie2011-03-231-1/+8
* use state to print error messagesespie2010-07-021-6/+6
* allow say and errsay to work without parameters, as it's ways common.espie2010-06-301-1/+1
* whitespace cleanupespie2010-06-301-1/+1
* whitespace fixesespie2010-05-101-5/+5
* use Auto::cacheespie2010-01-051-1/+1
* my $_, except for the server code, which could still run on older perlespie2009-06-061-4/+4
* rewind DATA, so that the next scp: url will have code to connect to...espie2009-06-031-1/+2
* synch with rest of workespie2008-06-271-13/+2
* use OpenBSD::Paths contentsespie2007-06-161-2/+4
* more efficient regexps: anchor stuff at both ends, be more specific inespie2007-06-041-5/+5
* some minor systematic changes.espie2007-06-041-16/+16
* fix scp url parsing and printingespie2007-05-191-4/+7
* do not pass the urlscheme to the constructors, since they each haveespie2007-05-171-2/+2
* name each urlschemeespie2007-05-171-1/+6
* update copyright years, standardize licence.espie2007-04-151-2/+2
* make pkg_add exit gracefully if it cannot read from a file handle, whichsteven2006-05-261-1/+4
* clean-up some name handling:espie2006-03-131-3/+2
* propagate stuff to be able to explicitly clean-up repositories.espie2006-03-081-4/+3
* fix race condition in SCP for real.espie2006-03-081-47/+1
* properly zap temporary file.espie2006-03-071-2/+5
* rendez-vous with subchild through signal USR1.espie2006-03-071-7/+25
* only the grand child can have issuesespie2006-03-071-9/+7
* let scp repositories work. Avoid run-away processes by just having one singleespie2006-03-071-18/+225
* take some infrequently used code completely out of the way.espie2006-03-061-0/+72