Alex Hultman
|
cbbcee0df8
|
Add getParameter(name), ParameterRoutes example
|
2023-12-27 20:26:24 +01:00 |
|
Alex Hultman
|
b4d73a2ed3
|
Use cork in UpgradeAsync, silence a warning
|
2023-12-23 23:51:14 +01:00 |
|
Alex Hultman
|
973a975915
|
Add .dropped events for pub/sub backpressure notification
|
2023-11-30 17:40:15 +01:00 |
|
Kent Ross
|
7568327834
|
use SocketContextOptions type so HttpServer example will build again (#1397)
|
2023-07-20 15:53:58 +02:00 |
|
Erik Janssen
|
b6f27a0c19
|
Prevent reading beyond end of file (#1626)
Co-authored-by: Erik at Axis <erik.janssen@axis.com>
|
2023-07-19 13:22:42 +02:00 |
|
Alex Hultman
|
d832d48ea5
|
Do not build EchoServer with SSL
|
2023-05-11 11:34:21 +02:00 |
|
Alex Hultman
|
023fbc6c3f
|
Don't compress in EchoServer if large message
|
2023-05-11 11:25:29 +02:00 |
|
Alex Hultman
|
3aae41687c
|
Fix crc32 code warning
|
2023-04-15 22:39:10 +02:00 |
|
uNetworkingAB
|
cc22680117
|
Update Client.cpp
|
2023-04-07 17:21:11 +02:00 |
|
Alex Hultman
|
526a9ad6cd
|
Fix recent build
|
2022-11-30 22:21:25 +01:00 |
|
Alex Hultman
|
ca8d620268
|
Add some initial client stuff
|
2022-11-26 07:36:01 +01:00 |
|
uNetworkingAB
|
ba836351a7
|
Update Crc32.cpp
|
2022-11-02 12:01:32 +01:00 |
|
Alex Hultman
|
05523997db
|
The rules are way simpler than so
|
2022-10-22 23:35:58 +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
|
b1b931edfc
|
Add per-SNI HttpRouter support (initial)
|
2022-09-26 00:22:30 +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
|
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
|
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
|
dfa9214096
|
Do not build quic by default
|
2022-05-05 04:22:34 +02:00 |
|
Alex Hultman
|
b46a456393
|
Add some Http3 skeleton
|
2022-05-02 23:32:55 +02:00 |
|
Alex Hultman
|
415fec3830
|
Add DEDICATED_DECOMPRESSOR CompressOption
|
2021-09-28 04:06:49 +02:00 |
|
Alex Hultman
|
4243874967
|
Rewritten pub/sub, v20
|
2021-09-25 04:46:10 +02:00 |
|
Alex Hultman
|
069e66b31c
|
Optimize getSendBuffer for large sends
|
2021-09-19 01:19:29 +00:00 |
|
Alex Hultman
|
0bf9483894
|
Fix fuzzing build, make a more interesting example of pubsub
|
2021-09-12 17:23:46 +02:00 |
|
Alex Hultman
|
640d9d97c6
|
Broadacst unix time in 8ms intervals, example
|
2021-04-06 18:02:45 +02:00 |
|
Alex Hultman
|
42d480e529
|
Add timed broadcast example
|
2021-04-02 16:13:35 +02:00 |
|
Alex Hultman
|
8089063504
|
Expose payload to ping/pong events
|
2021-02-26 01:32:06 +01:00 |
|
Alex Hultman
|
3eae7116e7
|
Add WITH_LIBDEFLATE option, pass Autobahn
|
2021-02-24 10:49:49 +01:00 |
|
Alex Hultman
|
eec8dba0f9
|
Update threaded example
|
2021-02-15 20:17:37 +01:00 |
|
Alex Hultman
|
92dbf19c46
|
Update uS, fix threaded prints
|
2021-02-09 23:31:07 +01:00 |
|
Alex Hultman
|
df7c4bb9f8
|
Add option sendPingsAutomatically
|
2021-01-31 12:53:17 +00:00 |
|
Alex Hultman
|
bd74b6c83b
|
Create README.md
|
2021-01-13 02:13:34 +01:00 |
|
Alex Hultman
|
ad1d6fac08
|
Fix -Wunused-parameter
|
2020-12-01 01:10:00 +01:00 |
|
Andy
|
2530872a1b
|
Add upgrade handler to fix WebSocketBehavior template deduction on old examples (#1131)
|
2020-11-23 12:14:41 +01:00 |
|
Alex Hultman
|
33968490b4
|
Fix alert introduced in SNI example
|
2020-09-06 12:38:01 +02:00 |
|
Alex Hultman
|
cc27ff5d96
|
Update ServerName example a bit
|
2020-09-05 00:09:39 +02:00 |
|
Alex Hultman
|
f69282c478
|
missingServerName and updated ServerName example
|
2020-08-17 05:39:54 +02:00 |
|
Alex Hultman
|
d14d31ce47
|
Add basic ServerName example & impl.
|
2020-08-17 02:49:36 +02:00 |
|
Alex Hultman
|
f52d816032
|
Never compress 0 bytes, finish pub/sub ded. compr.
|
2020-06-22 07:10:43 +02:00 |
|
Alex Hultman
|
025415d1a0
|
Clean-ups, bump copyright date
|
2020-06-08 13:31:06 +02:00 |
|
Alex Hultman
|
d5782fdb9c
|
addressAsText, getRemoteProxiedAddress
|
2020-06-06 19:52:28 +02:00 |
|
Alex Hultman
|
9e3a75b19a
|
Clean-ups
|
2020-06-04 13:19:25 +02:00 |
|
Alex Hultman
|
f8903ed32f
|
Add UpgradeAsync example
|
2020-06-02 14:08:13 +02:00 |
|
Alex Hultman
|
9cb2fb404f
|
Add UpgradeSync example
|
2020-06-02 13:16:10 +02:00 |
|