summaryrefslogtreecommitdiff
path: root/nix/libstore
Commit message (Expand)AuthorAgeFilesLines
* daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès2020-09-141-17/+70
* daemon: Move 'Agent' to libutil....Ludovic Courtès2020-09-141-116/+2
* daemon: Isolate signing and signature verification functions....Ludovic Courtès2020-09-141-13/+30
* daemon: Generalize 'HookInstance' to 'Agent'....Ludovic Courtès2020-09-141-39/+51
* daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès2020-09-111-16/+3
* daemon: Correctly handle EMLINK corner case when deduplicating....Ludovic Courtès2020-06-251-1/+2
* nix: Tweak .gitignore files....Christopher Baines2020-06-241-2/+1
* daemon: Handle EXDEV when moving to trash directory....Chris Marusich2020-06-061-1/+4
* daemon: Do not use clone on the Hurd....Manolis Ragkousis2020-03-261-4/+7
* daemon: Drop 'AT_STATX_DONT_SYNC' flag upon EINVAL....Ludovic Courtès2020-02-261-4/+16
* daemon: Fix the displayed GC estimated progress....Ludovic Courtès2020-01-121-4/+5
* daemon: Account for deleted store files when deduplication is on....Ludovic Courtès2020-01-121-1/+8
* daemon: GC remove-unused-links phase uses 'statx' when available....Ludovic Courtès2019-11-271-0/+11
* daemon: GC displays how much it has collected....Ludovic Courtès2019-11-221-1/+10
* daemon: Don't include <linux/fs.h>....Ludovic Courtès2019-11-132-8/+0
* daemon: Unregister build hook from the worker's children upon build failure....Ludovic Courtès2019-11-041-0/+5
* daemon: Make 'profiles/per-user' non-world-writable....Ludovic Courtès2019-10-163-2/+21
* daemon: Remove traces of 'NIX_ROOT_FINDER'....Ludovic Courtès2019-10-161-4/+3
* daemon: Strictly respect timeouts for 'guix offload'....Ludovic Courtès2019-09-281-1/+1
* daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès2019-09-082-4/+0
* daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès2019-09-084-88/+78
* daemon: Run 'guix offload' directly....Ludovic Courtès2019-09-081-6/+5
* daemon: Run 'guix perform-download' directly....Ludovic Courtès2019-09-081-2/+2
* daemon: Run 'guix authenticate' directly....Ludovic Courtès2019-09-081-2/+3
* daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès2019-09-083-7/+8
* daemon: Don't reply on 'st_blocks'....Eelco Dolstra2019-08-301-5/+4
* daemon: Replace "illegal" by "invalid" in error messages....Ludovic Courtès2019-06-133-3/+3
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-1/+1
* daemon: Emit a 'build-succeeded' event in check mode....Ludovic Courtès2019-02-061-0/+4
* daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès2019-02-043-17/+5
* daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....Ludovic Courtès2019-02-041-12/+0
* daemon: Remove unused 'NIX_DATA_DIR' environment variable....Ludovic Courtès2019-02-042-3/+0
* daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès2019-02-041-3/+3
* daemon: Use unbranded phrases in comments and messages....Ludovic Courtès2018-12-166-34/+34
* daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès2018-11-141-2/+15
* daemon: Support multiplexed build output....Ludovic Courtès2018-10-154-8/+30
* daemon: Remove unused 'Settings' fields....Ludovic Courtès2018-10-022-21/+0
* perform-download: Optionally report a "download-progress" trace....Ludovic Courtès2018-09-271-1/+4
* Add (guix status) and use it for pretty colored output....Ludovic Courtès2018-09-272-13/+16
* Remove 'guix-register' and its traces....Ludovic Courtès2018-06-142-30/+0
* database: 'with-database' can now initialize new databases....Ludovic Courtès2018-06-141-44/+0
* daemon: Allow building for armhf-linux on aarch64-linux....Efraim Flashner2018-05-171-0/+8
* daemon: Remove unused schema upgrade code....Ludovic Courtès2018-03-302-161/+5
* daemon: Remove dead code....Ludovic Courtès2018-03-306-217/+0
* daemon: Always try to execute the builder regardless of the platform....Ludovic Courtès2018-01-111-9/+14
* daemon: Make libbz2 an optional dependency....Ludovic Courtès2018-01-073-3/+23
* daemon: Add gzip log compression....Ludovic Courtès2018-01-073-7/+50
* Simplify remouting with MS_PRIVATE in sandbox build...Jörg Thalheim2017-08-181-6/+2
* daemon: Ensure the child stack is aligned on a 16-byte boundary....Mark H Weaver2017-08-071-5/+6
* daemon: On aarch64, use increments of 16 on the stack....Efraim Flashner2017-08-051-1/+5