depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
nix copy: Rename --substitute to --substitute-on-destination
Eelco Dolstra
1
-1
/
+1
2019-07-06
Merge pull request #2882 from grahamc/docs/1115-tarball-ttl
Eelco Dolstra
2
-2
/
+27
2019-07-05
tarball-ttl: document
Graham Christensen
2
-2
/
+27
2019-07-05
Revert 82b7f0e840983879a510245903ff7c917276f65d, cd8bc06e8786018ddb16cea4cb10...
Eelco Dolstra
1
-32
/
+4
2019-07-03
Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nix
Eelco Dolstra
13
-41
/
+1077
2019-07-03
autoconf: Implement release tarball detection. Fixes #257.
Niklas Hambüchen
1
-7
/
+20
2019-07-03
autoconf: Add comment on use of `false`.
Niklas Hambüchen
1
-3
/
+9
2019-07-03
autoconf: Check if --nonet works. Fixes #967 #506.
Niklas Hambüchen
1
-0
/
+9
2019-07-03
Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.
Niklas Hambüchen
4
-2
/
+6
2019-07-03
Fix C++ compatibility with older editline versions.
Niklas Hambüchen
1
-0
/
+7
2019-07-03
Makefile.config.in: Remove HAVE_READLINE.
Niklas Hambüchen
1
-1
/
+0
2019-07-03
autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.
Niklas Hambüchen
4
-18
/
+8
2019-07-03
autoconf: Fix AC_STRUCT_DIRENT_D_TYPE being used before AC_PROG_CC.
Niklas Hambüchen
1
-8
/
+8
2019-07-03
mk: add support for passing LDFLAGS to libs and bins
Sergei Trofimovich
3
-4
/
+5
2019-07-03
autoconf: Fix C++17 detection not working on Ubuntu 16.04.
Niklas Hambüchen
4
-2
/
+989
2019-07-03
autoconf: Work around editline not being found on Ubuntu 16.04.
Niklas Hambüchen
2
-1
/
+14
2019-07-03
autoconf: Detect boost, require version, set CXXFLAGS.
Niklas Hambüchen
1
-0
/
+7
2019-07-03
autoconf: Change quotes in description.
Niklas Hambüchen
1
-1
/
+1
2019-07-02
Merge pull request #2779 from LnL7/build-exit-codes
Eelco Dolstra
6
-12
/
+111
2019-07-02
timeout: test for error code
Graham Christensen
1
-4
/
+8
2019-07-02
Merge pull request #2974 from grahamc/invalid-name
Eelco Dolstra
1
-3
/
+10
2019-07-02
Merge pull request #2724 from LnL7/manpage-add-fixed
Eelco Dolstra
1
-0
/
+54
2019-07-02
Merge pull request #2582 from LnL7/fetchgit-refs
Eelco Dolstra
4
-1
/
+43
2019-07-02
nix-store: document --add-fixed
Daiderd Jordan
1
-0
/
+54
2019-07-02
builtins.fetchGit: document absolute ref support
Graham Christensen
3
-0
/
+38
2019-07-02
checkStoreName: give more precise/verbose error information
Graham Christensen
1
-3
/
+10
2019-07-02
build: replace 100 offset for build exit codes
Daiderd Jordan
3
-9
/
+30
2019-07-02
nix-store: document exit codes
Daiderd Jordan
1
-0
/
+35
2019-07-02
build: add tests for --check status codes
Daiderd Jordan
2
-4
/
+24
2019-07-02
build: use binary mask for build status flags
Daiderd Jordan
1
-1
/
+9
2019-07-02
build: add exit code for hash and check mismatches
Daiderd Jordan
2
-4
/
+15
2019-06-28
Merge pull request #2977 from aniketd/2971-cannot-disable-http2
Eelco Dolstra
1
-0
/
+2
2019-06-28
Fix `http2 = false` having no effect. Fixes #2971.
Aniket Deshpande
1
-0
/
+2
2019-06-28
Fix macOS build failure
Eelco Dolstra
1
-2
/
+2
2019-06-25
ProgressBar: Fix updating
Eelco Dolstra
1
-11
/
+15
2019-06-25
nix-channel: Don't fetch binary-cache-url
Eelco Dolstra
4
-35
/
+8
2019-06-25
Automatically use --no-net if there are no network interfaces
Eelco Dolstra
2
-11
/
+55
2019-06-25
Add "warning" verbosity level
Eelco Dolstra
3
-2
/
+4
2019-06-24
Fix 32-bit overflow with --no-net
Eelco Dolstra
3
-10
/
+7
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
6
-49
/
+63
2019-06-24
Add '--no-net' convenience flag
Eelco Dolstra
5
-20
/
+35
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
7
-125
/
+162
2019-06-24
Downloader: Propagate exceptions from decompressionSink->finish()
Eelco Dolstra
1
-2
/
+7
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
4
-2
/
+7
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
6
-12
/
+29
2019-06-24
Fix abort in fromTOML
Eelco Dolstra
3
-1
/
+21
2019-06-24
Add more fromTOML tests
Eelco Dolstra
2
-1
/
+20
2019-06-20
Merge pull request #2963 from backuitist/s3-sdk
Eelco Dolstra
1
-2
/
+2
2019-06-20
Nix uses the CPP SDK, not Java
Bruno Bieth
1
-2
/
+2
2019-06-17
Merge pull request #2878 from NixOS/run-in-pts
Eelco Dolstra
1
-8
/
+54
[next]