aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers
AgeCommit message (Expand)Author
2021-01-18Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nixEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-05Fix conversion from JSON to fetch attributesDanila Fedorin
2020-12-24Merge branch 'master' into support-libcxx10Matthew Bauer
2020-12-23Cast variants fully for libc++10Matthew Bauer
2020-12-22Add explicit `allRefs = true;` argument to `fetchGit`Maximilian Bosch
2020-12-22Provide a more meaningful error-message for `builtins.fetchGit` if a revision...Maximilian Bosch
2020-11-23fetchMercurial: set HGPLAIN when invoking hgLuke Granger-Brown
2020-11-10Fix use of dirty Git/Mercurial inputs with chroot storesEelco Dolstra
2020-10-28Capitalize JSON for consistencyMatthew Kenigsberg
2020-10-26Move ExplicitEelco Dolstra
2020-10-19Merge pull request #4080 from kquick/kwq/flake-int-docEelco Dolstra
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-06libfetchers/github: allow slashes in refsMaximilian Bosch
2020-10-06Shut up some clang warningsEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-30StyleEelco Dolstra
2020-09-30SimplifyEelco Dolstra
2020-09-30Merge branch 'access-tokens' of https://github.com/kquick/nixEelco Dolstra
2020-09-29Remove github-access-token in favor of access-token.Kevin Quick
2020-09-29nix registry list: Show 'dir' attributeEelco Dolstra
2020-09-29Merge branch 'master' into access-tokensKevin Quick
2020-09-29Make Headers an optional argumentEelco Dolstra
2020-09-29CleanupEelco Dolstra
2020-09-29Merge branch 'github-api-token' of https://github.com/imalsogreg/nixEelco Dolstra
2020-09-28Switch comment format from '// ...' to '/* ... */' for consistency.Kevin Quick
2020-09-28Fix spelling error.Kevin Quick
2020-09-27Miscellaneous spelling fixes in comments. (#4071)Kevin Quick
2020-09-26Add some internal documentation for flake support objects.Kevin Quick
2020-09-25Merge remote-tracking branch 'origin/master' into github-api-tokenGregory Hale
2020-09-25Re-add support for github-access-token, but mark as deprecated.Kevin Quick
2020-09-24Update to use access-tokens configuration for github/gitlab access.Kevin Quick
2020-09-24Complete conversion of "url" to "host" with associated variable renaming.Kevin Quick
2020-09-21Don't include <regex> in header filesEelco Dolstra
2020-09-21libfetchers/github: rename `url` to `host`Maximilian Bosch
2020-09-18libfetchers/github: allow `url` attributeMaximilian Bosch
2020-09-16Fetch commits from github/gitlab using Auth headerGreg Hale
2020-09-16Make the store plugins more introspectableregnat
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-09-01github: Use access token when calling .../commits APIEelco Dolstra
2020-08-17Merge pull request #3932 from chkno/no-show-signatureEelco Dolstra
2020-08-13Don't try to parse signature check as commit timestampChuck
2020-08-06Minimize the usage of `Hash::dummy`John Ericson
2020-08-05Merge branch 'master' of github.com:NixOS/nix into make-narHash-not-optionalCarlo Nucera
2020-08-05Remove optionality in ValidPathInfo::narInfoCarlo Nucera
2020-08-05Merge remote-tracking branch 'upstream/master' into misc-caJohn Ericson
2020-08-05Merge remote-tracking branch 'upstream/master' into misc-caJohn Ericson
2020-08-01Fix error message and avoid recalculationJohn Ericson
2020-07-31Fix indentationJohn Ericson
2020-07-30Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errorsCarlo Nucera