index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-07-03
nix why-depends: render output into $PAGER
Maximilian Bosch
2018-07-02
Merge pull request #2158 from Ma27/improve-search-ux
Eelco Dolstra
2018-07-02
search.cc: improve UX for `nix search`
Maximilian Bosch
2018-06-18
progress-bar: re-draw last update if nothing new for 1sec.
Will Dietz
2018-06-18
sync.hh: return cv_status instead of dropping it, in case useful.
Will Dietz
2018-06-18
Detect redirect loops
Eelco Dolstra
2018-06-18
Merge pull request #2234 from symphorien/esrch2
Eelco Dolstra
2018-06-16
libstore/gc.cc: ignore ESRCH when reading symlinks in /proc
Symphorien Gibol
2018-06-14
Fix optimise-store.cc to skip more paths on macOS
Matthew Justin Bauer
2018-06-13
nix: Remove special handling of .drv files
Eelco Dolstra
2018-06-13
hashDerivationModulo(): Handle chroot stores
Eelco Dolstra
2018-06-13
std::random_shuffle -> std::shuffle
Eelco Dolstra
2018-06-12
Move EvalState from the stack to the heap
Eelco Dolstra
2018-06-12
GC_malloc -> GC_MALLOC
Eelco Dolstra
2018-06-12
Don't scan for roots in dynamic libraries
Eelco Dolstra
2018-06-12
Add temporary stats
Eelco Dolstra
2018-06-12
Cache parse trees
Eelco Dolstra
2018-06-12
Remove duplicate definition of allocBytes()
Eelco Dolstra
2018-06-12
Fix #2162: use getaddrinfo instead of curl to preload NSS
Yorick van Pelt
2018-06-11
libstore/gc.cc: ignore ESRCH when reading /proc
Symphorien Gibol
2018-06-08
use debug instead of printTalkative to avoid spamming hydra queue
AmineChikhaoui
2018-06-05
Don't require --fallback to recover from disappeared binary cache NARs
Eelco Dolstra
2018-06-05
Handle HTTP 410 Gone errors
Eelco Dolstra
2018-06-05
Improve binary cache fallback test
Eelco Dolstra
2018-06-05
Further improve upload messages
Eelco Dolstra
2018-06-01
download.cc: fix readCallback return type (int -> size_t)
Will Dietz
2018-06-01
Improve binary cache upload messages
Eelco Dolstra
2018-05-31
Merge pull request #767 from mogorman/garbage_collect_keep_last_few
Peter Simons
2018-05-30
Fix static assertion failure on 32-bit systems
Eelco Dolstra
2018-05-30
RemoteStore::addToStore(): Ensure capacity is decreased on exceptions
Eelco Dolstra
2018-05-30
Fix deadlock in RemoteStore::queryPathInfoUncached()
Eelco Dolstra
2018-05-30
Make <nix/fetchurl.nix> run in constant memory
Eelco Dolstra
2018-05-30
getDownloader(): Simplify
Eelco Dolstra
2018-05-30
Make HttpBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-05-30
Move some Download-specific settings to download.cc
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-05-30
Fix assertion failure in storePathToHash()
Eelco Dolstra
2018-05-30
Make 'nix copy --to daemon' run in constant memory (daemon side)
Eelco Dolstra
2018-05-30
LocalStore::addToStore: Throw an exception if no hash is given
Eelco Dolstra
2018-05-30
Use extended SQLite error codes
Eelco Dolstra
2018-05-28
Merge pull request #2187 from bgamari/stoi-exceptions
Eelco Dolstra
2018-05-26
json-to-value: Use strtol instead of strtoi
Ben Gamari
2018-05-26
eval.cc: add message to static_assert, message can be omitted w/c++17
Will Dietz
2018-05-26
nix-daemon: remove unused "pendingMsgs" variable
Will Dietz
2018-05-25
libstore/download: remove unused function "getTime()"
Will Dietz
2018-05-24
Merge pull request #2157 from volth/bitwise
Eelco Dolstra
2018-05-22
Make Env self-describing
Eelco Dolstra
[next]