summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-07-21import: pypi: Improve warning message.Ludovic Courtès
2015-07-19Merge branch 'core-updates'Mark H Weaver
2015-07-20publish: Do not load archive content in memory.Ludovic Courtès
2015-07-19Merge branch 'master' into core-updatesMark H Weaver
2015-07-19publish: Serve /nar requests in a separate thread.Ludovic Courtès
2015-07-18build-system/ruby: Add #:gem-flags parameter.pjotrp
2015-07-18publish: Write hashes in nix-base32 format.Ludovic Courtès
2015-07-17syscalls: Struct deserializer can now return arbitrary objects.Ludovic Courtès
2015-07-17download: Remove spurious warning about 'https_proxy'.Ludovic Courtès
2015-07-17licenses: Add Fontana's copyleft-next.Ludovic Courtès
2015-07-17system: Add 'kernel-arguments' field.Ludovic Courtès
2015-07-16python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver
2015-07-15size: Gracefully handle EPIPE.Ludovic Courtès
2015-07-15ui: Add 'leave-on-EPIPE'.Ludovic Courtès
2015-07-15Merge branch 'master' into core-updatesMark H Weaver
2015-07-14packages: patch-and-repack: Build tarballs deterministically.Mark H Weaver
2015-07-13build-system/gnu: Pass --build=<triplet> to configure by default.Mark H Weaver
2015-07-13substitute: Improve functional decomposition.Ludovic Courtès
2015-07-13guix build: Add '--substitute-urls' client option.Ludovic Courtès
2015-07-13substitute: Honor "substitute-urls" option passed by "untrusted" clients.Ludovic Courtès
2015-07-13substitute: Store cached narinfo in cache-specific sub-directories.Ludovic Courtès
2015-07-13substitute: Pass the cache URL instead of <cache> objects.Ludovic Courtès
2015-07-13substitute: Remove unneeded conditionals.Ludovic Courtès
2015-07-13guix lint: Remove duplicated module lines.Alex Kost
2015-07-12packages: Rewrite 'transitive-inputs' to be linear and remove duplicates.Ludovic Courtès
2015-07-09offload: Add 'ssh-options' field to <build-machine>.Ludovic Courtès
2015-07-08import: cabal: Make token recognition case-insensitive.Federico Beffa
2015-07-08build: Add 'emacs-build-system'.Federico Beffa
2015-07-08build: emacs-utils: Add 'emacs-byte-compile-directory'.Federico Beffa
2015-07-08import: Add 'elpa' importer.Federico Beffa
2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems).David Thompson
2015-07-07build: syscalls: Add pivot-root.David Thompson
2015-07-07build: syscalls: Add setns.David Thompson
2015-07-07build: syscalls: Add clone.David Thompson
2015-07-07utils: Add call-with-temporary-directory.David Thompson
2015-07-07build: syscalls: Add mkdtemp!David Thompson
2015-07-07build: syscalls: Add unmount flags.David Thompson
2015-07-07build: syscalls: Add additional mount flags.David Thompson
2015-07-08store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.Ludovic Courtès
2015-07-07build: ruby: Run 'rake gem' when gemspec is missing.pjotrp
2015-07-07substitute: Avoid infinite loop when updating the substitute list.Andy Patterson
2015-07-05download: Reference tls instead of renamed gnutls module.Andreas Enge
2015-07-03derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès
2015-07-02scripts: environment: Return the exit status of the command.Cyril Roelandt
2015-07-01environment: Define 'GUIX_ENVIRONMENT'.Ludovic Courtès
2015-07-01environment: Improve error reporting for '-l'.Ludovic Courtès
2015-07-01environment: For --ad-hoc, allow users to specify an output.Ludovic Courtès
2015-07-01environment: Add --system.Ludovic Courtès
2015-07-01environment: Add only the specified outputs of the dependencies.Ludovic Courtès
2015-06-24import: pypi: Detect inputs.Cyril Roelandt