summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* container: Gracefully report mount errors in the child process....Ludovic Courtès2016-05-312-0/+22
* cve: Use a more compact format for the list of package/versions....Ludovic Courtès2016-05-281-10/+7
* guix package: Inherit the transformed version number....Ludovic Courtès2016-05-271-0/+14
* store: 'requisites' now takes a list of store items....Ludovic Courtès2016-05-241-4/+6
* size: 'store-profile' takes a list of store items....Ludovic Courtès2016-05-241-2/+2
* tests: Do not run 'cve' checker in 'tests/guix-lint.sh'....Ludovic Courtès2016-05-241-1/+1
* graph: Add 'node-reachable-count'....Ludovic Courtès2016-05-241-0/+13
* grafts: Rename files whose name matches a graft....Ludovic Courtès2016-05-211-0/+17
* grafts: Preserve empty directories when grafting....Ludovic Courtès2016-05-211-0/+24
* graph: Allow store file names for 'derivation' and 'references' graphs....Ludovic Courtès2016-05-211-1/+17
* derivations: 'derivation' sorts items in the resulting object....Ludovic Courtès2016-05-211-0/+27
* utils: Move 'fcntl-flock' to (guix build syscalls)....Ludovic Courtès2016-05-062-82/+88
* utils: Move combinators to (guix combinators)....Ludovic Courtès2016-05-042-56/+85
* utils: Remove 'split'....Ludovic Courtès2016-05-041-14/+0
* syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro....Ludovic Courtès2016-05-031-1/+1
* syscalls: Add 'tcgetattr' and 'tcsetattr' bindings....Ludovic Courtès2016-05-021-0/+25
* lint: 'check-vulnerabilities' follows package replacements....Ludovic Courtès2016-04-281-0/+19
* lint: Report synopses/descriptions that are not strings....Ludovic Courtès2016-04-271-0/+16
* syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl....Ludovic Courtès2016-04-251-3/+4
* syscalls: Add 'statfs'....Ludovic Courtès2016-04-251-0/+15
* syscalls: 'terminal-columns' ignores non-file ports....Ludovic Courtès2016-04-161-0/+4
* syscalls: Add TIOCGWINSZ bindings....Ludovic Courtès2016-04-151-0/+13
* utils: Add 'edit-expression'....宋文武2016-04-131-0/+13
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-0345-138/+3
* environment: Properly handle SIGINT....David Thompson2016-03-271-1/+6
* syscalls: 'interface-address' can return #f....Ludovic Courtès2016-03-251-2/+6
* guix build: '--with-source' correctly matches versioned file names....Ludovic Courtès2016-03-231-0/+20
* derivations: Raise an error when a module file is not found....Ludovic Courtès2016-03-231-0/+9
* gexp: Add #:disallowed-references....Ludovic Courtès2016-03-201-0/+24
* derivations: Add #:disallowed-references....Ludovic Courtès2016-03-201-0/+19
* import: pypi: Emit 'pypi-uri' only when it yields the right URL....Ludovic Courtès2016-03-191-1/+2
* substitute: Honor client-provided empty URL list....Ludovic Courtès2016-03-161-1/+5
* upstream: Fix 'signature-urls' coalescing....Ludovic Courtès2016-03-091-0/+49
* packages: Gracefully report packages not found....Ludovic Courtès2016-03-081-0/+9
* packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès2016-03-081-0/+1
* tests: Disable grafting by default for most tests....Ludovic Courtès2016-03-066-8/+35
* tests: Disable tests that would rebuild the world due to grafting....Ludovic Courtès2016-03-051-15/+27
* packages: The result of 'bag-grafts' does not contain duplicates....Ludovic Courtès2016-03-051-0/+25
* store: Add 'references/substitutes'....Ludovic Courtès2016-03-051-0/+35
* guix build: -S returns the replacement's source....Ludovic Courtès2016-03-031-0/+9
* utils: Use '@' for separating package names and version numbers....Mathieu Lirzin2016-03-025-10/+11
* tests: Disable grafts by default....Ludovic Courtès2016-03-023-6/+12
* grafts: Graft recursively....Ludovic Courtès2016-03-012-32/+99
* grafts: Consider all the outputs in the graft mapping....Ludovic Courtès2016-02-271-0/+20
* store: 'path-info-deriver' is #f when there is no deriver....Ludovic Courtès2016-02-261-0/+15
* publish: Do not publish nars for invalid store items....Ludovic Courtès2016-02-251-0/+8
* grafts: 'name' parameter of 'graft-derivation' is now optional....Ludovic Courtès2016-02-222-2/+2
* derivations: Move grafts to (guix grafts)....Ludovic Courtès2016-02-223-35/+83
* scripts: environment: Build environments as profiles....David Thompson2016-02-122-40/+66
* store: Add monadic access to '%current-system'....Ludovic Courtès2016-02-121-1/+10