summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-12-04publish: Factorize 'content-length' addition.Ludovic Courtès
2016-12-01offload: Do not abort when a machine is unreachable.Ludovic Courtès
2016-12-01offload: Gracefully report connection failures.Ludovic Courtès
2016-12-01store: Increase buffering for the '%stderr-write' upcall.Ludovic Courtès
2016-12-01offload: Warn about the lack of zlib support.Ludovic Courtès
2016-12-01offload: Remove redundant call to 'topologically-sorted' in 'send-file'.Ludovic Courtès
2016-11-30refresh: '--list-updaters' shows updater coverage.Ludovic Courtès
2016-11-30gnu-maintenance: Add kernel.org updater.Ludovic Courtès
2016-11-30upstream: Properly verify signatures of uncompressed tarballs.Ludovic Courtès
2016-11-30refresh: Honor the selected updaters when '-u' isn't given.Ludovic Courtès
2016-11-30gnu-maintenance: Factorize URL prefix predicates.Ludovic Courtès
2016-11-29Merge branch 'master' into python-build-systemHartmut Goebel
2016-11-29gnu-maintenance: 'latest-kde-release' honors 'upstream-name' properties.Ludovic Courtès
2016-11-29refresh: Warn about packages that lack an updater.Ludovic Courtès
2016-11-28pull: Set '%nix-instantiate' to a sensible value.Ludovic Courtès
2016-11-26offload: Call 'machine-load' only once per machine.Ludovic Courtès
2016-11-25offload: Drop 'remote-pipe'.Ludovic Courtès
2016-11-25offload: Rewrite to make direct RPCs to the remote daemon.Ludovic Courtès
2016-11-25offload: Remove 'with-nar-error-handling' macro.Ludovic Courtès
2016-11-25store: 'open-connection' can taken an open port.Ludovic Courtès
2016-11-25offload: Reuse SSH session during 'transfer-and-offload'.Ludovic Courtès
2016-11-25offload: Use Guile-SSH instead of GNU lsh.Ludovic Courtès
2016-11-25Merge branch 'master' into python-build-systemLeo Famulari
2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès
2016-11-21syscalls: Add 'c-struct-field-offset'.Ludovic Courtès
2016-11-19lint: Add 'mirror-url' checker.Ludovic Courtès
2016-11-19store: Add 'references*'.Ludovic Courtès
2016-11-19derivations: Add 'raw-derivation'.Ludovic Courtès
2016-11-18download: Do not offload 'builtin:download' derivations.Ludovic Courtès
2016-11-17guix package: Display newline after generation diffs.Roel Janssen
2016-11-17syscalls: 'configure-network-interface' has a #:netmask parameter.Ludovic Courtès
2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès
2016-11-16syscalls: Use 'define-c-struct' for 'struct ifconf'.Ludovic Courtès
2016-11-16syscalls: C struct writer correctly handles pointer fields.Ludovic Courtès
2016-11-16download: Use the built-in 'download' builder when available.Ludovic Courtès
2016-11-16daemon: Add 'built-in-builders' RPC.Ludovic Courtès
2016-11-16daemon: Add "builtin:download" derivation builder.Ludovic Courtès
2016-11-16tests: Move HTTP server to (guix tests http).Ludovic Courtès
2016-11-16guix download: Add '-o' option.Ludovic Courtès
2016-11-15lint: more packages to probably be a native input.Hartmut Goebel
2016-11-15guix: Add lint-checker for packages which should be no inputs at all.Hartmut Goebel
2016-11-15guix: python-build-system: Add background about Python installation methods.Hartmut Goebel
2016-11-15guix: python-build-system: Delete .egg-info file created in phase check.Hartmut Goebel
2016-11-15guix: python-build-system: Add helpers for getting and setting PYTHONPATH.Hartmut Goebel
2016-11-15guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel
2016-11-15guix: python-build-system: Import setuptools before calling `setup.py'.Marius Bakke
2016-11-15guix: build all Python packages with --single-version-externally-managed.Hartmut Goebel
2016-11-15guix: python-build-system: Fix an outdated comment.Hartmut Goebel
2016-11-14import/cpan: Maybe coerce version to string.Alex Sassmannshausen
2016-11-13Merge branch 'core-updates'Ludovic Courtès