Commit Graph
112 Commits
Author SHA1 Message Date
Alex Hultman 415fec3830 Add DEDICATED_DECOMPRESSOR CompressOption 2021-09-28 04:06:49 +02:00
Alex Hultman a924404bed That's definitely not correct either 2021-09-26 20:33:41 +02:00
Alex Hultman 5e1d1f1388 Well that's not correct 2021-09-25 21:43:56 +00:00
Alex Hultman 60939de843 Move TopicTree to the App 2021-09-25 21:24:59 +00:00
Alex Hultman 4243874967 Rewritten pub/sub, v20 2021-09-25 04:46:10 +02:00
Alex Hultman 5df25ffa59 Fix lookupTopic 2021-04-10 22:24:11 +02:00
Alex Hultman 65d1498774 Make conceptual pub/sub changes for v19 2021-04-10 17:22:16 +02:00
Alex Hultman 8089063504 Expose payload to ping/pong events 2021-02-26 01:32:06 +01:00
Alex Hultman 380b3a7134 Make getUserData type safe 2021-02-21 01:31:38 +01:00
Alex Hultman c7805e2e48 Remove uWS namespace specifier 2021-02-20 23:50:50 +01:00
Alex Hultman 23864c371f Reserve maxLifetime for the future 2021-02-19 07:41:40 +01:00
Alex Hultman acbe52518f Remove f2, add ofats::any_invocable 2021-02-19 07:09:55 +01:00
Alex Hultman 49929a6c74 Cheaper timeout system 2021-02-01 23:51:47 +01:00
Alex Hultman 20fbdbb7ae Change defaults 2021-01-31 17:14:53 +00:00
Alex Hultman df7c4bb9f8 Add option sendPingsAutomatically 2021-01-31 12:53:17 +00:00
Alex Hultman 90e61e88fd Add resetIdleTimeoutOnSend 2021-01-27 18:56:24 +01:00
Alex Hultman 12d8b192a1 Add closeOnBackpressureLimit option 2021-01-26 12:18:31 +01:00
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