aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
Commit message (Expand)AuthorAge
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
* rename :XDG-CACHE-HOME connattr to :XDG_CACHE_HOMESean Whitton2021-10-23
* use CFFI, mostly via Osicat, for all syscalls/libc except fork(2)Sean Whitton2021-09-09
* :LOCAL CONNECTION-WRITEFILE: use UIOP:RENAME-FILE-OVERWRITING-TARGETSean Whitton2021-08-31
* use UIOP:XDG-CACHE-HOMESean Whitton2021-08-31
* LOCAL-CONNECTION docstring: connection is not always the root LispSean Whitton2021-08-31
* add CONNECTION-READFILE-AND-REMOVE to improve RUN performanceSean Whitton2021-08-31
* cache XDG_CACHE_HOME as a connattrSean Whitton2021-08-31
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* untabifySean Whitton2021-03-22
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* combine CONNECTION-WRITEFILE implementations for :LOCALSean Whitton2021-03-06
* CONNECTION-WRITEFILE: deal in modes rather than umasksSean Whitton2021-03-06
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* note about WITH-UMASK and threadsSean Whitton2021-02-27
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
* no need to force a shell around a shellSean Whitton2021-02-27
* don't assume local shell is POSIXSean Whitton2021-02-27
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
* add :ELEMENT-TYPE in COPY-STREAM-TO-STREAM for :LOCAL connectionsSean Whitton2021-02-24
* specify element type in :LOCAL CONNECTION-WRITEFILE for streamsSean Whitton2021-02-23
* attempt to fix streaming data into remote sudoSean Whitton2021-02-23
* update package nameSean Whitton2021-02-21
* extend CONNECTION-WRITEFILE and CONNECTION-RUN APIs for stream inputSean Whitton2021-02-20
* import some names from uiopSean Whitton2021-02-18
* more sophisticated layer over connection-runSean Whitton2021-02-18
* normalise file headers and some commentsSean Whitton2021-02-16
* update some arg listsSean Whitton2021-02-16
* updates for having dropped apply-propertiesSean Whitton2021-02-16
* move code into an src/ subdirSean Whitton2021-02-16