aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-09Go back to 755 permission on per-user directoriesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-10-09Filter ANSI escape sequences in -L outputEelco Dolstra
2019-10-09Make std::uncaught_exception warning less noisyEelco Dolstra
2019-10-09Fix Bison 2.4 warningEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-10-09getSourceExpr(): Handle channelsEelco Dolstra
2019-10-09Merge pull request #3132 from matthewbauer/handle-sandbox-shellEelco Dolstra
2019-10-09nix search: Don't quietly ignore errorsEelco Dolstra
2019-10-09nix-build: Fix compilationEelco Dolstra
2019-10-08Handle empty sandbox_shellMatthew Bauer
2019-10-08Don’t source bashrc in pure modeMatthew Bauer
2019-10-07nix search: remove verbose exampleSam Doshi
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-10-02Fix indentationEelco Dolstra
2019-10-01Fix fetchTarball with chroot storesEelco Dolstra
2019-09-30Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-whyDomen Kožar
2019-09-23Merge pull request #3103 from bhipple/fix/spellingEelco Dolstra
2019-09-23Merge pull request #3104 from zimbatm/no-show-trace-forwardingEelco Dolstra
2019-09-22Shut up some warningsEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-22libstore: don't forward --show-tracezimbatm
2019-09-21Fix spelling in commentBenjamin Hipple
2019-09-18function-trace: always show the tracezimbatm
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-04Disable OpenSSL lock callback on OpenSSL >= 1.1.1Eelco Dolstra
2019-09-04BinaryCacheStore: Add index-debug-info optionEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-09-03Downloader: Remove a possible double call to CallbackEelco Dolstra
2019-08-29Merge pull request #3069 from matthewbauer/max-nameEelco Dolstra
2019-08-29Don't rely on st_blocksEelco Dolstra
2019-08-29CleanupEelco Dolstra
2019-08-28Merge pull request #2921 from matthewbauer/handle-sigwinchEelco Dolstra
2019-08-28Set maximum name length in NixMatthew Bauer
2019-08-28Don't send certain setting overrides to the daemonEelco Dolstra
2019-08-27Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra
2019-08-23Reset tmpDirInSandbox for unsandboxedMatthew Bauer
2019-08-16nix-store: fix out of sync protocolzimbatm
2019-08-16libutil: add SizedSourcezimbatm
2019-08-15Merge pull request #2782 from grahamc/flamesEelco Dolstra
2019-08-14Track function start and ends for flame graphsGraham Christensen
2019-08-08Merge pull request #3031 from grahamc/low-speed-limitEelco Dolstra
2019-08-08conf: stalled-download-timeout: make tunableGraham Christensen
2019-08-07Merge pull request #3030 from dtzWill/fix/missing-include-ocloexecEelco Dolstra
2019-08-07Merge pull request #2995 from tweag/post-build-hookEelco Dolstra
2019-08-07pathlocks: add include to fcntl.h for O_CLOEXECWill Dietz