Maxime Devos dfed2bd9c3 guix: Add (guix gnunet-download). il y a 4 ans
..
build dfed2bd9c3 guix: Add (guix gnunet-download). il y a 4 ans
build-system 2be5c2652a build-system: linux-module: Delete some huge items that we probably don't need. il y a 4 ans
import a6816618fc import: opam: Report groups in syntax tree. il y a 4 ans
scripts efbf5fdd01 offload: Improve load normalization and configurability. il y a 4 ans
store 2932591b8a database: register-items: reduce transaction scope. il y a 4 ans
tests 1e2b9bf2d4 tests: Move OpenPGP helpers to (guix tests gnupg). il y a 4 ans
android-repo-download.scm d15c7974a2 android-repo-download: Remove unnecessary use of Guile-JSON. il y a 4 ans
base16.scm 4c0c4db070 utils: Move base16 procedures to (guix base16). il y a 7 ans
base32.scm 0a94dc6396 base32: Export the base32 charsets. il y a 7 ans
base64.scm 5f9cd63eb0 base64: Do not use (rnrs). il y a 5 ans
build-system.scm d3d337d2d8 build-system: Bags record their system and target. il y a 10 ans
bzr-download.scm 67c2db17bc download: Pass 'http_proxy' et al. to git, hg, etc. il y a 5 ans
cache.scm 9acacb71c9 Remove workaround for 'time-monotonic' in Guile 2.2.2. il y a 4 ans
channels.scm d51bfe242f Use 'formatted-message' instead of '&message' where appropriate. il y a 4 ans
ci.scm b5eb901ab5 Remove (guix json) and require Guile-JSON 4.3.0+. il y a 4 ans
colors.scm 672d3d4a87 ui: Don't disable colors when INSIDE_EMACS is set. il y a 4 ans
combinators.scm 15c29a8a34 combinators: Fix typo. il y a 4 ans
config.scm.in 4c0c65acfa Use "guile-zlib" and "guile-lzlib" instead of (guix config). il y a 4 ans
cpio.scm eae5b3fff5 linux-initrd: Produce cpio archives with zeroed timestamps, etc. il y a 9 ans
cve.scm b5eb901ab5 Remove (guix json) and require Guile-JSON 4.3.0+. il y a 4 ans
cvs-download.scm e9f8a7e215 Use guile-zlib extension in build-side code. il y a 4 ans
deprecation.scm 6e36f1cabd deprecation: Add a two-element form for simple aliases. il y a 5 ans
derivations.scm 4ec66950f0 derivations: Avoid uses of 'write' in 'write-derivation'. il y a 4 ans
describe.scm 1b179d7876 describe: Save the original value of (program-arguments). il y a 4 ans
diagnostics.scm 252a1926bc diagnostics: Add '&formatted-message'. il y a 4 ans
discovery.scm 9e85f652cb discovery: Fix typo. il y a 4 ans
docker.scm 0074844366 pack: Provide a meaningful "repository name" for Docker. il y a 5 ans
download.scm 36a5efd967 download: Add Savannah mirror. il y a 4 ans
elf.scm 96af558907 elf: Add missing argument in 'elf-segment'. il y a 9 ans
ftp-client.scm 76832d3420 Remove most uses of the _IO*F constants. il y a 6 ans
gexp.scm 9471aea76a gexp: Fix argument ordering in 'local-file' macro. il y a 4 ans
git-authenticate.scm d51bfe242f Use 'formatted-message' instead of '&message' where appropriate. il y a 4 ans
git-download.scm b5eb901ab5 Remove (guix json) and require Guile-JSON 4.3.0+. il y a 4 ans
git.scm 2fbbfe6ff1 git: Export url-cache-directory. il y a 4 ans
glob.scm 71e08fde28 glob: Add an extra glob pattern compilation stage. il y a 6 ans
gnu-maintenance.scm 4c0c65acfa Use "guile-zlib" and "guile-lzlib" instead of (guix config). il y a 4 ans
gnunet-download.scm dfed2bd9c3 guix: Add (guix gnunet-download). il y a 4 ans
gnupg.scm aa78c596c9 gnupg: Accept revoked keys. il y a 4 ans
grafts.scm 58bb833365 grafts: Improve performance for derivations with many inputs. il y a 4 ans
graph.scm 36c2192414 graph: Add 'shortest-path'. il y a 4 ans
hg-download.scm e9f8a7e215 Use guile-zlib extension in build-side code. il y a 4 ans
http-client.scm f4cde9ac4a download: Do not leak file descriptors on TLS ports. il y a 5 ans
i18n.scm 37eed374d9 ui: Introduce (guix i18n). il y a 7 ans
inferior.scm a5e2fc7376 utils: Move <location> and '&error-location' to (guix diagnostics). il y a 4 ans
licenses.scm 9c4aaa630d licenses: Add Apple Public Source License 2.0. il y a 4 ans
lint.scm d10474c38d lint: formatting: Gracefully handle relative file names. il y a 4 ans
man-db.scm 4c0c65acfa Use "guile-zlib" and "guile-lzlib" instead of (guix config). il y a 4 ans
memoization.scm d1f01e4845 memoization: Add 'invalidate-memoization!. il y a 7 ans
modules.scm 59e8044588 Remove traces of "GuixSD". il y a 5 ans
monad-repl.scm 8c9ef2c3a2 monad-repl: Close connection when leaving the monad REPL. il y a 9 ans
monads.scm 8245bb74fc monads, gexp: Prevent redefinition of syntax parameters. il y a 5 ans
nar.scm 7a68d3ccad doc: Distinguish the "nar bundle" format from "nar". il y a 4 ans
openpgp.scm 680b80e374 openpgp: Fix argument order of 'fxbit-set?'. il y a 4 ans
packages.scm 8819551c8d packages: 'package-input-rewriting' has a #:deep? parameter. il y a 4 ans
pki.scm ca71942445 Switch to Guile-Gcrypt. il y a 6 ans
profiles.scm 755f365b02 linux-libre: Support module compression. il y a 4 ans
profiling.scm 461d6c2eff profiling: Add a "gc" profiling component. il y a 6 ans
progress.scm 9acacb71c9 Remove workaround for 'time-monotonic' in Guile 2.2.2. il y a 4 ans
quirks.scm e85d7ed609 quirks: Adjust patch to allow traveling back to Dec. 2018. il y a 4 ans
records.scm a05ad01122 records: Have ABI check work well for cross-compilation. il y a 4 ans
remote.scm d51bfe242f Use 'formatted-message' instead of '&message' where appropriate. il y a 4 ans
repl.scm 2b0a370d00 repl: Return stack traces along with exceptions. il y a 4 ans
scripts.scm 3794ce93be scripts: Use 'define-command' and have 'guix help' use that. il y a 4 ans
search-paths.scm 54fd5ad0a5 search-paths: Add 'set-search-paths'. il y a 6 ans
self.scm 1d4ab335b2 self: Use a 'guile' that doesn't complain about locales. il y a 4 ans
serialization.scm 01e5d63c87 serialization: 'read-byte-string' makes a single read(2) call. il y a 4 ans
sets.scm d326767e64 Add (guix sets). il y a 10 ans
ssh.scm 44c6e6f590 ssh: Fix progress bar crash when there are zero items to send. il y a 4 ans
status.scm 04594054d6 status: Remove extra space before ellipsis. il y a 4 ans
store.scm 739f630947 store: 'set-build-options' sends LC_MESSAGES, not LC_ALL. il y a 4 ans
svn-download.scm 735808b12c guix: Fix download-svn-to-store. il y a 4 ans
swh.scm b5eb901ab5 Remove (guix json) and require Guile-JSON 4.3.0+. il y a 4 ans
tests.scm ce0be5675b packages: Introduce <content-hash> and use it in <origin>. il y a 4 ans
ui.scm dc749a0e91 ui: Use "guix install" in locale hint. il y a 4 ans
upstream.scm bc76f8b1f9 upstream: Handle the case where the file name has no extension. il y a 4 ans
utils.scm 4c0c65acfa Use "guile-zlib" and "guile-lzlib" instead of (guix config). il y a 4 ans
workers.scm d5ce7bcfa2 workers: Display backtrace in pre-unwind handler. il y a 7 ans