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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-06
r/1768
revert(tvix): "Disable sandboxing by default until its time comes"
Griffin Smith
1
-8
/
+15
2020-09-06
r/1767
feat(tvix): Write even more build logs to client
Griffin Smith
1
-89
/
+84
2020-09-01
r/1758
refactor(tvix): Remove default buildMode arguments from libstore
Griffin Smith
1
-4
/
+4
2020-09-01
r/1757
feat(tvix): Print "Tvix" in the version string
Griffin Smith
1
-1
/
+1
2020-09-01
r/1756
refactor(tvix): getEnv(): Return std::optional
Eelco Dolstra
17
-66
/
+66
2020-09-01
r/1755
feat(tvix): Support systemd socket activation
Griffin Smith
3
-14
/
+85
2020-09-01
r/1754
feat(tvix): Expose depot in the test vm
Griffin Smith
1
-0
/
+4
2020-08-31
r/1745
chore(tvix): Add riking to owners
Griffin Smith
1
-0
/
+1
2020-08-31
r/1744
refactor(tvix): Drop meson.build files
Griffin Smith
6
-157
/
+0
2020-08-30
r/1740
fix(tvix): localstatedir should be /nix/var
Griffin Smith
1
-1
/
+1
2020-08-30
r/1739
feat(tvix): Install profile scripts into the output
Griffin Smith
1
-0
/
+6
2020-08-29
r/1736
fix(tvix): Chunk the AddTextToStore request
Griffin Smith
3
-16
/
+65
2020-08-29
r/1735
feat(tvix): Add scripts for local nix daemon testing
Griffin Smith
5
-0
/
+105
2020-08-28
r/1728
revert(glittershark): "Temporarily skip grfn's subtree"
Griffin Smith
2
-0
/
+28
2020-08-28
r/1727
fix(tvix): Pass all args when auto-calling a function with an ellipsis
Griffin Smith
2
-9
/
+21
2020-08-28
r/1726
refactor(tvix): Clean up MixEvalArgs internals
Griffin Smith
2
-13
/
+23
2020-08-26
r/1722
fix(3p/haskell_overlay): Fix imports and remove unused file
Vincent Ambo
2
-50
/
+1
2020-08-26
r/1721
chore: Add meta.ci=false to various broken projects
Vincent Ambo
3
-0
/
+7
2020-08-26
r/1717
chore(third_party): Skip subtrees of large external projects
Vincent Ambo
3
-0
/
+3
2020-08-23
r/1704
refactor(tvix/libutil): Mark single-argument constructors explicit
Vincent Ambo
34
-274
/
+311
2020-08-21
r/1703
style(tvix): Add missing braces in expressions
Vincent Ambo
16
-72
/
+132
2020-08-21
r/1702
style(tvix): Replace remaining typedefs with using statements
Vincent Ambo
16
-45
/
+48
2020-08-21
r/1699
fix(tvix): Add newlines to build logs
Vincent Ambo
1
-2
/
+2
2020-08-21
r/1698
refactor(tvix): Replace several DiscardLogsSink() with std::cerr
Vincent Ambo
7
-24
/
+15
2020-08-21
r/1697
feat(tvix): Write build logs into the build log sink
Vincent Ambo
1
-3
/
+4
2020-08-21
r/1696
chore(tvix): Thread std::ostream through builder goals
Vincent Ambo
1
-42
/
+66
2020-08-21
r/1695
chore(tvix): Add TODO comment for std::ostream in buildDerivation
Vincent Ambo
1
-0
/
+1
2020-08-21
r/1694
style(tvix): Move a comment to fix a formatting issue
Vincent Ambo
1
-4
/
+3
2020-08-20
r/1689
chore(tvix): Thread a std::ostream through Store::buildPaths
Vincent Ambo
15
-43
/
+63
2020-08-20
r/1688
style(tvix): typedef -> using in build.cc/store-api.hh
Vincent Ambo
2
-18
/
+17
2020-08-20
r/1687
refactor(tvix): Remove some default values from virtual methods
Vincent Ambo
2
-6
/
+18
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
5
-25
/
+92
2020-08-20
r/1684
feat(tvix): Add a no-op stream buffer for discarding build logs
Vincent Ambo
2
-0
/
+19
2020-08-19
r/1682
chore(3p/loxy): add OWNERS
edef
1
-0
/
+3
2020-08-19
r/1681
feat(tools/tvlc): init project
Kane York
1
-0
/
+1
2020-08-18
r/1676
revert(3p/loxy): Add link to source repository
kanepyork
1
-1
/
+0
2020-08-18
r/1675
chore(3p/emacs): Enable cairo for Emacs 27.1
Vincent Ambo
1
-1
/
+4
2020-08-18
r/1674
fix(tvix/config): properly handle nonexistent config files
Kane York
1
-2
/
+7
2020-08-18
r/1673
feat(tvix): Re-enable language tests that needed a store
Kane York
14
-9
/
+59
2020-08-18
r/1672
chore(tvix/tests): port upstream add.sh test
Kane York
1
-0
/
+30
2020-08-18
r/1671
chore(tvix/tests): Add OpenTemporaryStore() helper
Kane York
2
-7
/
+74
2020-08-17
r/1665
chore(3p): Provide Emacs 27.1
Vincent Ambo
1
-0
/
+9
2020-08-17
r/1662
chore(3p): Bump nixos-unstable channel
Vincent Ambo
2
-3
/
+5
2020-08-17
r/1659
chore(3p/loxy): Add link to source repository
Vincent Ambo
1
-0
/
+1
2020-08-17
r/1658
refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr
Kane York
22
-103
/
+125
2020-08-17
r/1657
refactor(tvix): add explicit copy/move constructors for Value
Kane York
3
-0
/
+129
2020-08-15
r/1656
chore(3p): Remove telega derivation
Vincent Ambo
1
-22
/
+0
2020-08-15
r/1655
fix(tvix): Ensure prim_sort actually uses the right outlist
Vincent Ambo
2
-4
/
+5
2020-08-15
r/1654
feat(tvix/tests): add gtest matchers for absl::Status
Kane York
1
-0
/
+83
[next]