Age | Commit message (Expand) | Author | Files | Lines |
2016-02-15 | Add xz compression function | Eelco Dolstra | 2 | -0/+42 |
2016-02-15 | decompressXZ: Ensure that lzma_end() is called | Eelco Dolstra | 1 | -12/+21 |
2016-02-12 | Merge pull request #762 from ctheune/ctheune-floats | Eelco Dolstra | 1 | -0/+8 |
2016-02-11 | ref<T>: Add cast operator | Eelco Dolstra | 1 | -13/+6 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 2 | -0/+77 |
2016-01-27 | Define HashType's size to allow it to be forward-declared | Eelco Dolstra | 1 | -1/+1 |
2016-01-27 | Trivia | Eelco Dolstra | 1 | -1/+2 |
2016-01-27 | Make hashLength32() a method of Hash | Eelco Dolstra | 2 | -12/+15 |
2016-01-20 | string2Int: Barf on negative numbers for unsigned types | Eelco Dolstra | 1 | -1/+3 |
2016-01-05 | Fix compilation | Eelco Dolstra | 1 | -1/+7 |
2016-01-05 | Merge pull request #685 from vizanto/master | Eelco Dolstra | 2 | -1/+7 |
2016-01-05 | Fixed unresolved 'BUFSIZ' | FrankHB | 1 | -0/+1 |
2016-01-05 | First hit at providing support for floats in the language. | Christian Theune | 1 | -0/+8 |
2015-12-10 | Build sandbox support etc. unconditionally on Linux | Eelco Dolstra | 1 | -5/+5 |
2015-11-25 | Use DT_UNKNOWN when dirent d_type extension is not supported. | Danny Wilson | 1 | -5/+1 |
2015-11-16 | Default arguments belong at declaration, not definition | Shea Levy | 1 | -1/+1 |
2015-11-16 | Fix copy-paste error | Shea Levy | 1 | -1/+1 |
2015-11-16 | AutoDelete: Add default constructor with deletion disabled | Shea Levy | 2 | -0/+10 |
2015-11-09 | Fix namespace issue | Eelco Dolstra | 1 | -2/+2 |
2015-11-07 | Fix build on Solaris | Danny Wilson | 2 | -0/+10 |
2015-11-04 | Support SHA-512 hashes | Eelco Dolstra | 2 | -2/+10 |
2015-11-04 | Require OpenSSL | Eelco Dolstra | 9 | -1752/+1 |
2015-10-30 | <nix/fetchurl.nix>: Support xz-compressed NARs | Eelco Dolstra | 3 | -1/+58 |
2015-10-29 | int2String() -> std::to_string() | Eelco Dolstra | 3 | -9/+2 |
2015-10-21 | revert libutil change | Jude Taylor | 1 | -5/+4 |
2015-10-21 | make sandbox builds more permissive | Jude Taylor | 1 | -4/+5 |
2015-10-01 | nix-prefetch-url: Rewrite in C++ | Eelco Dolstra | 1 | -0/+1 |
2015-09-18 | Shut up clang warnings | Eelco Dolstra | 1 | -1/+0 |
2015-09-03 | Implement buildDerivation() via the daemon | Eelco Dolstra | 2 | -0/+8 |
2015-08-07 | baseNameOf: Enhance `basename` compatibility | Kirill Elagin | 1 | -3/+12 |
2015-07-20 | Support systemd log severity prefixes | Eelco Dolstra | 2 | -1/+14 |
2015-07-20 | More cleanup | Eelco Dolstra | 3 | -97/+54 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 4 | -17/+10 |
2015-07-17 | Allow remote builds without sending the derivation closure | Eelco Dolstra | 2 | -1/+39 |
2015-06-17 | Support URLs in $NIX_PATH | Eelco Dolstra | 2 | -0/+19 |
2015-06-09 | Use std::vector::data() | Eelco Dolstra | 2 | -7/+6 |
2015-05-13 | cygwin: looks like stdout/stdin are reserved words | Rok Garbas | 1 | -10/+10 |
2015-04-09 | Implement caching of fetchurl/fetchTarball results | Eelco Dolstra | 2 | -0/+27 |
2015-02-10 | Add base64 encoder/decoder | Eelco Dolstra | 2 | -0/+64 |
2015-02-04 | Use libsodium instead of OpenSSL for binary cache signing | Eelco Dolstra | 2 | -7/+20 |
2015-02-03 | Simplify parseHash32 | Eelco Dolstra | 1 | -37/+10 |
2015-02-03 | Simplify printHash32 | Eelco Dolstra | 1 | -35/+17 |
2015-01-02 | libutil: Limit readLink() error to only overflows. | aszlig | 1 | -2/+2 |
2015-01-02 | libutil: Improve errmsg on readLink size mismatch. | aszlig | 1 | -1/+5 |
2014-12-14 | Pedantry | Eelco Dolstra | 1 | -1/+1 |
2014-12-14 | Merge branch 'cygwin-master' of https://github.com/ternaris/nix | Eelco Dolstra | 1 | -0/+1 |
2014-12-12 | Fix some memory leaks | Eelco Dolstra | 2 | -6/+18 |
2014-12-12 | Ensure we're writing to stderr in the builder | Eelco Dolstra | 2 | -12/+14 |
2014-12-12 | Doh | Eelco Dolstra | 1 | -2/+2 |
2014-12-10 | Don't do vfork in conjunction with setuid | Eelco Dolstra | 1 | -0/+3 |