Alex Hultman
|
7f557cef41
|
Add basic ABI check
|
2020-12-01 05:53:28 +01:00 |
|
Alex Hultman
|
fe553742f2
|
Fix last warnings, SocketContextOptions, BloomFilter
|
2020-12-01 05:45:53 +01:00 |
|
Alex Hultman
|
ad0a961430
|
Experimental: Fix all signed/unsigned warnings
|
2020-11-30 23:00:36 +01:00 |
|
 Martín BlechandGitHub
|
5507dd5560
|
Remove unused capture httpContext in onHttp lambda. (#1094)
|
2020-09-08 19:58:57 +02:00 |
|
Alex Hultman
|
92b2d2a736
|
Ignore missingServerName if app failed
|
2020-09-04 23:40:37 +02:00 |
|
Alex Hultman
|
f69282c478
|
missingServerName and updated ServerName example
|
2020-08-17 05:39:54 +02:00 |
|
Alex Hultman
|
77aced05f8
|
Add App::removeServerName
|
2020-08-17 03:55:57 +02:00 |
|
Alex Hultman
|
d14d31ce47
|
Add basic ServerName example & impl.
|
2020-08-17 02:49:36 +02:00 |
|
Alex Hultman
|
aac11b07fb
|
Add getNativeHandle functions
|
2020-06-20 23:36:27 +02:00 |
|
Alex Hultman
|
9e3a75b19a
|
Clean-ups
|
2020-06-04 13:19:25 +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 Hultman
|
19db2093e5
|
Gracefully fail to listen if SSL cert/key was missing
|
2020-04-03 21:31:31 +02:00 |
|
Alex Hultman
|
3a856b610b
|
Add memory limited dedicated compressors
|
2020-02-29 04:06:27 +01:00 |
|
Alex Hultman
|
591518b2d0
|
Ping/pong ahoy
|
2020-02-29 00:18:25 +01:00 |
|
Alex Hultman
|
588d234d45
|
Allow having no open handler
|
2020-01-19 19:57:25 +01:00 |
|
Alex Hultman
|
0faebc7590
|
Allow having no close handler
|
2020-01-19 19:46:51 +01:00 |
|
Alex Hultman
|
f4bb87a098
|
Add WebSocket::cork
|
2019-12-28 22:47:15 +01:00 |
|
Alex Hultman
|
6d1a6ba1bd
|
Make it compile, lowercase methods
|
2019-12-26 01:03:50 +01:00 |
|
Alex Hultman
|
d3b43e3fa1
|
First stab at new router
|
2019-12-26 00:32:02 +01:00 |
|
Alex Hultman
|
5ab190f430
|
Breaking: construct/destruct WebSocket UserData
|
2019-12-22 00:00:37 +01:00 |
|
Alex Hultman
|
49f460ef20
|
Add app.publish
|
2019-10-17 02:09:48 +02:00 |
|
Alex Hultman
|
2880745629
|
Add basic maxBackpressure for pubsub
|
2019-10-09 01:20:34 +02:00 |
|
Alex Hultman
|
62c4253ed3
|
Add subprotocol response
|
2019-10-08 23:10:58 +02:00 |
|
Alex Hultman
|
c102034870
|
Add MockedEchoServer fuzz target, fix App capture of moving this
|
2019-06-16 12:53:19 +02:00 |
|
Alex Hultman
|
2714ffe8d6
|
Upgrade to uSockets 0.2.0a1 (experimental)
|
2019-06-11 19:16:46 +02:00 |
|
Alex Hultman
|
996703dde6
|
Make everything struct, never use class
|
2019-06-09 08:07:51 +02:00 |
|
Alex Hultman
|
762b18459e
|
Refactor a bit, put everything in uWS namespace
|
2019-06-09 07:53:43 +02:00 |
|
Alex Hultman
|
ba5f656041
|
Don't pass zero length host as host, update uS
|
2019-04-17 22:07:55 +02:00 |
|
 Mike SeeseandAlex Hultman
|
caeaade092
|
Add functions to accept listening options (#879)
|
2019-04-17 20:38:25 +02:00 |
|
Alex Hultman
|
5dd1932f5f
|
Salvage fallback buffer from burning house
|
2019-04-03 03:30:21 +02:00 |
|
 Alex HultmanandGitHub
|
1680046963
|
Fix upgrade handshake
|
2019-03-10 05:14:16 +01:00 |
|
Alex Hultman
|
b1de3a5135
|
Refactor Loop::defaultLoop() to Loop::get(), never use "default loops".
|
2019-03-02 03:04:07 +01:00 |
|
Alex Hultman
|
2afe6a6efb
|
Only set sec-websocket-extensions if we have an offer
|
2019-03-01 15:43:20 +01:00 |
|
Alex Hultman
|
b6173d68b4
|
Expose constructorFailed
|
2019-02-10 12:37:56 +01:00 |
|
Alex Hultman
|
02f20bf030
|
Add listen(host, port, callback)
|
2019-02-10 11:18:53 +01:00 |
|
Alex Hultman
|
b5939da595
|
Refuse to compile if alignment of user data cannot be satisfied
|
2019-02-09 23:39:52 +01:00 |
|
Alex Hultman
|
0709ec05a6
|
Even zero is a valid content-length
|
2019-02-04 00:39:45 +01:00 |
|
Alex Hultman
|
4d06180041
|
Move mark from WebSockets down to HTTP
|
2019-01-26 21:55:24 +01:00 |
|
Alex Hultman
|
d331ec3e45
|
Refactor using new uSockets API
|
2019-01-25 14:15:40 +01:00 |
|
Alex Hultman
|
a0eeb769c9
|
Carry over backpressure from Http to WS
|
2019-01-24 11:53:10 +01:00 |
|
Alex Hultman
|
91925ccc37
|
Make all websocket handlers move-only
|
2019-01-23 12:19:44 +01:00 |
|
Alex Hultman
|
02a6271980
|
Make all http routes move-only
|
2019-01-23 12:09:19 +01:00 |
|
Alex Hultman
|
9829f7fb37
|
Add concept of route yielding
|
2019-01-22 18:30:25 +01:00 |
|
Alex Hultman
|
f4065b4e3b
|
Add simple "any" route to catch any method
|
2019-01-22 13:55:28 +01:00 |
|
Alex Hultman
|
6d469cd8ba
|
Add some important comments of bugs in adoption
|
2019-01-22 13:23:40 +01:00 |
|
Alex Hultman
|
0934965fa5
|
Implement idleTimeout
|
2019-01-22 10:15:27 +01:00 |
|