.. |
android
|
Special treatment to make TXT record lookup work on android.
|
2024-08-21 20:27:43 -04: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
|
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
|
2024-03-04 12:23:00 -05:00 |
bip39.c
|
Looks like I can round-trip an SSB identity, now.
|
2024-01-04 01:17:30 +00:00 |
bip39.h
|
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
|
2024-03-04 12:23:00 -05: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
|
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
|
2024-03-04 12:23:00 -05:00 |
database.js.c
|
I think this is how I lost settings.
|
2024-06-26 19:44:45 -04:00 |
database.js.h
|
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
|
2024-03-04 12:23:00 -05:00 |
file.js.c
|
Improve file errors so that it doesn't look like everything has failed when we see there's no https cert available.
|
2024-04-28 12:25:12 -04:00 |
file.js.h
|
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
|
2024-03-04 12:23:00 -05:00 |
http.c
|
Fix some sanitizer issues, and disable LTO in debug builds to save some iteration time.
|
2024-08-14 19:40:20 -04:00 |
http.h
|
Move the auth handler out of JS. #7
|
2024-03-31 16:15:50 -04:00 |
httpd.js.c
|
Add an option to disable account registation, and fix use of a JSContext from the wrong thread along the way.
|
2024-08-21 20:56:21 -04:00 |
httpd.js.h
|
More .h docs.
|
2024-03-05 12:47:58 -05:00 |
index.md
|
Add a Doxyfile and preliminary module-level docs.
|
2024-02-20 21:41:37 -05:00 |
ios.m
|
Add missing .clang-format, and fix some spaces that slipped through.
|
2024-02-17 19:22:02 +00:00 |
log.h
|
More .h docs.
|
2024-03-05 12:47:58 -05:00 |
main.c
|
Keep c-ares initialized. Fixes android, which can't just be re-initialized.
|
2024-08-22 12:43:20 -04:00 |
mem.c
|
Add missing .clang-format, and fix some spaces that slipped through.
|
2024-02-17 19:22:02 +00:00 |
mem.h
|
More .h docs.
|
2024-03-05 12:47:58 -05:00 |
packetstream.c
|
Fix -t auto.
|
2024-04-13 20:32:17 -04:00 |
packetstream.h
|
A few more .h file docs.
|
2024-03-05 21:17:20 -05: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
|
A few more .h file docs.
|
2024-03-05 21:17:20 -05:00 |
socket.js.c
|
Add missing .clang-format, and fix some spaces that slipped through.
|
2024-02-17 19:22:02 +00:00 |
socket.js.h
|
All but the two biggest .h files have docs.
|
2024-03-06 12:31:17 -05:00 |
ssb.c
|
Pass along and use the actual port we're listening on for peers.exchange.
|
2024-08-25 09:50:28 -04:00 |
ssb.connections.c
|
Fix some shutdown issues in connection tracker code.
|
2024-05-16 12:41:48 -04:00 |
ssb.connections.h
|
All but the two biggest .h files have docs.
|
2024-03-06 12:31:17 -05:00 |
ssb.db.c
|
Add an option to disable account registation, and fix use of a JSContext from the wrong thread along the way.
|
2024-08-21 20:56:21 -04:00 |
ssb.db.h
|
Add an option to disable account registation, and fix use of a JSContext from the wrong thread along the way.
|
2024-08-21 20:56:21 -04:00 |
ssb.export.c
|
Make app export append a trailing newline to the app.json files so that we match prettier.
|
2024-02-24 11:12:35 -05:00 |
ssb.export.h
|
All but the two biggest .h files have docs.
|
2024-03-06 12:31:17 -05:00 |
ssb.h
|
Pass along and use the actual port we're listening on for peers.exchange.
|
2024-08-25 09:50:28 -04:00 |
ssb.import.c
|
Fix some sanitizer issues, and disable LTO in debug builds to save some iteration time.
|
2024-08-14 19:40:20 -04:00 |
ssb.import.h
|
A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.
|
2024-03-03 18:12:44 -05:00 |
ssb.js.c
|
Fix some sanitizer issues, and disable LTO in debug builds to save some iteration time.
|
2024-08-14 19:40:20 -04:00 |
ssb.js.h
|
A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.
|
2024-03-03 18:12:44 -05:00 |
ssb.rpc.c
|
Pass along and use the actual port we're listening on for peers.exchange.
|
2024-08-25 09:50:28 -04:00 |
ssb.rpc.h
|
A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.
|
2024-03-03 18:12:44 -05:00 |
ssb.tests.c
|
Make blobs.has do its work off the main thread so it doesn't violate that assert, and make the test cover such things a bit better.
|
2024-08-21 22:55:40 -04:00 |
ssb.tests.h
|
Add the beginnings of a peers.exchange test and begin to fix fallout.
|
2024-08-15 12:48:24 -04:00 |
task.c
|
Don't rely on being idle to do anything. Fixes JS job starvation on slow machines more.
|
2024-08-21 12:53:38 -04:00 |
task.h
|
Don't rely on being idle to do anything. Fixes JS job starvation on slow machines more.
|
2024-08-21 12:53:38 -04:00 |
taskstub.js.c
|
Minor cleanup.
|
2024-07-04 13:18:23 -04:00 |
taskstub.js.h
|
More docs.
|
2024-03-01 21:18:12 -05:00 |
tests.c
|
Add the beginnings of a peers.exchange test and begin to fix fallout.
|
2024-08-15 12:48:24 -04:00 |
tests.h
|
tests.h and tlscontext.js.h docs.
|
2024-02-28 21:18:59 -05: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
|
Docs for tls.h and trace.h.
|
2024-02-28 19:12:41 -05: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
|
tests.h and tlscontext.js.h docs.
|
2024-02-28 21:18:59 -05:00 |
trace.c
|
Let trace truncate names more if it means we can generate valid JSON.
|
2024-05-08 20:56:44 -04:00 |
trace.h
|
Docs for tls.h and trace.h.
|
2024-02-28 19:12:41 -05:00 |
util.js.c
|
Don't rely on being idle to do anything. Fixes JS job starvation on slow machines more.
|
2024-08-21 12:53:38 -04:00 |
util.js.h
|
Fix a ref count mistake and add a long-overdue tf_util_print_backtrace() that helped me find it.
|
2024-06-20 19:49:21 -04:00 |
version.h
|
F-Droid looks all set for now. Let's start 0.0.22.
|
2024-08-06 12:17:26 -04:00 |