Commit graph

48 commits

Author SHA1 Message Date
ading2210
31e4e25f82 fix possible double free when requests get aborted 2024-07-10 23:52:11 -07:00
ading2210
11795d2772 update wisp server, fix some memory issues 2024-06-30 23:14:44 -07:00
ading2210
8ac0f40896 add support for relative urls 2024-04-30 13:22:47 -04:00
ading2210
294fbd65f3 fix handling of request objects when passed into libcurl.fetch 2024-03-27 00:49:02 -04:00
ading2210
74c1e9d943 use setTimeout for removing requests 2024-03-21 12:57:48 -07:00
ading2210
1ad301b26c fix random segfaults 2024-03-21 11:56:39 -07:00
ading2210
5e9f26f818 fix handling of request bodies 2024-03-20 18:38:13 -04:00
ading2210
3a50060e07 bugfixes for websocket api 2024-03-20 17:53:39 -04:00
ading2210
b374d02e48 log errors when creating connections and add npm export for bundled version 2024-03-20 14:02:54 -04:00
ading2210
2c04f55a5e more bugfixes, update docs 2024-03-20 03:00:39 -04:00
ading2210
1730e6d964 add new unit test, fix minor bugs 2024-03-20 02:34:40 -04:00
ading2210
f8e55ea307 add support for saving and loading cookies 2024-03-19 18:41:54 -04:00
ading2210
d23703ff9a remove ftp code 2024-03-19 16:40:25 -04:00
ading2210
2a072ecee0 ftp works but it blocks the thread 2024-03-17 17:50:58 -04:00
ading2210
0a5ace96fb create session class and refactor js to use it 2024-03-14 13:13:46 -04:00
ading2210
a282734c13 remove emscripten socket file descriptor limit 2024-03-13 14:18:56 -04:00
ading2210
45b0084c79 fix tls sockets 2024-03-12 17:43:59 -04:00
ading2210
1748ca7dd9 refactor request code 2024-03-12 17:12:02 -04:00
ading2210
0d7369c77a update wisp client and server 2024-03-11 17:13:40 -04:00
ading2210
a6f190fcda fix error handling 2024-03-11 01:20:42 -04:00
ading2210
b9b871b25a add abort controller support 2024-03-10 10:24:42 -04:00
ading2210
954ce1f60b fix some logic with converting arraybuffers 2024-03-10 04:07:34 -04:00
ading2210
e2b50db5fa support all request body types 2024-03-10 03:53:59 -04:00
ading2210
997b2afca4 support older browsers 2024-03-09 18:48:55 -05:00
ading2210
9504f9d167 fix websockets, add unit test for tls socket 2024-03-09 00:00:27 -05:00
ading2210
33ac41ae33 working response streaming 2024-03-08 17:00:20 -05:00
ading2210
e211e8bf8c expose function to get error strings 2024-03-07 17:18:27 -05:00
ading2210
15179fae43 fix handling of duplicate http headers 2024-03-07 15:50:21 -05:00
ading2210
be3fc7286c add custom network transport support 2024-03-07 12:34:20 -05:00
ading2210
53a474430a fix tls socket, add documentation 2024-03-07 12:16:28 -05:00
ading2210
155d5ea5b6 add libcurl error strings to fetch error messages 2024-03-06 17:02:55 -05:00
ading2210
c9236f90d5 refractor websocket again 2024-03-06 15:53:11 -05:00
ading2210
c681e21777 add function to get cert bundle 2024-03-05 21:48:35 -05:00
ading2210
96ff9c337a Merge branch 'main' into v0.4 2024-03-04 14:00:04 -05:00
ading2210
550d8759b1 fix attempted document access in web workers 2024-03-03 17:28:41 -05:00
ading2210
b15b79c22a Merge branch 'main' into v0.4 2024-02-28 14:46:05 -08:00
ading2210
d0daa89f9c update wisp client and server 2024-02-28 14:40:29 -08:00
ading2210
832a73d1a8 Merge branch 'main' into v0.4 2024-02-28 10:38:12 -08:00
ading2210
9205ae1507 add old v0.4 code 2024-02-28 10:29:47 -08:00
ading2210
d79c07e2a4 limit max connections to 50 2024-02-26 22:52:06 -05:00
ading2210
582bbd4ecd fix websocket memory leak 2024-02-04 23:10:14 -05:00
ading2210
5f71e27422 various bugfixes 2024-02-04 03:43:19 -05:00
ading2210
a5a537423e add copyright notice to libcurl js bundle 2024-02-03 23:38:16 -05:00
ading2210
a4c075b497 add version reporting 2024-02-03 22:03:47 -05:00
ading2210
3c517bbaf5 add option to capture stdout 2024-02-02 23:11:59 +00:00
ading2210
b071019761 don't set a default websocket url 2024-01-29 15:40:17 -05:00
ading2210
23d1651383 update docs to include needed deps 2024-01-28 23:32:58 -05:00
ading2210
717331bfc1 reorganize client code 2024-01-26 23:06:13 -05:00