Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into core-updates | Ricardo Wurmus | 2017-05-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | packages: Enable threaded compression of source tarballs. | Leo Famulari | 2017-04-15 | |
* | | | | | | | | | | | | | | | | | | | | | | graft: Correctly replace references near the end of the scan buffer. | Ludovic Courtès | 2017-08-24 | |
* | | | | | | | | | | | | | | | | | | | | | | Revert "graph: Provide access to the package record in the emit functions." | Ludovic Courtès | 2017-08-24 | |
* | | | | | | | | | | | | | | | | | | | | | | gnu: bootloader: Deprecate "device" field in favor of "target". | Andy Wingo | 2017-08-23 | |
* | | | | | | | | | | | | | | | | | | | | | | gnu: scripts: Cleanup regarding "gnu system" bootloader devices. | Andy Wingo | 2017-08-23 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | guix download: Support retrieving local file without the URI scheme. | 宋文武 | 2017-08-20 | |
* | | | | | | | | | | | | | | | | | | | | | pack: Add "none" compressor. | Ricardo Wurmus | 2017-08-19 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | download: Add the canonical GnuPG download site. | Leo Famulari | 2017-08-09 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | build: Add minify build system. | Ricardo Wurmus | 2017-08-04 | |
* | | | | | | | | | | | | | | | | | | | pull: Honor '--no-grafts'. | Ludovic Courtès | 2017-08-02 | |
* | | | | | | | | | | | | | | | | | | | pull: Use the commit ID as the version string. | Ludovic Courtès | 2017-08-02 | |
* | | | | | | | | | | | | | | | | | | | pull: Fetch source code from Git. | Ludovic Courtès | 2017-08-02 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | graph: Provide access to the package record in the emit functions. | Roel Janssen | 2017-08-01 | |
* | | | | | | | | | | | | | | | | | | guix package: Allow `guix package -u' to fuction as before. | Efraim Flashner | 2017-08-01 | |
* | | | | | | | | | | | | | | | | | | lint: formatting: Detect sexp boundaries. | Ludovic Courtès | 2017-08-01 | |
* | | | | | | | | | | | | | | | | | | guix package: Warn when invoked with '-u -something'. | Ludovic Courtès | 2017-07-31 | |
* | | | | | | | | | | | | | | | | | | git-download: Remove call to 'canonicalize-path'. | Ludovic Courtès | 2017-07-30 | |
* | | | | | | | | | | | | | | | | | | bootloader: Use <menu-entry> for the bootloader side. | Danny Milosavljevic | 2017-07-28 | |
* | | | | | | | | | | | | | | | | | | utils: Factorize XDG directory handling. | Ludovic Courtès | 2017-07-28 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | weather: Show "-m" option in help message. | Ludovic Courtès | 2017-07-27 | |
* | | | | | | | | | | | | | | | | | git-download: Speed up 'git-predicate'. | Christopher Baines | 2017-07-25 | |
* | | | | | | | | | | | | | | | | | offload: Fix potential file descriptor and memory leak. | Ludovic Courtès | 2017-07-25 | |
* | | | | | | | | | | | | | | | | | offload: Disconnect sessions created by 'machine-load'. | Ludovic Courtès | 2017-07-25 | |
* | | | | | | | | | | | | | | | | | Add 'guix weather'. | Ludovic Courtès | 2017-07-25 | |
* | | | | | | | | | | | | | | | | | import: cpan: Updater returns a list of URLs. | Ludovic Courtès | 2017-07-24 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | publish: Make the cache eviction policy less aggressive. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | publish: Avoid 'valid-path?' RPC for non-existent items. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | store: Rewrite 'store-path-hash-part' to not use regexps. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | publish: Remove 'regexp-exec' call from the hot path. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | base32: Export the base32 charsets. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | substitute: Avoid repeated calls to 'length'. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | substitute: Optimize hash-part-to-path conversion on non-200 responses. | Ludovic Courtès | 2017-07-21 | |
* | | | | | | | | | | | | | | | | gexp: Slightly improve error reporting for 'local-file'. | Ludovic Courtès | 2017-07-20 | |
* | | | | | | | | | | | | | | | | licenses: Add MirOS license. | Arun Isaac | 2017-07-20 | |
* | | | | | | | | | | | | | | | | guix package: '-l' correctly handles zero-generation profiles. | Ludovic Courtès | 2017-07-20 | |
* | | | | | | | | | | | | | | | | guix package: Trim trailing slashes from the profile name. | Ludovic Courtès | 2017-07-20 | |
* | | | | | | | | | | | | | | | | profiles: Remove workaround for an old Guile 'scandir' bug. | Ludovic Courtès | 2017-07-20 | |
* | | | | | | | | | | | | | | | | download: Add OpenBSD mirrors. | Tobias Geerinckx-Rice | 2017-07-19 | |
* | | | | | | | | | | | | | | | | guix system: Use "image.iso" as the name of ISO images. | Ludovic Courtès | 2017-07-18 | |
* | | | | | | | | | | | | | | | | gexp: 'ungexp-splicing' properly accounts for nested native inputs. | Ludovic Courtès | 2017-07-17 | |
* | | | | | | | | | | | | | | | | substitute: Work around Guile 2.2 'time-monotonic' bug. | Ludovic Courtès | 2017-07-12 | |
* | | | | | | | | | | | | | | | | size: Add '--sort=KEY'. | Ludovic Courtès | 2017-07-12 | |
* | | | | | | | | | | | | | | | | environment: Rationalize calls to 'set-build-options'. | Ludovic Courtès | 2017-07-12 | |
* | | | | | | | | | | | | | | | | syscalls: Add network-interface-running? | Danny Milosavljevic | 2017-07-12 | |
* | | | | | | | | | | | | | | | | store: Account for 'add-to-store' in RPC statistics. | Ludovic Courtès | 2017-07-11 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | syscalls: Adjust 'dirent64' struct for GNU/Hurd. | Ludovic Courtès | 2017-07-10 | |
* | | | | | | | | | | | | | | | build-system: texlive: Build union in configure phase. | Ricardo Wurmus | 2017-07-09 | |
* | | | | | | | | | | | | | | | build-system: texlive: Only build packages in the current directory. | Ricardo Wurmus | 2017-07-09 | |
* | | | | | | | | | | | | | | | discovery: Recurse into directories pointed to by a symlink. | Ludovic Courtès | 2017-07-03 |