nix-super/src
Eelco Dolstra 9750430003
Ensure download thread liveness
* Don't wait forever for the client to remove data from the
  buffer. This does mean that the buffer can grow without bounds
  (e.g. when downloading is faster than writing to disk), but meh.

* Don't hold the state lock while calling the sink. The sink could
  take any amount of time to process the data (in particular when it's
  actually a coroutine), so we don't want to block the download
  thread.
2018-09-26 21:47:34 +02:00
..
build-remote Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nix 2018-04-23 08:48:22 -04:00
cpptoml Include cpptoml for build simplicity 2018-07-03 18:39:36 +02:00
libexpr Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix 2018-09-13 14:33:12 +02:00
libmain Modularize config settings 2018-05-30 13:28:01 +02:00
libstore Ensure download thread liveness 2018-09-26 21:47:34 +02:00
libutil sinkToSource(): Start the coroutine lazily 2018-09-26 21:19:34 +02:00
linenoise linenoise.cpp: allow completions from empty input 2017-12-19 12:52:10 -06:00
nix Merge pull request #2312 from dtzWill/fix/matched-names-should-still-print-version 2018-09-24 13:03:28 +02:00
nix-build nix-build: Print stats even in failing builds 2018-08-31 21:03:32 -04:00
nix-channel Get effective user in Nix commands 2018-09-04 19:32:39 -05:00
nix-collect-garbage Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-copy-closure Fix library ordering in Makefiles 2018-04-21 21:10:52 -07:00
nix-daemon nix-daemon: allow setting builders to "" by any user (untrusted) 2018-09-25 03:22:08 -05:00
nix-env nix-env: Fix segfault if -f argument is not a directory or a Nix expression 2018-09-17 16:36:30 +02:00
nix-instantiate Move EvalState from the stack to the heap 2018-06-12 17:49:55 +02:00
nix-prefetch-url nix-prefetch-url: Download file in constant memory 2018-07-12 18:48:41 +02:00
nix-store Make adding paths via nix-store --serve run in constant memory 2018-08-03 21:21:16 +02:00
nlohmann nlohmann-json: 2.1.1 -> 3.0.1 2018-01-22 12:19:50 -06:00
resolve-system-dependencies Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00