about summary refs log tree commit diff
path: root/.dir-locals.el (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-02 Use BSD instead of POSIX file locksEelco Dolstra5-108/+46
2019-08-02 Add a test for auto-GCEelco Dolstra4-3/+72
2019-08-02 Tweak min-free/max-free descriptionsEelco Dolstra1-5/+9
2019-07-30 Disable findRuntimeRoots on darwin when running tests because lsof is slowBas van Dijk2-10/+16
2019-07-30 Allow builtins.pathExists to check the existence of /nix/store pathsBas van Dijk2-3/+12
2019-07-27 Add pname and version to nix-env -q --jsonTom McLaughlin1-4/+11
2019-07-25 Use $HOME instead of $USERMatthew Bauer1-1/+1
2019-07-25 Add default for USER when unsetMatthew Bauer1-1/+1
2019-07-23 Remove .github/FUNDING.ymlzimbatm1-3/+0
2019-07-19 docs: document balancing cores and max-jobsGraham Christensen3-2/+128
2019-07-18 Add Open CollectiveDomen Kožar2-1/+3
2019-07-10 Resume NAR downloadsEelco Dolstra1-7/+28
2019-07-10 HttpBinaryCacheStore: Use default number of retries for NARsEelco Dolstra1-1/+0
2019-07-10 Downloader: Use warn()Eelco Dolstra1-3/+3
2019-07-10 Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra7-162/+125
2019-07-10 nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra1-1/+1
2019-07-05 tarball-ttl: documentGraham Christensen2-2/+27
2019-07-05 Revert 82b7f0e840983879a510245903ff7c917276f65d, cd8bc06e8786018ddb16cea4cb10...Eelco Dolstra1-32/+4
2019-07-03 autoconf: Implement release tarball detection. Fixes #257.Niklas Hambüchen1-7/+20
2019-07-03 autoconf: Add comment on use of `false`.Niklas Hambüchen1-3/+9
2019-07-03 autoconf: Check if --nonet works. Fixes #967 #506.Niklas Hambüchen1-0/+9
2019-07-03 Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen4-2/+6
2019-07-03 Fix C++ compatibility with older editline versions.Niklas Hambüchen1-0/+7
2019-07-03 Makefile.config.in: Remove HAVE_READLINE.Niklas Hambüchen1-1/+0
2019-07-03 autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.Niklas Hambüchen4-18/+8
2019-07-03 autoconf: Fix AC_STRUCT_DIRENT_D_TYPE being used before AC_PROG_CC.Niklas Hambüchen1-8/+8
2019-07-03 mk: add support for passing LDFLAGS to libs and binsSergei Trofimovich3-4/+5
2019-07-03 autoconf: Fix C++17 detection not working on Ubuntu 16.04.Niklas Hambüchen4-2/+989
2019-07-03 autoconf: Work around editline not being found on Ubuntu 16.04.Niklas Hambüchen2-1/+14
2019-07-03 autoconf: Detect boost, require version, set CXXFLAGS.Niklas Hambüchen1-0/+7
2019-07-03 autoconf: Change quotes in description.Niklas Hambüchen1-1/+1
2019-07-02 timeout: test for error codeGraham Christensen1-4/+8
2019-07-02 nix-store: document --add-fixedDaiderd Jordan1-0/+54
2019-07-02 builtins.fetchGit: document absolute ref supportGraham Christensen3-0/+38
2019-07-02 checkStoreName: give more precise/verbose error informationGraham Christensen1-3/+10
2019-07-02 build: replace 100 offset for build exit codesDaiderd Jordan3-9/+30
2019-07-02 nix-store: document exit codesDaiderd Jordan1-0/+35
2019-07-02 build: add tests for --check status codesDaiderd Jordan2-4/+24
2019-07-02 build: use binary mask for build status flagsDaiderd Jordan1-1/+9
2019-07-02 build: add exit code for hash and check mismatchesDaiderd Jordan2-4/+15
2019-06-28 Fix `http2 = false` having no effect. Fixes #2971.Aniket Deshpande1-0/+2
2019-06-28 Fix macOS build failureEelco Dolstra1-2/+2
2019-06-27 Don’t use entire /etc/nsswitch.conf fileMatthew Bauer1-1/+7
2019-06-25 ProgressBar: Fix updatingEelco Dolstra1-11/+15
2019-06-25 nix-channel: Don't fetch binary-cache-urlEelco Dolstra4-35/+8
2019-06-25 Automatically use --no-net if there are no network interfacesEelco Dolstra2-11/+55
2019-06-25 Add "warning" verbosity levelEelco Dolstra3-2/+4
2019-06-24 Fix 32-bit overflow with --no-netEelco Dolstra3-10/+7
2019-06-24 Refactor downloadCached() interfaceEelco Dolstra6-49/+63
2019-06-24 Add '--no-net' convenience flagEelco Dolstra5-20/+35