Alex Hultman
|
2a2c3ecb45
|
Run unit and smoke tests on all platforms
|
2022-11-01 06:08:10 +01:00 |
|
Alex Hultman
|
12e217d9e3
|
Fix whitespace trimming test failure
|
2022-11-01 06:05:42 +01:00 |
|
Alex Hultman
|
4109771890
|
Filter should be builder pattern
|
2022-11-01 06:01:20 +01:00 |
|
Alex Hultman
|
61233bf5a2
|
Run smoketests in CI?
|
2022-11-01 05:36:08 +01:00 |
|
Alex Hultman
|
7eea6f69ee
|
Add initial smoke test for Deno, Node.js, Bun and similar "browsers"
|
2022-11-01 05:29:13 +01:00 |
|
Alex Hultman
|
c1fb1d5070
|
Fix header parsing
|
2022-11-01 00:38:51 +01:00 |
|
Alex Hultman
|
ea7ac520f3
|
Fix bloom filter warnings, simplify
|
2022-10-31 22:47:36 +01:00 |
|
Alex Hultman
|
399204dbae
|
Reject chunk size overflow, non-hex chunk size
|
2022-10-31 18:58:01 +01:00 |
|
Alex Hultman
|
3cfad3584b
|
Take a-f, A-F
|
2022-10-31 18:10:16 +01:00 |
|
Alex Hultman
|
75aece1e55
|
Fix proxy build
|
2022-10-31 17:50:01 +01:00 |
|
Alex Hultman
|
7af11b1942
|
Pass router test with upper cased methods
|
2022-10-31 03:57:34 +01:00 |
|
Alex Hultman
|
2b850f76d3
|
Case sensitive method, trim trailing whitespace (correctly), host header may be empty
|
2022-10-31 03:47:08 +01:00 |
|
Alex Hultman
|
cca4610d5d
|
Make it actually work
|
2022-10-30 21:36:34 +01:00 |
|
Alex Hultman
|
0b590c923e
|
Minor fixup for request line
|
2022-10-24 20:25:56 +02:00 |
|
Alex Hultman
|
f0586366da
|
Take some from jarred
|
2022-10-23 03:41:03 +02:00 |
|
Alex Hultman
|
f762ede7d1
|
Do not support HTTP/1.0
|
2022-10-23 02:10:32 +02:00 |
|
Alex Hultman
|
c1fd0e4050
|
Be strict with content-length, use fullptr as error
|
2022-10-23 01:42:32 +02:00 |
|
Alex Hultman
|
05523997db
|
The rules are way simpler than so
|
2022-10-22 23:35:58 +02:00 |
|
Alex Hultman
|
d18deb8fe3
|
Be more strict with content-length, transfer-encoding
|
2022-10-22 00:43:58 +02:00 |
|
Alex Hultman
|
7cdb1f7224
|
Do not expect a trailer after chunked body
|
2022-10-18 16:55:22 +02:00 |
|
Alex Hultman
|
6cb37f9b00
|
Require explicit transfer-encoding: chunked for said parsing to begin
|
2022-10-17 21:34:55 +02:00 |
|
Alex Hultman
|
bcf5034e3c
|
Write Date header in all responses
|
2022-10-16 12:37:21 +02:00 |
|
Alex Hultman
|
45e9ca2372
|
Bump uSockets
|
2022-10-11 09:45:57 +02:00 |
|
Alex Hultman
|
d8df12f336
|
Pass host along listen to h3
|
2022-10-11 09:16:23 +02:00 |
|
Alex Hultman
|
48b83ec9ff
|
Pass listen port along to h3
|
2022-10-11 09:11:09 +02:00 |
|
Alex Hultman
|
e64069966a
|
Bump uSockets
|
2022-10-11 08:56:49 +02:00 |
|
Alex Hultman
|
b2d9356daa
|
Bump uSockets
|
2022-10-10 16:33:12 +02:00 |
|
Alex Hultman
|
f8a01db5ad
|
Bump uSockets
|
2022-10-10 16:07:40 +02:00 |
|
Alex Hultman
|
23698465e8
|
Bump uSockets
|
2022-10-10 15:59:02 +02:00 |
|
Alex Hultman
|
78a1801830
|
Bump uSockets
|
2022-10-10 15:11:57 +02:00 |
|
Alex Hultman
|
70a84c93be
|
Bump uSockets
|
2022-10-10 12:37:21 +02:00 |
|
Alex Hultman
|
9428c55053
|
Use new chunked encoding parser
|
2022-10-08 08:16:55 +02:00 |
|
Alex Hultman
|
9437b0e4e8
|
Add Crc32 hashing example
|
2022-10-08 08:09:35 +02:00 |
|
Alex Hultman
|
526d5d8bb9
|
Mother of god; do not require C++20
|
2022-10-08 06:18:29 +02:00 |
|
Alex Hultman
|
221509f11d
|
Add isParsingChunkedEncoding helper
|
2022-10-08 06:15:20 +02:00 |
|
Alex Hultman
|
532d70041d
|
Fix that chunk bug
|
2022-10-08 06:10:44 +02:00 |
|
Alex Hultman
|
c5a53782bc
|
Make the chunk parser stop after trailer, trigger next bug to fix
|
2022-10-08 05:35:02 +02:00 |
|
Alex Hultman
|
e4e04940c5
|
Greatly improved chunk-encoded parser and test
|
2022-10-08 04:32:59 +02:00 |
|
Alex Hultman
|
5062696f63
|
Barely make it parse trailers
|
2022-10-07 13:50:27 +02:00 |
|
Alex Hultman
|
a21446176d
|
Add new ChunkedEncoding parser and test
|
2022-10-07 12:47:29 +02:00 |
|
Alex Hultman
|
eca96bbc74
|
Support chunked transfer-encoding in fast path
|
2022-10-07 03:49:22 +02:00 |
|
Alex Hultman
|
66cd7c6b9b
|
Removable http routes
|
2022-10-06 05:47:06 +02:00 |
|
Alex Hultman
|
6be58309b8
|
addServerName should do nothing in non-SSL
|
2022-10-03 19:14:42 +02:00 |
|
Alex Hultman
|
3a53ada17d
|
Experimental parser optimizations
|
2022-10-03 01:16:40 +02:00 |
|
Alex Hultman
|
09a7b2f093
|
Two missing functions in Http3Response
|
2022-09-28 03:43:30 +02:00 |
|
Alex Hultman
|
47ea36b8b9
|
Whoops forgot that one
|
2022-09-28 03:35:15 +02:00 |
|
Alex Hultman
|
c8982fdde0
|
Bunch of Http3Response impl.
|
2022-09-28 03:32:24 +02:00 |
|
Alex Hultman
|
b1b931edfc
|
Add per-SNI HttpRouter support (initial)
|
2022-09-26 00:22:30 +02:00 |
|
Alex Hultman
|
c77cae4635
|
Require 16kb/sec HTTP upload throughput or drop the uploader
|
2022-09-25 15:48:00 +02:00 |
|
Alex Hultman
|
a015c44a36
|
Improve http3 demo for easy use with Firefox
|
2022-09-04 21:17:29 +02:00 |
|
Alex Hultman
|
8456cb1a32
|
Improve streaming in and out over quic
|
2022-09-04 21:01:44 +02:00 |
|
Alex Hultman
|
3b7475783d
|
Make h3 video streaming work
|
2022-09-04 04:43:18 +02:00 |
|
Alex Hultman
|
7f94456669
|
Hook up onAborted, fix a bunch of quic crashes
|
2022-08-29 15:11:04 +02:00 |
|
Alex Hultman
|
072de98691
|
Bump uSockets
|
2022-08-29 14:49:52 +02:00 |
|
Alex Hultman
|
1e4b2ed320
|
That should obviously be h3
|
2022-08-29 02:21:45 +02:00 |
|
Alex Hultman
|
f740778997
|
Http3 POST/GET example working
|
2022-08-29 02:19:24 +02:00 |
|
Alex Hultman
|
f2ec5e8453
|
Redirect all examples to use shipped cert
|
2022-08-29 01:29:20 +02:00 |
|
Alex Hultman
|
0f80f142d7
|
Wrap more h3, bump uSockets, remove old stuff, add SSL cert
|
2022-08-29 01:24:08 +02:00 |
|
Alex Hultman
|
2ce8af23c7
|
Fix silly warning in newest compilers
|
2022-08-28 22:29:11 +02:00 |
|
 Alex HultmanandGitHub
