summaryrefslogtreecommitdiffstats
path: root/src/nix-channel/nix-channel.cc
AgeCommit message (Expand)Author
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-29Make Headers an optional argumentEelco Dolstra
2020-09-25Merge remote-tracking branch 'origin/master' into github-api-tokenGregory Hale
2020-09-17Remove corepkgs/unpack-channel.nixEelco Dolstra
2020-09-16Fetch commits from github/gitlab using Auth headerGreg Hale
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-04-30fix error callsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-08after flake rebaseNikola Knezevic
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DownloadError -> DataTransferErrorNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-09-04Get effective user in Nix commandsMatthew Bauer
2018-05-09make sure not to use cached channels for nix-channel --updateYorick van Pelt
2018-03-20Remove unused channel-cache directoryEelco Dolstra
2018-03-20Style fixEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2017-04-10nix-channel: error out if direct tarball unpack fails.Shea Levy
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-21nix-channel: Fix --update <CHANNELS>Eelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-08-31download.hh: Fix conflicts from nix-channel-c++ mergeShea Levy
2016-08-11nix-channel: implement in c++Shea Levy