tildefriends/src
2023-08-20 18:25:15 +00:00
..
android Prevent the watcher's finalizer from being called before we're done with it. 2023-08-20 11:25:49 +00:00
bcrypt.js.c libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +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 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
database.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
file.js.c Minor cleanup. Missing traces. 2023-07-20 02:20:38 +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 Fix a crash on android three different ways? 2023-08-05 03:10:24 +00:00
mem.c libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
mem.h Brute force memory tracking. 2023-02-18 21:00:39 +00:00
packetstream.c libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +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 Continue trying to make the android build smaller. 2023-03-20 00:29:46 +00:00
serialize.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
socket.js.c Listening on IPv6 + IPv4 by default. 2023-07-16 14:04:45 +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 Try to respond to tunnel errors I'm seeing instead of forwarding them over the tunnel, which obviously won't work. Allow creating multiple connections to the same ID if it's for the sake of a tunnel. I think this explains timeouts I'm seeing with tunnels. More error handling, too. C'mon, fix tunnels. 2023-08-20 18:25:15 +00:00
ssb.connections.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.connections.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
ssb.db.c Calculate thread busyness as the current concurrent running threads vs. the max number of threads ever seen running concurrently. 2023-08-17 00:01:59 +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 Calculate thread busyness as the current concurrent running threads vs. the max number of threads ever seen running concurrently. 2023-08-17 00:01:59 +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 Calculate thread busyness as the current concurrent running threads vs. the max number of threads ever seen running concurrently. 2023-08-17 00:01:59 +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 Try to respond to tunnel errors I'm seeing instead of forwarding them over the tunnel, which obviously won't work. Allow creating multiple connections to the same ID if it's for the sake of a tunnel. I think this explains timeouts I'm seeing with tunnels. More error handling, too. C'mon, fix tunnels. 2023-08-20 18:25:15 +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 Fixed multiple trace problems. 2023-07-20 05:06:15 +00:00
ssb.tests.h Start of a benchmark. 2022-12-12 03:11:32 +00:00
task.c Calculate thread busyness as the current concurrent running threads vs. the max number of threads ever seen running concurrently. 2023-08-17 00:01:59 +00:00
task.h Implement enough of the File JS API to serve some web pages. 2023-03-09 01:03:35 +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 Clean up some test cruft. 2023-08-04 23:44:48 +00:00
tests.h Add some test infrastructure. 2021-09-06 18:23:22 +00:00
tls.c Brushing off enough dust to be able to initiate HTTP requests from the server. 2023-07-15 01:48:36 +00:00
tls.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
tlscontext.js.c Use a custom allocator for everything. 2022-06-04 17:04:51 +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 Fixed multiple trace problems. 2023-07-20 05:06:15 +00:00
trace.h Add process name to trace. 2023-02-01 23:20:16 +00:00
util.js.c Use picohttpparser for responses, too. 2023-07-23 01:12:11 +00:00
util.js.h Fixed multiple trace problems. 2023-07-20 05:06:15 +00:00
version.h speedscope 1.16.0. 2023-07-27 00:42:51 +00:00