|
5eb4635809
|
Create CODE_OF_CONDUCT.md
|
2022-07-28 20:26:09 +02:00 |
|
 Alex HultmanandGitHub
|
77685b7f9d
|
Whoops
|
2022-07-11 03:44:25 +02:00 |
|
 Alex HultmanandGitHub
|
ed14dc79b6
|
Try memchr_r
|
2022-07-11 03:42:51 +02:00 |
|
Alex Hultman
|
c2f29c86c7
|
More listen overloads
|
2022-05-15 18:58:31 +02:00 |
|
Alex Hultman
|
73c9262f34
|
Hook up h3 router and callbacks
|
2022-05-15 14:39:34 +02:00 |
|
Alex Hultman
|
7da868a57d
|
More h3 wrap up
|
2022-05-15 04:23:47 +02:00 |
|
Alex Hultman
|
9f9ca6936a
|
Bump uSockets
|
2022-05-13 03:27:34 +02:00 |
|
Alex Hultman
|
3ab07a7eda
|
Add minimal http3 impl.
|
2022-05-05 04:44:26 +02:00 |
|
Alex Hultman
|
dfa9214096
|
Do not build quic by default
|
2022-05-05 04:22:34 +02:00 |
|
Alex Hultman
|
ca3ab57cf0
|
Revert "Revert "Allow passing custom ciphers via options (#1435)""
This reverts commit 41c08940ee.
|
2022-05-05 04:14:45 +02:00 |
|
Alex Hultman
|
c580952f9e
|
Bump uSockets
|
2022-05-05 04:12:55 +02:00 |
|
Alex Hultman
|
b498b61532
|
Remove libdeflate
|
2022-05-02 23:39:08 +02:00 |
|
Alex Hultman
|
b46a456393
|
Add some Http3 skeleton
|
2022-05-02 23:32:55 +02:00 |
|
Alex Hultman
|
e4c6fbf8de
|
Fix onWritable calling markDone resulting in potential heap-use-after-free
|
2022-05-02 01:38:11 +02:00 |
|
 Alex HultmanandGitHub
|
08a6785074
|
Update README.md
|
2022-04-10 23:29:39 +02:00 |
|
Alex Hultman
|
5ecd96a28d
|
Add seed corpus and regression testing
|
2022-04-10 21:56:30 +02:00 |
|
Alex Hultman
|
41c08940ee
|
Revert "Allow passing custom ciphers via options (#1435)"
This reverts commit 953ac32d17.
|
2022-04-04 14:45:33 +02:00 |
|
Alex Hultman
|
89ea606da9
|
Add incredibly nasty hack for Safari 15 garbage browser
|
2022-01-28 00:26:44 +01:00 |
|
 Alex HultmanandGitHub
|
49da3cb27e
|
Link to OSV
|
2022-01-17 12:59:44 +01:00 |
|
Alex Hultman
|
40742a7c63
|
Add rust experiment example
|
2022-01-07 05:51:23 +01:00 |
|
Alex Hultman
|
937afd1669
|
Fix capi bug, add Makefile
|
2022-01-07 03:47:23 +01:00 |
|
Alex Hultman
|
5df695e02a
|
Fix fuzzing issues regarding masking
|
2022-01-03 17:01:07 +01:00 |
|
Alex Hultman
|
0c8be4d20c
|
Optimize unmasking of large messages
|
2021-12-19 15:13:30 +01:00 |
|
Alex Hultman
|
c4d62d71fc
|
Make pause/resume cross-backend
|
2021-12-15 07:10:38 +01:00 |
|
 Alex HultmanandGitHub
|
28932572bf
|
Disable http timeouts during throttling
|
2021-12-15 06:12:09 +01:00 |
|
Alex Hultman
|
6dc4a11d10
|
Experimental pause/resume throttling
|
2021-12-14 21:44:01 +01:00 |
|
Alex Hultman
|
e7d8355c37
|
Fix router order bugs
|
2021-11-29 05:14:46 +01:00 |
|
Alex Hultman
|
2017892a7d
|
Add failing router tests
|
2021-11-29 04:42:22 +01:00 |
|
Alex Hultman
|
30b88fde9e
|
Only support endWithoutBody() for now
|
2021-11-13 12:07:25 +01:00 |
|
Alex Hultman
|
00deb291e3
|
Add endWithoutBody
|
2021-11-13 11:59:47 +01:00 |
|
Alex Hultman
|
9a5bc5d09c
|
Clear subscriptions before calling close handler, not after
|
2021-11-13 09:23:09 +01:00 |
|
Alex Hultman
|
01d16b3ce8
|
Fix broken compression
|
2021-10-31 04:34:39 +01:00 |
|
Alex Hultman
|
ab7f7eb964
|
Fix fuzzing build
|
2021-10-31 00:07:55 +02:00 |
|
Alex Hultman
|
406250ee22
|
Fix and add more decompressors
|
2021-10-30 23:53:56 +02:00 |
|
Alex Hultman
|
1dd372d6ac
|
Basic fragmented send feature
|
2021-10-30 17:46:16 +02:00 |
|
 Alex HultmanandGitHub
|
e7a2ff4063
|
Update README.md
|
2021-10-24 23:29:23 +02:00 |
|
 Alex HultmanandGitHub
|
28bc987d99
|
Update README.md
|
2021-10-24 23:28:20 +02:00 |
|
Alex Hultman
|
80cd18781b
|
Add WITH_BORINGSSL build flag
|
2021-10-23 21:41:13 +02:00 |
|
Alex Hultman
|
92a9b3f992
|
Bump uSockets for OpenSSL 3.0
|
2021-10-22 02:13:51 +02:00 |
|
 Alex HultmanandGitHub
|
5d89839026
|
Update README.md
|
2021-10-07 07:15:22 +02:00 |
|
Alex Hultman
|
02691e0cde
|
Fix Windows build?
|
2021-10-01 04:24:23 +02:00 |
|