..
build
Merge branch 'master' into staging
2020-06-08 19:05:56 +02:00
build-system
Merge branch 'staging'
2020-06-13 22:52:25 +02:00
import
guix: Update to Bioconductor 3.11.
2020-06-13 01:19:38 +02:00
scripts
image: Make 'find-image' non-monadic.
2020-06-13 15:03:55 +02:00
store
database: separate transaction-handling and retry-handling.
2020-06-10 21:54:35 -05:00
tests
git-authenticate: Prevent removal of '.guix-authorizations'.
2020-06-07 23:10:46 +02:00
base16.scm
base32.scm
base64.scm
base64: Do not use (rnrs).
2019-12-15 00:34:05 +01:00
build-system.scm
bzr-download.scm
download: Pass 'http_proxy' et al. to git, hg, etc.
2019-09-05 18:33:30 +02:00
cache.scm
Remove workaround for 'time-monotonic' in Guile 2.2.2.
2020-03-22 16:49:47 +01:00
channels.scm
pull: Protect against downgrade attacks.
2020-05-25 00:00:28 +02:00
ci.scm
ci: Fix 'evaluation-spec' binding.
2020-03-31 14:55:42 +02:00
colors.scm
ui: Don't disable colors when INSIDE_EMACS is set.
2020-02-24 11:01:52 +01:00
combinators.scm
combinators: Recurse fold2 to named let loop.
2020-06-01 14:54:55 +02:00
config.scm.in
Add (guix lzlib).
2019-05-06 23:21:33 +02:00
cpio.scm
cve.scm
cve: Rewrite to read the JSON feed instead of the XML feed.
2019-10-23 16:40:17 +02:00
cvs-download.scm
download: Pass 'http_proxy' et al. to git, hg, etc.
2019-09-05 18:33:30 +02:00
deprecation.scm
deprecation: Add a two-element form for simple aliases.
2020-01-12 00:19:09 +01:00
derivations.scm
Merge branch 'staging' into core-updates
2020-02-03 15:45:44 +01:00
describe.scm
guix package: Save provenance information when using '--manifest'.
2019-12-29 18:24:54 +01:00
diagnostics.scm
diagnostics: Avoid highlighting complete messages.
2019-08-28 18:52:52 +02:00
discovery.scm
discovery: 'scheme-files' ignores hidden files.
2019-07-26 21:49:25 +02:00
docker.scm
pack: Provide a meaningful "repository name" for Docker.
2019-09-16 10:25:31 +02:00
download.scm
download: Add more apache mirrors.
2020-06-12 18:28:51 +03:00
elf.scm
ftp-client.scm
Remove most uses of the _IO*F constants.
2019-01-09 14:47:53 +01:00
gexp.scm
gexp: The result of 'imported-files/derivation' is non-substitutable.
2020-05-25 23:00:30 +02:00
git-authenticate.scm
git-authenticate: Disallow SHA1 (and MD5) signatures.
2020-06-12 18:56:11 +02:00
git-download.scm
git-version: Raise a condition instead of an error.
2020-04-23 14:23:03 +02:00
git.scm
git: 'commit-difference' really excludes the ancestors of #:excluded.
2020-06-09 00:34:52 +02:00
glob.scm
glob: Add an extra glob pattern compilation stage.
2018-03-18 22:57:17 +01:00
gnu-maintenance.scm
upstream: Move KDE updater into a separate module.
2019-09-10 19:04:06 +02:00
gnupg.scm
gnupg: Accept revoked keys.
2020-04-17 23:36:47 +02:00
grafts.scm
grafts: Improve performance for derivations with many inputs.
2020-06-06 23:28:48 +02:00
graph.scm
graph: Add 'shortest-path'.
2020-05-11 23:30:55 +02:00
hg-download.scm
download: Pass 'http_proxy' et al. to git, hg, etc.
2019-09-05 18:33:30 +02:00
http-client.scm
download: Do not leak file descriptors on TLS ports.
2020-01-03 16:06:26 +01:00
i18n.scm
inferior.scm
inferior: '&inferior-exception' includes a stack trace.
2020-03-19 15:14:08 +01:00
json.scm
Add (guix json).
2019-09-04 13:02:27 +02:00
licenses.scm
licenses: Update Zlib license URL.
2020-05-15 12:27:22 +02:00
lint.scm
lint: check-patch-file-names: Use origin-actual-file-name.
2020-06-12 22:26:47 +01:00
lzlib.scm
lzlib: Define 'dictionary-size+match-length-limit'.
2020-01-16 23:14:05 +01:00
man-db.scm
profiles: Use 'with-extensions'.
2018-06-01 15:21:28 +02:00
memoization.scm
modules.scm
Remove traces of "GuixSD".
2019-03-13 23:12:43 +01:00
monad-repl.scm
monad-repl: Close connection when leaving the monad REPL.
2016-01-13 17:43:21 +01:00
monads.scm
monads, gexp: Prevent redefinition of syntax parameters.
2019-02-06 23:06:18 +01:00
nar.scm
nar: 'with-temporary-store-file' uses a single connection
2020-05-07 05:56:01 -05:00
openpgp.scm
openpgp: Add missing type predicate for '&openpgp-invalid-signature-error'.
2020-05-04 10:51:39 +02:00
packages.scm
packages: 'package-grafts' returns grafts for all the relevant outputs.
2020-06-11 19:05:05 +02:00
pki.scm
Switch to Guile-Gcrypt.
2018-09-04 17:25:11 +02:00
profiles.scm
profiles: Fix pathological performance of 'manifest-transitive-entries'.
2020-06-14 15:34:41 +02:00
profiling.scm
profiling: Add a "gc" profiling component.
2019-01-15 20:24:08 +01:00
progress.scm
Remove workaround for 'time-monotonic' in Guile 2.2.2.
2020-03-22 16:49:47 +01:00
quirks.scm
quirks: Build 'compute-guix-derivation' modules with 2.2 when needed.
2020-05-29 18:31:35 +02:00
records.scm
records: Have ABI check work well for cross-compilation.
2020-04-08 00:05:45 +02:00
remote.scm
remote, ssh: Show the command exit status upon failure.
2019-08-28 18:52:52 +02:00
repl.scm
repl: Return stack traces along with exceptions.
2020-03-19 15:14:08 +01:00
scripts.scm
scripts: Show disk-space warning when under the min of the thresholds.
2020-03-06 08:32:01 +01:00
search-paths.scm
search-paths: Add 'set-search-paths'.
2018-05-10 14:53:57 +02:00
self.scm
self: Optimize 'file-append*' for 'local-file?'.
2020-05-25 23:00:30 +02:00
serialization.scm
serialization: 'read-byte-string' makes a single read(2) call.
2020-01-24 23:56:43 +01:00
sets.scm
ssh.scm
ssh: 'send-files' reports missing modules on the remote host.
2020-03-23 10:48:17 +01:00
status.scm
status: Remove extra space before ellipsis.
2020-04-19 13:27:06 +02:00
store.scm
store: Use buffered I/O for all protocol writes
2020-06-09 10:43:54 +02:00
svn-download.scm
guix: svn: Allow dropping externals.
2019-11-13 22:49:47 +01:00
swh.scm
swh: Handle absolute URLs being returned by the API.
2020-02-23 12:30:18 +01:00
tests.scm
packages: Introduce <content-hash> and use it in <origin>.
2020-05-22 01:29:39 +02:00
ui.scm
ui: Set 'LESS' environment variable unconditionally.
2020-06-14 15:34:38 +02:00
upstream.scm
upstream: Use 'origin-hash'.
2020-05-22 01:30:10 +02:00
utils.scm
utils: Add 'with-environment-variables'.
2020-06-06 23:28:49 +02:00
workers.scm
zlib.scm