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