depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-16
Support netrc in <nix/fetchurl.nix>
Eelco Dolstra
2
-3
/
+3
2017-02-14
Add support for s3:// URIs
Eelco Dolstra
1
-0
/
+1
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
4
-7
/
+0
2017-02-07
Move SavingSourceAdapter to serialise.hh
Eelco Dolstra
1
-0
/
+15
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
2
-14
/
+17
2017-01-26
Fix interrupt handling
Eelco Dolstra
3
-14
/
+33
2017-01-24
Work around a bug in clang and older versions of gcc
Eelco Dolstra
1
-1
/
+1
2017-01-19
Merge pull request #981 from shlevy/build-remote-c++
Eelco Dolstra
1
-0
/
+3
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
2
-28
/
+16
2017-01-19
Cleanup
Eelco Dolstra
1
-5
/
+4
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
Eelco Dolstra
2
-5
/
+82
2017-01-16
AutoCloseDir: Use std::unique_ptr
Eelco Dolstra
2
-53
/
+8
2017-01-16
AutoDeleteArray -> std::unique_ptr
Eelco Dolstra
3
-20
/
+7
2016-12-13
Merge branch 'base32-overflow' of git://github.com/vcunat/nix
Shea Levy
1
-1
/
+7
2016-12-08
Fix S3BinaryCacheStore
Eelco Dolstra
2
-52
/
+1
2016-12-06
Use a steady clock for timeouts
Eelco Dolstra
1
-0
/
+1
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
10
-67
/
+67
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
10
-67
/
+67
2016-11-17
Typo
Eelco Dolstra
1
-1
/
+1
2016-11-17
Fix binary-cache-store build
Shea Levy
1
-7
/
+8
2016-11-17
istringstream_nocopy: Implement in a standards-compliant way
Shea Levy
1
-4
/
+40
2016-11-16
S3BinaryCacheStore:: Eliminate a string copy while uploading
Eelco Dolstra
2
-1
/
+15
2016-11-10
build-remote: Implement in C++
Shea Levy
1
-0
/
+3
2016-11-07
Add missing #include
Eelco Dolstra
1
-0
/
+2
2016-11-06
Detect and disallow base32 hash overflow
Vladimír Čunát
1
-1
/
+7
2016-10-19
Merge branch 'regex' of https://github.com/groxxda/nix
Eelco Dolstra
2
-79
/
+0
2016-10-19
Fix Darwin build
Eelco Dolstra
1
-2
/
+0
2016-10-18
replace own regex class with std::regex
Alexander Ried
2
-79
/
+0
2016-10-12
Add some functions needed by hydra
Eelco Dolstra
3
-0
/
+17
2016-10-06
toJSON(): Support some more types
Eelco Dolstra
2
-0
/
+12
2016-10-06
Merge pull request #998 from veprbl/rx_chmod_fix
Eelco Dolstra
1
-4
/
+5
2016-09-21
nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...
Eelco Dolstra
2
-2
/
+11
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
6
-13
/
+13
2016-09-21
Some notational convenience for formatting strings
Eelco Dolstra
4
-18
/
+77
2016-09-20
Tweak
Eelco Dolstra
2
-3
/
+4
2016-09-20
nix-shell: Fix $PATH handling in the impure case
Eelco Dolstra
2
-0
/
+20
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2
-0
/
+50
2016-09-16
printMsg(): Don't check for interrupts
Eelco Dolstra
3
-17
/
+15
2016-09-14
Add a toLower utility function
Eelco Dolstra
2
-0
/
+14
2016-09-14
Move some .drv parsing functions out of util
Eelco Dolstra
2
-55
/
+0
2016-08-30
Fix 32-bit build
Eelco Dolstra
2
-0
/
+6
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2
-0
/
+354
2016-07-25
override rx directory permissions in deletePath()
Dmitry Kalinkin
1
-4
/
+5
2016-07-21
Fix assertion failure
Eelco Dolstra
1
-1
/
+1
2016-07-21
NarInfo::NarInfo(): Ensure that we get a NAR size/hash
Eelco Dolstra
1
-0
/
+1
2016-07-21
Fix assertion failure in ThreadPool::enqueue()
Eelco Dolstra
2
-2
/
+6
2016-07-13
FdSink: Restore move constructor/assignment
Shea Levy
1
-0
/
+2
2016-07-13
Make Buffered{Source,Sink} move-safe
Shea Levy
2
-27
/
+12
2016-07-11
Modernize AutoCloseFD
Shea Levy
4
-54
/
+42
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
3
-7
/
+11
[next]