1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Commit graph

  • 6e7b79b263 lwsws specifically signed char return lejp Andy Green 2016-04-09 09:32:01 +08:00
  • 0a183545b2 lwsws conf and plugins convert to libuv apis Andy Green 2016-04-09 07:22:40 +08:00
  • e01a551a17 vhost if explicit vhosts only enable protocols with pvo mentions Andy Green 2016-04-12 16:41:31 +08:00
  • 7b5aac6c29 Merge 900ef43ea4 into 33efad6df7 Yeonjun Lim 2016-04-12 08:48:20 +00:00
  • 900ef43ea4 Support for abstract socket Yeonjun Lim 2016-04-10 13:19:16 +09:00
  • ced4e8214c Add unix domain socket Yeonjun Lim 2016-03-30 22:47:02 -07:00
  • 33efad6df7 ssl server init failure info Andy Green 2016-04-12 09:02:32 +08:00
  • 49639b91f4 vhost if explicit vhosts only enable protocols with pvo mentions Andy Green 2016-04-12 16:41:31 +08:00
  • bcd762b4c9 vhost keepalive timeout Andy Green 2016-04-12 16:26:03 +08:00
  • 52865a4e16 cgi fix pipe descriptor leak Andy Green 2016-04-12 08:29:08 +08:00
  • eefef2cfd9 ssl store vhost in ssl private data not context Andy Green 2016-04-12 07:59:53 +08:00
  • 8af0782d9e cgi post Andy Green 2016-04-11 07:50:22 +08:00
  • 2a0cc2c47d lwsws cgi QUERY_STRING fixes Andy Green 2016-04-10 16:13:37 +08:00
  • dbb417815d http2 update integration Andy Green 2016-04-10 09:33:54 +08:00
  • 7ca7443ac2 lwsws cgi integration Andy Green 2016-04-09 12:24:36 +08:00
  • 575ab335de lwsws specifically signed char return lejp Andy Green 2016-04-09 09:32:01 +08:00
  • 54a38e76f2 lwsws conf and plugins convert to libuv apis Andy Green 2016-04-09 07:22:40 +08:00
  • d459a6fadc lwsws redirect and correct vhost selection before accept Andy Green 2016-04-08 18:30:45 +08:00
  • 37098ae2a2 lwsws protocol filter and options Andy Green 2016-04-08 13:25:34 +08:00
  • efcf496b45 windows snprintf is _snprintf Meir Yanovich 2016-04-08 16:11:27 +08:00
  • c06ea5c7d7 windows snprintf is _snprintf Meir Yanovich 2016-04-08 16:07:46 +08:00
  • 1458e7079c android fix rlimit Galen Ma 2016-04-08 16:04:58 +08:00
  • da77a6007d android fix rlimit Galen Ma 2016-04-08 16:02:59 +08:00
  • c5376b141a extensions add api for user code option manipulation Andy Green 2016-04-08 09:45:49 +08:00
  • 82753d8db6 urldecode forbid malformed Andy Green 2016-04-07 18:57:28 +08:00
  • 3564e3d5e9 libuv add idle processing to force service where needed Andy Green 2016-04-06 09:25:46 +08:00
  • 101bd4272a lws_service_adjust_timeout optimize Andy Green 2016-04-06 09:39:48 +08:00
  • 150233d61f urldecode forbid malformed Andy Green 2016-04-07 10:08:35 +08:00
  • fd12fc2781 plugins also link lwsws against websockets_shared Andy Green 2016-04-07 03:10:54 +08:00
  • 8d21c350fc plugins link libwebsockets dynamically Denis Osvald 2016-04-06 18:07:37 +02:00
  • 020770566e plugins Andy Green 2016-04-06 16:15:40 +08:00
  • 09998e3ad8 libuv add idle processing to force service where needed Andy Green 2016-04-06 09:23:16 +08:00
  • e8009155ba lws_service_adjust_timeout optimize Andy Green 2016-04-06 08:36:30 +08:00
  • c4f99662ae Merge 91e942a922 into f566f8b73a dosvald 2016-04-06 18:35:07 +00:00
  • f566f8b73a plugins link libwebsockets dynamically Denis Osvald 2016-04-06 18:07:37 +02:00
  • 91e942a922 plugins link libwebsockets dynamically Denis Osvald 2016-04-06 18:07:37 +02:00
  • e76ca86517 plugins Andy Green 2016-04-06 16:15:40 +08:00
  • c32e89ab96 libuv add idle processing to force service where needed Andy Green 2016-04-06 09:23:16 +08:00
  • aaccb796e8 lws_service_adjust_timeout optimize Andy Green 2016-04-06 08:36:30 +08:00
  • 003bdc0c94 Merge 31e6be23a3 into 5d2b4cccaf dosvald 2016-04-05 23:59:50 +00:00
  • 5d2b4cccaf From 31e6be23a3 Mon Sep 17 00:00:00 2001 Subject: [PATCH] uri parsing: fix percent interaction with dotdot Denis Osvald 2016-04-05 18:42:28 +02:00
  • e5e84fd239 From 208d4e0b75 Mon Sep 17 00:00:00 2001 Subject: [PATCH] uri parsing: improve dot-dot handling Denis Osvald 2016-04-04 15:38:15 +02:00
  • cac012f46c uri parsing: fix percent interaction with dotdot Denis Osvald 2016-04-05 18:42:28 +02:00
  • b6cce7d8a3 Subject: [PATCH] uri parsing: improve dot-dot handling Denis Osvald 2016-04-04 15:38:15 +02:00
  • 0ae240b95f Add warn_unused_result check, attribute only supported by GCC 3.4 or later. Patrick Farrell 2016-04-05 16:59:07 -04:00
  • 31e6be23a3 uri parsing: fix percent interaction with dotdot Denis Osvald 2016-04-05 18:42:28 +02:00
  • 208d4e0b75 uri parsing: improve dot-dot handling Denis Osvald 2016-04-04 15:38:15 +02:00
  • 096bb37fd4 Merge b8bb978c68 into 9ec343d795 dosvald 2016-04-05 11:52:18 +00:00
  • 9ec343d795 revert 622d9f2 ssl pending handcrank Andy Green 2016-04-05 19:51:55 +08:00
  • 900204e3af win32 libuv build notes Meir Yanovich 2016-04-05 19:51:43 +08:00
  • ec81fd460b win32 needs strange strftime args Meir Yanovich 2016-04-05 19:51:25 +08:00
  • 513580d1bd revert 622d9f2 ssl pending handcrank Andy Green 2016-04-05 19:43:07 +08:00
  • 2e15d0ad57 win32 libuv build notes Meir Yanovich 2016-04-05 19:19:46 +08:00
  • d5ff4bf1bc win32 needs strange strftime args Meir Yanovich 2016-04-05 19:15:34 +08:00
  • b1f80eeeb7 libuv win32 fixes 2 Meir Yanovich 2016-04-05 07:31:16 +08:00
  • 934cc80d95 libuv win32 fixes Andy Green 2016-04-05 07:31:11 +08:00
  • a19ff9b24d uri processing reject paths not starting with slash Andy Green 2016-04-02 07:36:17 +08:00
  • 45dead99e0 libuv report init failure Andy Green 2016-04-01 16:57:00 +08:00
  • f29fbdf78a test server libevuv set LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT on ssl Andy Green 2016-04-01 16:44:01 +08:00
  • b8bb978c68 uri parsing: improve dot-dot handling Denis Osvald 2016-04-04 15:38:15 +02:00
  • 8b83266301 uri processing reject paths not starting with slash Andy Green 2016-04-02 08:03:48 +08:00
  • 9694ebefe8 libuv win32 fixes 2 Meir Yanovich 2016-04-01 15:56:48 +08:00
  • e3e89a7241 v1.7.5 v1.7.5 Andy Green 2016-04-01 09:45:57 +08:00
  • 8cd06ca315 test server align rxbuf with permessage deflate rx buf size Andy Green 2016-04-01 09:30:09 +08:00
  • 1c428c3154 test server align rxbuf with permessage deflate rx buf size Andy Green 2016-04-01 08:43:13 +08:00
  • bbcd24167f libuv win32 fixes Andy Green 2016-03-31 20:11:53 +08:00
  • 02ff145f50 cmake libuv fix include forcing path Andy Green 2016-03-31 08:33:47 +08:00
  • 7d5b1531ef Fix build with musl libc V.Krishn 2015-03-08 09:35:27 +00:00
  • 1ba878cdd5 Fix build with musl libc V.Krishn 2015-03-08 09:35:27 +00:00
  • 1eae843e55 Fix build with musl libc V.Krishn 2015-03-08 09:35:27 +00:00
  • 674609e69a revert cmake remove targets from install path Andy Green 2016-03-29 21:49:47 +08:00
  • 1a3f17700e mbedtls and polarssl first part Andy Green 2016-03-28 19:58:02 +08:00
  • f632e449de revert cmake remove targets from install path Andy Green 2016-03-29 18:27:32 +08:00
  • 7fe02e3af5 ssl split out common server and client ssl sources Andy Green 2016-03-29 08:51:42 +08:00
  • eefb13a0a7 ssl migrate client pieces to ssl.c Andy Green 2016-03-28 12:43:55 +08:00
  • cd0c696a0d lwsws Libwebsockets Web Server Andy Green 2016-03-28 10:12:37 +08:00
  • d526c50c22 introduce vhosts Andy Green 2016-03-28 10:10:43 +08:00
  • e2cf3e1cc0 SNI for server side: receive callback Andy Green 2016-03-23 13:04:58 +08:00
  • b45054ed39 http2 build with alpn capable ssl no debug Andy Green 2016-03-25 21:03:01 +08:00
  • 476329f3f8 http2 build with alpn capable ssl no debug Andy Green 2016-03-25 21:00:41 +08:00
  • c6fd360160 LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to runtime ssl disable Andy Green 2016-03-23 09:22:11 +08:00
  • 3d033984f5 libuv: handle signals only if requested Denis Osvald 2016-03-22 15:19:10 +01:00
  • 2433e5b901 Merge b5ec01dd51 into f107e4bb85 dosvald 2016-03-22 23:51:23 +00:00
  • f107e4bb85 libuv: sigint API cleanup Denis Osvald 2016-03-22 14:04:15 +01:00
  • de9f794b27 libuv: handle signals only if requested Denis Osvald 2016-03-22 15:19:10 +01:00
  • b5ec01dd51 libuv: sigint API cleanup Denis Osvald 2016-03-22 14:04:15 +01:00
  • 3e5c9a309c libuv: handle signals only if requested Denis Osvald 2016-03-22 15:19:10 +01:00
  • 18c328a631 v1.7.4 v1.7.4 Andy Green 2016-03-22 09:19:32 +08:00
  • 1a13885afd cgi env Andy Green 2016-03-20 11:55:25 +08:00
  • 1e5a9ad2dc proxy rewrite Andy Green 2016-03-20 11:59:53 +08:00
  • 5c8906e931 client chunked transfer encoding Andy Green 2016-03-13 16:44:19 +08:00
  • c3c2d6d953 cgi header processing Andy Green 2016-03-09 07:41:59 +08:00
  • 7dbdb776d9 b64decode correct decode of some strings Andy Green 2016-03-19 07:48:24 +08:00
  • 8007cc6829 b64decode correct decode of some strings Andy Green 2016-03-19 07:43:22 +08:00
  • 7bc87ab662 clean signed mismatches and protect ssl specific code Andy Green 2016-03-18 23:55:59 +08:00
  • cea07d6f1f lws_write restrict chunk size Alex Hultman 2016-03-18 15:02:27 +08:00
  • a6e09c8771 Merge f04d1d0b2d into 599cad9436 Alex Hultman 2016-03-18 04:45:30 +00:00
  • f04d1d0b2d Do not send longer fragments than rx_buffer_size Alex Hultman 2016-03-18 05:42:56 +01:00
  • 05f4b17a6a uv: Treat all errors as hangup, except for UV_EAGAIN Alex Hultman 2016-03-18 00:40:38 +01:00
  • 0f9904fedf ssl option for auto redir to https Andy Green 2016-03-17 15:26:49 +08:00