aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/fetchers.cc
AgeCommit message (Expand)Author
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-05-25libfetchers: fix URL loggingQyriad
2024-05-24libfetchers: log fetches by URL just before they happenQyriad
2024-03-25Input: Replace markFileChanged() by putFile()Eelco Dolstra
2024-03-05Merge pull request #9634 from 9999years/combine-abstract-pos-and-poseldritch horrors
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2023-07-07Simplify `ContentAddress`John Ericson
2023-06-13Add a generic check for rev attribute mismatchesEelco Dolstra
2023-02-28No inheritance for `TextInfo` and `FixedOutputInfo`John Ericson
2023-02-28Revert "Remove some designated initializers"John Ericson
2023-02-01Remove some designated initializersJohn Ericson
2023-01-06Use named field initialization for referencesJohn Ericson
2023-01-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-04-19Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-04-07don't assume that rev is a SHA1 hashKasper GaƂkowski
2022-03-10Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-02-24libfetchers: Rename immutable -> lockedEelco Dolstra
2022-02-16InputScheme::fetch(): Return a StorePath instead of a TreeEelco Dolstra
2021-09-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-07-06Allow `fetchGit` to take a `name` argumentregnat
2021-02-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-01-27Add traces to errors while updating flake lock fileEelco Dolstra
2020-10-28Capitalize JSON for consistencyMatthew Kenigsberg
2020-10-07Use PathReferences more widelyJohn Ericson
2020-09-29nix registry list: Show 'dir' attributeEelco Dolstra
2020-08-05Remove optionality in ValidPathInfo::narInfoCarlo Nucera
2020-08-01Fix error message and avoid recalculationJohn Ericson
2020-07-30Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errorsCarlo Nucera
2020-07-28Merge legacy `fetchGit`-builtin with the generic `fetchTree`-functionMaximilian Bosch
2020-07-16Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...John Ericson
2020-07-16Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-02Rename fromSRI to parseSRI for constistencyCarlo Nucera
2020-07-01Correct FIXMEs in libfetchersCarlo Nucera
2020-06-18Revert the `enum struct` changeJohn Ericson
2020-06-18Merge branch 'enum-class' into no-hash-type-unknownJohn Ericson
2020-06-18Merge remote-tracking branch 'upstream/master' into enum-classJohn Ericson
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-12Merge pull request #3674 from matthewbauer/allow-empty-hash2Eelco Dolstra
2020-06-12Add newHashAllowEmpty helper functionMatthew Bauer
2020-06-09Support empty hash in fetchersMatthew Bauer
2020-06-09Fix applyOverride() for githubEelco Dolstra
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-01use Tree ctorMatthew Kenigsberg
2020-05-30Move substitution into Input::fetch()Eelco Dolstra
2020-05-30Check revCount / lastModified input attributes if specifiedEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-28Fixing the result of mergeCarlo Nucera
2020-04-07Respect the narHash attribute in more input typesEelco Dolstra