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
*
guix package: add a "show" option.
...
Cyril Roelandt
2014-07-21
1
-0
/
+3
*
build: Fix typo that would lead to hitting the socket name length limit.
...
Ludovic Courtès
2014-07-20
1
-1
/
+1
*
guix: utils: Add fold-tree and fold-tree-leaves.
...
Eric Bavier
2014-07-20
1
-1
/
+34
*
guix-register: Add '--state-directory' parameter.
...
Ludovic Courtès
2014-07-18
1
-29
/
+43
*
records: Report unknown field names in inheriting forms.
...
Ludovic Courtès
2014-07-17
1
-1
/
+16
*
records: Add tests for error cases.
...
Ludovic Courtès
2014-07-17
1
-1
/
+41
*
gexp: Gracefully handle printing of gexps with spliced references.
...
Ludovic Courtès
2014-07-17
1
-0
/
+18
*
gexp: Resolve the default system at '>>=' time.
...
Ludovic Courtès
2014-07-12
1
-0
/
+11
*
monads: Fix 'mapm' so that effects happen from left to right.
...
Ludovic Courtès
2014-07-12
1
-6
/
+8
*
build: Get the canonical $HOME name when testing 'guix package'.
...
Ludovic Courtès
2014-07-06
1
-0
/
+3
*
build: Support running the test suite from a directory with symlinks.
...
Ludovic Courtès
2014-07-05
1
-3
/
+2
*
guix package: Do the right thing for '-p ~/.guix-profile'.
...
Ludovic Courtès
2014-07-05
1
-1
/
+10
*
guix {system,offload}: Improve reporting of syntax errors.
...
Ludovic Courtès
2014-06-27
1
-0
/
+43
*
tests: Use the C locale for 'guix package -s'.
...
Ludovic Courtès
2014-06-16
1
-0
/
+2
*
guix build: Allow gexps to be passed to '-e'.
...
Ludovic Courtès
2014-06-14
1
-0
/
+4
*
tests: Skip tests that would hit the shebang length limitation.
...
Ludovic Courtès
2014-06-04
1
-0
/
+8
*
derivations: Add #:allowed-references 'derivation' parameter.
...
Ludovic Courtès
2014-06-01
1
-0
/
+37
*
syscalls: Be more permissive in 'umount' test.
...
Ludovic Courtès
2014-05-27
1
-3
/
+4
*
ui: Gracefully deal with zero-output derivations.
...
Ludovic Courtès
2014-05-19
1
-0
/
+12
*
Add (guix build syscalls).
...
Ludovic Courtès
2014-05-10
1
-0
/
+47
*
gexp: Add support for 'origin?' objects in 'ungexp' forms.
...
Ludovic Courtès
2014-05-01
1
-2
/
+12
*
monads: Hide 'derivation-expression' and 'lower-inputs'.
...
Ludovic Courtès
2014-04-28
2
-3
/
+7
*
store: (direct-store-path? (%store-prefix)) returns #f.
...
Ludovic Courtès
2014-04-28
1
-1
/
+2
*
Add (guix gexp).
...
Ludovic Courtès
2014-04-28
1
-0
/
+234
*
authenticate: Allow signatures with binary data to be written to stdout.
...
Ludovic Courtès
2014-04-22
2
-1
/
+22
*
pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.
...
Ludovic Courtès
2014-04-22
1
-0
/
+24
*
offload: '{send,receive}-files' wait for completion of the transfer.
...
Ludovic Courtès
2014-04-14
1
-2
/
+4
*
derivations: Fix 'fixed-output-derivation?'.
...
Ludovic Courtès
2014-04-13
1
-0
/
+10
*
store: Add 'add-permanent-root' and 'remove-permanent-root'.
...
Ludovic Courtès
2014-04-12
1
-0
/
+12
*
ui: Add 'size->number'.
...
Ludovic Courtès
2014-04-08
1
-1
/
+24
*
tests: Avoid buffering in 'fcntl-flock' tests.
...
Ludovic Courtès
2014-04-07
1
-5
/
+5
*
tests: Add 'union-build' test for <http://bugs.gnu.org/17083>.
...
Ludovic Courtès
2014-04-02
1
-1
/
+47
*
union: Rewrite to be faster; handle symlink/directory conflicts.
...
Mark H Weaver
2014-04-02
1
-41
/
+0
*
guix package: Register non-default profiles as GC roots.
...
Ludovic Courtès
2014-04-02
1
-0
/
+7
*
Use 'signature-case' in (guix nar) and 'substitute-binary'.
...
Ludovic Courtès
2014-03-31
1
-41
/
+0
*
pki: Add 'signature-case' macro.
...
Ludovic Courtès
2014-03-31
1
-3
/
+76
*
tests: Test the error output of 'substitute-binary'.
...
Ludovic Courtès
2014-03-30
1
-14
/
+26
*
tests: Add more signed substitute tests.
...
Ludovic Courtès
2014-03-30
1
-3
/
+48
*
tests: Simplify 'substitute-binary' tests; reduce use of global variables.
...
Ludovic Courtès
2014-03-30
1
-70
/
+62
*
tests: Make sure the daemon reports substitute hash mismatches.
...
Ludovic Courtès
2014-03-30
1
-0
/
+58
*
substitute-binary: Defer narinfo authentication and authorization checks.
...
Ludovic Courtès
2014-03-30
1
-58
/
+134
*
substitute-binary: Support the Signature field of a narinfo file.
...
Nikita Karetnikov
2014-03-30
2
-0
/
+256
*
tests: Make sure 'guix archive --import' succeeds.
...
Ludovic Courtès
2014-03-29
1
-0
/
+2
*
daemon: Add tests for substitutes and --no-substitutes.
...
Ludovic Courtès
2014-03-27
1
-4
/
+52
*
Merge branch 'core-updates'
Ludovic Courtès
2014-03-26
1
-1
/
+1
|
\
|
*
Merge branch 'master' into core-updates
Mark H Weaver
2014-03-22
3
-5
/
+75
|
|
\
|
*
\
Merge branch 'master' into core-updates
Ludovic Courtès
2014-03-17
1
-1
/
+6
|
|
\
\
|
*
\
\
Merge branch 'master' into core-updates
Ludovic Courtès
2014-03-10
3
-20
/
+103
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into core-updates
...
Ludovic Courtès
2014-02-22
5
-5
/
+166
|
|
\
\
\
\
|
*
|
|
|
|
tests: Adjust to recent Binutils change.
...
Ludovic Courtès
2014-01-25
1
-1
/
+1
[next]