aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-28Move structured attrs handling into a separate classEelco Dolstra
2018-09-28Remove obsolete check on system featuresEelco Dolstra
2018-09-28Support special attributes in structured attributes derivationsEelco Dolstra
2018-09-27S3BinaryCacheStore: Don't create bucketsEelco Dolstra
2018-09-27Merge pull request #2455 from grahamc/add-interactive-pathEelco Dolstra
2018-09-27nix-shell: add bashInteractive to the start of the PATH, set SHELLGraham Christensen
2018-09-27Don't talk about a "current folder build output"Eelco Dolstra
2018-09-26Ensure download thread livenessEelco Dolstra
2018-09-26UntabifyEelco Dolstra
2018-09-26sinkToSource(): Start the coroutine lazilyEelco Dolstra
2018-09-26Make NAR header check more robustEelco Dolstra
2018-09-25nix-daemon: allow setting builders to "" by any user (untrusted)Will Dietz
2018-09-24Merge pull request #2312 from dtzWill/fix/matched-names-should-still-print-ve...Eelco Dolstra
2018-09-17nix-env: Fix segfault if -f argument is not a directory or a Nix expressionEelco Dolstra
2018-09-17Fix build failure if parallel xz is not availableEelco Dolstra
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-10auto args on replDing Xiang Fei
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
2018-09-07Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra
2018-09-05Convert NIX_COUNT_CALLS to JSON tooEelco Dolstra
2018-09-05Log stats to stderrEelco Dolstra
2018-09-05Merge branch 'improve-stats' of https://github.com/cleverca22/nixEelco Dolstra
2018-09-05fetchurl: Respect unpackEelco Dolstra
2018-09-04Get effective user in Nix commandsMatthew Bauer
2018-09-03download: fix size reported to progress barWill Dietz
2018-09-02remove the old text format outputMichael Bishop
2018-09-01add JSON to NIX_SHOW_STATSMichael Bishop
2018-09-01improve the stats when profilingMichael Bishop
2018-08-31nix-build: Print stats even in failing buildsGraham Christensen
2018-08-31nix-build: print stats on sucessful buildsGraham Christensen
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-09-01nix path-info: Remove trailing spacesEelco Dolstra
2018-08-31Really fix the buildEelco Dolstra
2018-08-31nix path-info: Hopefully fix macOS build failureEelco Dolstra
2018-08-31Add localhost alias for ::1 to the sandboxEelco Dolstra
2018-08-30fix `error: unknown serve command 9`Michael Bishop
2018-08-30nix upgrade-nix: Handle .nix-profile being a link to .../profiles/per-user/...Eelco Dolstra
2018-08-30nix upgrade-nix: Improve error message if 'nix' is not in a profileEelco Dolstra
2018-08-30Merge branch 'nix-upgrade-profile' of https://github.com/LnL7/nixEelco Dolstra
2018-08-30Add simple test for nix upgrade-nixEelco Dolstra
2018-08-30printSize() fixesEelco Dolstra
2018-08-30Avoid overflow and use boost::formatBenjamin Hipple
2018-08-30Add human readable closure sizes to nix path-infoBenjamin Hipple
2018-08-30nix: Remove the -h flagEelco Dolstra
2018-08-29Merge pull request #2336 from ivan/repl-trailing-spacesEelco Dolstra
2018-08-29libexpr: Use int64_t for NixIntaszlig
2018-08-25upgrade-nix: resolve profile symlinksDaiderd Jordan
2018-08-25upgrade-nix: add --dry-runDaiderd Jordan
2018-08-23Revert "Fix parser/lexer generation with parallel make"Eelco Dolstra
2018-08-22Merge pull request #2368 from dezgeg/drop-dead-codeEelco Dolstra