summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-01-09derivations: Fix `derivation-prerequisites-to-build' when outputs are there.Ludovic Courtès
2013-01-08gnu-maintenance: Add `latest-release' and related tools.Ludovic Courtès
2013-01-07snix: Use (guix licenses) variables.Ludovic Courtès
2013-01-07snix: Gracefully handle `null' in Nix build inputs.Ludovic Courtès
2013-01-06download: Report the progress of HTTP downloads.Ludovic Courtès
2013-01-06download: Report the progress of FTP downloads.Ludovic Courtès
2013-01-06ftp-client: Add `ftp-size'.Ludovic Courtès
2013-01-06Merge branch 'master' into core-updatesLudovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2013-01-05derivations: Add `derivation-path->output-paths'.Ludovic Courtès
2013-01-05Update license headers of builder-side code.Ludovic Courtès
2013-01-05utils: Add `which'.Ludovic Courtès
2013-01-05ui: Factorize bug-report information in `--help'.Ludovic Courtès
2013-01-01utils: Use binary I/O primitives for `remove-store-references'.Ludovic Courtès
2013-01-01build-system/gnu: Add `static-package'.Ludovic Courtès
2013-01-01build-system/gnu: Add support for the "bin" output.Ludovic Courtès
2012-12-31utils: Restore the mtime/atime of patched files.Ludovic Courtès
2012-12-30build-system/gnu: enable test-target during the check phaseAndreas Enge
2012-12-21build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles.Ludovic Courtès
2012-12-20build-system/gnu: Patch shebangs after `configure'.Ludovic Courtès
2012-12-20build-system/gnu: Report the execution time of each phase.Ludovic Courtès
2012-12-20utils: Add a `progress' parameter to `dump-port'.Ludovic Courtès
2012-12-19build-system/gnu: Change the order of `patch-source-shebangs' and `patch'.Ludovic Courtès
2012-12-17download: Remove unreachable SourceForge mirror.Ludovic Courtès
2012-12-17download: Correctly detect "No route to host" conditions.Ludovic Courtès
2012-12-15build-system/gnu: Patch shebangs in executable source files.Ludovic Courtès
2012-12-15build-system/gnu: Make the error port line-buffered.Ludovic Courtès
2012-12-15utils: Make the buffer size of `dump-port' a parameter.Ludovic Courtès
2012-12-15Merge branch 'master' into core-updatesLudovic Courtès
2012-12-14download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès
2012-12-13build: Fix default value of `%state-directory'.Ludovic Courtès
2012-12-13build-system/gnu: Avoid using /bin/sh.Ludovic Courtès
2012-12-13Merge branch 'nix-integration'Ludovic Courtès
2012-12-12licenses: Add 'bsd-style', 'expat', 'gpl1', 'gpl1+', 'lgpl2.0', and 'lgpl2.0+'.Nikita Karetnikov
2012-12-10Have `%nixpkgs-directory' default to #f when $NIXPKGS is the empty string.Ludovic Courtès
2012-12-10derivations: Distinguish direct store paths from files within a store path.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-08Add (guix licenses).Nikita Karetnikov
2012-12-07download: Fix the primary Savannah URL.Ludovic Courtès
2012-12-06build: Capture configure-time settings in (guix config).Ludovic Courtès
2012-12-05Add (guix gnu-maintenance).Nikita Karetnikov
2012-12-04store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.Ludovic Courtès
2012-12-04derivations: Fix erroneous call to `add-to-store' for local files as input.Ludovic Courtès
2012-11-27download: Add kernel.org mirrors.Ludovic Courtès
2012-11-27download: Keep only one slash when concatenating URIs.Ludovic Courtès
2012-11-25packages: Add missing export.Ludovic Courtès
2012-11-19guix-package: Add `--list-available'.Ludovic Courtès
2012-11-13guix-download: Use code from (guix build download).Ludovic Courtès