| Commit message (Expand) | Author | Age |
* | import: pypi: Move generally useful procedures to utils module. | David Thompson | 2015-08-27 |
* | Add 'guix graph'. | Ludovic Courtès | 2015-08-27 |
* | gexp: Add 'lower-object'. | Ludovic Courtès | 2015-08-27 |
* | guix package: -s shows outputs. | Mark H Weaver | 2015-08-24 |
* | profiles: Remove duplicate entries in 'etc/profile'. | Ludovic Courtès | 2015-08-20 |
* | guix: Add Sleepycat license. | Ricardo Wurmus | 2015-08-20 |
* | scripts: package: Add --install-from-file option. | David Thompson | 2015-08-19 |
* | size: Get the item's size from the daemon rather than compute it. | Ludovic Courtès | 2015-08-19 |
* | lint: Add 'formatting' checker. | Ludovic Courtès | 2015-08-19 |
* | build: ruby: Rewrite build system to use gem archives. | David Thompson | 2015-08-18 |
* | syscalls: setns: Skip binding if there is no such C function. | David Thompson | 2015-08-17 |
* | import: elpa: Fix typo. | Alex Kost | 2015-08-10 |
* | python-build-system: Fix 'get-python-version'. | Mark H Weaver | 2015-08-06 |
* | build: emacs: Fix bug and improvement robustness. | Federico Beffa | 2015-08-01 |
* | import: elpa: Improve error message reporting. | Federico Beffa | 2015-08-01 |
* | syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'. | Ludovic Courtès | 2015-07-25 |
* | syscalls: 'define-c-struct' properly align reads. | Ludovic Courtès | 2015-07-25 |
* | syscalls: 'read-socket-address' gracefully handles unsupported families. | Ludovic Courtès | 2015-07-25 |
* | syscalls: 'define-c-struct' distinguishes pointers from integers. | Ludovic Courtès | 2015-07-25 |
* | syscalls: Rename 'network-interfaces' and 'all-network-interfaces'. | Ludovic Courtès | 2015-07-25 |
* | Fix typos in translatable strings. | Ludovic Courtès | 2015-07-23 |
* | size: Add '--substitute-urls' option. | Ludovic Courtès | 2015-07-22 |
* | derivations: Improve docstring of 'substitution-oracle'. | Ludovic Courtès | 2015-07-22 |
* | derivations: Improve complexity of 'substitution-oracle'. | Ludovic Courtès | 2015-07-22 |
* | import: hackage: Remove reference to unbound variable. | Ludovic Courtès | 2015-07-22 |
* | size: Remove leftover 'pk'. | Ludovic Courtès | 2015-07-22 |
* | import: pypi: Improve warning message. | Ludovic Courtès | 2015-07-21 |
* | Merge branch 'core-updates' | Mark H Weaver | 2015-07-19 |
|\ |
|
| * | Merge branch 'master' into core-updates | Mark H Weaver | 2015-07-19 |
| |\ |
|
| * | | python-build-system: Add 'ensure-no-mtimes-pre-1980' phase. | Mark H Weaver | 2015-07-16 |
| * | | Merge branch 'master' into core-updates | Mark H Weaver | 2015-07-15 |
| |\ \ |
|
| * | | | packages: patch-and-repack: Build tarballs deterministically. | Mark H Weaver | 2015-07-14 |
| * | | | build-system/gnu: Pass --build=<triplet> to configure by default. | Mark H Weaver | 2015-07-13 |
| * | | | packages: Rewrite 'transitive-inputs' to be linear and remove duplicates. | Ludovic Courtès | 2015-07-12 |
* | | | | publish: Do not load archive content in memory. | Ludovic Courtès | 2015-07-20 |
* | | | | publish: Serve /nar requests in a separate thread. | Ludovic Courtès | 2015-07-19 |
| |_|/
|/| | |
|
* | | | build-system/ruby: Add #:gem-flags parameter. | pjotrp | 2015-07-18 |
* | | | publish: Write hashes in nix-base32 format. | Ludovic Courtès | 2015-07-18 |
* | | | syscalls: Struct deserializer can now return arbitrary objects. | Ludovic Courtès | 2015-07-17 |
* | | | download: Remove spurious warning about 'https_proxy'. | Ludovic Courtès | 2015-07-17 |
* | | | licenses: Add Fontana's copyleft-next. | Ludovic Courtès | 2015-07-17 |
* | | | system: Add 'kernel-arguments' field. | Ludovic Courtès | 2015-07-17 |
* | | | size: Gracefully handle EPIPE. | Ludovic Courtès | 2015-07-15 |
* | | | ui: Add 'leave-on-EPIPE'. | Ludovic Courtès | 2015-07-15 |
| |/
|/| |
|
* | | substitute: Improve functional decomposition. | Ludovic Courtès | 2015-07-13 |
* | | guix build: Add '--substitute-urls' client option. | Ludovic Courtès | 2015-07-13 |
* | | substitute: Honor "substitute-urls" option passed by "untrusted" clients. | Ludovic Courtès | 2015-07-13 |
* | | substitute: Store cached narinfo in cache-specific sub-directories. | Ludovic Courtès | 2015-07-13 |
* | | substitute: Pass the cache URL instead of <cache> objects. | Ludovic Courtès | 2015-07-13 |
* | | substitute: Remove unneeded conditionals. | Ludovic Courtès | 2015-07-13 |