Commit graph

53 commits

Author SHA1 Message Date
Alex Hultman
c750931ac7 Update uWS, fix warnings 2020-12-19 17:04:24 +01:00
Alex Hultman
0fc9a3db2f Stricter arg length checks 2020-11-09 14:53:41 +01:00
Alex Hultman
c0c77b24f8 That actually works 2020-11-09 14:38:43 +01:00
Alex Hultman
a2da9d8dd8 Stricter callback checks for app.get 2020-11-09 14:28:27 +01:00
Alex Hultman
cee33dc003 Stricter app.publish args check 2020-11-09 13:41:02 +01:00
Alex Hultman
5ca75e35d0 Actually do license the source code 2020-10-25 20:47:08 +01:00
Alex Hultman
103a0562be Wrap missingServerName, update example 2020-08-17 05:41:00 +02:00
Alex Hultman
f77d07014a addServerName, removeServerName, ServerName.js 2020-08-17 03:59:39 +02:00
Alex Hultman
c6b72cf854 Don't keep socketPf separately 2020-06-08 19:43:50 +02:00
Alex Hultman
244ad00e67 Fix a few warnings 2020-06-08 19:10:35 +02:00
Alex Hultman
d1a2556fba Merge userData with wsObject 2020-06-05 16:49:26 +02:00
Alex Hultman
b4df9ebf5f Initial upgrade to v18 2020-06-05 12:36:36 +02:00
Alex Hultman
bd9007eee0 Support Node.js 14 2020-04-23 21:57:38 +02:00
Alex Hultman
4be2f2bfc2 Cannot CallJS from listen 2020-03-15 13:58:51 +01:00
Alex Hultman
9840bb0fef Update uWS, wrap ping/pong handlers 2020-02-29 00:50:09 +01:00
Alex Hultman
df4aeb8274 Introduce CallJS and corresponding PERFORM_LIKE_GARBAGE flag 2020-01-15 18:19:47 +01:00
Alex Hultman
e45994a9d0
Fix scope for strings reading app options 2019-12-10 15:12:34 +01:00
Alex Hultman
d9c86f3e93 Wrap ca_file_name option 2019-12-05 21:30:49 +01:00
Alex Hultman
2c87f3593d Initial Worker threads/context aware support 2019-12-05 04:31:45 +01:00
Alex Hultman
13d8743f95 Port to Node.js 10, 11, 12, 13 2019-11-08 13:49:40 +01:00
Alex Hultman
97bff11ba0 Update to uWS v0.16.1, wrap app.publish 2019-10-17 02:19:46 +02:00
Alex Hultman
cfbcb55b03 Wrap maxBackpressure, use sane defaults from uWS 2019-10-09 15:04:45 +02:00
Alex Hultman
fd884ed1c0 Fix all warnings, add onWritable error message 2019-08-18 21:49:06 +02:00
Alex Hultman
83ad1353fd Port to uWS v0.16a1 2019-06-12 12:50:05 +02:00
Alex Hultman
f4bc7b38d1 Port to Node.js 10, 11 and 12 2019-04-24 03:01:54 +02:00
Alex Hultman
c22e417cf9 Add OPTION_DO_NOT_REUSE_PORT, update uWS 2019-04-17 22:09:11 +02:00
Alex Hultman
c9d781a4b6 Don't append SSL strings; reset them 2019-04-15 22:50:24 +02:00
Alex Hultman
5608cbe5ea Actually delete persistence in destructor of websockets 2019-03-12 15:11:39 +01:00
Alex Hultman
74e8476ad4 Add ssl_prefer_low_memory_usage option 2019-03-10 14:13:06 +01:00
Alex Hultman
a43675c197 Clean exit, remove forcefully_free 2019-03-02 04:38:01 +01:00
Alex Hultman
319eea90bd Fix app.listen(host, ... 2019-03-01 22:38:09 +01:00
Alex Hultman
dcfbd23146 Don't require all websocket handlers, fix up Autobahn test 2019-02-21 19:48:33 +01:00
Alex Hultman
df9c251bf0 Throw on App construction failure 2019-02-10 12:39:00 +01:00
Alex Hultman
d9a6b1010f App.listen may take host, port, callback now 2019-02-10 11:28:33 +01:00
Alex Hultman
929060b34a Update uWS/uS 2019-01-25 15:27:13 +01:00
Alex Hultman
ba73b8882d UniquePersistent all over, app.forcefully_free 2019-01-23 12:59:51 +01:00
Alex Hultman
f2a5d95726 Wrap idleTimeout 2019-01-22 18:50:37 +01:00
Alex Hultman
8da1edc516 Wrap app.any 2019-01-22 18:42:50 +01:00
Alex Hultman
fd11df1134 Return false boolean on listen failure 2019-01-21 19:08:18 +01:00
Alex Hultman
1d4b874ae7 Also throw on invalid WebSocket usage 2019-01-18 16:57:54 +01:00
Alex Hultman
d067388df4 Throw exceptions on ill-use instead of segfaulting 2019-01-18 16:33:56 +01:00
Alex Hultman
be8aaeeba7 Wrap all http methods & all SSL options 2019-01-18 15:56:08 +01:00
Alex Hultman
0fb6ec9034 Add us_listen_socket_close and graceful shutdown example 2019-01-18 09:07:21 +01:00
Alex Hultman
3558bf30d9 Actually do pass req to ws open 2019-01-17 07:33:31 +01:00
Alex Hultman
84bcf4c62f Swap more to UniquePersistent 2019-01-17 06:53:30 +01:00
Alex Hultman
24fe602f50 Wrap up app.post 2019-01-16 22:59:53 +01:00
Alex Hultman
ff37c2a272 Small fix for GCC/Clang 2019-01-16 21:36:35 +01:00
Alex Hultman
3feee30666 Port to Windows 2019-01-16 21:31:17 +01:00
Alex Hultman
810695f32c HttpResponseWrapper refactor 2019-01-14 13:17:08 +01:00
Alex Hultman
80bc15915b Wrap req.getParameter, req.getUrl 2019-01-14 12:44:29 +01:00