aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-18Add Open CollectiveDomen Kožar
2019-07-13Merge pull request #2975 from matthewbauer/fix-nsswitch-issueEelco Dolstra
2019-07-10Resume NAR downloadsEelco Dolstra
2019-07-10HttpBinaryCacheStore: Use default number of retries for NARsEelco Dolstra
2019-07-10Downloader: Use warn()Eelco Dolstra
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-07-10nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra
2019-07-06Merge pull request #2882 from grahamc/docs/1115-tarball-ttlEelco Dolstra
2019-07-05tarball-ttl: documentGraham Christensen
2019-07-05Revert 82b7f0e840983879a510245903ff7c917276f65d, cd8bc06e8786018ddb16cea4cb10...Eelco Dolstra
2019-07-03Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nixEelco Dolstra
2019-07-03autoconf: Implement release tarball detection. Fixes #257.Niklas Hambüchen
2019-07-03autoconf: Add comment on use of `false`.Niklas Hambüchen
2019-07-03autoconf: Check if --nonet works. Fixes #967 #506.Niklas Hambüchen
2019-07-03Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen
2019-07-03Fix C++ compatibility with older editline versions.Niklas Hambüchen
2019-07-03Makefile.config.in: Remove HAVE_READLINE.Niklas Hambüchen
2019-07-03autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.Niklas Hambüchen
2019-07-03autoconf: Fix AC_STRUCT_DIRENT_D_TYPE being used before AC_PROG_CC.Niklas Hambüchen
2019-07-03mk: add support for passing LDFLAGS to libs and binsSergei Trofimovich
2019-07-03autoconf: Fix C++17 detection not working on Ubuntu 16.04.Niklas Hambüchen
2019-07-03autoconf: Work around editline not being found on Ubuntu 16.04.Niklas Hambüchen
2019-07-03autoconf: Detect boost, require version, set CXXFLAGS.Niklas Hambüchen
2019-07-03autoconf: Change quotes in description.Niklas Hambüchen
2019-07-02Merge pull request #2779 from LnL7/build-exit-codesEelco Dolstra
2019-07-02timeout: test for error codeGraham Christensen
2019-07-02Merge pull request #2974 from grahamc/invalid-nameEelco Dolstra
2019-07-02Merge pull request #2724 from LnL7/manpage-add-fixedEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-07-02nix-store: document --add-fixedDaiderd Jordan
2019-07-02builtins.fetchGit: document absolute ref supportGraham Christensen
2019-07-02checkStoreName: give more precise/verbose error informationGraham Christensen
2019-07-02build: replace 100 offset for build exit codesDaiderd Jordan
2019-07-02nix-store: document exit codesDaiderd Jordan
2019-07-02build: add tests for --check status codesDaiderd Jordan
2019-07-02build: use binary mask for build status flagsDaiderd Jordan
2019-07-02build: add exit code for hash and check mismatchesDaiderd Jordan
2019-06-28Merge pull request #2977 from aniketd/2971-cannot-disable-http2Eelco Dolstra
2019-06-28Fix `http2 = false` having no effect. Fixes #2971.Aniket Deshpande
2019-06-28Fix macOS build failureEelco Dolstra
2019-06-27Don’t use entire /etc/nsswitch.conf fileMatthew Bauer
2019-06-25ProgressBar: Fix updatingEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-25Automatically use --no-net if there are no network interfacesEelco Dolstra
2019-06-25Add "warning" verbosity levelEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24Add '--no-net' convenience flagEelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-24Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra