summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
2014-03-07store: 'export-paths' doesn't export references of the given files....Ludovic Courtès
2014-02-27store: Use 'when' instead of 'if' in effectful context....Ludovic Courtès
2014-02-12store: Add comments for the stracer....Ludovic Courtès
2014-02-10store: Change 'export-paths' to always export in topological order....Ludovic Courtès
2014-01-24store: Add 'topologically-sorted'....Ludovic Courtès
2014-01-24store: Add 'with-store' convenience macro....Ludovic Courtès
2014-01-24store: Add 'register-path' procedure....Ludovic Courtès
2014-01-24store: Add comments for the %stderr constants....Ludovic Courtès
2014-01-08config: '%store-directory' always honors $NIX_STORE_DIR....Ludovic Courtès
2014-01-08config: '%state-directory' always honors $NIX_STATE_DIR....Ludovic Courtès
2014-01-08store: Fix 'log-file' to support uncompressed logs....Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès
2013-12-11store: Optimize 'store-path-package-name' and 'store-path-hash-part'....Ludovic Courtès
2013-11-13store: Make 'direct-store-path?' public....Ludovic Courtès
2013-11-12store: Add 'log-file' procedure....Ludovic Courtès
2013-09-11store: The 'references' parameter of 'add-text-to-store' is now optional....Ludovic Courtès
2013-09-02store: Add a printer for <nix-server>....Ludovic Courtès
2013-07-04store: Deal with unsupported `setsockopt' operation on GNU/Hurd....Ludovic Courtès
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-integration...Ludovic 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