aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
Commit message (Expand)AuthorAge
* pass LOCALE=C to ls(1) in WRITEFILESean Whitton2021-05-06
* FILE:HAS-CONTENT: avoid writing the file if content unchangedSean Whitton2021-05-06
* swap order of stdout and stderr when reporting RUN-FAILEDSean Whitton2021-05-06
* replace WITH-LOCAL-... with an EVALS propertySean Whitton2021-05-06
* add TODO about converting slots to connattrsSean Whitton2021-04-30
* add connattrsSean Whitton2021-04-30
* CONTINUE-DEPLOY* connections: push a new connection objectSean Whitton2021-04-30
* capture child stdout in case *STANDARD-OUTPUT* has been reboundSean Whitton2021-04-26
* add WITH-LOCAL-PASSWORDLESS-SUDO-CONNECTIONSean Whitton2021-04-16
* RUN/MRUN: when :INFORM, also show the command which was runSean Whitton2021-04-12
* reindentSean Whitton2021-04-08
* RUN/MRUN: export each environment variable individuallySean Whitton2021-04-08
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* RUN, MRUN: add missing fresh line when :INFORMSean Whitton2021-04-04
* 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