.. |
android
|
Actually bind to whichever port.
|
2023-03-20 00:24:47 +00:00 |
bcrypt.js.c
|
Trying mostly ineffectively to make android executables smaller.
|
2023-03-19 20:25:50 +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
|
Fixed apps not working most of the time. Ultimately, storing a pointer to the database using JS_NewInt64 was lossy and a bad idea. Also, remove use of JNI since we're only starting tildefriends as its own process now.
|
2023-03-11 13:57:17 +00:00 |
database.js.h
|
Fixed apps not working most of the time. Ultimately, storing a pointer to the database using JS_NewInt64 was lossy and a bad idea. Also, remove use of JNI since we're only starting tildefriends as its own process now.
|
2023-03-11 13:57:17 +00:00 |
file.js.c
|
Implement enough of the File JS API to serve some web pages.
|
2023-03-09 01:03:35 +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 |
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
|
Missing icon.
|
2023-03-25 14:33:52 +00:00 |
mem.c
|
Whoops, overallocated.
|
2023-02-20 02:42:11 +00:00 |
mem.h
|
Brute force memory tracking.
|
2023-02-18 21:00:39 +00:00 |
packetstream.c
|
Use a custom allocator for everything.
|
2022-06-04 17:04: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
|
Continue trying to make the android build smaller.
|
2023-03-20 00:29:46 +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
|
Fix executable choosing for my phone, and fix broadcasting to each interface.
|
2023-03-18 01:26:34 +00:00 |
ssb.connections.c
|
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 |
ssb.connections.h
|
Merge branches/quickjs to trunk. This is the way.
|
2021-01-02 18:10:00 +00:00 |
ssb.db.c
|
Whitespace.
|
2023-03-17 22:57:18 +00:00 |
ssb.db.h
|
sqlite thread safety and extended result codes, mainly.
|
2023-02-17 22:43:19 +00:00 |
ssb.export.c
|
Extra /.
|
2023-03-22 01:21:22 +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
|
Attempt to track CPU usage of libuv worker threads.
|
2023-03-01 01:36:26 +00:00 |
ssb.import.c
|
Fixed apps not working most of the time. Ultimately, storing a pointer to the database using JS_NewInt64 was lossy and a bad idea. Also, remove use of JNI since we're only starting tildefriends as its own process now.
|
2023-03-11 13:57:17 +00:00 |
ssb.import.h
|
Import stock apps from the apk.
|
2023-03-09 01:39:48 +00:00 |
ssb.js.c
|
Continue trying to make the android build smaller.
|
2023-03-20 00:29:46 +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.rpc.c
|
Make a JNI call.
|
2023-03-05 02:54:04 +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
|
Continue trying to make the android build smaller.
|
2023-03-20 00:29:46 +00:00 |
ssb.tests.h
|
Start of a benchmark.
|
2022-12-12 03:11:32 +00:00 |
task.c
|
Continue trying to make the android build smaller.
|
2023-03-20 00:29:46 +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
|
Send prints to the browser console. Obvious in retrospect.
|
2022-02-13 22:39:22 +00:00 |
tests.c
|
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 |
tests.h
|
Add some test infrastructure.
|
2021-09-06 18:23:22 +00:00 |
tls.c
|
Add prebuild OpenSSL, and remove SCHANNEL code and whatever it was on MacOS. Build mingw for 64-bit.
|
2022-12-29 23:55:49 +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
|
Make traces work with multiple threads, I think.
|
2023-02-18 00:51:22 +00:00 |
trace.h
|
Add process name to trace.
|
2023-02-01 23:20:16 +00:00 |
util.js.c
|
Hook up backtraces on android.
|
2023-03-29 22:25:17 +00:00 |
util.js.h
|
Brute force memory tracking.
|
2023-02-18 21:00:39 +00:00 |