summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2016-07-20
|\
| * publish: Keep compression disabled when zlib is missing.Ludovic Courtès2016-07-19
| * publish: Add '--compression'.Ludovic Courtès2016-07-19
| * Add (guix zlib).Ludovic Courtès2016-07-19
| * guix gc: Display of saved space for garbage collection.Vincent Legoll2016-07-16
| * build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.Ludovic Courtès2016-07-16
| * records: Improve reporting of invalid field specifiers.Ludovic Courtès2016-07-14
| * challenge: Disable grafting.Ludovic Courtès2016-07-14
| * substitute: Gracefully handle trailing slashes in URLs.Ludovic Courtès2016-07-14
| * lint: 'validate-uri' reports suspiciously small 200 responses.Ludovic Courtès2016-07-13
| * download: Attempt to update SourceForge mirror URLs.Ludovic Courtès2016-07-13
| * packages: <origin> no longer has an 'imported-modules' field.Ludovic Courtès2016-07-12
| * gexp: Remove more uses of #:modules.Ludovic Courtès2016-07-12
| * gexp: 'program-file' and 'gexp->script' no longer have #:modules.Ludovic Courtès2016-07-12
| * gexp: 'computed-file' no longer has a #:modules parameter.Ludovic Courtès2016-07-12
| * download: Use 'with-imported-modules'.Ludovic Courtès2016-07-12
| * profiles: Use 'with-imported-modules'.Ludovic Courtès2016-07-12
| * gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès2016-07-12
| * gexp: Factorize load-path-setting expression.Ludovic Courtès2016-07-12
| * gexp: Add 'with-imported-modules' macro.Ludovic Courtès2016-07-12
| * gexp: Keep only a single 'references' field.Ludovic Courtès2016-07-12
| * import: cpan: Use our mirrors for 'https' URLs.Alex Sassmannshausen2016-07-03
| * guix: Support authentication when fetching from SVN.Ricardo Wurmus2016-07-03
| * download: Update CPAN mirrors.Ludovic Courtès2016-07-02
| * download: Use basic authentication when userinfo is present in URI.David Thompson2016-06-29
| * daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven2016-06-26
| * import: pypi: do not fail when 'run_requires' is missing from the metadata.Cyril Roelandt2016-06-25
| * guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武2016-06-25
| * utils: 'cache-directory' always appends "/guix".Ludovic Courtès2016-06-25
| * bournish: Add 'wc' command.Efraim Flashner2016-06-23
| * substitute: Use ~/.cache when invoked by an unprivileged user.Ludovic Courtès2016-06-22
| * utils: 'cache-directory' honors 'XDG_CACHE_HOME'.Ludovic Courtès2016-06-22
| * build: emacs: Search for elisp in "share/emacs/site-lisp".Alex Kost2016-06-22
| * gexp: Use a relative file name.Ludovic Courtès2016-06-20
| * utils: 'current-source-directory' gracefully handles lack of source info.Ludovic Courtès2016-06-20
| * utils: 'current-source-directory' resolves relative file names at run time.Ludovic Courtès2016-06-20
| * store: 'register-path' no longer swallows 'system-error' exceptions.Ludovic Courtès2016-06-20
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-27
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-17
|\|
| * utils: 'current-source-directory' returns the absolute directory name.Ludovic Courtès2016-06-16
| * utils: 'current-source-directory' is now purely an expansion-time thing.Ludovic Courtès2016-06-16
| * packages: Disambiguate 'modules' and 'imported-modules' in <origin>.Ludovic Courtès2016-06-16
| * gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès2016-06-16
| * gexp: Move 'current-source-directory' to (guix utils).Ludovic Courtès2016-06-16
| * guix: Add downloader for Mercurial repositories.Ricardo Wurmus2016-06-15
| * store: Add #:select? parameter to 'add-to-store'.Ludovic Courtès2016-06-15
| * packages: The 'source' can be any lowerable object.Ludovic Courtès2016-06-15
| * packages: 'origin->derivation' expects an origin and nothing else.Ludovic Courtès2016-06-15
| * packages: Recognize the '.Z' extension.Ludovic Courtès2016-06-15
| * import: pypi: read requirements from wheels.Cyril Roelandt2016-06-14