aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
Commit message (Expand)AuthorAge
...
* RESET-REMOTE-HOME: reset other pertinent varsSean Whitton2021-04-01
* add and export GET-USERSean Whitton2021-04-01
* WRITEFILE: avoid silently failing when regexp doesn't matchSean Whitton2021-04-01
* WRITEFILE: use REMOTE-EXISTS-PSean Whitton2021-04-01
* WRITEFILE: use RUN because stdout is what our regexp can parseSean Whitton2021-04-01
* add WITH-LOCAL-CONNECTIONSean Whitton2021-04-01
* define and export CONTINUE-CONNECTION and CONNECTION-PARENTSean Whitton2021-03-27
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* add missing PROGN in WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-26
* fix call to TESTSean Whitton2021-03-25
* add and call RESET-REMOTE-HOMESean Whitton2021-03-25
* set the current working directory as a slot in *CONNECTION*Sean Whitton2021-03-25
* reformatSean Whitton2021-03-25
* PWD uses CONNECTION-RUN not MRUNSean Whitton2021-03-25
* implement WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-25
* add some missing fresh lines at debug level 3Sean Whitton2021-03-24
* add GIT:SNAPSHOT-EXTRACTEDSean Whitton2021-03-24
* untabifySean Whitton2021-03-22
* add a :REPORT to RUN-FAILEDSean Whitton2021-03-22
* add facility for more regular progress and debug printingSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* use MRUN in TESTSean Whitton2021-03-19
* WRITEFILE: handle pathnames passed as argumentsSean Whitton2021-03-19
* rename *REMOTE-LISP* to *SUPPRESS-LOADING-SYSTEMS*Sean Whitton2021-03-15
* add slot for remote-uid to connection classDavid Bremner2021-03-13
* when RUN/MRUN get :PRINC, ensure print even if command failsSean Whitton2021-03-09
* add :DOCUMENTATION for CACHED-DATA slotSean Whitton2021-03-08
* the mode qua argument is numeric not octalSean Whitton2021-03-06
* REMOVE -> DELETESean Whitton2021-03-06
* simplify WRITEFILE file attribute preservationSean Whitton2021-03-06
* CONNECTION-WRITEFILE: deal in modes rather than umasksSean Whitton2021-03-06
* fix capitalisationSean Whitton2021-03-06
* MKTEMP: use keyword args, add :DIRECTORY argument, call sh umaskSean Whitton2021-03-06
* MKTEMP needs to check for presence of output, not just zero exitSean Whitton2021-03-06
* move some definitions aroundSean Whitton2021-03-06
* add :PRINC argument to RUN & MRUNSean Whitton2021-03-05
* fix RUN & MRUN's handling of :ENVSean Whitton2021-03-05
* RUN and MRUN can now take lists of argumentsSean Whitton2021-03-05
* 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