summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-05-21guix system: Don't warn about old distros for "guix system init".Ludovic Courtès
2017-05-21guix system: Increase image size for 'guix system vm'.Ludovic Courtès
2017-05-20pack: Use 'guile2.0-json' when building with Guile 2.0.Ludovic Courtès
2017-05-20modules: Add more source-less modules.Ludovic Courtès
2017-05-20publish: Fix narinfo rendering for already-compressed items.Ludovic Courtès
2017-05-20union: Gracefully handle dangling symlinks in the input.Ludovic Courtès
2017-05-20profiles: Add elapsed time to manual-database hook to output message.Maxim Cournoyer
2017-05-16ui: Disable Guile deprecation warnings by default.Ludovic Courtès
2017-05-15utils: 'compressed-file?' matches ".lzma" files.Ludovic Courtès
2017-05-15licenses: Add EDL 1.0.Ricardo Wurmus
2017-05-13bournish: 'ls' adjusts the column width depending on the entries.Ludovic Courtès
2017-05-13bournish: 'ls' lists directory contents.Ludovic Courtès
2017-05-13import: pypi: Robustify latest-release.Mathieu Othacehe
2017-05-13import: cran: Robustify cran-package?.Mathieu Othacehe
2017-05-13scripts: Do not create the config directory.Ludovic Courtès
2017-05-11substitute: Honor 'Cache-Control' on 404 responses.Ludovic Courtès
2017-05-11publish: Advertise a short TTL for "baking" 404s.Ludovic Courtès
2017-05-11graph: Add Cypher backend.Roel Janssen
2017-05-10scripts: Fix singular/plural message mismatch.Ludovic Courtès
2017-05-10build-system: Add package-with-ocaml4.01.Ben Woodcroft
2017-05-10scripts: Warn about old distro.Ludovic Courtès
2017-05-10ui: 'string->duration' correctly handles hours.Ludovic Courtès
2017-05-10guix: Add java-utils.Hartmut Goebel
2017-05-10ant-build-system: Add default "check" target.Ricardo Wurmus
2017-05-10ant-build-system: Allow specifying source directory.Hartmut Goebel
2017-05-09pull: Build package modules without optimizations on Guile 2.2.Ludovic Courtès
2017-05-09pull: Build with the matching Guile major version.Ludovic Courtès
2017-05-09pull: Use 'with-store'.Ludovic Courtès
2017-05-09pull: Honor the standard build options.Ludovic Courtès
2017-05-07git-download: Fix 'git-predicate' file membership.Ludovic Courtès
2017-05-07store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET.Ludovic Courtès
2017-05-05Revert "guix: git: Add new module."Leo Famulari
2017-05-05guix: git: Add new module.Mathieu Othacehe
2017-05-05scripts: Remove profile-grub-entries.Danny Milosavljevic
2017-05-05system: grub: Use boot-parameters instead of menu-entry where possible.Danny Milosavljevic
2017-05-05scripts: Make boot-parameters label include generation number and time.Danny Milosavljevic
2017-05-05system: Introduce read-boot-parameters-file.Danny Milosavljevic
2017-05-04store: Use 'write-bytevector' instead of hand-coded equivalent.Ludovic Courtès
2017-05-04store: Add store path computation procedures.Ludovic Courtès
2017-05-04environment: Correct typo.Tobias Geerinckx-Rice
2017-05-03refresh: Use (guix discovery).Ludovic Courtès
2017-05-03Add (guix discovery).Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-05-02gnu: Avoid circular dependencies by Perl license.Petter
2017-05-02monads: Add a template and specialization mechanism for monadic procedures.Ludovic Courtès
2017-05-02download: Continue handshake upon TLS warning alerts.Ludovic Courtès
2017-05-02licenses: Add CeCILL and CeCILL-B.Ludovic Courtès
2017-05-02substitute: Validate substitute URLs.Ludovic Courtès
2017-05-02publish: Use a larger zlib buffer for compression with '--cache'.Ludovic Courtès
2017-05-02Add package/inherit.Mark H Weaver