index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfetchers
Age
Commit message (
Expand
)
Author
2021-07-07
Style tweaks
Eelco Dolstra
2021-06-30
nix registry pin: add a way to pin to a custom locked
Alexander Bantyev
2021-06-02
fix error: 'optional' in namespace 'std' does not name a template type
keke
2021-05-29
Add .tar.zst support for TarballInputScheme
Timothy Klim
2021-04-19
Include sys/wait.h everywhere WIFEXITED etc is used
Alyssa Ross
2021-04-09
Revert "libfetchers/tarball: Lock on effectiveUrl"
Eelco Dolstra
2021-03-30
fetchGit: don't prefix "refs/heads/" on ref = "HEAD"
Bjørn Forsman
2021-03-19
Use the appropriate config dir for the registry
Samuel Dionne-Riel
2021-03-11
Merge pull request #4566 from orbekk/master
Eelco Dolstra
2021-03-02
libfetchers/tarball: Lock on effectiveUrl
dramforever
2021-03-01
Add support for bare git repositories with git+file
Kjetil Orbekk
2021-01-27
Add traces to errors while updating flake lock file
Eelco Dolstra
2021-01-22
Remove expectedETag assert in tarball.cc
Matthew Bauer
2021-01-18
Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nix
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-05
Fix conversion from JSON to fetch attributes
Danila Fedorin
2020-12-24
Merge branch 'master' into support-libcxx10
Matthew Bauer
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-12-22
Add explicit `allRefs = true;` argument to `fetchGit`
Maximilian Bosch
2020-12-22
Provide a more meaningful error-message for `builtins.fetchGit` if a revision...
Maximilian Bosch
2020-11-23
fetchMercurial: set HGPLAIN when invoking hg
Luke Granger-Brown
2020-11-10
Fix use of dirty Git/Mercurial inputs with chroot stores
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-26
Move Explicit
Eelco Dolstra
2020-10-19
Merge pull request #4080 from kquick/kwq/flake-int-doc
Eelco Dolstra
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
libfetchers/github: allow slashes in refs
Maximilian Bosch
2020-10-06
Shut up some clang warnings
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-30
Style
Eelco Dolstra
2020-09-30
Simplify
Eelco Dolstra
2020-09-30
Merge branch 'access-tokens' of https://github.com/kquick/nix
Eelco Dolstra
2020-09-29
Remove github-access-token in favor of access-token.
Kevin Quick
2020-09-29
nix registry list: Show 'dir' attribute
Eelco Dolstra
2020-09-29
Merge branch 'master' into access-tokens
Kevin Quick
2020-09-29
Make Headers an optional argument
Eelco Dolstra
2020-09-29
Cleanup
Eelco Dolstra
2020-09-29
Merge branch 'github-api-token' of https://github.com/imalsogreg/nix
Eelco Dolstra
2020-09-28
Switch comment format from '// ...' to '/* ... */' for consistency.
Kevin Quick
2020-09-28
Fix spelling error.
Kevin Quick
2020-09-27
Miscellaneous spelling fixes in comments. (#4071)
Kevin Quick
2020-09-26
Add some internal documentation for flake support objects.
Kevin Quick
2020-09-25
Merge remote-tracking branch 'origin/master' into github-api-token
Gregory Hale
2020-09-25
Re-add support for github-access-token, but mark as deprecated.
Kevin Quick
2020-09-24
Update to use access-tokens configuration for github/gitlab access.
Kevin Quick
2020-09-24
Complete conversion of "url" to "host" with associated variable renaming.
Kevin Quick
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-09-21
libfetchers/github: rename `url` to `host`
Maximilian Bosch
2020-09-18
libfetchers/github: allow `url` attribute
Maximilian Bosch
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
[next]