tildefriends/src
2022-01-29 19:00:44 +00:00
..
bcrypt.js.c Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
bcrypt.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
database.js.c Fix some things that GCC 10 doesn't like on raspi. 2021-12-17 23:58:59 +00:00
database.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
file.js.c Always fetch the promise JSValue and ID when we allocate one. Make it impossible that we've freed it before we return it. Hopefully fixes leaks. Definitely not worse for performance. 2022-01-14 03:05:37 +00:00
file.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
main.c Allow exporting from a non-default db location. I'm running over NFS on this instance. 2022-01-23 19:14:43 +00:00
packetstream.c Child processes send trace information back to the parent. Also fixed weird double-activation of children. 2022-01-02 18:17:58 +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 Fixed loads of memory leaks and related issues. 2022-01-22 18:50:29 +00:00
serialize.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
socket.js.c Needs more work, but several experiments that make things more responsive under load. 2022-01-22 20:13:14 +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 Trying to sort out connection cleanup. 2022-01-26 01:15:04 +00:00
ssb.connections.c Minor cleanups. 2021-10-24 19:23:21 +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 These indexes weren't helping in practice, so remove them. Avoid some queries during a full refresh to load in maybe 1/3rd the time. 2022-01-29 19:00:44 +00:00
ssb.db.h Rename the DB things. 2021-08-22 19:41:27 +00:00
ssb.export.c Fixed loads of memory leaks and related issues. 2022-01-22 18:50:29 +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 Still not syncing with the other clients I want but fighting to try to get it. 2021-12-22 19:57:34 +00:00
ssb.import.c Make the 'apps' app list core apps, and populate apps lists when importing. 2022-01-26 02:49:45 +00:00
ssb.import.h Trying to get organized. Move things db, import, and export out of ssb.c. 2021-08-22 19:34:28 +00:00
ssb.js.c Needs more work, but several experiments that make things more responsive under load. 2022-01-22 20:13:14 +00:00
ssb.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
ssb.tests.c More bugs. 2022-01-22 20:47:10 +00:00
ssb.tests.h Add some test infrastructure. 2021-09-06 18:23:22 +00:00
task.c More bugs. 2022-01-22 20:47:10 +00:00
task.h Needs more work, but several experiments that make things more responsive under load. 2022-01-22 20:13:14 +00:00
taskstub.js.c Needs more work, but several experiments that make things more responsive under load. 2022-01-22 20:13:14 +00:00
taskstub.js.h Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +00:00
tests.c Make all of the File.* operations async. 2021-10-28 00:53:16 +00:00
tests.h Add some test infrastructure. 2021-09-06 18:23:22 +00:00
tls.c I just decided. Braces on their own lines. 2021-10-10 21:51:38 +00:00
tls.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
tlscontext.js.c Move all JS interface things into .js.c files with _register() functions. 2021-10-24 15:46:30 +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 Child processes send trace information back to the parent. Also fixed weird double-activation of children. 2022-01-02 18:17:58 +00:00
trace.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
util.js.c Wow, load was slow because websocket sends were slow, because TextEcoder was slow. Do it in C. 2022-01-27 01:15:54 +00:00
util.js.h Whoops. Compile fixes. 2021-12-27 22:00:37 +00:00