aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
Commit message (Expand)AuthorAge
* add PERIODIC:AT-MOSTSean Whitton2021-06-07
* rename REMOTE-FILE-{MODE-AND-SIZE -> STATS} & also return mtimeSean Whitton2021-06-07
* :SBCL connection: propagate :NO-CHANGESean Whitton2021-06-05
* store record of FASLs as Lisp dataSean Whitton2021-05-25
* delete old FASLs for uploaded Lisp systemsSean Whitton2021-05-25
* ensure we fail if COMPILE-FILE* failsSean Whitton2021-05-23
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* DATA-CKSUM: fix argument when calling cksum(1)Sean Whitton2021-05-21
* FILE:DATA-UPLOADED, FILE:SECRET-UPLOADED: use MAYBE-WRITEFILE-DATASean Whitton2021-05-20
* reflowSean Whitton2021-05-17
* recompile remaining as soon as we've recompiled somethingSean Whitton2021-05-17
* output the compile and/or load output when debug level at least 3Sean Whitton2021-05-17
* actually print the compile and/or load output on errorSean Whitton2021-05-17
* separately upload, compile and load each ASDF systemSean Whitton2021-05-17
* CONTINUE-DEPLOY*-PROGRAM: avoid exporting unexported symbolsSean Whitton2021-05-17
* INFORMAT when don't upload data as remote cache has a >= versionSean Whitton2021-05-17
* make CACHED-DATA into a connattr and push to it more consistentlySean Whitton2021-05-15
* when collecting output, accept UnicodeSean Whitton2021-05-06
* RESET-DATA-SOURCES: also reset cache of items of STRING-DATASean Whitton2021-04-30
* define & use DEFINE-PRINT-OBJECT-FOR-STRUCTLIKESean Whitton2021-04-16
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* Revert "add workaround for CL-HEREDOC-SYSTEM package"Sean Whitton2021-04-01
* replace some (REQUIRE "sb-posix") calls with conditional dependencySean Whitton2021-04-01
* 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
* create "Local caches" and "Remote caches" sectionsSean 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
* %GET-DATA: add some debug outputSean Whitton2021-03-27
* use PATHNAME-FILE instead of PATHNAME-NAMESean 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 and export GET-HIGHEST-LOCAL-CACHED-PREREQUISITE-DATASean Whitton2021-03-23
* use ENSURE-DIRECTORY-PATHNAME in LOCAL-DATA-PATHNAMESean Whitton2021-03-23
* simplify definition of MISSING-DATA-SOURCESean Whitton2021-03-23
* make DATA-MIME SETF'ableSean Whitton2021-03-23
* add ENSURE-DIRECTORIES-EXIST to LOCAL-DATA-PATHNAME and exportSean Whitton2021-03-23
* add DATA-SOURCE-PROVIDING-PSean Whitton2021-03-23
* add missing SPECIAL proclamation for *CONSFIGURATOR-DEBUG-LEVEL*Sean Whitton2021-03-22
* attempt to make remote Lisp show LOAD output only if loading failsSean Whitton2021-03-22
* untabifySean Whitton2021-03-22
* add MAKE-PASSPHRASE and use it to protect more sudo passwordsSean Whitton2021-03-22
* :DEBIAN-SBCL connection: tidy up outputSean Whitton2021-03-21
* add facility for more regular progress and debug printingSean Whitton2021-03-21
* add workaround for CL-HEREDOC-SYSTEM packageSean Whitton2021-03-21