summaryrefslogtreecommitdiff
path: root/nix
Commit message (Expand)AuthorAgeFilesLines
* 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-075-5/+33
* daemon: Add gzip log compression....Ludovic Courtès2018-01-075-13/+75
* list-runtime-root: Fix off-by-one in 'strip-drop' call....Ludovic Courtès2017-12-311-3/+4
* list-runtime-roots: Ignore ESRCH while reading from /proc....Ludovic Courtès2017-11-261-0/+1
* list-runtime-roots: Ignore PIDs we cannot access....Ludovic Courtès2017-11-121-4/+5
* list-runtime-roots: Canonicalize store items....Ludovic Courtès2017-11-121-1/+15
* list-runtime-roots: Do not use 'lsof'....Ludovic Courtès2017-11-121-58/+21
* nix: Remove unused function....Andy Wingo2017-08-182-21/+0
* 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
* Revert "daemon: Ensure proper alignment on the stack."...Mark H Weaver2017-08-051-6/+1
* daemon: Flush the sink upon 'exportPath' errors....Jan Nieuwenhuizen2017-07-171-1/+9
* daemon: Allow compilation with GCC 4.9....Ludovic Courtès2017-07-101-4/+2
* daemon: Set TCP_NODELAY and TCP_QUICKACK on remote sockets....Ludovic Courtès2017-06-221-0/+18
* daemon: '--listen' can be passed several times, can specify TCP endpoints....Ludovic Courtès2017-06-222-169/+266
* daemon: Add '--timeout' and '--max-silent-time'....Ludovic Courtès2017-06-041-0/+12
* daemon: Report hash mismatches in a cleaner way....Ludovic Courtès2017-05-301-3/+8
* list-runtime-roots: Bufferize the lsof pipe....Ludovic Courtès2017-03-081-1/+4
* build: Don't embed absolute paths in .service and .conf service files....Leo Famulari2017-03-061-2/+2
* daemon: Ensure proper alignment on the stack....Efraim Flashner2017-02-201-1/+6
* daemon: Define 'NIX_STORE' before invoking 'guix perform-download'....Ludovic Courtès2017-02-071-0/+6
* daemon: Client settings no longer override daemon settings....Ludovic Courtès2017-01-153-7/+16
* daemon: Allow check builds of 'builtin:download' derivations....Ludovic Courtès2017-01-113-7/+23
* daemon: Allow fixed-output derivation builds with TMPDIR set....Ludovic Courtès2016-12-291-7/+6
* build: Delete all the .service and .conf files upon 'make clean'....Ludovic Courtès2016-12-201-1/+5
* build: Fix .service and .conf targets for VPATH builds....Ludovic Courtès2016-12-181-6/+6
* build: Add 'guix-publish.*.in' to the distribution....Ludovic Courtès2016-12-181-2/+4
* daemon: Set ownership of kept build directories to the calling user....Hartmut Goebel2016-12-093-0/+39
* daemon: Fix invalid Boost format string....Ludovic Courtès2016-12-051-1/+3
* daemon: Buffer data sent to clients by the 'export-path' RPC....Ludovic Courtès2016-12-011-3/+4
* Add system start-up files for "guix publish"....Hartmut Goebel2016-11-241-8/+8
* daemon: Add 'built-in-builders' RPC....Ludovic Courtès2016-11-164-2/+25
* daemon: Add "builtin:download" derivation builder....Ludovic Courtès2016-11-165-8/+154
* daemon: Do not error out when deduplication fails due to ENOSPC....Ludovic Courtès2016-10-281-5/+18
* daemon: Improve the SQLite wrapper API....Eelco Dolstra2016-10-285-228/+168
* daemon: Factor out SQLite handling....Eelco Dolstra2016-10-285-208/+227
* daemon: Turn retrying SQLite transactions into a higher-order function....Eelco Dolstra2016-10-281-33/+42
* daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'....David Craven2016-06-262-2/+2
* daemon: Substitute queries return immediately when substitutes are disabled....Ludovic Courtès2016-05-311-0/+5
* daemon: Fix typo....Ludovic Courtès2016-05-311-1/+1
* daemon: Remove unused XML output code....Ludovic Courtès2016-05-313-165/+0
* daemon: rounds: Keep the differing output if -K is given....Eelco Dolstra2016-05-311-7/+38
* daemon: Canonicalize gids to 0....Eelco Dolstra2016-05-311-2/+2
* daemon: check: Keep the differing output if -K is given....Eelco Dolstra2016-05-311-2/+12
* daemon: check: Fix "failed to produce output path"....Eelco Dolstra2016-05-311-1/+1
* daemon: check: Fix assertion failure when some outputs are missing....Eelco Dolstra2016-05-311-1/+1
* daemon: When repairing, rebuild if there is no substituter.Eelco Dolstra2016-05-311-2/+11
* daemon: Fix --repair failure on multiple-output derivations....Eelco Dolstra2016-05-311-1/+3