Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-03-19 20:52:17 -04:00
1ee1107c93 update: w3.css 5.0.1.
cory pushed to main at cory/tildefriends 2025-03-19 20:31:46 -04:00
cf90533b6c ssb: Make these queries match the index more pedandically, if only for consistency.
cory pushed to main at cory/tildefriends 2025-03-19 19:11:42 -04:00
f0211f621e ssb: That's just a weird formulation of this query. I saw it in a profile.
d9693af89b build: Some prep for v0.0.29.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-03-19 07:47:12 -04:00
13722232fb ssb: Don't let GC saturate the main thread during replication.
cory pushed to main at cory/tildefriends 2025-03-19 06:46:44 -04:00
0bcb033349 ssb: This seems like it would explain replication stalls.
cory pushed to main at cory/tildefriends 2025-03-18 12:49:51 -04:00
e92c439724 ssb: Commit messages in transactions for performance.
cory pushed to main at cory/tildefriends 2025-03-17 21:13:25 -04:00
7f34b585d3 ssb: Don't count messages we're not intending to replicate toward progress.
cory pushed to main at cory/tildefriends 2025-03-17 20:49:57 -04:00
d7e9fd918a ssb: Idea: ebt clocks shouldn't go backward.
cory pushed to main at cory/tildefriends 2025-03-17 12:29:34 -04:00
9899c0c5e2 ssb: Try to keep these stats from going negative.
c50de0b0f0 ssb: Testing a theory that message sends are piling up.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-03-16 22:04:09 -04:00
bb7d2d7ae0 ssb: Update ebt received value on the fly.
cory pushed to main at cory/tildefriends 2025-03-16 19:30:44 -04:00
862d172ca8 ssb: Pub blobs in the idle queue, too. I'm confused why things aren't moving like I'd expect. This seems more fair.
cory pushed to main at cory/tildefriends 2025-03-16 12:45:57 -04:00
3671051d0e cli: Show usage and error on unexpected arguments.
cory pushed to main at cory/tildefriends 2025-03-16 11:52:15 -04:00
223e20cbbc ssb: Fix the tests.
cory pushed to main at cory/tildefriends 2025-03-16 11:39:32 -04:00
9af4312561 ssb: Attempt to show EBT replication progress in the connections tab, mainly to help track down bugs, which there are.
cory commented on issue cory/tildefriends#114 2025-03-15 13:55:30 -04:00
"make debug" runs into a "analyzer-deref-before-check" -error

The best I have around is gcc 14.2.0, and I couldn't repro this with that, but I made a speculative fix. Thanks.

cory closed issue cory/tildefriends#114 2025-03-15 13:55:30 -04:00
"make debug" runs into a "analyzer-deref-before-check" -error
cory pushed to main at cory/tildefriends 2025-03-15 13:46:34 -04:00
934e40240e build: Fix some haiku make warnings.
cory pushed to main at cory/tildefriends 2025-03-15 13:44:04 -04:00
edb1980387 ssb: Address a -fanalyze issue. #114
cory pushed to main at cory/tildefriends 2025-03-12 20:49:53 -04:00
bb7b04013f ssb: Resolve a DB-related naming collision I caused better.
cory pushed to main at cory/tildefriends 2025-03-12 20:23:41 -04:00
26a3007268 http: We can bind to localhost if we do it right, apparently.