about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-18 retry on HTTP status code 429Domen Kožar1-1/+2
2020-01-05 Move #includeEelco Dolstra3-2/+3
2020-01-05 Hide FunctionCallTrace constructor/destructorEelco Dolstra3-15/+20
2020-01-05 function-trace: always show the tracezimbatm1-2/+2
2020-01-04 Ensure enough space in attrset bindings when using both __overrides and dynam...Puck Meerburg1-1/+1
2020-01-04 builtins.toJSON: fix __toString usageRobin Gloster3-7/+27
2020-01-04 Move tmpDirInSandbox to initTmpDirMatthew Bauer1-8/+8
2020-01-04 Fix sandbox fallback settingsMatthew Bauer1-26/+34
2020-01-04 ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra3-1/+9
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 Dijk2-2/+2
2020-01-04 Fix typosBrian Wignall2-2/+2
2020-01-04 EvalState::callFunction(): Make FunctionCallTrace use less stack spaceEelco Dolstra1-4/+3
2019-10-10 nix verify: Fix uninitialized variableEelco Dolstra1-2/+2
2019-10-10 nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexprEelco Dolstra1-14/+20
2019-10-10 DohEelco Dolstra1-1/+1
2019-10-10 nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra1-7/+12
2019-10-10 nix-env: Create ~/.nix-profile automaticallyEelco Dolstra5-17/+29
2019-10-09 Force per-user group to a known valueEelco Dolstra1-1/+1
2019-10-09 Go back to 755 permission on per-user directoriesEelco Dolstra1-1/+1
2019-10-09 Remove world-writability from per-user directoriesEelco Dolstra4-7/+31
2019-10-09 Filter ANSI escape sequences in -L outputEelco Dolstra1-1/+1
2019-10-09 Disable OpenSSL lock callback on OpenSSL >= 1.1.1Eelco Dolstra1-0/+4
2019-10-09 libstore: don't forward --show-tracezimbatm1-0/+1
2019-10-09 Don't catch exceptions by valueEelco Dolstra5-7/+7
2019-10-09 Shut up some warningsEelco Dolstra2-0/+4
2019-10-09 Fix fetchTarball with chroot storesEelco Dolstra1-3/+3
2019-10-09 nix search: remove verbose exampleSam Doshi1-4/+0
2019-10-09 Handle empty sandbox_shellMatthew Bauer1-1/+4
2019-10-09 nix search: Don't quietly ignore errorsEelco Dolstra1-0/+1
2019-10-09 getSourceExpr(): Handle channelsEelco Dolstra1-15/+16
2019-09-03 Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra6-10/+11
2019-09-03 Add some noexceptsEelco Dolstra11-18/+19
2019-09-03 Ensure that Callback is called only onceEelco Dolstra5-17/+36
2019-09-03 Downloader: Remove a possible double call to CallbackEelco Dolstra1-8/+2
2019-08-29 Merge pull request #3069 from matthewbauer/max-nameEelco Dolstra1-0/+4
2019-08-29 Don't rely on st_blocksEelco Dolstra2-5/+4
2019-08-29 CleanupEelco Dolstra1-2/+2
2019-08-28 Merge pull request #2921 from matthewbauer/handle-sigwinchEelco Dolstra1-0/+9
2019-08-28 Set maximum name length in NixMatthew Bauer1-0/+4
2019-08-28 Don't send certain setting overrides to the daemonEelco Dolstra1-0/+7
2019-08-27 Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra3-4/+31
2019-08-23 Reset tmpDirInSandbox for unsandboxedMatthew Bauer1-0/+1
2019-08-16 nix-store: fix out of sync protocolzimbatm1-2/+10
2019-08-16 libutil: add SizedSourcezimbatm1-0/+30
2019-08-15 Merge pull request #2782 from grahamc/flamesEelco Dolstra3-2/+34
2019-08-14 Track function start and ends for flame graphsGraham Christensen3-2/+34
2019-08-08 Merge pull request #3031 from grahamc/low-speed-limitEelco Dolstra2-3/+4
2019-08-08 conf: stalled-download-timeout: make tunableGraham Christensen2-3/+4