aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* convert "upload to root Lisp" error into a warningSean Whitton2021-03-27
* don't permit registering data sources in remote Lisp imagesSean Whitton2021-03-27
* rework fork(2) connectionsSean Whitton2021-03-27
* :CHROOT.FORK: check for Lisp-type connection and rootSean Whitton2021-03-27
* :SETUID: check for Lisp-type connection and rootSean Whitton2021-03-27
* :AS connection type uses :SU not :SUDOSean Whitton2021-03-27
* create "Local caches" and "Remote caches" sectionsSean Whitton2021-03-27
* define and export CONTINUE-CONNECTION and CONNECTION-PARENTSean Whitton2021-03-27
* export DATA-PATHNAME and REMOTE-DATA-PATHNAMESean Whitton2021-03-27
* export GET-{REMOTE,LOCAL}-CACHED-PREREQUISITE-DATASean Whitton2021-03-27
* add a DEFGENERIC for CONNECTION-CLEAR-DATA-CACHESean Whitton2021-03-27
* resolve relative pathnames passed to TRY-REGISTER-DATA-SOURCESean Whitton2021-03-27
* use some accessors instead of SLOT-VALUESean Whitton2021-03-27
* RECONNECT: avoid copying all prerequisite dataSean Whitton2021-03-27
* %GET-DATA: add some debug outputSean Whitton2021-03-27
* use PATHNAME-FILE instead of PATHNAME-NAMESean Whitton2021-03-27
* export CONNECTION-CLEAR-DATA-CACHE & reorder exportsSean Whitton2021-03-27
* avoid using an :AROUND method for default implementationSean Whitton2021-03-27
* move definition of constant down to where it's usedSean Whitton2021-03-27
* rework %GET-DATA & UPLOAD-ALL-PREREQUISITE-DATA to cache string dataSean Whitton2021-03-27
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* drop support for passing a host to UPLOAD-ALL-PREREQUISITE-DATASean Whitton2021-03-26
* add missing PROGN in WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-26
* add TODO about establishing SKIP-PROPERTY restart more than onceSean Whitton2021-03-25
* add property/gnupg to consfigurator.asdSean Whitton2021-03-25
* use MUFFLE-WARNINGS functionSean Whitton2021-03-25
* use trivial-backtrace to get a backtrace for forked process failuresSean Whitton2021-03-25
* add TODO regarding variable captureSean Whitton2021-03-25
* add TODO regarding backtraces from forked processesSean Whitton2021-03-25
* fix call to TESTSean Whitton2021-03-25
* GIT:SNAPSHOT-EXTRACTED: use WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-25
* fix setting HOME in :SETUIDSean 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
* document working directory conventionsSean Whitton2021-03-25
* Revert ":SUDO connection type: reset the working directory"Sean Whitton2021-03-25
* :SETUID connection type: set HOMESean Whitton2021-03-25
* implement WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-25
* comment about WITH-REMOTE-TEMPORARY-DIRECTORYSean Whitton2021-03-25
* fix call to ESCAPE-SH-TOKENSean Whitton2021-03-24
* add some missing fresh lines at debug level 3Sean Whitton2021-03-24
* export GNUPG:PUBLIC-KEY-IMPORTEDSean Whitton2021-03-24
* add GIT:SNAPSHOT-EXTRACTEDSean Whitton2021-03-24
* use the snapshot name as name for toplevel dir in DATA:GIT-SNAPSHOTSean Whitton2021-03-24
* move copying to the inside of {union,replace}-propspec-into-hostSean Whitton2021-03-24
* make PROPERTIES argument to DEPLOY{S,}-THESE* requiredSean Whitton2021-03-24
* make dedicated RECONNECTS property rather than using DEPLOYS-THESESean Whitton2021-03-24
* attempt to implement :AS connection type and AS combinatorSean Whitton2021-03-24