summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* download: Fix premature socket close on TLS connections.Ludovic Courtès2013-05-10
* Add 'python-build-system'.Nikita Karetnikov2013-05-08
* Add (guix build rpath).Ludovic Courtès2013-05-08
* utils: Adjust 'wrap-program'.Nikita Karetnikov2013-04-30
* build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès2013-04-28
* packages: Add `native-search-paths' field and honor it.Ludovic Courtès2013-03-30
* build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès2013-03-30
* Merge branch 'master' into core-updatesLudovic Courtès2013-03-29
|\
| * Add (guix build-system cmake).Cyril Roelandt2013-03-28
| * Revert "utils: Add 'wrap-program'."Ludovic Courtès2013-03-07
| * utils: Add 'wrap-program'.Nikita Karetnikov2013-03-06
* | utils: Add 'wrap-program'.Nikita Karetnikov2013-03-07
* | utils: Add a #:follow-symlinks? parameter to `copy-recursively'.Ludovic Courtès2013-03-05
* | utils: Add `delete-file-recursively'.Ludovic Courtès2013-03-05
* | Merge branch 'master' into core-updatesLudovic Courtès2013-03-04
|\|
| * Add (guix build-system perl).Ludovic Courtès2013-03-04
| * download: Adjust to `http-get*' deprecation.Ludovic Courtès2013-02-20
* | guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg.Andreas Enge2013-03-04
* | download: Adjust to `http-get*' deprecation.Ludovic Courtès2013-02-27
* | Patch-shebang: Do not add space after interpreter without argument.Andreas Enge2013-02-23
* | Patch-shebang: Handle "#!/usr/bin/env command"Andreas Enge2013-02-23
|/
* union: Don't warn when colliding leaves point to the same file.Ludovic Courtès2013-02-06
* union: Delete duplicates when passed the same input several times.Ludovic Courtès2013-02-06
* download: Follow HTTP redirection upon 301 "moved permanently".Ludovic Courtès2013-01-25
* 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