summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-07-21publish: Make the cache eviction policy less aggressive....Ludovic Courtès
2017-07-21publish: Avoid 'valid-path?' RPC for non-existent items....Ludovic Courtès
2017-07-21store: Rewrite 'store-path-hash-part' to not use regexps....Ludovic Courtès
2017-07-21publish: Remove 'regexp-exec' call from the hot path....Ludovic Courtès
2017-07-21base32: Export the base32 charsets....Ludovic Courtès
2017-07-21substitute: Avoid repeated calls to 'length'....Ludovic Courtès
2017-07-21substitute: Optimize hash-part-to-path conversion on non-200 responses....Ludovic Courtès
2017-07-20gexp: Slightly improve error reporting for 'local-file'....Ludovic Courtès
2017-07-20licenses: Add MirOS license....Arun Isaac
2017-07-20guix package: '-l' correctly handles zero-generation profiles....Ludovic Courtès
2017-07-20guix package: Trim trailing slashes from the profile name....Ludovic Courtès
2017-07-20profiles: Remove workaround for an old Guile 'scandir' bug....Ludovic Courtès
2017-07-19download: Add OpenBSD mirrors....Tobias Geerinckx-Rice
2017-07-18guix system: Use "image.iso" as the name of ISO images....Ludovic Courtès
2017-07-17gexp: 'ungexp-splicing' properly accounts for nested native inputs....Ludovic Courtès
2017-07-12substitute: Work around Guile 2.2 'time-monotonic' bug....Ludovic Courtès
2017-07-12size: Add '--sort=KEY'....Ludovic Courtès
2017-07-12environment: Rationalize calls to 'set-build-options'....Ludovic Courtès
2017-07-12syscalls: Add network-interface-running?...Danny Milosavljevic
2017-07-11store: Account for 'add-to-store' in RPC statistics....Ludovic Courtès
2017-07-10syscalls: Adjust 'dirent64' struct for GNU/Hurd....Ludovic Courtès
2017-07-09build-system: texlive: Build union in configure phase....Ricardo Wurmus
2017-07-09build-system: texlive: Only build packages in the current directory....Ricardo Wurmus
2017-07-03discovery: Recurse into directories pointed to by a symlink....Ludovic Courtès
2017-07-03copy: Default to port 22....Ludovic Courtès
2017-07-03packages: Mark 'replacement' as an "innate" field....Ludovic Courtès
2017-07-03profiles: xdg-desktop-database: Run the hook when GLib is referenced....宋文武
2017-07-03guix system: Add "--file-system-type" option....Danny Milosavljevic
2017-07-02ui: package->recutlis: Remove duplicated package names in dependencies....宋文武
2017-07-02store: 'references/substitutes' really caches its result....Ludovic Courtès
2017-07-02store: 'references/substitutes' save an RPC is the trivial case....Ludovic Courtès
2017-07-01guix: git: Stop using libgit2-shutdown....Mathieu Othacehe
2017-06-30vm: Estimate the disk size by default....Ludovic Courtès
2017-06-26guix package: Allow '--rollback', after all....Ludovic Courtès
2017-06-26guix package: 'guix package -r PKG -u' does not upgrade PKG....Ludovic Courtès
2017-06-26profiles: Add 'manifest-transaction-removal-candidate?'....Ludovic Courtès
2017-06-26import cran: Generate a valid 'license' field for "GPL"....Ludovic Courtès
2017-06-25guix package: Warn about packages that no longer exist....Ludovic Courtès
2017-06-24refresh: Be more verbose when passed an explicit package list....Ludovic Courtès
2017-06-22store: Define a default port for TCP connections....Ludovic Courtès
2017-06-22store: Pass a socket type hint to 'getaddrinfo'....Ludovic Courtès
2017-06-21environment: Disable profile collision checks....Ludovic Courtès
2017-06-21profiles: Move 'manifest-entry-dependencies' user after definition....Ludovic Courtès
2017-06-21guix package: '--search-paths' shows search paths from propagated inputs....Ludovic Courtès
2017-06-21profiles: Catch and report collisions in the profile....Ludovic Courtès
2017-06-21guix package: Always upgrade packages that have propagated inputs....Ludovic Courtès
2017-06-21profiles: Manifest entries keep a reference to their parent entry....Ludovic Courtès
2017-06-21profiles: Represent propagated inputs as manifest entries....Ludovic Courtès
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-06-19store: Buffer RPC writes....Ludovic Courtès