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
2018-05-21
serialise: fix buffer size used, hide method for internal use only
Will Dietz
2
-4
/
+7
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
4
-6
/
+6
2018-05-02
Fix bzip2 compression of files > 4 GiB
Eelco Dolstra
1
-3
/
+14
2018-03-22
Fix build
Eelco Dolstra
1
-2
/
+2
2018-03-22
Tweak
Eelco Dolstra
1
-1
/
+1
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
3
-20
/
+21
2018-03-21
Make 'nix copy --from ssh://...' run in constant memory
Eelco Dolstra
2
-0
/
+20
2018-03-20
Hack to get SSH error messages from build-remote
Eelco Dolstra
2
-5
/
+22
2018-03-19
serialise.cc: remove pessimising move
Will Dietz
1
-1
/
+1
2018-03-19
util: rename stdout/stdin members to avoid conflicts w/standard macro
Will Dietz
2
-9
/
+9
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
3
-1
/
+87
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
5
-75
/
+198
2018-03-15
Filter ANSI colors when not writing to a terminal
Eelco Dolstra
3
-7
/
+9
2018-03-15
Merge pull request #1965 from masaeedu/master
Eelco Dolstra
2
-6
/
+16
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
1
-0
/
+1
2018-03-12
Wrap thread local in function for Cygwin
Asad Saeeduddin
2
-6
/
+16
2018-03-09
Fix double free in Store::queryPathInfo()
Eelco Dolstra
1
-4
/
+4
2018-03-06
logging: Don't throw from Activity destructor
Will Dietz
2
-2
/
+9
2018-03-02
don't allocate large buffers on the stack
Will Dietz
3
-23
/
+24
2018-03-02
Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix
Shea Levy
1
-1
/
+2
2018-02-26
nix run: Fix segfault on macOS
Eelco Dolstra
2
-0
/
+10
2018-02-19
libutil: Fix invalid assert on decoding base64 hashes
Tuomas Tynkkynen
1
-1
/
+2
2018-02-19
libutil: Fix infinite loop in filterANSIEscapes on '\r'
Tuomas Tynkkynen
1
-1
/
+1
2018-02-19
Config::handleUnknownSettings(): Remove unused 'fatal' argument
Eelco Dolstra
2
-6
/
+3
2018-02-19
Merge branch 'register-settings' of https://github.com/shlevy/nix
Eelco Dolstra
2
-25
/
+25
2018-02-19
Merge pull request #1857 from dtzWill/fix/check-for-lzma-mt
Eelco Dolstra
1
-23
/
+37
2018-02-14
monitor-fds: Fix on macOS.
Shea Levy
1
-7
/
+23
2018-02-13
Allow plugins to define new settings.
Shea Levy
2
-25
/
+25
2018-02-13
Fix #1762
Linus Heckemann
1
-1
/
+2
2018-02-13
Allow includes from nix.conf
Shea Levy
1
-1
/
+25
2018-02-11
compression: make parallel sink separate class
Will Dietz
1
-29
/
+34
2018-02-11
compression: print warning if parallel requested but not supported
Will Dietz
1
-1
/
+8
2018-02-09
configure.ac: check if lzma has MT support, fix deb build/etc.
Will Dietz
1
-0
/
+2
2018-02-07
make multi threaded compression configurable and use single threaded
AmineChikhaoui
2
-19
/
+27
2018-02-07
Merge branch 'master' of https://github.com/NixOS/nix into parallel-xz
AmineChikhaoui
3
-31
/
+48
2018-02-07
Improve filtering of ANSI escape sequences in build logs
Eelco Dolstra
3
-31
/
+48
2018-02-07
set block size to 0 to let the lzma lib choose the right one, add
AmineChikhaoui
1
-1
/
+6
2018-02-06
support multi threaded xz encoder, this might be particularly useful in
AmineChikhaoui
1
-2
/
+7
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2
-2
/
+10
2017-12-30
use libbrotli directly when available
Will Dietz
2
-10
/
+165
2017-12-11
logging.cc: add missing 'override'
Will Dietz
1
-0
/
+1
2017-11-21
Propagate flags like --sandbox to the daemon properly
Eelco Dolstra
2
-3
/
+9
2017-11-20
Cleanup
Eelco Dolstra
1
-2
/
+2
2017-11-20
Merge pull request #1645 from twhitehead/stat-race
Eelco Dolstra
1
-12
/
+11
2017-11-01
fetchMercurial: Don't fetch hashes we already have
Eelco Dolstra
2
-15
/
+43
2017-10-30
builtins.fetchgit: Support importing a working tree
Eelco Dolstra
4
-10
/
+7
2017-10-30
Fix (highly unlikely) race condition in readLink
Tyson Whitehead
1
-12
/
+11
2017-10-25
Pass lists/attrsets to bash as (associative) arrays
Eelco Dolstra
2
-4
/
+12
2017-10-24
More progress indicator improvements
Eelco Dolstra
2
-3
/
+4
2017-10-24
Handle log messages from build-remote
Eelco Dolstra
2
-0
/
+135
[next]