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
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-07
Add missing #include
Eelco Dolstra
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
2016-09-14
Add a toLower utility function
Eelco Dolstra
2016-09-14
Move some .drv parsing functions out of util
Eelco Dolstra
2016-08-30
Fix 32-bit build
Eelco Dolstra
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-07-25
override rx directory permissions in deletePath()
Dmitry Kalinkin
2016-07-21
Fix assertion failure
Eelco Dolstra
2016-07-21
NarInfo::NarInfo(): Ensure that we get a NAR size/hash
Eelco Dolstra
2016-07-21
Fix assertion failure in ThreadPool::enqueue()
Eelco Dolstra
2016-07-13
FdSink: Restore move constructor/assignment
Shea Levy
2016-07-13
Make Buffered{Source,Sink} move-safe
Shea Levy
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
2016-06-02
createTempDir(): Don't do a chown on Linux
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-05-31
use $(LIBLZMA_LIBS) instead of -llzma
Dmitry Kalinkin
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
2016-05-04
Do compression in a sink
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-05-04
Fix segfault in xz compression/decompression
Eelco Dolstra
2016-05-04
Add a copyStorePath() utility function
Eelco Dolstra
2016-04-29
Support Git repos in the Nix path
Eelco Dolstra
2016-04-29
BinaryCacheStore: Support bzip2 compression
Eelco Dolstra
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
2016-04-29
Eliminate the substituter mechanism
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
Factor out parallel processing of work items that have dependencies
Eelco Dolstra
2016-04-22
ThreadPool: Start doing work as soon as work items are enqueued
Eelco Dolstra
2016-04-22
Make compression interruptible
Eelco Dolstra
[next]