Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-29 | LocalStore initialization: Don't die if build-users-group doesn't exist | Shea Levy | 1 | -11/+12 | |
See NixOS/nixpkgs@9245516 | |||||
2014-12-23 | Revive running builds in a PID namespace | Eelco Dolstra | 1 | -30/+59 | |
2014-12-16 | Belatedly add contributors | Eelco Dolstra | 1 | -0/+7 | |
2014-12-15 | Bump version number | Eelco Dolstra | 1 | -1/+1 | |
2014-12-15 | Merge pull request #420 from linquize/cygwin | Eelco Dolstra | 1 | -0/+2 | |
Add exe, dll to .gitignore | |||||
2014-12-15 | Add exe, dll to .gitignore | Linquize | 1 | -0/+2 | |
2014-12-14 | Grmbl | Eelco Dolstra | 1 | -1/+1 | |
2014-12-14 | Add a section on nix-serve | Eelco Dolstra | 3 | -1/+72 | |
2014-12-14 | Add section on SSH substituter | Eelco Dolstra | 4 | -43/+127 | |
2014-12-14 | Pedantry | Eelco Dolstra | 5 | -8/+4 | |
2014-12-14 | Merge branch 'cygwin-master' of https://github.com/ternaris/nix | Eelco Dolstra | 8 | -5/+31 | |
2014-12-14 | Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901' | Eelco Dolstra | 7 | -19/+60 | |
2014-12-14 | Delete the stdenv section | Eelco Dolstra | 7 | -105/+21 | |
It's outdated and better covered in the Nixpkgs manual. | |||||
2014-12-14 | Bla | Eelco Dolstra | 1 | -1/+8 | |
2014-12-14 | Fix build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/17894500 | |||||
2014-12-14 | Fix image in PDF | Eelco Dolstra | 2 | -2/+3 | |
Closes #415. | |||||
2014-12-14 | Rename files | Eelco Dolstra | 4 | -29/+26 | |
2014-12-13 | Update .nixpkg description | Eelco Dolstra | 1 | -16/+19 | |
2014-12-13 | ReiserFS -> ext4 | Eelco Dolstra | 1 | -5/+5 | |
2014-12-13 | Style | Eelco Dolstra | 1 | -0/+6 | |
2014-12-13 | Undocument nix-generate-patches | Eelco Dolstra | 1 | -1/+3 | |
2014-12-13 | Document channel format and excise most mentions of manifests and nix-pull | Eelco Dolstra | 7 | -99/+164 | |
2014-12-13 | Style | Eelco Dolstra | 1 | -1/+6 | |
2014-12-13 | Better error message | Eelco Dolstra | 1 | -1/+1 | |
2014-12-13 | Install cacert before running nix-channel | Eelco Dolstra | 1 | -5/+6 | |
Also, make it more robust against incorrent SSL_CERT_FILE values. | |||||
2014-12-12 | Silence some warnings on GCC 4.9 | Eelco Dolstra | 4 | -7/+12 | |
2014-12-12 | Shut up a Valgrind warning | Eelco Dolstra | 1 | -1/+1 | |
2014-12-12 | Fix some memory leaks | Eelco Dolstra | 3 | -35/+27 | |
2014-12-12 | Ensure we're writing to stderr in the builder | Eelco Dolstra | 6 | -19/+21 | |
http://hydra.nixos.org/build/17862041 | |||||
2014-12-12 | Don't abort if we get a signal while waiting for the pager | Eelco Dolstra | 1 | -4/+8 | |
2014-12-12 | Get rid of unnecessary "interrupted by the user" message with -vvv | Eelco Dolstra | 1 | -0/+2 | |
2014-12-12 | Remove chatty message | Eelco Dolstra | 1 | -2/+0 | |
This broke building with "-vv", because the builder is not allowed to write to stderr at this point. | |||||
2014-12-12 | Doh | Eelco Dolstra | 2 | -3/+3 | |
2014-12-12 | Remove tabs | Eelco Dolstra | 1 | -5/+5 | |
2014-12-12 | Remove dead code | Eelco Dolstra | 1 | -9/+0 | |
2014-12-12 | Remove canary stuff | Eelco Dolstra | 4 | -58/+0 | |
2014-12-11 | Don't use ?= | Eelco Dolstra | 1 | -2/+2 | |
2014-12-11 | allow custom docbook paths/URLs, use a working URL for docbook.rng | darealshinji | 1 | -2/+3 | |
2014-12-11 | Urgh | Eelco Dolstra | 1 | -1/+1 | |
2014-12-10 | Provide default pagers | Eelco Dolstra | 1 | -3/+8 | |
Borrowed from systemd. | |||||
2014-12-10 | Don't do vfork in conjunction with setuid | Eelco Dolstra | 2 | -0/+5 | |
2014-12-10 | Use vfork | Eelco Dolstra | 3 | -11/+39 | |
2014-12-10 | Rename function | Eelco Dolstra | 1 | -4/+4 | |
2014-12-10 | Include cacert in the binary tarball | Eelco Dolstra | 2 | -6/+10 | |
This prevents having to fetch Nixpkgs or cacert over http. | |||||
2014-12-10 | Don't wait for PID -1 | Eelco Dolstra | 1 | -1/+2 | |
The pid field can be -1 if forking the substituter process failed. | |||||
2014-12-10 | Revert "Use posix_spawn to run the pager" | Eelco Dolstra | 3 | -39/+10 | |
This reverts commit d34d2b2bbf784c0bb420a50905af25e02c6e4989. | |||||
2014-12-10 | Cruft | Eelco Dolstra | 1 | -9/+0 | |
2014-12-10 | Don't use RPATH on Darwin | Eelco Dolstra | 1 | -6/+11 | |
2014-12-10 | Update signing.txt | roconnor | 1 | -2/+2 | |
2014-12-10 | builtins.readFile: realise context associated with the path | Shea Levy | 1 | -2/+6 | |