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
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
2014-12-10
Use vfork
Eelco Dolstra
2
-10
/
+33
2014-12-10
Revert "Use posix_spawn to run the pager"
Eelco Dolstra
2
-9
/
+2
2014-12-09
Explicitly include required C headers
Marko Durkovic
1
-0
/
+1
2014-12-05
Use posix_spawn to run the pager
Eelco Dolstra
2
-2
/
+9
2014-11-25
Add a primop for regular expression pattern matching
Eelco Dolstra
2
-4
/
+28
2014-11-19
nix-daemon: Call exit(), not _exit()
Eelco Dolstra
2
-3
/
+6
2014-10-20
Fix build on gcc < 4.7
Shea Levy
1
-0
/
+13
2014-10-20
Revert "Drop support for pre-c++11 compilers."
Shea Levy
1
-1
/
+2
2014-10-18
Drop support for pre-c++11 compilers.
Shea Levy
1
-2
/
+1
2014-10-03
Remove some duplicate code
Eelco Dolstra
2
-0
/
+12
2014-10-03
nix-env: Add regular expression support in selectors
Eelco Dolstra
2
-0
/
+55
2014-10-03
createDirs(): Handle ‘path’ being a symlink
Eelco Dolstra
1
-0
/
+3
2014-09-19
Remove bogus comment
Eelco Dolstra
1
-1
/
+0
2014-08-21
Use PR_SET_PDEATHSIG to ensure child cleanup
Eelco Dolstra
2
-2
/
+12
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
3
-42
/
+42
2014-08-20
Add some color
Eelco Dolstra
2
-0
/
+47
2014-08-20
nix-store -l: Automatically pipe output into $PAGER
Eelco Dolstra
1
-2
/
+2
2014-08-04
Get rid of "killing <pid>" message for unused build hooks
Eelco Dolstra
2
-3
/
+4
2014-08-01
Call commonChildInit() before doing chroot init
Eelco Dolstra
1
-8
/
+10
2014-08-01
Eliminate redundant copy
Eelco Dolstra
2
-1
/
+3
2014-08-01
Make readDirectory() return inode / file type
Eelco Dolstra
3
-17
/
+24
2014-07-31
Restore default SIGPIPE handler before invoking ‘man’
Eelco Dolstra
2
-0
/
+14
2014-07-24
Use pthread_cancel instead of a signal
Eelco Dolstra
1
-5
/
+2
2014-07-24
Fix bogus pass by reference
Eelco Dolstra
1
-6
/
+1
2014-07-24
More debugging
Eelco Dolstra
1
-0
/
+1
2014-07-24
Add some assertions
Eelco Dolstra
1
-0
/
+6
2014-07-23
nix-daemon: Simplify stderr handling
Eelco Dolstra
1
-0
/
+1
2014-07-23
nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects
Eelco Dolstra
1
-0
/
+43
2014-07-23
startProcess: Make writing error messages from the child more robust
Eelco Dolstra
1
-2
/
+4
2014-07-18
Better fix for strcasecmp on Darwin
Eelco Dolstra
1
-3
/
+1
2014-07-17
Ugly hack to fix building on old Darwin
Eelco Dolstra
1
-0
/
+3
2014-07-16
Get rid of a compiler warning
Eelco Dolstra
1
-1
/
+2
2014-07-16
Be more strict about file names in NARs
Eelco Dolstra
1
-1
/
+6
2014-07-16
Handle case collisions on case-insensitive systems
Eelco Dolstra
2
-75
/
+100
[next]