summaryrefslogtreecommitdiff
path: root/nix/libstore/local-store.cc
Commit message (Expand)AuthorAgeFilesLines
* daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès2020-09-141-17/+70
* daemon: Isolate signing and signature verification functions....Ludovic Courtès2020-09-141-13/+30
* daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès2020-09-111-16/+3
* daemon: Don't include <linux/fs.h>....Ludovic Courtès2019-11-131-3/+0
* daemon: Make 'profiles/per-user' non-world-writable....Ludovic Courtès2019-10-161-2/+15
* daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès2019-09-081-43/+54
* daemon: Run 'guix authenticate' directly....Ludovic Courtès2019-09-081-2/+3
* daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès2019-02-041-8/+2
* daemon: Use unbranded phrases in comments and messages....Ludovic Courtès2018-12-161-14/+14
* daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès2018-11-141-2/+15
* daemon: Remove unused schema upgrade code....Ludovic Courtès2018-03-301-155/+4
* daemon: Improve the SQLite wrapper API....Eelco Dolstra2016-10-281-175/+68
* daemon: Factor out SQLite handling....Eelco Dolstra2016-10-281-174/+0
* daemon: Turn retrying SQLite transactions into a higher-order function....Eelco Dolstra2016-10-281-33/+42
* daemon: Substitute queries return immediately when substitutes are disabled....Ludovic Courtès2016-05-311-0/+5
* daemon: Canonicalize gids to 0....Eelco Dolstra2016-05-311-2/+2
* daemon: Flush upon '\r' when reading the substituter's stderr....Ludovic Courtès2015-07-071-2/+4
* Merge branch 'nix'....Ludovic Courtès2015-07-031-5/+13
* Merge branch 'nix'....Ludovic Courtès2015-06-031-14/+17
* daemon: Correctly print substituter's stderr....Ludovic Courtès2015-05-201-1/+2
* Merge branch 'nix'....Ludovic Courtès2015-05-191-45/+36
* daemon: Flush upon '\r' when reading the substituter's stderr....Ludovic Courtès2015-02-071-2/+4
* Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.Ludovic Courtès2015-01-041-3/+30
* Merge branch 'nix' into 'master'.Ludovic Courtès2014-12-191-0/+2010