index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
gexp: Add 'scheme-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+13
*
gexp: Add 'mixed-text-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+15
*
gexp: Add 'program-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+17
*
gexp: Add 'computed-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+19
*
build: container: Fix call-with-clean-exit.
...
David Thompson
2015-10-10
1
-0
/
+4
*
scripts: environment: Use system* instead of system.
...
David Thompson
2015-10-09
1
-2
/
+10
*
utils: Add split procedure.
...
David Thompson
2015-10-09
1
-0
/
+14
*
utils: Remove Nixpkgs helpers.
...
Ludovic Courtès
2015-10-06
2
-7
/
+8
*
store: Add 'query-failed-paths' and 'clear-failed-paths' RPCs.
...
Ludovic Courtès
2015-09-28
1
-1
/
+38
*
Merge branch 'master' into core-updates
Ludovic Courtès
2015-09-24
2
-2
/
+8
|
\
|
*
ui: Gracefully handle Unicode description strings.
...
Ludovic Courtès
2015-09-24
1
-0
/
+7
|
*
tests: cran: Use cran-uri in expected output.
...
Ricardo Wurmus
2015-09-24
1
-2
/
+1
*
|
tests: Unset 'LOCPATH' before running bootstrap program.
...
Ludovic Courtès
2015-09-24
1
-1
/
+6
*
|
tests: Adjust snippet test to '.file_list' hack.
...
Ludovic Courtès
2015-09-24
1
-1
/
+4
|
/
*
lint: Report lonely parentheses.
...
Ludovic Courtès
2015-09-18
1
-0
/
+10
*
Add (guix scripts).
...
Alex Kost
2015-09-18
2
-40
/
+72
*
lint: Add 'check-texinfo-markup' checker.
...
Mathieu Lirzin
2015-09-15
1
-0
/
+8
*
guix: lint: Check for meaningful origin file names.
...
Eric Bavier
2015-09-14
1
-1
/
+79
*
guix: packages: Add origin-actual-file-name.
...
Eric Bavier
2015-09-14
1
-0
/
+12
*
guix: packages: Add transitive-input-references.
...
Eric Bavier
2015-09-10
1
-0
/
+17
*
lint: Add 'license' checker.
...
Ludovic Courtès
2015-09-06
1
-0
/
+6
*
tests: Fix typos.
...
Ludovic Courtès
2015-09-05
1
-2
/
+2
*
monads: Fix 'liftN' fallback case.
...
Ludovic Courtès
2015-09-04
1
-1
/
+3
*
graph: Add '--expression'.
...
Ludovic Courtès
2015-09-02
1
-0
/
+5
*
import: gem: Fix minor bug and add unit test.
...
David Thompson
2015-09-01
1
-0
/
+82
*
import: Add 'cran' importer.
...
Ricardo Wurmus
2015-08-31
1
-0
/
+178
*
tests: Skip 'set-network-interface-address' test when running as root.
...
Ludovic Courtès
2015-08-27
1
-0
/
+1
*
Add 'guix graph'.
...
Ludovic Courtès
2015-08-27
2
-0
/
+227
*
gexp: Add 'lower-object'.
...
Ludovic Courtès
2015-08-27
1
-0
/
+7
*
tests: Work around Btrfs handling of nlink for empty directories.
...
Ludovic Courtès
2015-08-26
1
-1
/
+1
*
scripts: package: Add --install-from-file option.
...
David Thompson
2015-08-19
1
-0
/
+9
*
lint: Add 'formatting' checker.
...
Ludovic Courtès
2015-08-19
1
-0
/
+26
*
tests: containers: Skip if setgroups file does not exist.
...
David Thompson
2015-08-11
1
-2
/
+4
*
build: container: Add #:host-uids argument to call-with-container.
...
David Thompson
2015-08-08
1
-1
/
+1
*
syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.
...
Ludovic Courtès
2015-07-25
1
-0
/
+23
*
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.
...
Ludovic Courtès
2015-07-25
1
-5
/
+5
*
tests: Skip container tests if namespaces are not available.
...
David Thompson
2015-07-20
1
-0
/
+4
*
tests: Make #:references-graphs gexp test more tolerant.
...
Ludovic Courtès
2015-07-20
1
-5
/
+7
*
Merge branch 'master' into core-updates
Mark H Weaver
2015-07-19
2
-1
/
+11
|
\
|
*
tests: Fix 'publish' test for nix-base32 format.
...
Alex Kost
2015-07-18
1
-1
/
+1
|
*
file-systems: 'uuid' raises a syntax error for invalid UUIDs.
...
Ludovic Courtès
2015-07-16
1
-0
/
+10
*
|
Merge branch 'master' into core-updates
Mark H Weaver
2015-07-15
5
-16
/
+108
|
\
|
|
*
file-systems: Allow users to specify file system UUIDs as strings.
...
Ludovic Courtès
2015-07-14
1
-0
/
+46
|
*
substitute: Honor "substitute-urls" option passed by "untrusted" clients.
...
Ludovic Courtès
2015-07-13
3
-13
/
+53
|
*
substitute: Store cached narinfo in cache-specific sub-directories.
...
Ludovic Courtès
2015-07-13
1
-3
/
+3
|
*
tests: Skip namespace-related tests when that feature is missing.
...
Ludovic Courtès
2015-07-10
1
-0
/
+6
*
|
packages: Rewrite 'transitive-inputs' to be linear and remove duplicates.
...
Ludovic Courtès
2015-07-12
1
-4
/
+26
*
|
tests: Adjust tests for new bootstrap Guile.
...
Ludovic Courtès
2015-07-12
2
-6
/
+20
|
/
*
gnu: build: Add Linux container module.
...
David Thompson
2015-07-09
1
-0
/
+136
*
tests: Use the right identifier in tests/elpa.scm.
...
Ludovic Courtès
2015-07-08
1
-3
/
+3
[next]