index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfetchers
/
github.cc
Age
Commit message (
Expand
)
Author
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-08-01
Reapply "libfetchers: make attribute / URL query handling consistent"
Maximilian Bosch
2024-06-24
Revert "libfetchers: make attribute / URL query handling consistent"
jade
2024-06-22
libfetchers: make attribute / URL query handling consistent
Maximilian Bosch
2024-05-31
libfetchers: allow fetching gitlab refs with >1 commit
Linus Heckemann
2024-05-30
libfetchers: handle nonexistent refs in GitLab repos more gracefully
Linus Heckemann
2024-04-21
remove extraneous cache entry from github fetcher
Puck Meerburg
2023-08-01
Don't require .tar/.zip extension for tarball flakerefs
Eelco Dolstra
2023-06-13
Allow tarball URLs to redirect to a lockable immutable URL
Eelco Dolstra
2023-05-03
Fix hostRegex to accept hosts with a `-`
figsoda
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-10-01
libfetchers: avoid api.github.com ratelimit if no github token is set
Jörg Thalheim
2022-06-11
fix sourcehut brach/tag resolving regression
Gabriel Fontes
2022-05-12
fix GitHub URL template
Norbert Melzer
2022-05-10
Merge pull request #6497 from danielfullmer/ghe-fetcher-url
Eelco Dolstra
2022-05-06
Use correct URL for GitHub Enterprise
Daniel Fullmer
2022-05-04
Fix the parsing of the sourcehut refs file
Théophane Hufschmitt
2022-04-29
Extract git reference parsing to a shared library
Kjetil Orbekk
2022-03-19
Don't partial match sourcehut refs
Gabriel Fontes
2022-03-19
Fix sourcehut tag ref resolving
Gabriel Fontes
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-24
Merge pull request #5342 from Misterio77/add-sourcehut
Théophane Hufschmitt
2022-02-16
InputScheme::fetch(): Return a StorePath instead of a Tree
Eelco Dolstra
2022-02-14
add sourcehut input scheme
Gabriel Fontes
2021-11-14
libfetchers: set free gitlab headers
Finn Behrens
2021-09-14
Rename unnecessary git@
Eelco Dolstra
2021-09-14
github fetcher: Don't use HEAD branch when cloning
Eelco Dolstra
2021-09-14
github fetcher: Use git+https for cloning
Eelco Dolstra
2021-07-06
allow fetchFromGitHub to take a `name` argument
regnat
2021-04-09
Revert "libfetchers/tarball: Lock on effectiveUrl"
Eelco Dolstra
2021-03-02
libfetchers/tarball: Lock on effectiveUrl
dramforever
2021-01-18
Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nix
Eelco Dolstra
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
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-29
Remove github-access-token in favor of access-token.
Kevin Quick
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-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
[next]