summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2013-01-25download: Follow HTTP redirection upon 301 "moved permanently".Ludovic Courtès
2013-01-20download: Add HTTPS support.Ludovic Courtès
2013-01-11Merge branch 'core-updates'Ludovic Courtès
2013-01-11download: Abbreviate URLs when displaying the progress report.Ludovic Courtès
2013-01-10build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves.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-06Merge branch 'master' into core-updatesLudovic Courtès
2013-01-05Update license headers of builder-side code.Ludovic Courtès
2013-01-05utils: Add `which'.Ludovic Courtès
2013-01-01utils: Use binary I/O primitives for `remove-store-references'.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-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: 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-system/gnu: Avoid using /bin/sh.Ludovic Courtès
2012-11-27download: Keep only one slash when concatenating URIs.Ludovic Courtès
2012-11-13download: Add support for mirror:// URLs.Ludovic Courtès
2012-11-13download: Follow HTTP redirections.Ludovic Courtès
2012-11-13Remove (guix http) and (guix ftp).Ludovic Courtès
2012-11-12Add (guix download) and (guix build download).Ludovic Courtès
2012-11-09http: Add informative output.Ludovic Courtès
2012-11-09http: Check the HTTP response code, and bail if not 200.Ludovic Courtès
2012-10-29Add (guix build union).Ludovic Courtès
2012-10-26utils: Remove special `substitute*' syntax for lists of files.Ludovic Courtès
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès
2012-10-17utils: Add `find-files'.Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it.Ludovic Courtès
2012-10-17utils: Add `mkdir-p'; use it.Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'.Ludovic Courtès
2012-10-16utils: Add `with-atomic-file-replacement'.Ludovic Courtès
2012-10-05Support build-cores = 0; change `guix-build' to default to 0.Ludovic Courtès
2012-09-12Add (guix ftp) and companion modules.Ludovic Courtès
2012-09-06build-system/gnu: Fix `#:path-exclusions' handling.Ludovic Courtès
2012-09-06utils: Make `set-path-environment-variable' verbose.Ludovic Courtès
2012-09-01build-system/gnu: Really apply patches.Ludovic Courtès
2012-09-01utils: Change `substitute*' to allow iteration over several matches.Ludovic Courtès
2012-09-01build-system/gnu: Add `path-exclusions' parameter.Ludovic Courtès
2012-08-31build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters.Ludovic Courtès
2012-08-31build-system/gnu: Add a `strip' phase.Ludovic Courtès