summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* download: Add HTTPS support.Ludovic Courtès2013-01-20
* Merge branch 'core-updates'Ludovic Courtès2013-01-11
|\
| * download: Abbreviate URLs when displaying the progress report.Ludovic Courtès2013-01-11
| * build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès2013-01-10
| * download: Report the progress of HTTP downloads.Ludovic Courtès2013-01-06
| * download: Report the progress of FTP downloads.Ludovic Courtès2013-01-06
| * Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
| |\
| * | Update license headers of builder-side code.Ludovic Courtès2013-01-05
| * | utils: Add `which'.Ludovic Courtès2013-01-05
| * | utils: Use binary I/O primitives for `remove-store-references'.Ludovic Courtès2013-01-01
| * | build-system/gnu: Add support for the "bin" output.Ludovic Courtès2013-01-01
| * | utils: Restore the mtime/atime of patched files.Ludovic Courtès2012-12-31
| * | build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles.Ludovic Courtès2012-12-21
| * | build-system/gnu: Patch shebangs after `configure'.Ludovic Courtès2012-12-20
| * | build-system/gnu: Report the execution time of each phase.Ludovic Courtès2012-12-20
| * | utils: Add a `progress' parameter to `dump-port'.Ludovic Courtès2012-12-20
| * | build-system/gnu: Change the order of `patch-source-shebangs' and `patch'.Ludovic Courtès2012-12-19
| * | build-system/gnu: Patch shebangs in executable source files.Ludovic Courtès2012-12-15
| * | build-system/gnu: Make the error port line-buffered.Ludovic Courtès2012-12-15
| * | utils: Make the buffer size of `dump-port' a parameter.Ludovic Courtès2012-12-15
| * | Merge branch 'master' into core-updatesLudovic Courtès2012-12-15
| |\ \
| * | | build-system/gnu: Avoid using /bin/sh.Ludovic Courtès2012-12-13
* | | | union: Detect collisions, and delete duplicate leaves.Ludovic Courtès2013-01-09
| |_|/ |/| |
* | | download: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-17
| |/ |/|
* | download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès2012-12-14
|/
* download: Keep only one slash when concatenating URIs.Ludovic Courtès2012-11-27
* download: Add support for mirror:// URLs.Ludovic Courtès2012-11-13
* download: Follow HTTP redirections.Ludovic Courtès2012-11-13
* Remove (guix http) and (guix ftp).Ludovic Courtès2012-11-13
* Add (guix download) and (guix build download).Ludovic Courtès2012-11-12
* http: Add informative output.Ludovic Courtès2012-11-09
* http: Check the HTTP response code, and bail if not 200.Ludovic Courtès2012-11-09
* Add (guix build union).Ludovic Courtès2012-10-29
* utils: Remove special `substitute*' syntax for lists of files.Ludovic Courtès2012-10-26
* http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès2012-10-18
* utils: Add `find-files'.Ludovic Courtès2012-10-17
* utils: Add `copy-recursively'; use it.Ludovic Courtès2012-10-17
* utils: Add `mkdir-p'; use it.Ludovic Courtès2012-10-17
* utils: Add `fold-port-matches' and `remove-store-references'.Ludovic Courtès2012-10-16
* utils: Add `with-atomic-file-replacement'.Ludovic Courtès2012-10-16
* Support build-cores = 0; change `guix-build' to default to 0.Ludovic Courtès2012-10-05
* Add (guix ftp) and companion modules.Ludovic Courtès2012-09-12
* build-system/gnu: Fix `#:path-exclusions' handling.Ludovic Courtès2012-09-06
* utils: Make `set-path-environment-variable' verbose.Ludovic Courtès2012-09-06
* build-system/gnu: Really apply patches.Ludovic Courtès2012-09-01
* utils: Change `substitute*' to allow iteration over several matches.Ludovic Courtès2012-09-01
* build-system/gnu: Add `path-exclusions' parameter.Ludovic Courtès2012-09-01
* build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters.Ludovic Courtès2012-08-31
* build-system/gnu: Add a `strip' phase.Ludovic Courtès2012-08-31
* build-system/gnu: Always invoke `configure' with a relative path.Ludovic Courtès2012-08-30