Compare commits

..

No commits in common. "8a32f2b8b1c903896749a48ec53d66223e8e96c7" and "c3f3dced689e6cd4a1797954da7e7188bd3b70d1" have entirely different histories.

28 changed files with 183 additions and 181 deletions

View File

@ -14,7 +14,7 @@ IndentWidth: 4
MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCBreakBeforeNestedBlockParam: false
SortIncludes: true
SortIncludes: false
TabWidth: 4
UseTab: Always
...

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -37,9 +37,9 @@
}
},
"node_modules/@codemirror/commands": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.7.0.tgz",
"integrity": "sha512-+cduIZ2KbesDhbykV02K25A5xIVrquSPz4UxxYBemRlAT2aW8dhwUgLDwej7q/RJUHKk4nALYcR1puecDvbdqw==",
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.6.2.tgz",
"integrity": "sha512-Fq7eWOl1Rcbrfn6jD8FPCj9Auaxdm5nIK5RYOeW7ughnd/rY5AmPg6b+CfsG39ZHdwiwe8lde3q8uR7CF5S0yQ==",
"license": "MIT",
"dependencies": {
"@codemirror/language": "^6.0.0",
@ -270,9 +270,9 @@
}
},
"node_modules/@lezer/javascript": {
"version": "1.4.19",
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.19.tgz",
"integrity": "sha512-j44kbR1QL26l6dMunZ1uhKBFteVGLVCBGNUD2sUaMnic+rbTviVuoK0CD1l9FTW31EueWvFFswCKMH7Z+M3JRA==",
"version": "1.4.18",
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.18.tgz",
"integrity": "sha512-Y8BeHOt4LtcxJgXwadtfSeWPrh0XzklcCHnCVT+vOsxqH4gWmunP2ykX+VVOlM/dusyVyiNfG3lv0f10UK+mgA==",
"license": "MIT",
"dependencies": {
"@lezer/common": "^1.2.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
#include "http.h"
#include "log.h"
#include "mem.h"
#include "ssb.db.h"
#include "ssb.h"
#include "ssb.db.h"
#include "task.h"
#include "tlscontext.js.h"
#include "trace.h"

View File

@ -2,14 +2,15 @@
#include "util.js.h"
#include "uv.h"
#include "quickjs.h"
#include "sqlite3.h"
#include "uv.h"
#include <openssl/crypto.h>
#include <stdbool.h>
#include <string.h>
#include <stdbool.h>
typedef struct _tf_mem_node_t tf_mem_node_t;

View File

@ -6,9 +6,9 @@
#include "trace.h"
#include "util.js.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <assert.h>

View File

@ -4,8 +4,8 @@
#include "mem.h"
#include "ssb.h"
#include "sqlite3.h"
#include "uv.h"
#include "sqlite3.h"
#include <string.h>

View File

@ -13,8 +13,8 @@
#include "sodium/crypto_secretbox.h"
#include "sodium/crypto_sign.h"
#include "sodium/randombytes.h"
#include "sqlite3.h"
#include "string.h"
#include "sqlite3.h"
#include "uv.h"
#include <assert.h>

View File

@ -2,8 +2,8 @@
#include "log.h"
#include "mem.h"
#include "ssb.db.h"
#include "ssb.h"
#include "ssb.db.h"
#include "util.js.h"
#include "sqlite3.h"

View File

@ -27,12 +27,12 @@
#include <openssl/crypto.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#if !defined(_WIN32)
#include <sys/wait.h>
#include <unistd.h>
#include <sys/wait.h>
#endif
#if defined(_WIN32)

View File

@ -7,8 +7,8 @@
#include "task.h"
#include "util.js.h"
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#ifdef _WIN32
#include <io.h>

View File

@ -9,8 +9,8 @@
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

View File

@ -5,8 +5,8 @@
#include "task.h"
#include "tls.h"
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
static JSClassID _classId;
static int _count;

View File

@ -1,7 +1,8 @@
VERSION=3.2.1
VERSION=3.2.0
wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js -O deps/lit/lit-all.min.js
wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js.map -O deps/lit/lit-all.min.js.map
cp -fv deps/lit/* apps/blog/
cp -fv deps/lit/* apps/gg/
cp -fv deps/lit/* apps/issues/
cp -fv deps/lit/* apps/journal/
cp -fv deps/lit/* apps/sneaker/