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
/
third_party
/
nix
/
src
/
libstore
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
r/1571
fix(3p/nix): Fix parseDrvPathWithOutputs
Griffin Smith
1
-3
/
+3
2020-08-03
r/1567
feat(3p/nix): Implement two more RPC calls
Griffin Smith
3
-5
/
+41
2020-08-02
r/1548
test(3p/nix): Add test for derivation parse/serialize
Griffin Smith
2
-2
/
+4
2020-08-02
r/1540
fix(3p/nix): Don't reuse ClientContext
Griffin Smith
1
-1
/
+11
2020-08-02
r/1538
fix(3p/nix): Prepend unix:// to daemon socket
Griffin Smith
3
-23
/
+28
2020-08-01
r/1534
fix(3p/nix): revert "apply all clang-tidy fixes"
Kane York
21
-197
/
+158
2020-08-01
r/1529
feat(3p/nix): Implement a few more RPC calls
Griffin Smith
1
-3
/
+32
2020-08-01
r/1519
feat(3p/nix): Implement AddToStore proto handler
Griffin Smith
1
-2
/
+3
2020-08-01
r/1515
chore(3p/nix/hash): prefer StatusOr over throwing constructor
Kane York
9
-28
/
+54
2020-07-28
r/1503
chore(3p/nix/hash): eliminate exposed global variable
Kane York
1
-36
/
+18
2020-07-27
r/1495
fix(3p/nix): apply all clang-tidy fixes
Kane York
22
-171
/
+215
2020-07-27
r/1493
fix(3p/nix): convert local-store asserts into throws
Kane York
1
-13
/
+12
2020-07-25
r/1473
feat(3p/nix): Start implementing RPC store client
Griffin Smith
4
-16
/
+449
2020-07-25
r/1472
feat(3p/nix): Add main function for grpc daemon
Griffin Smith
3
-4
/
+4
2020-07-25
r/1462
refactor(3p/nix): Remove custom base64 implementation
Griffin Smith
1
-3
/
+12
2020-07-24
r/1457
fix(3p/nix): do not call vfork
Kane York
1
-3
/
+0
2020-07-24
r/1451
fix(3p/nix): fix more clang-tidy warnings
Kane York
2
-1
/
+4
2020-07-24
r/1447
fix(3p/nix): Link nixutil to its dependencies
Griffin Smith
1
-5
/
+0
2020-07-23
r/1437
fix(3p/nix): remove usage of strcpy
Kane York
2
-4
/
+5
2020-07-22
r/1418
fix(3p/nix): Fix string escaping issue in schema include
Vincent Ambo
1
-2
/
+2
2020-07-20
r/1408
chore(3p/nix): Remove support for plugins
Griffin Smith
2
-41
/
+0
2020-07-19
r/1403
fix(3p/nix): Fix all remaining compiler warnings
Vincent Ambo
3
-4
/
+13
2020-07-19
r/1401
refactor(3p/nix): Remove remaining prefork-compat type
Vincent Ambo
1
-9
/
+5
2020-07-18
r/1382
feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler
Griffin Smith
4
-0
/
+94
2020-07-18
r/1381
chore(3p/nix): Add missing override to UDSRemoteStore::sameMachine
Griffin Smith
1
-1
/
+1
2020-07-18
r/1377
refactor(3p/nix/libexpr): Back Nix lists with std::vector
Vincent Ambo
1
-2
/
+2
2020-07-18
r/1369
test(3p/nix): Set up scaffolding & fix up tests for value-to-{json|xml}
Vincent Ambo
1
-1
/
+1
2020-07-16
r/1331
chore(3p/nix/worker-protocol): Add missing includes
Griffin Smith
1
-0
/
+3
2020-07-16
r/1313
chore(3p/nix): {query,clear}FailedPaths are obsolete
Griffin Smith
1
-2
/
+2
2020-07-16
r/1309
refactor(3p/libstore): Optimise nix::printString
Vincent Ambo
1
-12
/
+37
2020-07-10
r/1249
fix(3p/nix/libstore): use exception instead of assertion when storepath is ma...
Andreas Rammhold
1
-2
/
+11
2020-07-05
r/1217
chore(3p/nix/libstore): Link to nixproto library
Vincent Ambo
1
-0
/
+1
2020-06-21
r/1052
feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore
Luke Granger-Brown
2
-4
/
+7
2020-06-21
r/1051
chore(3p/nix): use GNUInstallDirs to determine output directory names
Luke Granger-Brown
1
-1
/
+1
2020-06-21
r/1050
chore(3p/nix): export library headers to include/ in output.
Luke Granger-Brown
1
-2
/
+7
2020-05-31
r/876
fix(3p/nix): passAsFile: leave out the hash prefix
edef
1
-1
/
+1
2020-05-31
r/875
fix(3p/nix): passAsFile: hash the attribute name instead of numbering sequent...
Puck Meerburg
1
-2
/
+2
2020-05-30
r/872
chore(3p/nix): Clean up some unused defines
Vincent Ambo
2
-19
/
+1
2020-05-28
r/868
refactor(3p/nix): Introduce CMake as the build system for Nix
Vincent Ambo
2
-6
/
+105
2020-05-27
r/867
chore(3p/nix): Remove meson build files for core packages
Vincent Ambo
1
-153
/
+0
2020-05-27
r/865
refactor(3p/nix): Anchor local includes at src/
Vincent Ambo
55
-221
/
+225
2020-05-25
r/846
refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
Vincent Ambo
16
-76
/
+84
2020-05-25
r/845
refactor(3p/nix/libutil): Replace hasPrefix/Suffix with Abseil
Vincent Ambo
10
-24
/
+38
2020-05-25
r/844
fix(3p/nix/libstore): Fix error condition when parsing generations
Vincent Ambo
1
-1
/
+1
2020-05-25
r/843
refactor(3p/nix/libutil): Replace string2Int & trim functions
Vincent Ambo
9
-32
/
+54
2020-05-24
r/842
chore(3p/nix/libstore): Remove progress bar remnants from download
Vincent Ambo
1
-19
/
+0
2020-05-24
r/840
style(3p/nix): Remove 'using std::*' from types.hh
Vincent Ambo
34
-326
/
+336
2020-05-24
r/835
refactor(3p/nix/libutil): Replace chomp() with absl::strings
Vincent Ambo
5
-7
/
+16
2020-05-24
r/834
chore(3p/nix): Remove some OS X specific defines
Vincent Ambo
5
-226
/
+2
2020-05-20
r/789
refactor(3p/nix): Apply clang-tidy's performance-* fixes
Vincent Ambo
23
-76
/
+85
[next]