tildefriends/src
2024-02-17 16:36:40 +00:00
..
android Some success exporting and importing apps on android. 2024-02-07 00:05:07 +00:00
ios Set the iOS app icon. 2023-10-19 19:21:13 +00:00
bcrypt.js.c Add missing statics, and remove the 'tildefriends check' command. 2024-02-10 16:50:00 +00:00
bcrypt.js.h libuv 1.45.0, #include cleanup, probably something else. 2023-05-21 21:36:51 +00:00
bip39.c Looks like I can round-trip an SSB identity, now. 2024-01-04 01:17:30 +00:00
bip39.h Adding bip39 so I can use it to move around private keys. 2024-01-02 20:25:11 +00:00
bip39.words.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
bip39.words.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
database.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
file.js.h Serve core static files without leaving C. 2024-02-09 01:21:57 +00:00
http.c Run the selenium automation tests from C, so that they all run in once place, and because I get better errors for some reason. Fix more issues along the way. 2024-02-16 00:47:54 +00:00
http.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
httpd.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
log.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
main.c Fix fix fix tests. 2024-02-17 15:33:08 +00:00
mem.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
mem.h Brute force memory tracking. 2023-02-18 21:00:39 +00:00
packetstream.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
packetstream.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
serialize.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
serialize.h Merge branches/quickjs to trunk. This is the way. 2021-01-02 18:10:00 +00:00
socket.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 Run the selenium automation tests from C, so that they all run in once place, and because I get better errors for some reason. Fix more issues along the way. 2024-02-16 00:47:54 +00:00
ssb.connections.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
ssb.db.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
ssb.export.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
ssb.import.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
ssb.import.h Import stock apps from the apk. 2023-03-09 01:39:48 +00:00
ssb.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
ssb.rpc.h Make import and export commands complete reliably. 2023-11-08 23:03:21 +00:00
ssb.tests.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 Grarrgh. Build. 2024-02-17 16:36:40 +00:00
task.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
taskstub.js.c Fix fix fix tests. 2024-02-17 15:33:08 +00:00
taskstub.js.h Have we achieved clean shutdown? 2024-02-13 23:07:36 +00:00
tests.c Fix fix fix tests. 2024-02-17 15:33:08 +00:00
tests.h Add some test infrastructure. 2021-09-06 18:23:22 +00:00
tls.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
tls.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
tlscontext.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +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 clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
trace.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
util.js.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
util.js.h clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
version.h Working on 0.0.16 now. 2024-01-28 23:55:17 +00:00