summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
2013-06-13store: Add `requisites'.Ludovic Courtès
2013-05-29store: Test the `fallback?' store option.Ludovic Courtès
2013-04-20daemon: Gracefully handle cases where the daemon does not return a status code.Ludovic Courtès
2013-04-12store: Remove unneeded and conflicting import.Ludovic Courtès
2013-04-04Add (guix nar) and (guix serialization).Ludovic Courtès
2013-04-03Add preliminary binary substituter.Ludovic Courtès
2013-04-01store: Add `store-path-hash-part'.Ludovic Courtès
2013-03-22store: Really disable file name canonicalization for derivation inputs.Ludovic Courtès
2013-03-22store: Use `sendfile' when available.Ludovic Courtès
2013-03-07ui: Gracefully report failures to connect to the daemon.Ludovic Courtès
2013-02-27store: Add queries for references & co.Ludovic Courtès
2013-02-18store: Add the `%daemon-socket-file' parameter.Ludovic Courtès
2013-02-04store: Add substitute-related procedures.Ludovic Courtès
2013-02-04store: Update to protocol 1.12.Ludovic Courtès
2013-02-04store: Write string length as a 32-bit integer.Ludovic Courtès
2013-01-31store: Don't expect build logs to be UTF-8-encoded.Ludovic Courtès
2013-01-30store: Slightly improve memoization hashing.Ludovic Courtès
2013-01-30store: Remove the `fixed?' parameter from `add-to-store'.Ludovic Courtès
2013-01-30store: Avoid use of `set!'.Ludovic Courtès
2013-01-30store: Micro-optimize `write-string'.Ludovic Courtès
2013-01-30store: Cache `add-text-to-store' results.Ludovic Courtès
2013-01-30store: Make the `add-to-store' cache per-connection.Ludovic Courtès
2013-01-29store: Make `add-to-store' memoizing.Ludovic Courtès
2013-01-15doc: Start documenting (guix store).Ludovic Courtès
2013-01-13store: In `open-connection', process all the server's stderr.Ludovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2012-12-09Merge branch 'master' into nix-integrationLudovic Courtès
2012-12-09store: Add GC-related operations.Ludovic Courtès
2012-12-09store: Add `add-temp-root'.Ludovic Courtès
2012-12-06build: Capture configure-time settings in (guix config).Ludovic Courtès
2012-12-04store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.Ludovic Courtès
2012-11-08store: Document `add-to-store' hack for `fixed?'.Ludovic Courtès
2012-11-01store: Add `store-path-package-name'.Ludovic Courtès
2012-10-30guix-build: Add `--root'.Ludovic Courtès
2012-10-24store: Add `query-path-hash'.Ludovic Courtès
2012-10-13distro: Add a statically-linked, relocatable Guile 2.0 package.Ludovic Courtès
2012-09-01Optimize `store-path?'.Ludovic Courtès
2012-08-22Add `close-connection'.Ludovic Courtès
2012-07-02Upgrade Nix worker protocol.Ludovic Courtès
2012-07-01Add the `valid-path?' RPC.Ludovic Courtès
2012-07-01Add missing `set-build-options' parameters.Ludovic Courtès
2012-06-16store: Wait for the server to be done sending output.Ludovic Courtès
2012-06-10Add `add-to-store' with recursive directory storage.Ludovic Courtès
2012-06-03First stab at the `derivation' primitive.Ludovic Courtès
2012-06-02store: Raise error conditions upon protocol errors.Ludovic Courtès
2012-04-18Split (guix) in (guix store) and (guix derivations).Ludovic Courtès