about summary refs log tree commit diff
path: root/src/nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18 DohEelco Dolstra1-1/+1
2020-02-18 Disable the progress bar if $TERM == dumb or unsetEelco Dolstra1-1/+3
2020-01-04 SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra1-1/+1
2020-01-04 include netinet/in.h in src/nix/main.ccng01-0/+1
2020-01-04 Fix progress bar when nix-prefetch-url is piped.Harald van Dijk1-1/+1
2019-10-10 nix verify: Fix uninitialized variableEelco Dolstra1-2/+2
2019-10-09 Filter ANSI escape sequences in -L outputEelco Dolstra1-1/+1
2019-10-09 Don't catch exceptions by valueEelco Dolstra1-1/+1
2019-10-09 nix search: remove verbose exampleSam Doshi1-4/+0
2019-10-09 nix search: Don't quietly ignore errorsEelco Dolstra1-0/+1
2019-10-09 getSourceExpr(): Handle channelsEelco Dolstra1-15/+16
2019-08-27 Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra1-1/+4
2019-08-02 Add a post-build-hookregnat1-2/+14
2019-07-25 Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer1-1/+4
2019-07-10 nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra1-1/+1
2019-07-03 Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen1-1/+1
2019-07-03 Fix C++ compatibility with older editline versions.Niklas Hambüchen1-0/+7
2019-06-28 Fix macOS build failureEelco Dolstra1-2/+2
2019-06-25 ProgressBar: Fix updatingEelco Dolstra1-11/+15
2019-06-25 Automatically use --no-net if there are no network interfacesEelco Dolstra1-0/+55
2019-06-25 Add "warning" verbosity levelEelco Dolstra1-1/+1
2019-06-15 nix: Add -L alias for --print-build-logsEelco Dolstra1-0/+1
2019-05-21 Merge pull request #2800 from flokli/progress-bar-hide-unknown-expectedEelco Dolstra1-4/+11
2019-05-15 Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra3-13/+38
2019-05-15 nix: Add --print-build-logs flagEelco Dolstra3-13/+38
2019-05-11 progress-bar: hide expected if expected is 0 (unknown)Florian Klink1-4/+11
2019-03-24 repl: Restore CTRL-C behaviourxbreak1-0/+40
2019-03-14 experimental/optional -> optionalEelco Dolstra1-1/+1
2019-02-05 Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra3-9/+2
2019-01-10 Merge pull request #2617 from veprbl/pr/V547_nix_repl.ccEelco Dolstra1-18/+1
2019-01-05 Remove mentions of `libformat`, it no longer existsJohn Ericson1-1/+1
2018-12-25 remove some dead code in nix/repl.ccDmitry Kalinkin1-18/+1
2018-12-13 Support SRI hashesEelco Dolstra1-9/+14
2018-12-12 nix repl: don't create result symlinksDaiderd Jordan1-1/+1
2018-11-20 repl: give user the choice between libeditline and libreadlineKai Harries1-0/+9
2018-11-20 repl: Remove code that was commented outKai Harries1-2/+0
2018-11-16 nix ls-nar: allow reading from FIFOsLinus Heckemann1-1/+1
2018-11-13 Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nixEelco Dolstra2-33/+77
2018-11-13 Restore parent mount namespace before executing a child processEelco Dolstra3-2/+9
2018-10-29 repl: complete if all matches share prefixWill Dietz1-0/+18
2018-10-29 editline: wipWill Dietz2-33/+59
2018-10-29 nix doctor: return nonzero exitcode if a check failsDaiderd Jordan1-6/+20
2018-10-27 Fix signedness warningEelco Dolstra1-1/+1
2018-10-27 Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra1-0/+110
2018-10-26 src/nix/local.mk: fix typos in names of symlinksWill Dietz1-1/+1
2018-10-26 Merge all nix-* binaries into nixEelco Dolstra2-6/+21
2018-10-08 Merge pull request #2452 from ElvishJerricco/verify-sigs-overflowEelco Dolstra1-1/+1
2018-09-27 Don't talk about a "current folder build output"Eelco Dolstra1-4/+4
2018-09-26 nix doctor: reimplement profile warning without gcroot checkDaiderd Jordan1-20/+19
2018-09-25 Fix overflow when verifying signatures of content addressable pathsWill Fancher1-1/+1