Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-03-25 19:12:25 -04:00
805a1adb86 update: CodeMirror.
9bbc0b55be core: Address a handful of issues that contribute to a slow initial load on mobile. One of the improvements is making deleting feeds and blobs serial so that they don't saturate our worker threads. Also add some performance logging.
77b48a2f3d build: Update nix. Start 0.2026.4-wip. Bump some Xcode numbers whynot.
Compare 3 commits »
cory pushed tag latest_release to cory/tildefriends 2026-03-25 17:58:01 -04:00
cory pushed tag v0.2026.3 to cory/tildefriends 2026-03-25 17:57:59 -04:00
cory pushed to main at cory/tildefriends 2026-03-25 17:57:38 -04:00
9218bb6faa build: Let's build 0.2026.3.
cory pushed to main at cory/tildefriends 2026-03-23 22:13:55 -04:00
801d08f6ad android: Don't use the server thread. It's crashing on me, similar to the stack overflow.
984923c23e android: Don't strip executbales for the unsigned non-shipping .apk files.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-23 21:58:03 -04:00
75da9bf069 ssb: An index on blob length to make responding to blob requests much faster.
cory pushed to main at cory/tildefriends 2026-03-23 12:36:56 -04:00
a69056178f build: We don't need to reserve stack on the main thread, now.
cory pushed to main at cory/tildefriends 2026-03-22 23:02:29 -04:00
9a67611ca0 core: Some minor performance improvements, and make deleting blobs work at the rate intended.
cory pushed to main at cory/tildefriends 2026-03-22 21:00:12 -04:00
d5dd71a453 core: Remove or use some unused code.
cory pushed to main at cory/tildefriends 2026-03-22 20:05:36 -04:00
99c29d81fe format.
cory pushed to main at cory/tildefriends 2026-03-22 19:27:40 -04:00
b07b8f7428 core: Create our own thread so we can specify the stack size. The AppImage seems to run main with a tiny stack.
c2f6ba3d11 build: -fPIE, and fix fighting between the two appimage builds.
b862cbea7f ssb: Fix a shutdown issue.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2026-03-22 16:37:08 -04:00
5af65b37e7 ios: Use some less-deprecated methods. I hope this works.
cory pushed to main at cory/tildefriends 2026-03-22 15:47:21 -04:00
8c02eb7fa6 build: Oops, keep the existing LDFLAGS as before.
cory pushed to main at cory/tildefriends 2026-03-22 15:40:50 -04:00
be4ed165b7 build: Moar stack seems to fix my backtrace issue. Also, enable -fstack-protector-strong.
cory pushed to main at cory/tildefriends 2026-03-22 10:23:13 -04:00
dc83ce9bc1 update: CodeMirror.
607b5e5661 docs: Prepare some release notes.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-21 22:48:20 -04:00
b709e42725 core: Fix a new clang warning.
cory pushed to main at cory/tildefriends 2026-03-21 13:40:37 -04:00
bedc900cc2 ssb: Fix an error viewing profiles with no messages.
882de99b0d ssb: Allow viewing message revision history.
0193d87d3b ssb: Add a message about posting edits, and allow editing contentWarning and channel.
c22496999a android: Add a null check for this crash:
ab766f8fc0 ssb: Implement the beginnings of post-edit.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2026-03-20 22:07:47 -04:00
711c5f3da8 ssb: Track tunneled connections so they don't wander in the connections list when the parent connection is closed.
cory pushed to main at cory/tildefriends 2026-03-17 21:42:27 -04:00
14cd55f761 cleanup: Remove junk perf files I didn't mean to submit.
cory pushed to main at cory/tildefriends 2026-03-17 12:46:04 -04:00
0560f9e44c core: Allow importing tfrpc.js from /static/tfrpc.js on both client and server. Why didn't I do this originally?