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
/
nix-daemon
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
r/1689
chore(tvix): Thread a std::ostream through Store::buildPaths
Vincent Ambo
1
-2
/
+5
2020-08-20
r/1686
feat(tvix): Implement std::streambuf for a build log -> gRPC sink
Griffin Smith
1
-0
/
+18
2020-08-20
r/1685
feat(tvix): Introduce build event streams in worker protocol
Vincent Ambo
1
-8
/
+15
2020-08-14
r/1649
refactor(tvix): Make Store::buildPaths return a Status
Griffin Smith
1
-3
/
+3
2020-08-10
r/1631
fix(tvix): Print invalid store path when encountered
Vincent Ambo
1
-3
/
+2
2020-08-09
r/1622
feat(tvix): Implement all remaining RPC calls
Griffin Smith
1
-0
/
+13
2020-08-08
r/1619
chore(3p/nix): apply google-readability-casting
Kane York
1
-1
/
+1
2020-08-08
r/1618
fix(tvix): Wrap remaining RPCs in HandleExceptions
Griffin Smith
1
-21
/
+29
2020-08-08
r/1615
feat(tvix): Implement AddToStoreNar
Griffin Smith
1
-7
/
+79
2020-08-06
r/1613
fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit
Kane York
1
-1
/
+2
2020-08-05
r/1600
feat(3p/nix): Implement FindRoots, CollectGarbage
Griffin Smith
1
-0
/
+55
2020-08-05
r/1594
feat(3p/nix): Implement AddToStore rpc client
Griffin Smith
1
-1
/
+1
2020-08-04
r/1583
feat(tvix): Implement AddIndirectRoot, SyncWithGC
Griffin Smith
1
-0
/
+25
2020-08-04
r/1573
feat(3p/nix/daemon): catch-all explicit Error-Status conversion
Kane York
1
-230
/
+318
2020-08-03
r/1572
fix(3p/nix): Initialise glog when starting nix-daemon
Vincent Ambo
1
-0
/
+3
2020-08-03
r/1570
chore(3p/nix/daemon): replace all assertStorePath with a macro
Kane York
1
-14
/
+20
2020-08-03
r/1569
refactor(3p/nix): Build nix-daemon as a separate binary
Vincent Ambo
2
-31
/
+45
2020-08-03
r/1568
chore(3p/nix): Move legacy Nix daemon implementation
Vincent Ambo
1
-0
/
+6
2020-08-03
r/1567
feat(3p/nix): Implement two more RPC calls
Griffin Smith
1
-1
/
+35
2020-08-01
r/1534
fix(3p/nix): revert "apply all clang-tidy fixes"
Kane York
2
-33
/
+30
2020-08-01
r/1529
feat(3p/nix): Implement a few more RPC calls
Griffin Smith
1
-0
/
+25
2020-08-01
r/1519
feat(3p/nix): Implement AddToStore proto handler
Griffin Smith
2
-4
/
+113
2020-07-27
r/1495
fix(3p/nix): apply all clang-tidy fixes
Kane York
2
-30
/
+33
2020-07-25
r/1472
feat(3p/nix): Add main function for grpc daemon
Griffin Smith
3
-8
/
+149
2020-07-24
r/1457
fix(3p/nix): do not call vfork
Kane York
1
-1
/
+0
2020-07-23
r/1437
fix(3p/nix): remove usage of strcpy
Kane York
1
-4
/
+4
2020-07-20
r/1409
feat(3p/nix/nix-daemon): add factory function for WorkerServiceImpl
Griffin Smith
2
-0
/
+20
2020-07-20
r/1408
chore(3p/nix): Remove support for plugins
Griffin Smith
1
-2
/
+0
2020-07-18
r/1384
fix(3p/nix/nix-daemon): Add assertStorePath to all proto impls
Griffin Smith
1
-0
/
+7
2020-07-18
r/1383
feat(3p/nix/nix-daemon): Implement Worker::AddSignatures handler
Griffin Smith
1
-0
/
+14
2020-07-18
r/1382
feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler
Griffin Smith
1
-0
/
+23
2020-07-17
r/1361
feat(3p/nix/nix-daemon): Implement Worker::VerifyStore handler
Griffin Smith
1
-0
/
+11
2020-07-17
r/1360
feat(3p/nix/nix-daemon): Implement Worker::OptimiseStore handler
Griffin Smith
1
-0
/
+9
2020-07-17
r/1359
feat(3p/nix/nix-daemon): Implement Worker::QuerySubstitutablePaths handler
Griffin Smith
1
-0
/
+17
2020-07-17
r/1358
feat(3p/nix/nix-daemon): Implement Worker::QueryValidPaths handler
Griffin Smith
1
-0
/
+17
2020-07-17
r/1357
feat(3p/nix/nix-daemon): Implement Worker::QueryPathFromHashPart
Griffin Smith
1
-0
/
+9
2020-07-17
r/1356
feat(3p/nix/nix-daemon): Implement Worker::QueryDerivationOutputNames handler
Griffin Smith
1
-0
/
+13
2020-07-17
r/1355
feat(3p/nix/nix-daemon): Implement Worker::QueryPathInfo handler
Griffin Smith
1
-0
/
+40
2020-07-17
r/1350
chore(3p/nix/proto): Fix style violations in new proto defs
Kane York
1
-2
/
+2
2020-07-16
r/1342
feat(3p/nix/nix-daemon): Implement Worker::QueryAllValidPaths handler
Griffin Smith
1
-1
/
+13
2020-07-16
r/1341
feat(3p/nix/nix-daemon): Implement Worker::QueryMissing handler
Griffin Smith
1
-0
/
+30
2020-07-16
r/1340
feat(3p/nix): Implement similar group of Worker::Query* handlers
Vincent Ambo
1
-2
/
+47
2020-07-16
r/1339
feat(3p/nix/nix-daemon): Implement Worker::HasSubstitutes handler
Vincent Ambo
1
-0
/
+10
2020-07-16
r/1338
feat(3p/nix/nix-daemon): Implement Worker::IsValidPath handler
Vincent Ambo
1
-0
/
+29
2020-07-16
r/1329
feat(3p/nix): Add OptimiseStore
Griffin Smith
1
-1
/
+2
2020-07-13
r/1278
refactor(3p/nix/libexpr): Make nix::AttrName a std::variant
Vincent Ambo
1
-1
/
+1
2020-07-05
r/1217
chore(3p/nix/libstore): Link to nixproto library
Vincent Ambo
1
-0
/
+1
2020-05-27
r/865
refactor(3p/nix): Anchor local includes at src/
Vincent Ambo
1
-12
/
+12
2020-05-25
r/846
refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
Vincent Ambo
1
-1
/
+1
2020-05-24
r/840
style(3p/nix): Remove 'using std::*' from types.hh
Vincent Ambo
1
-16
/
+18
[next]