tildefriends/src
2023-12-30 20:34:35 +00:00
..
android Let's start 0.0.15. 2023-12-30 16:08:15 +00:00
ios Set the iOS app icon. 2023-10-19 19:21:13 +00:00
bcrypt.js.c Lower android min sdk version to 26, and use libuv's random code. 2023-10-22 17:26:53 +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 This is how we bind sqlite variables by index. 2023-10-24 01:27:35 +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
http.c Delete httpd.js. 2023-12-30 19:47:36 +00:00
http.h Delete httpd.js. 2023-12-30 19:47:36 +00:00
httpd.js.c Delete httpd.js. 2023-12-30 19:47:36 +00:00
httpd.js.h Add a runtime switch between httpd implementions. One of which is totally not hooked up yet. 2023-12-21 00:56:16 +00:00
ios.m Resize on rotation on iOS. 2023-10-21 18:32:23 +00:00
log.h Bring back logs on macos. 2023-10-21 02:12:27 +00:00
main.c I think the new HTTP implementation is basically working, now. 2023-12-30 18:59:02 +00:00
mem.c Builds for OpenBSD! 2023-11-08 03:36:08 +00:00
mem.h Brute force memory tracking. 2023-02-18 21:00:39 +00:00
packetstream.c Added some questionable support for running everything in one process, because iOS. 2023-10-15 17:33:36 +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 Sort of barely starting to call httpd callbacks with the new implementation. 2023-12-21 01:27:57 +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 uv_connect_t is not a handle that can be closed. Fixes a crash. 2023-12-29 18:58:58 +00:00
ssb.connections.c This is how we bind sqlite variables by index. 2023-10-24 01:27:35 +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 Fix websocket unmasking issues. Autotest works with C httpd, now. 2023-12-29 17:45:07 +00:00
ssb.db.h Reworked some following math. 2023-11-03 00:45:30 +00:00
ssb.export.c This is how we bind sqlite variables by index. 2023-10-24 01:27:35 +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 Put verbose messages on a command-line argument, finally, and format the messages a bit better. 2023-11-09 00:28:34 +00:00
ssb.import.c Builds for Haiku. 2023-10-26 02:56:33 +00:00
ssb.import.h Import stock apps from the apk. 2023-03-09 01:39:48 +00:00
ssb.js.c Missing thread busy indicator. 2023-12-30 20:34:35 +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 Exclude the sequence number from the request in the response to createHistoryStream and ebt.replicate. I believe I had done this to match a broken client when I implemented it. 2023-11-26 18:01:43 +00:00
ssb.rpc.h Make import and export commands complete reliably. 2023-11-08 23:03:21 +00:00
ssb.tests.c Compile fix. 2023-12-07 02:29:30 +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 Add a runtime switch between httpd implementions. One of which is totally not hooked up yet. 2023-12-21 00:56:16 +00:00
task.h Added some questionable support for running everything in one process, because iOS. 2023-10-15 17:33:36 +00:00
taskstub.js.c Address some lifetime issues in the single-process case. 2023-10-21 19:47:47 +00:00
taskstub.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
tests.c I think the new HTTP implementation is basically working, now. 2023-12-30 18:59:02 +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 Compile fix. 2023-12-06 00:52:47 +00:00
trace.h Add process name to trace. 2023-02-01 23:20:16 +00:00
util.js.c Sort of barely starting to call httpd callbacks with the new implementation. 2023-12-21 01:27:57 +00:00
util.js.h Fix tf_min and some crashes in trace. Wow. 2023-12-06 00:40:34 +00:00
version.h Let's start 0.0.15. 2023-12-30 16:08:15 +00:00