.. |
android
|
build: Let's start work on 0.0.25.
|
2024-11-01 18:01:10 -04:00 |
ios
|
ios: Mobile provision junk.
|
2024-10-10 20:43:13 -04: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 |
com.unprompted.tildefriends.yml
|
build: flatpak filesystem access tweaks.
|
2024-10-27 14:37:37 -04:00 |
database.js.c
|
js: Fix database.getall().
|
2024-10-23 21:50:34 -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
|
http: URL pattern matcher fixes.
|
2024-11-02 20:10:55 -04:00 |
http.h
|
http: Add a more expressive but still nowhere near regex URL pattern matcher.
|
2024-11-02 19:22:04 -04:00 |
httpd.js.c
|
http: Fix some caching issues.
|
2024-11-06 12:41:54 -05: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
|
ssb: Add a publish command that can be used to publish messages from the command-line.
|
2024-10-23 15:38:07 -04:00 |
mem.c
|
format: Sort includes. Yes, please.
|
2024-10-08 12:19:44 -04: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
|
format: Sort includes. Yes, please.
|
2024-10-08 12:19:44 -04: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
|
ssb: Fix a timer leak I observed trying to wrap up 0.0.24.
|
2024-10-30 19:32:24 -04:00 |
ssb.connections.c
|
core: Testing a theory to encourage clean shutdowns.
|
2024-10-25 15:34:43 -04:00 |
ssb.connections.h
|
ssb: Beginnings of a "sync now" mode for mobile.
|
2024-10-06 11:14:37 -04:00 |
ssb.db.c
|
ssb: Remove some pointless logging.
|
2024-11-06 20:56:10 -05:00 |
ssb.db.h
|
js: Move /save to C.
|
2024-10-27 13:42:56 -04:00 |
ssb.export.c
|
Some missing log newlines.
|
2024-09-30 12:13:57 -04:00 |
ssb.export.h
|
All but the two biggest .h files have docs.
|
2024-03-06 12:31:17 -05:00 |
ssb.h
|
ssb: Indicate which muxrpc sends failed, and use that to fix some replication nonsense and log noise.
|
2024-10-23 14:13:55 -04:00 |
ssb.import.c
|
Some missing log newlines.
|
2024-09-30 12:13:57 -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
|
ssb: Indicate which connections are one-shot / sync now connections.
|
2024-10-25 12:53:45 -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
|
ssb: Indicate which muxrpc sends failed, and use that to fix some replication nonsense and log noise.
|
2024-10-23 14:13:55 -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
|
test: Fix -t=publish on haiku.
|
2024-11-01 18:55:27 -04:00 |
ssb.tests.h
|
test: Add some nominal testing for the new publish command.
|
2024-10-23 15:57:44 -04:00 |
task.c
|
http: Bring back handler.js support, mostly. Partly in C, this time.
|
2024-11-03 21:09:57 -05: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
|
ssb: Add a publish command that can be used to publish messages from the command-line.
|
2024-10-23 15:38:07 -04:00 |
taskstub.js.h
|
More docs.
|
2024-03-01 21:18:12 -05:00 |
tests.c
|
http: URL pattern matcher fixes.
|
2024-11-02 20:10:55 -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
|
format: Sort includes. Yes, please.
|
2024-10-08 12:19:44 -04: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
|
js: Move default global settings to C.
|
2024-11-06 20:29:48 -05: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
|
ssb: Remove some pointless logging.
|
2024-11-06 20:56:10 -05:00 |