Ludovic Courtès 3e30cdf1c3 guix build: Support '--with-source=PACKAGE@VERSION=URI'. před 6 roky
..
base16.scm 4c0c4db070 utils: Move base16 procedures to (guix base16). před 7 roky
base32.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
base64.scm e9c6c58418 substitute-binary: Support the Signature field of a narinfo file. před 10 roky
bournish.scm 0db2ff65e7 bournish: Extend 'rm' command. před 7 roky
build-utils.scm b14a838509 utils: 'wrap-program' produces only one wrapper file. před 7 roky
builders.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
cache.scm 25a49294ca cache: Work around 'time-monotonic' bug in Guile 2.2.2. před 7 roky
challenge.scm 4d8e95097e challenge: Return comparison reports instead of just discrepancies. před 7 roky
combinators.scm 958dd3ce68 utils: Move combinators to (guix combinators). před 8 roky
containers.scm 3e89491741 tests: Fix race condition in 'container-excursion*' test. před 7 roky
cpan.scm b5c7574b2f Revert "import: cpan: Use HTTPS for home pages." před 6 roky
cpio.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
cran.scm db427602d8 import: cran: Robustify cran-package?. před 7 roky
crate.scm ce8963c5b7 tests: Adjust for 'http-fetch' change in (guix import json). před 7 roky
cve-sample.xml 0eef755130 Add (guix cve). před 8 roky
cve.scm 870bf71eb0 cve: Use a more compact format for the list of package/versions. před 8 roky
derivations.scm 6ea10db973 tests: Support multiple HTTP server instances. před 6 roky
discovery.scm 960c6ce96d discovery: Recurse into directories pointed to by a symlink. před 6 roky
elpa.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
file-systems.scm 8f3b63b5d7 uuid: Move tests to 'tests/uuid.scm'. před 6 roky
gem.scm ce8963c5b7 tests: Adjust for 'http-fetch' change in (guix import json). před 7 roky
gexp.scm 578dfbe07b gexp: 'ungexp-splicing' properly accounts for nested native inputs. před 6 roky
gnu-maintenance.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
grafts.scm 94e86a6b67 graft: Correctly replace references near the end of the scan buffer. před 6 roky
graph.scm b96a0640a3 graph: Add '%reverse-package-node-type'. před 7 roky
gremlin.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
guix-archive.sh c6f8e9dd64 guix archive: Add '--extract'. před 8 roky
guix-authenticate.sh 6f69588529 authenticate: Allow signatures with binary data to be written to stdout. před 10 roky
guix-build.sh 4ad3a3f995 tests: Refer to "time@1.8". před 6 roky
guix-daemon.sh 1071f781d9 daemon: '--listen' can be passed several times, can specify TCP endpoints. před 6 roky
guix-download.sh a02967d77a guix download: Support retrieving local file without the URI scheme. před 6 roky
guix-environment-container.sh 7cdec6a90a tests: Fix 'guix environment --container' test in the presence of tmpfs. před 7 roky
guix-environment.sh afd06f605b environment: Disable profile collision checks. před 6 roky
guix-gc.sh 3caab236c4 guix gc: '--verify=foo' is reported as an error. před 6 roky
guix-graph.sh a773c3142d graph: Allow store file names for 'derivation' and 'references' graphs. před 8 roky
guix-hash.sh 343dc11702 guix hash: Interpret '-' as standard input. před 7 roky
guix-lint.sh a61cd1d0fd tests: Do not run 'cve' checker in 'tests/guix-lint.sh'. před 8 roky
guix-package-net.sh 0c152cd6e3 tests: Remove 't-profile-alt-*-link' files. před 7 roky
guix-package.sh ae0307f7c2 tests: Adjust to new unbound-variable error message. před 6 roky
guix-register.sh 57c7e46d39 tests: Improve synchronization in 'tests/guix-register.sh'. před 7 roky
guix-system.sh fdfdecdb7e gnu, doc, tests: Use ‘bootloader-configuration’ everywhere. před 6 roky
hackage.scm 7060b28171 tests: hackage: Fix mock urls. před 7 roky
hash.scm 4c0c4db070 utils: Move base16 procedures to (guix base16). před 7 roky
import-utils.scm 8b920d707e import: Use a 'file://' URL in 'alist->package' test. před 6 roky
lint.scm f4007b2547 lint: 'check-vulnerabilities' also checks package properties. před 6 roky
modules.scm bfe5264aa1 modules: Raise an error when a dependency could not be found. před 7 roky
monads.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
nar.scm 36626c556e build: Require Guile >= 2.0.9. před 7 roky
pack.scm 50b4d3ac26 tests: Skip 'guix pack' test when networking is unavailable. před 7 roky
packages.scm f37f2b83fa packages: Add 'package-mapping' and base 'package-input-rewriting' on it. před 7 roky
pk-crypto.scm 4c0c4db070 utils: Move base16 procedures to (guix base16). před 7 roky
pki.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
print.scm 68a91a183b import: Add package->code. před 6 roky
profiles.scm 6d382339de profiles: Add 'manifest-transaction-removal-candidate?'. před 6 roky
publish.scm 2a4050341f tests: Avoid double slash in URIs. před 6 roky
pypi.scm b3d8153d39 import: pypi: Adjust URIs in tests. před 6 roky
records.scm babc2c80a7 records: Improve reporting of invalid field specifiers. před 7 roky
scripts-build.scm 3e30cdf1c3 guix build: Support '--with-source=PACKAGE@VERSION=URI'. před 6 roky
scripts.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
search-paths.scm f73bb91ebe tests: Adjust search-paths test following the introduction of aarch64. před 7 roky
services.scm 49483f7138 services: Add 'lookup-service-types'. před 6 roky
sets.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
signing-key.pub 526382ff92 daemon: Implement signed archive import/export. před 10 roky
signing-key.sec 526382ff92 daemon: Implement signed archive import/export. před 10 roky
size.scm c923f83116 size: Add test to multiple 'store-profile' arguments. před 7 roky
snix.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
store.scm 953c2de706 tests: Disable test for freed disk space that fails on Btrfs. před 6 roky
substitute.scm a9468b422b substitute: Download from unauthorized sources that provide the right content. před 6 roky
syscalls.scm 4aac8d059a syscalls: Adjust utmpx test. před 6 roky
system.scm fdfdecdb7e gnu, doc, tests: Use ‘bootloader-configuration’ everywhere. před 6 roky
test.drv 341c6fdd82 Add unit test for derivation parsing and output. před 12 roky
texlive.scm afbc94194e guix: Add texlive importer. před 7 roky
ui.scm 30d2397f73 ui: 'string->duration' correctly handles hours. před 7 roky
union.scm addce19e2d union: Add create-all-directories? parameter to 'union-build'. před 7 roky
upstream.scm a9edb211e7 build: Add a Guile custom test driver using SRFI-64. před 8 roky
utils.scm 4c0c4db070 utils: Move base16 procedures to (guix base16). před 7 roky
uuid.scm 0b12324284 uuid: Fix typo in 'uuid=?' test. před 6 roky
workers.scm 19fd7229bc workers: Add test with exceptions. před 6 roky
zlib.scm 85a2b58987 zlib: Fix memory leak due to revealed ports not being GC'd. před 6 roky