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
2016-05-31
use $(LIBLZMA_LIBS) instead of -llzma
Dmitry Kalinkin
1
-1
/
+1
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
1
-9
/
+0
2016-05-04
Do compression in a sink
Eelco Dolstra
3
-92
/
+186
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2
-10
/
+10
2016-05-04
Fix segfault in xz compression/decompression
Eelco Dolstra
1
-2
/
+2
2016-05-04
Add a copyStorePath() utility function
Eelco Dolstra
1
-0
/
+7
2016-04-29
Support Git repos in the Nix path
Eelco Dolstra
2
-0
/
+10
2016-04-29
BinaryCacheStore: Support bzip2 compression
Eelco Dolstra
2
-35
/
+117
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
2
-6
/
+29
2016-04-29
Eliminate the substituter mechanism
Eelco Dolstra
1
-0
/
+12
2016-04-25
Improved logging abstraction
Eelco Dolstra
5
-168
/
+165
2016-04-22
Factor out parallel processing of work items that have dependencies
Eelco Dolstra
1
-0
/
+60
2016-04-22
ThreadPool: Start doing work as soon as work items are enqueued
Eelco Dolstra
2
-59
/
+84
2016-04-22
Make compression interruptible
Eelco Dolstra
1
-1
/
+3
2016-04-21
nix --help: Show short flags
Eelco Dolstra
2
-4
/
+6
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
4
-7
/
+52
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2
-0
/
+12
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
2
-4
/
+6
2016-04-08
Make LocalStore thread-safe
Eelco Dolstra
1
-3
/
+3
2016-03-31
Add missing -pthread
Eelco Dolstra
1
-1
/
+1
2016-03-29
Improve SIGINT handling in multi-threaded programs
Eelco Dolstra
3
-5
/
+10
2016-03-29
Add "nix verify-paths" command
Eelco Dolstra
4
-2
/
+135
2016-03-15
Fix Darwin build
Eelco Dolstra
1
-0
/
+1
2016-03-04
Eliminate some large string copying
Eelco Dolstra
2
-3
/
+5
2016-03-02
Fix reading symlinks
Eelco Dolstra
1
-1
/
+1
2016-03-02
FdSource: track number of bytes read
Eelco Dolstra
2
-5
/
+8
2016-02-25
Merge branch 'master' into new-cli
Eelco Dolstra
1
-0
/
+1
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
1
-0
/
+1
2016-02-25
Fix short boolean flags
Eelco Dolstra
1
-1
/
+1
2016-02-25
Merge branch 'master' into new-cli
Eelco Dolstra
13
-97
/
+515
2016-02-24
deletePath(): Succeed if path doesn't exist
Eelco Dolstra
2
-6
/
+10
2016-02-24
BinaryCacheStore: Implement addToStore()
Eelco Dolstra
2
-4
/
+16
2016-02-24
Typo
Eelco Dolstra
1
-2
/
+2
2016-02-24
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Eelco Dolstra
1
-0
/
+84
2016-02-24
std::condition_variable_any -> std::condition_variable
Eelco Dolstra
2
-11
/
+11
2016-02-24
C++ templates are just a glorified macro facility
Eelco Dolstra
1
-2
/
+2
2016-02-24
Remove bad daemon connections from the pool
Eelco Dolstra
3
-13
/
+50
2016-02-23
Pool<T>: Allow a maximum pool size
Eelco Dolstra
1
-15
/
+54
2016-02-23
RemoteStore: Make thread-safe
Eelco Dolstra
2
-0
/
+180
2016-02-23
Move ref<t> into a separate header
Eelco Dolstra
2
-59
/
+69
2016-02-15
Add xz compression function
Eelco Dolstra
2
-0
/
+42
2016-02-15
decompressXZ: Ensure that lzma_end() is called
Eelco Dolstra
1
-12
/
+21
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
1
-0
/
+8
2016-02-11
ref<T>: Add cast operator
Eelco Dolstra
1
-13
/
+6
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra
1
-0
/
+2
2016-02-09
New command line parsing infrastructure
Eelco Dolstra
2
-0
/
+339
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2
-0
/
+77
2016-01-27
Define HashType's size to allow it to be forward-declared
Eelco Dolstra
1
-1
/
+1
2016-01-27
Trivia
Eelco Dolstra
1
-1
/
+2
2016-01-27
Make hashLength32() a method of Hash
Eelco Dolstra
2
-12
/
+15
[next]