Alex Hultman
|
270308f104
|
Add Loop::setSilent
|
2020-09-18 23:42:21 +02:00 |
|
Alex Hultman
|
1fdcfa559e
|
Improve fuzzing coverage
|
2020-08-06 17:07:19 +02:00 |
|
Alex Hultman
|
4fcfe49bcc
|
getWriteOffset should give size_t
|
2020-07-29 08:56:32 +02:00 |
|
Alex Hultman
|
f2198ccfac
|
Fix >2gb streamed HTTP responses
|
2020-07-29 08:41:53 +02:00 |
|
Alex Hultman
|
8dfabd559d
|
Respond with server_max_window_bits if applicable
|
2020-07-02 01:06:10 +02:00 |
|
Alex Hultman
|
1a2c5a9527
|
Make getNativeHandle public
|
2020-06-20 23:45:30 +02:00 |
|
Alex Hultman
|
025415d1a0
|
Clean-ups, bump copyright date
|
2020-06-08 13:31:06 +02:00 |
|
Alex Hultman
|
0d9cb39db6
|
Silence warnings, check length
|
2020-06-06 20:26:59 +02:00 |
|
Alex Hultman
|
d5782fdb9c
|
addressAsText, getRemoteProxiedAddress
|
2020-06-06 19:52:28 +02:00 |
|
Alex Hultman
|
2538cd18e9
|
Add WITH_PROXY flag
|
2020-06-06 12:59:40 +02:00 |
|
Alex Hultman
|
e70bbb4fb6
|
Add basic proxy parser
|
2020-06-05 19:23:15 +02:00 |
|
Alex Hultman
|
9e3a75b19a
|
Clean-ups
|
2020-06-04 13:19:25 +02:00 |
|
Alex Hultman
|
df14af9713
|
Bump version mark to 18
|
2020-06-03 07:59:15 +02:00 |
|
Alex Hultman
|
625efbc499
|
Don't pass req in open handler
|
2020-06-02 12:59:36 +02:00 |
|
Alex Hultman
|
6735bad79c
|
Pass UserData when upgrading
|
2020-06-02 12:55:05 +02:00 |
|
Alex Hultman
|
cb48712b3d
|
Make it stick together just barely
|
2020-06-02 12:40:51 +02:00 |
|
Alex Hultman
|
a8539e7463
|
Move most upgrading into HttpResponse
|
2020-06-02 10:08:31 +02:00 |
|
Alex Hultman
|
4be90c0114
|
Add upgrade handler
|
2020-06-01 15:45:03 +02:00 |
|
 Alex HultmanandGitHub
|
c6a2ee0554
|
Change mark, 17
|
2020-05-24 21:38:31 +02:00 |
|
Alex Hultman
|
c7ac8c7e56
|
Store headers in bloom filter, respond to 100-continue
|
2020-04-06 02:48:11 +02:00 |
|
 Dmitry IgrishinandGitHub
|
1c84277fd9
|
Optionally prevent sending of "uWebSockets" header (#998)
* Optionally prevent sending of "uWebSockets" header
|
2020-02-23 18:41:25 +01:00 |
|
Alex Hultman
|
f274d63dca
|
Fix all -Wconversion warnings
|
2019-12-28 21:44:54 +01:00 |
|
Alex Hultman
|
3fb870ac55
|
Clean-up and fix HttpResponse::cork behavior
|
2019-12-26 17:17:33 +01:00 |
|
Alex Hultman
|
bdac60a177
|
Fix a few warnings
|
2019-12-26 16:45:23 +01:00 |
|
Alex Hultman
|
1707469cf8
|
Change mark
|
2019-10-08 23:12:03 +02:00 |
|
Alex Hultman
|
762b18459e
|
Refactor a bit, put everything in uWS namespace
|
2019-06-09 07:53:43 +02:00 |
|
Alex Hultman
|
31574ec63a
|
Actually make it build, fix simple warning
|
2019-04-16 17:13:10 +02:00 |
|
Alex Hultman
|
799fe89a9b
|
Add experimental HttpResponse::cork
|
2019-04-16 16:59:28 +02:00 |
|
Alex Hultman
|
495ccfc076
|
Update uS, add AsyncSocket::getRemoteAddress()
|
2019-03-03 07:40:44 +01:00 |
|
Alex Hultman
|
f1bdbc968b
|
First pass of overall cleanups
|
2019-02-10 00:17:13 +01:00 |
|
Alex Hultman
|
127d3d6a14
|
res.tryEnd returns [ok, hasResponded]
|
2019-02-09 23:31:04 +01:00 |
|
Alex Hultman
|
0709ec05a6
|
Even zero is a valid content-length
|
2019-02-04 00:39:45 +01:00 |
|
Alex Hultman
|
eaa9467d1f
|
Don't write mark in the middle of streaming
|
2019-01-29 17:15:06 +01:00 |
|
Alex Hultman
|
d4e767ac65
|
Shorten mark footprint
|
2019-01-26 22:08:41 +01:00 |
|
Alex Hultman
|
4d06180041
|
Move mark from WebSockets down to HTTP
|
2019-01-26 21:55:24 +01:00 |
|
Alex Hultman
|
a0eeb769c9
|
Carry over backpressure from Http to WS
|
2019-01-24 11:53:10 +01:00 |
|
Alex Hultman
|
19aa6ec9af
|
Implement hasResponded
|
2019-01-18 17:20:21 +01:00 |
|
Alex Hultman
|
2caefa9d96
|
We need HttpResponse::hasResponded
|
2019-01-18 16:36:24 +01:00 |
|
Alex Hultman
|
04281eeea6
|
onData as unique_function
|
2019-01-17 08:21:39 +01:00 |
|
Alex Hultman
|
6718301ac9
|
Make onAborted unique_function
|
2019-01-17 06:30:47 +01:00 |
|
Alex Hultman
|
0ca061e772
|
Being extra clear with move
|
2019-01-15 08:09:50 +01:00 |
|
Alex Hultman
|
95cafc2c7b
|
Try using function2 for HttpResponse::onWritable
|
2019-01-15 07:11:30 +01:00 |
|
Alex Hultman
|
614d02e462
|
Not my problem
|
2019-01-07 11:30:57 +01:00 |
|
Alex Hultman
|
47467ab1e5
|
Pass "last" bool to res->onData
|
2019-01-07 03:05:19 +01:00 |
|
Alex Hultman
|
ed7222e513
|
Fix last obvious leak
|
2018-12-30 18:02:57 +01:00 |
|
Alex Hultman
|
d597041ca4
|
Don't leave content-length on empty response
|
2018-12-29 14:27:50 +01:00 |
|
Alex Hultman
|
a25e2ab397
|
A bit of clean-ups and license fixes
|
2018-11-22 01:29:28 +01:00 |
|
Alex Hultman
|
0d09d1db02
|
Multiple definitions
|
2018-11-04 08:59:34 +01:00 |
|
Alex Hultman
|
1613c5020d
|
Initial WebSocket hook up
|
2018-10-29 23:06:32 +01:00 |
|
Alex Hultman
|
ab6abaf2e6
|
Apache License 2.0
|
2018-10-29 00:13:52 +01:00 |
|