tildefriends/src
2023-10-13 01:09:15 +00:00
..
android Show more context in the Android app when starting the server. 2023-10-10 00:46:17 +00:00
ios :O This builds an app which brings up the web site in the simulator. 2023-10-13 01:09:15 +00:00
bcrypt.js.c This builds an executable for ios. 2023-10-12 00:29:17 +00:00
bcrypt.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
database.js.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
database.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
file.js.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
file.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
log.h Replace all printfs with tf_printf, which redirects to android logging. Change into the files directory so that sqlite can do its thing. Getting closer. 2023-03-07 17:50:17 +00:00
main.c This compiles on macos for x86_64, at least. 2023-10-04 23:20:57 +00:00
mem.c Fix things building on linux again. 2023-10-04 23:38:42 +00:00
mem.h Brute force memory tracking. 2023-02-18 21:00:39 +00:00
packetstream.c Actually serialize doubles. Yikes. 2023-09-17 00:13:31 +00:00
packetstream.h Child processes send trace information back to the parent. Also fixed weird double-activation of children. 2022-01-02 18:17:58 +00:00
serialize.c Actually serialize doubles. Yikes. 2023-09-17 00:13:31 +00:00
serialize.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
socket.js.c Move the HTTP timeout into C where we can manage it better as writes are active. Fixes an accidental 45 second GET timeout from httpd.js. 2023-09-20 23:30:29 +00:00
socket.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
ssb.c A few places I missed tracking busy worker threads. 2023-10-11 16:43:48 +00:00
ssb.connections.c A few places I missed tracking busy worker threads. 2023-10-11 16:43:48 +00:00
ssb.connections.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
ssb.db.c Remove DB work from tf_ssb_notify_message_added, which runs on the main thread. 2023-10-08 13:52:49 +00:00
ssb.db.h Use the sqlite authorizer for async requests, too. 2023-08-16 22:43:08 +00:00
ssb.export.c Allow the DB writer to be used from a worker thread. Not well tested, just still trying to charge forward on moving all blocking work off the main thread. 2023-06-15 00:27:49 +00:00
ssb.export.h Trying to get organized. Move things db, import, and export out of ssb.c. 2021-08-22 19:34:28 +00:00
ssb.h Move reading settings from the database off of the main thread. It now happens periodically in a worker, which means I don't think there's anything blocking the main thread anymore. 2023-10-11 15:44:40 +00:00
ssb.import.c Allow the DB writer to be used from a worker thread. Not well tested, just still trying to charge forward on moving all blocking work off the main thread. 2023-06-15 00:27:49 +00:00
ssb.import.h Import stock apps from the apk. 2023-03-09 01:39:48 +00:00
ssb.js.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
ssb.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
ssb.rpc.c Move reading settings from the database off of the main thread. It now happens periodically in a worker, which means I don't think there's anything blocking the main thread anymore. 2023-10-11 15:44:40 +00:00
ssb.rpc.h Get my foot in the door converting ssb.js to C. 2022-11-17 01:36:24 +00:00
ssb.tests.c Move reading settings from the database off of the main thread. It now happens periodically in a worker, which means I don't think there's anything blocking the main thread anymore. 2023-10-11 15:44:40 +00:00
ssb.tests.h Try to isolate my instability with go-ssb-room. I guess I did? Haven't found a resolution. 2023-09-21 23:38:55 +00:00
task.c This compiles on macos for x86_64, at least. 2023-10-04 23:20:57 +00:00
task.h Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
taskstub.js.c Continue trying to make the android build smaller. 2023-03-20 00:29:46 +00:00
taskstub.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
tests.c This builds an executable for ios. 2023-10-12 00:29:17 +00:00
tests.h Add some test infrastructure. 2021-09-06 18:23:22 +00:00
tls.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
tls.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
tlscontext.js.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
tlscontext.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
trace.c This made 32-bit happier. 2023-09-25 16:43:56 +00:00
trace.h Add process name to trace. 2023-02-01 23:20:16 +00:00
util.js.c Some include-what-you-use progress. 2023-09-13 23:39:52 +00:00
util.js.h Fixed multiple trace problems. 2023-07-20 05:06:15 +00:00
version.h Oh yeah, we're working on 0.0.12. 2023-10-05 00:14:36 +00:00