tildefriends/src
2022-04-18 00:24:00 +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 Added a database exchange operation, and some context when uploading a file. 2022-04-14 23:47:06 +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 Fix one possible but not actually relevant leak around files, and remove an unused value from promises. 2022-03-07 21:57:52 +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 index => ssb 2022-02-27 02:30:11 +00:00
packetstream.c Reduce packetstream allocation frequency. 2022-02-06 00:46:34 +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 Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +00:00
serialize.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
socket.js.c Fix socket leaks. 2022-02-05 17:06:51 +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 Some possible leaks? 2022-02-27 19:38:48 +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 Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +00:00
ssb.db.h Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +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 Message IDs are apparently generated from the latin1 encoding of a message. Added a command to check/fix that. 2022-02-10 03:58:33 +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 Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +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 Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +00:00
task.h Send prints to the browser console. Obvious in retrospect. 2022-02-13 22:39:22 +00:00
taskstub.js.c Whoa. There's a leak. 2022-03-08 02:33:32 +00:00
taskstub.js.h Send prints to the browser console. Obvious in retrospect. 2022-02-13 22:39:22 +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 Made sure that SQL errors make it to the client. 2022-04-18 00:24:00 +00:00
util.js.h Whoops. Compile fixes. 2021-12-27 22:00:37 +00:00