index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
Age
Commit message (
Expand
)
Author
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
2017-03-15
Fix assertion failure on SIGINT
Eelco Dolstra
2017-03-15
Fix deadlock in runProgram() when input is larger than the pipe buffer size
Eelco Dolstra
2017-03-15
Add support for brotli compression
Eelco Dolstra
2017-03-08
Add missing header <sstream>
Adrien Devresse
2017-03-06
Revert fa125b9b28bea25a4eeb4d39a71a481563127cb9
Eelco Dolstra
2017-03-03
Pool: Don't hang if creating a connection fails
Eelco Dolstra
2017-03-03
Improve SSH handling
Eelco Dolstra
2017-03-01
TeeSink: Pre-reserve string space
Eelco Dolstra
2017-03-01
RemoteStore::addToStore(): Send NAR rather than string containing NAR
Eelco Dolstra
2017-03-01
readString(): Read directly into std::string
Eelco Dolstra
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2017-02-16
Support netrc in <nix/fetchurl.nix>
Eelco Dolstra
2017-02-14
Add support for s3:// URIs
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2017-02-07
Move SavingSourceAdapter to serialise.hh
Eelco Dolstra
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
2017-01-26
Fix interrupt handling
Eelco Dolstra
2017-01-24
Work around a bug in clang and older versions of gcc
Eelco Dolstra
2017-01-19
Merge pull request #981 from shlevy/build-remote-c++
Eelco Dolstra
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
2017-01-19
Cleanup
Eelco Dolstra
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
Eelco Dolstra
2017-01-16
AutoCloseDir: Use std::unique_ptr
Eelco Dolstra
2017-01-16
AutoDeleteArray -> std::unique_ptr
Eelco Dolstra
2016-12-13
Merge branch 'base32-overflow' of git://github.com/vcunat/nix
Shea Levy
2016-12-08
Fix S3BinaryCacheStore
Eelco Dolstra
2016-12-06
Use a steady clock for timeouts
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-17
Typo
Eelco Dolstra
2016-11-17
Fix binary-cache-store build
Shea Levy
2016-11-17
istringstream_nocopy: Implement in a standards-compliant way
Shea Levy
2016-11-16
S3BinaryCacheStore:: Eliminate a string copy while uploading
Eelco Dolstra
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-11-07
Add missing #include
Eelco Dolstra
2016-11-06
Detect and disallow base32 hash overflow
Vladimír Čunát
2016-10-19
Merge branch 'regex' of https://github.com/groxxda/nix
Eelco Dolstra
2016-10-19
Fix Darwin build
Eelco Dolstra
2016-10-18
replace own regex class with std::regex
Alexander Ried
2016-10-12
Add some functions needed by hydra
Eelco Dolstra
2016-10-06
toJSON(): Support some more types
Eelco Dolstra
2016-10-06
Merge pull request #998 from veprbl/rx_chmod_fix
Eelco Dolstra
2016-09-21
nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-21
Some notational convenience for formatting strings
Eelco Dolstra
2016-09-20
Tweak
Eelco Dolstra
2016-09-20
nix-shell: Fix $PATH handling in the impure case
Eelco Dolstra
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-09-16
printMsg(): Don't check for interrupts
Eelco Dolstra
[next]