Cory McWilliams cory
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?
cory pushed to main at cory/tildefriends 2026-03-15 22:34:43 -04:00
de9821e019 core: Avoid som sprintf in a hot loop.
cory pushed to main at cory/tildefriends 2026-03-15 16:22:59 -04:00
2b60f80f90 ssb: Sort refs by timestamp, too.
cory pushed to main at cory/tildefriends 2026-03-15 13:30:45 -04:00
6afa88acfa core: Remove an old no-longer-supported http redirect option.
7a6094fbd9 core: Remove the JS tildefriends.registerImports().
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-03-15 12:30:05 -04:00
078b17bc58 core: Remove File.readFile JS API. It's no longer relevant.
4e51d4dc9b test: var => let.
45d1d3e3ef client: Inconsistent title caps.
Compare 3 commits »