aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
Commit message (Expand)AuthorAge
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28
* store record of remote cache in field of *CONNECTION*Sean Whitton2021-02-27
* use ZEROPSean Whitton2021-02-27
* add :CHROOT-FORK connection typeSean Whitton2021-02-27
* fix missing &ALLOW-OTHER-KEYS in default PREPROCESS-CONNECTION-ARGSSean Whitton2021-02-27
* fix :SHELL-WRAP's CONNECTION-WRITEFILESean Whitton2021-02-27
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
* capitalise symbol namesSean Whitton2021-02-26
* make it easy just to get the exit code out of RUN and MRUNSean Whitton2021-02-26
* introduce MRUNSean Whitton2021-02-23
* switch redirection in RUNSean Whitton2021-02-23
* rework signalling errors in RUN and MKTEMPSean Whitton2021-02-23
* escape name of file we try to deleteSean Whitton2021-02-23
* fix :SSH CONNECTION-RUNSean Whitton2021-02-22
* define WITH-REMOTE-TEMPORARY-FILE earlierSean Whitton2021-02-22
* earlier definitions of both CONNECTION-TRY-UPLOAD & LOCAL-CONNECTIONSean Whitton2021-02-22
* define *HOST* earlierSean Whitton2021-02-22
* fix default implementation of PREPROCESS-CONNECTION-ARGSSean Whitton2021-02-22
* convenience feature to convert pathnames in RUN/RUNLINESSean Whitton2021-02-22
* CONNECTION-UPLOAD is only for the first hopSean Whitton2021-02-22
* add TESTSean Whitton2021-02-21
* attempt to fix a call to FORMATSean Whitton2021-02-21
* start figuring out :SUDO connection typeSean Whitton2021-02-21
* add WITH-REMOTE-TEMPORARY-FILESean Whitton2021-02-21
* "Lisp process" -> "Lisp image"Sean Whitton2021-02-20
* defvar *CONNECTION* early enoughSean Whitton2021-02-20
* split up core.lisp and get rid of .util/.core package distinctionSean Whitton2021-02-20