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
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
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
2020-09-01
github: Use access token when calling .../commits API
Eelco Dolstra
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-13
Fix gitlab-fetcher to obtain tags and branches
Maximilian Bosch
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-18
github: Respect default branch
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-09
Fix applyOverride() for github
Eelco Dolstra
2020-06-04
getDefaultUrl() -> value_or()
Eelco Dolstra
2020-06-04
add support for selfhosted gitlab/github
Finn Behrens
2020-06-01
use Tree ctor
Matthew Kenigsberg
2020-05-30
Check revCount / lastModified input attributes if specified
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-29
Factor out GitHub / GitLab commonality
Eelco Dolstra
2020-04-09
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-08
after flake rebase
Nikola Knezevic
2020-04-07
Respect the narHash attribute in more input types
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
Respect the narHash attribute in more input types
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra