aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-26Add constant ‘nixPath’Eelco Dolstra
2014-05-26Add primop ‘scopedImport’Eelco Dolstra
2014-05-26Shut up some signedness warningsEelco Dolstra
2014-05-23Ugly hack to allow --argstr values starting with a dashEelco Dolstra
2014-05-21nix-store -l: Fetch build logs from the InternetEelco Dolstra
2014-05-15Provide a more useful error message when a dynamic attr lookup failsShea Levy
2014-05-15lvlInfo -> lvlTalkativeEelco Dolstra
2014-05-15nix-store --optimise: Remove bogus statisticsEelco Dolstra
2014-05-15Remove tabEelco Dolstra
2014-05-15Merge branch 'master' of github.com:wmertens/nixEelco Dolstra
2014-05-15Shortcut store files before lstatWout Mertens
2014-05-14Use the inodes given by readdir directlyWout Mertens
2014-05-13Preload linked hashes to speed up lookupsWout Mertens
2014-05-13nix-instantiate --eval: Apply auto-arguments if the result is a functionEelco Dolstra
2014-05-10Shortcut already-hardlinked fileswmertens
2014-05-02Set up directories and permissions for multi-user install automaticallyEelco Dolstra
2014-05-02Set build-max-jobs to the number of available cores by defaultEelco Dolstra
2014-05-02When running as root, use build users by defaultEelco Dolstra
2014-04-15nix-env: Minor change to '--delete-generations Nd' semanticsRicardo M. Correia
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04forceString: Show position infoEelco Dolstra
2014-04-04forceAttrs: Show position infoEelco Dolstra
2014-04-04forceList: Show position infoEelco Dolstra
2014-04-04forceInt: Show position infoEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Remove unnecessary quotes around file namesEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-04-03Fix compile errors on IllumosDanny Wilson
2014-04-03Tweak error messageEelco Dolstra
2014-04-03Make sure /dev/pts/ptmx is world-writableLudovic Courtès
2014-04-01Fix potential segfaultEelco Dolstra
2014-03-30nix-env: Add support for --delete-generations 15dRicardo M. Correia
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra
2014-03-29Drop pointless #includeEelco Dolstra
2014-03-29Fix potential segfault in waitForInput()Eelco Dolstra
2014-03-29restoreSIGPIPE(): Fill in sa_maskEelco Dolstra
2014-03-28Don't interpret strings as format stringsEelco Dolstra
2014-03-21Make /dev/kvm optionalLudovic Courtès
2014-03-18Fix tabsEelco Dolstra
2014-03-18Allow recovery from isValidPath RPCs with an invalid pathLudovic Courtès
2014-03-17Fix -j and other flags when using the daemonEelco Dolstra
2014-03-12Remove unnecessary null pointer checksEelco Dolstra
2014-03-11Fix passing meta attribute to buildenv.nixEelco Dolstra
2014-03-10The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStringsShea Levy
2014-03-10If a dynamic attribute name evaluates to null, remove it from the setShea Levy