Commit Graph
615 Commits
Author SHA1 Message Date
alexhultman-2faandGitHub 7f477f4894 ubuntu-20.04 2020-12-01 05:58:30 +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 a8b33acf7b Fix Http regression from warnings fix 2020-12-01 04:37:43 +01:00
alexhultman-2faandGitHub d97923d974 Update README.md 2020-12-01 03:11:03 +01:00
alexhultman-2faandGitHub b0b6ad4e9d Update README.md 2020-12-01 03:04:21 +01:00
alexhultman-2faandGitHub 8b2d6fb218 Update README.md 2020-12-01 02:44:35 +01:00
alexhultman-2faandGitHub 9e0493f015 Update README.md 2020-12-01 02:03:47 +01:00
Alex Hultman ad1d6fac08 Fix -Wunused-parameter 2020-12-01 01:10:00 +01:00
Alex Hultman cb582461b9 Fix MessageMetadata warnings on old GCC 2020-11-30 23:53:08 +01:00
Alex Hultman 1c5d201846 Fix -Wmissing-field-initializers 2020-11-30 23:37:49 +01:00
Alex Hultman a6a2a648c9 Enable -Wextra with exceptions 2020-11-30 23:22:30 +01:00
Alex Hultman ec2795d341 Fix -Wall warnings 2020-11-30 23:12:38 +01:00
Alex Hultman ad0a961430 Experimental: Fix all signed/unsigned warnings 2020-11-30 23:00:36 +01:00
AndyandGitHub 2530872a1b Add upgrade handler to fix WebSocketBehavior template deduction on old examples (#1131) 2020-11-23 12:14:41 +01:00
ihsinmeandGitHub 72e99519a9 fix access outside the array (#1119) 2020-11-16 17:04:32 +01:00
pavulonandGitHub 2d65df86c7 Update outdated examples (#1116)
Since v18.0.0 req is no longer passed to the "open" handler. You can access it in the "upgrade" handler instead.
2020-10-26 13:08:24 +01:00
Alex HultmanandGitHub b4e08ffb01 Update README.md 2020-10-25 20:58:24 +01:00
Alex HultmanandGitHub 72e26ea483 Update PerMessageDeflate.cpp 2020-10-24 08:28:35 +02:00
Alex HultmanandGitHub f9338395d0 Update README.md 2020-10-24 01:00:59 +02:00
Alex HultmanandGitHub 0c9db95ae3 Update README.md 2020-10-24 00:55:35 +02:00
Alex HultmanandGitHub 4fef0d73e4 Update PerMessageDeflate.cpp 2020-10-23 22:20:03 +02:00
Alex HultmanandGitHub e96a6bdb24 Update README.md 2020-10-23 06:19:52 +02:00
Alex Hultman f7819c6380 Update "read more" 2020-10-23 04:56:24 +02:00
Alex Hultman 21cb4846df Use std::optional in permessage-deflate 2020-10-23 02:16:49 +02:00
Alex Hultman 59a38b3a13 Empty part is not a viable indication of end 2020-10-14 21:59:23 +02:00
Alex Hultman 70d060597e Update uS 2020-10-14 19:18:32 +02:00
Alex HultmanandGitHub 7df5a274e7 Update README.md 2020-10-12 13:15:32 +02:00
Alex HultmanandGitHub c58ed16d38 Update README.md 2020-10-12 13:07:19 +02:00
Alex Hultman 2989189048 Fix up the ParameterParser a bit more 2020-10-11 19:56:35 +02:00
Alex Hultman 1534858928 Add basic ParameterParser 2020-10-11 19:37:04 +02:00
Alex Hultman 86a44710cc Can't use starts_with, also has to strip rn before/after 2020-10-10 19:38:59 +02:00
Alex Hultman 02c2561be4 Add initial multipart parser 2020-10-10 17:54:32 +02:00
Alex HultmanandGitHub 2558003106 Fix embarrassing build errors 2020-09-29 11:27:29 +02:00
Alex HultmanandGitHub 583c6455b9 Who are you calling boomer? 2020-09-29 11:06:17 +02:00
Alex HultmanandGitHub a8d8562bb4 Update README.md 2020-09-28 16:11:12 +02:00
Alex Hultman 7c61122a1a Hex case insensitivity & include guard for QueryParser 2020-09-28 15:48:33 +02:00
Alex Hultman d9e2480590 Add fuzz test for QueryParser 2020-09-28 13:02:54 +02:00
Alex Hultman a1445d9459 Add QueryParser.h for decoding URI queries by key 2020-09-28 12:15:01 +02:00
Alex Hultman 270308f104 Add Loop::setSilent 2020-09-18 23:42:21 +02:00
Martín BlechandGitHub 5507dd5560 Remove unused capture httpContext in onHttp lambda. (#1094) 2020-09-08 19:58:57 +02:00
Alex Hultman 03fca626a9 Fix overflow of triggered topics 2020-09-06 13:05:13 +02:00
Alex HultmanandGitHub 33968490b4 Fix alert introduced in SNI example 2020-09-06 12:38:01 +02:00
Alex Hultman 75b130ef25 Update uSockets 2020-09-05 18:02:32 +02:00
Alex Hultman 47d6e3d921 Use uSockets v0.6.0 2020-09-05 14:45:58 +02:00
Alex Hultman cc27ff5d96 Update ServerName example a bit 2020-09-05 00:09:39 +02:00
Alex Hultman 92b2d2a736 Ignore missingServerName if app failed 2020-09-04 23:40:37 +02:00
Alex HultmanandGitHub f99f20faa9 Update README.md 2020-08-26 04:47:11 +02:00
Alex Hultman 7420c1a09a Update uSockets 2020-08-24 12:39:17 +02:00
Alex HultmanandGitHub 4d79a1877e Stress a bit more of uSockets when fuzzing 2020-08-24 12:28:30 +02:00