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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
r/8136
feat(users/Profpatsch/MonadPostgres): time formatting with event
Profpatsch
1
-3
/
+40
2024-05-13
r/8135
feat(users/Profpatsch/whatcd-resolver): use PgFormatPool
Profpatsch
3
-50
/
+50
2024-05-13
r/8134
feat(users/Profpatsch/MonadPostgres): add PgFormatPool
Profpatsch
1
-19
/
+127
2024-05-13
r/8133
fix(users/Profpatsch/MonadPostgres): make sure no rc file is used
Profpatsch
1
-1
/
+3
2024-05-13
r/8132
refactor(users/Profpatsch/MonadPostgres): rephrase maybe match
Profpatsch
1
-4
/
+3
2024-05-13
r/8131
feat(users/Profpatsch/whatcd-resolver): allow listing only download
Profpatsch
2
-6
/
+9
2024-05-13
r/8130
refactor(users/Profpatsch/whatcd-resolver): artistPage hander fn
Profpatsch
1
-1
/
+8
2024-05-13
r/8129
feat(users/Profpatsch/whatcd-resolver): trivial artist page
Profpatsch
1
-1
/
+16
2024-05-13
r/8128
fix(users/Profpatsch/whatcd-resolver): only prepend log path
Profpatsch
1
-2
/
+2
2024-05-13
r/8127
refactor(users/Profpatsch/whatcd-resolver): inline hh
Profpatsch
1
-17
/
+15
2024-05-13
r/8126
refactor(users/Profpatsch/whatcd-resolver): inline h
Profpatsch
1
-3
/
+2
2024-05-13
r/8125
refactor(users/Profpatsch/whatcd-resolver): fix respond warning
Profpatsch
1
-3
/
+3
2024-05-13
r/8124
refactor(users/Profpatsch/whatcd-resolver): remove all debug
Profpatsch
1
-4
/
+1
2024-05-13
r/8123
fix(users/Profpatsch/whatcd-resolver): comment out jsonld
Profpatsch
1
-8
/
+6
2024-05-13
r/8122
refactor(users/Profpatsch/whatcd-resolver): handler response struct
Profpatsch
1
-12
/
+18
2024-05-13
r/8121
fix(users/Profpatsch/MonadPostgres): fix query logging msg
Profpatsch
1
-3
/
+3
2024-05-13
r/8120
fix(users/Profpatsch/whatcd-resolver): always use good html renderer
Profpatsch
1
-6
/
+1
2024-05-13
r/8119
fix(users/Profpatsch/whatcd-resolver): prepend / for route logging
Profpatsch
1
-2
/
+2
2024-05-13
r/8118
fix(users/Profpatsch/whatcd-resolver): use threaded runtime (again?)
Profpatsch
1
-0
/
+4
2024-05-12
r/8117
feat(tvix/store/pathinfo/*): add more instrumentation
Florian Klink
6
-11
/
+20
2024-05-12
r/8116
chore(users/flokli/kb/dilemma): bump qmk to latest releasewt
Florian Klink
1
-2
/
+2
2024-05-11
r/8115
refactor(tvix/castore/error): drop From<PoisonError<T>> for Error
Florian Klink
1
-7
/
+0
2024-05-11
r/8114
refactor(tvix/castore/directoryservice/memory): use tokio RwLock
Florian Klink
1
-3
/
+4
2024-05-11
r/8113
refactor(tvix/castore/blobservice/memory): use parking_lot RwLock
Florian Klink
5
-31
/
+27
2024-05-11
r/8112
refactor(tvix/store/pathinfo/memory): tokio RwLock, improve list()
Florian Klink
1
-14
/
+14
2024-05-11
r/8111
docs(tvix/docs): async nar reader is done
Florian Klink
1
-4
/
+1
2024-05-11
r/8110
docs(tvix/todo): add section on [ca]store errors
Florian Klink
1
-0
/
+7
2024-05-11
r/8109
docs(tvix/todo): update test suite section
Florian Klink
1
-4
/
+13
2024-05-11
r/8108
chore(tvix/narinfo2parquet): bump dependencies
Florian Klink
2
-27
/
+135
2024-05-11
r/8107
chore(tvix): update dependencies
Florian Klink
2
-57
/
+57
2024-05-11
r/8106
feat(tvix/store): add LruPathInfoService
Florian Klink
5
-1
/
+341
2024-05-11
r/8105
refactor(tvix/store/pathinfo/sled): drop {blob,directory}_service
Florian Klink
2
-31
/
+10
2024-05-11
r/8104
refactor(tvix/store/pathinfo/memory): drop {blob,directory}_service
Florian Klink
3
-26
/
+6
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
20
-187
/
+241
2024-05-11
r/8102
fix(tvix/store/pathinfo/sled): use spawn_blocking
Florian Klink
1
-22
/
+45
2024-05-11
r/8101
fix(tvix/castore/directory/sled): use spawn_blocking
Florian Klink
1
-39
/
+60
2024-05-11
r/8100
chore(tvix/castore/blob): remove sled implementation
Florian Klink
5
-202
/
+3
2024-05-11
r/8099
refactor(tvix/store/pathinfo/grpc): simplify pingpong
Florian Klink
2
-76
/
+7
2024-05-11
r/8098
fix(users/flokli/keyboards/*): fix flash command
Florian Klink
2
-16
/
+20
2024-05-11
r/8097
feat(users/amjoseph): init
Adam Joseph
2
-0
/
+25
2024-05-09
r/8096
feat(tvix/cli): Use the same TvixStoreIO for the full runtime
Aspen Smith
1
-16
/
+26
2024-05-08
r/8095
refactor(nix-compat/nar/reader): reuse prev_name allocation
edef
8
-50
/
+73
2024-05-08
r/8094
feat(nix-compat/wire/bytes): read bytes into an existing buffer
edef
1
-1
/
+60
2024-05-08
r/8093
feat(tools/when): support more timestamps with better merging logic
Vincent Ambo
1
-15
/
+72
2024-05-08
r/8092
feat(tools/when): try to parse input as one segment first
Vincent Ambo
1
-0
/
+8
2024-05-08
r/8091
feat(tazjin/nixos): install `when` everywhere
Vincent Ambo
1
-0
/
+1
2024-05-08
r/8090
feat(tools/when): simple time-conversion tool
Vincent Ambo
2
-0
/
+147
2024-05-08
r/8089
chore(tvix/tools/crunch-v2): upgrade tokio
edef
2
-5
/
+20
2024-05-08
r/8088
refactor(nix-compat/wire/bytes): style fixes
edef
1
-13
/
+10
2024-05-08
r/8087
fix(nix-compat/store_path): use Box<str>
edef
1
-8
/
+5
[next]