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

Commit graph

  • e59908e7fc Subject: [PATCH] Add LWS_LIBRARY_VERSION_NUMBER to lws_config.h. Roger A. Light 2015-12-14 17:25:29 +00:00
  • 8d326c3fd1 Merge b2c3ba03c4 into ea592fa869 Andrey H 2015-12-15 11:47:12 +00:00
  • ea592fa869 Fix corruption of close reason code in close frame Andrejs Hanins 2015-12-15 13:31:23 +02:00
  • 3decfe60ab mbed3 use new upstream mbed3 nagle disable Andy Green 2015-12-15 19:46:28 +08:00
  • b2c3ba03c4 Fix corruption of close reason code in close frame Andrejs Hanins 2015-12-15 13:31:23 +02:00
  • a6046cd130 Add LWS_LIBRARY_VERSION_NUMBER to lws_config.h. Roger A. Light 2015-12-14 17:25:29 +00:00
  • 38f3225b22 uriencoding deal with0uriencoded question mark properly Andy Green 2015-12-14 19:42:26 +08:00
  • ab4a94dd46 win align to recent changes Andy Green 2015-12-14 11:34:00 +08:00
  • 1fa7685a28 mbed3 align to recent changes Andy Green 2015-12-14 11:17:16 +08:00
  • c718ff30d8 Refactoring conditional directives for if wrappers wmarquesr 2015-12-13 20:36:41 -03:00
  • 40110e84ab whitespace trailing mass cleanout Andy Green 2015-12-14 08:52:03 +08:00
  • d1f941029d Merge 5b568ecc2f into a01fb52d09 wmarquesr 2015-12-13 23:53:54 +00:00
  • a01fb52d09 libev take care about const context where possible Andy Green 2015-12-14 07:51:15 +08:00
  • 5b568ecc2f Refactoring conditional directives for if wrappers. wmarquesr 2015-12-13 20:36:41 -03:00
  • 3f59996e67 changelog update file api about wsi Andy Green 2015-12-14 07:21:42 +08:00
  • 3f62870e67 introduce lws_wsi_user Andy Green 2015-12-14 07:16:32 +08:00
  • 1a366bf946 changelog explain protocols related api changes Andy Green 2015-12-14 07:02:51 +08:00
  • 891628b33c lws_plat_fd add wsi to fops and helpers Andy Green 2015-12-11 13:12:58 +08:00
  • d2ac22c27a make protocols const require explicit context API BREAK Andy Green 2015-12-11 10:45:35 +08:00
  • 8203be6742 lws_get_ctx conversion Andy Green 2015-12-11 09:36:14 +08:00
  • 0161f01082 win open flags 3 lsb are not bitfields Andy Green 2015-12-14 06:40:53 +08:00
  • a951396cc2 Revert using AI_V4MAPPED flag to getaddrinfo for Android Yusuke Ishiguro 2015-12-11 18:10:02 +09:00
  • 94f5930f95 Revert using AI_V4MAPPED flag to getaddrinfo for Android Yusuke Ishiguro 2015-12-11 18:10:02 +09:00
  • 2feb36c837 fix and trigger travis ci SoapyMan 2015-12-10 13:15:54 +06:00
  • 83411b5c7d add lws_filefd_type SoapyMan 2015-12-10 12:39:28 +06:00
  • 21da5613c6 windows fcntl.h Andy Green 2015-12-10 13:21:07 +08:00
  • f4ec258183 fix some mistakes SoapyMan 2015-12-10 11:11:46 +06:00
  • cca0d7d27f LWS_O_RDONLY to hide perversions Andy Green 2015-12-10 13:03:10 +08:00
  • 4812551234 osx fix unsigned signed compare error 2 Andy Green 2015-12-10 13:00:15 +08:00
  • d1c6d0bb06 windows use right perversion flgs Andy Green 2015-12-10 12:56:46 +08:00
  • 95181d96a7 osx fix unsigned signed compare error Andy Green 2015-12-10 12:50:10 +08:00
  • 2fbae22e45 fix build SoapyMan 2015-12-10 10:11:02 +06:00
  • 770e690e1b Merge 0d0f40bab0 into 4fee9de6bc Ilya Shurumov 2015-12-10 04:07:15 +00:00
  • 0d0f40bab0 fix build SoapyMan 2015-12-10 10:06:55 +06:00
  • dc3cdb68f1 Revert "update cmakelists" SoapyMan 2015-12-10 09:09:24 +06:00
  • 436ecb8bec use lws_plat_file_* instead of compatible_file_* fix linux and mbed SoapyMan 2015-12-10 09:08:52 +06:00
  • 4e442b7743 lws_plat_fd implement platform default handlers Andy Green 2015-12-10 07:58:58 +08:00
  • 11260dac18 lws_plat_fd introduce struct SoapyMan 2015-12-10 07:52:31 +08:00
  • 4e512dd3a9 test client remove spamming delays Andy Green 2015-12-10 11:01:20 +08:00
  • 510c3c86c0 clean comment style in libwebsockets.h Andy Green 2015-12-10 07:50:51 +08:00
  • 4fd5ce3361 armour libwebsockets.h also put notices on abi structs in there Andy Green 2015-12-10 07:24:20 +08:00
  • 4386e36b0b plat combine inits into single lws_plat_init and provide info Andy Green 2015-12-10 07:14:16 +08:00
  • bf0c8ee5cc Merge b6e76c0345 into 4fee9de6bc Yusuke Ishiguro 2015-12-09 11:05:49 +00:00
  • 4fee9de6bc Subject: [PATCH] fixed not to use IPv4-mapped address for IPv6 only node Yusuke Ishiguro 2015-12-09 19:24:44 +09:00
  • b6e76c0345 fixed not to use IPv4-mapped address for IPv6 only node Yusuke Ishiguro 2015-12-09 19:24:44 +09:00
  • 419548ba73 Merge branch 'master' of https://github.com/warmcat/libwebsockets SoapyMan 2015-12-09 14:42:45 +06:00
  • cb0cbfaec1 test client bit more cleaning Andy Green 2015-12-09 08:07:38 +08:00
  • 59b4868455 Merge ddb1dba178 into 8266450ba2 ABruines 2015-12-08 23:31:54 +00:00
  • 8266450ba2 Access to wsi->ssl at LWS_CALLBACK_ESTABLISHED Alexander Bruines 2015-12-08 23:31:37 +01:00
  • e97378960f test client reconnect if server disappears Andy Green 2015-12-09 07:10:03 +08:00
  • ddb1dba178 Access to SSL Alexander Bruines 2015-12-08 23:31:37 +01:00
  • 2ee910b31d Merge fac63ba3b5 into ee435adb7c Yusuke Ishiguro 2015-12-08 12:17:53 +00:00
  • ee435adb7c fixed to initialize sockaddr_in6 by zero Yusuke Ishiguro 2015-12-08 19:57:19 +09:00
  • fac63ba3b5 fixed to initialize sockaddr_in6 by zero Yusuke Ishiguro 2015-12-08 19:57:19 +09:00
  • ac19bf6801 soname bump Andy Green 2015-12-08 11:06:28 +08:00
  • dc0731b3a5 armour libwebsockets.h against careless enum changes affecting abi Andy Green 2015-12-08 11:04:19 +08:00
  • 90a0dd6b75 cmake additionally install cmake config Charles Prevot 2015-12-08 10:26:57 +08:00
  • 0fd63763f6 coverity 155650 medium possible write to null pointer Andy Green 2015-12-06 11:07:41 +08:00
  • e96b2c680a coverity 155649 medium possible write to null pointer Andy Green 2015-12-06 11:04:05 +08:00
  • ef951221d6 coverity 155648 low dead code daemonize disabled Andy Green 2015-12-06 11:00:36 +08:00
  • 9b780806f0 travis coverity update Andy Green 2015-12-06 10:43:02 +08:00
  • 576d3ec0df clean more whitespace 5 Andy Green 2015-12-06 10:05:37 +08:00
  • dc8a3a817a clean more whitespace 4 Andy Green 2015-12-06 09:15:27 +08:00
  • d478fb8c38 clean more whitespace 3 Andy Green 2015-12-06 08:40:00 +08:00
  • 1cc03887f4 clean reduce windows build warnings Andy Green 2015-12-06 08:00:03 +08:00
  • 6ab6ee2c0f more server close processing error handling precisions Andy Green 2015-12-06 06:39:51 +08:00
  • 819d418bf2 server socket service close when detected do right thing Andy Green 2015-12-06 05:55:52 +08:00
  • d607bb9bfe clean more whitespace 2 Andy Green 2015-12-06 05:52:09 +08:00
  • e53f2ed5e6 clean more whitespace Andy Green 2015-12-05 21:51:47 +08:00
  • f012c4423c server socket service close fix fail detect Andy Green 2015-12-05 21:52:16 +08:00
  • dd6aaa898f windows align lws_service_fd return processing with unix Andy Green 2015-12-05 09:38:50 +08:00
  • dc6e47cafc cleanups after api changes and mbed update Andy Green 2015-12-04 16:54:12 +08:00
  • 9c9f2180f3 attack.sh update for test server changes Andy Green 2015-12-04 12:04:59 +08:00
  • cef609df80 fix Uri Args header name Andy Green 2015-12-04 11:57:48 +08:00
  • 02d60d6d21 api rationalization fix replaces in compatibility defines Andy Green 2015-12-04 11:34:49 +08:00
  • 5c9660da61 clean tidy the worst whitespace alignment probs due to mass token name length changes Andy Green 2015-12-04 11:30:53 +08:00
  • 4b85c1d4ac api rationalization: eliminate all libwebsocket[s]_ prefixes Andy Green 2015-12-04 11:08:32 +08:00
  • 6d41720233 api rationalization add cmake switch to export old api wrappers Andy Green 2015-12-04 10:39:23 +08:00
  • 3ef579b4f9 api rationalization eliminate oldstyle internal api names Andy Green 2015-12-04 09:23:56 +08:00
  • 6230476455 api rationalization use new names internally Andy Green 2015-12-04 08:43:54 +08:00
  • 29a44cf2ab api rationalization: introduce public api compatibility defines Andy Green 2015-12-04 07:55:17 +08:00
  • 112f9806ac assert.h move to private header Andy Green 2015-12-04 07:22:44 +08:00
  • 0d916315a8 Merge b6d282fffc into bb085dab04 Peter Pentchev 2015-12-03 14:33:20 +00:00
  • bb085dab04 Fix some minor typos. Peter Pentchev 2015-12-03 15:55:11 +02:00
  • b6d282fffc Fix some minor typos. Peter Pentchev 2015-12-03 15:55:11 +02:00
  • 972eaf91a0 ssl zero return indicates shutdown Andy Green 2015-12-03 21:37:34 +08:00
  • 622d9f2ff3 Handle pending SSL reads which would otherwise not trigger a POLLIN. Andrew Canaday 2015-12-02 15:13:56 -05:00
  • ad2248a207 ssl set ssl to NULL on close Andrew Canaday 2015-12-03 09:44:15 +08:00
  • a9355f99cb Merge 9616c9a8e6 into 765914cab1 Andrew Canaday 2015-12-02 20:28:07 +00:00
  • 9616c9a8e6 Last clumsy act of consideration: jump beyond if Andrew Canaday 2015-12-02 15:27:37 -05:00
  • 9a6d16d88c Fixed formatting and corrected pending double-check. Andrew Canaday 2015-12-02 15:26:10 -05:00
  • 08ebfa5237 Handle pending SSL reads which would otherwise not trigger a POLLIN. Andrew Canaday 2015-12-02 15:13:56 -05:00
  • 765914cab1 Allow zero-length pong to be received by server Andrejs Hanins 2015-12-01 14:44:33 +02:00
  • 1c6c2119ed Allow zero-length pong to be received by server Andrejs Hanins 2015-12-01 14:44:33 +02:00
  • cb62498f23 Merge 0bbedb9c2e into abc8635824 Andrew Canaday 2015-11-29 12:18:31 +00:00
  • abc8635824 osx clang blows up if pthreads flag at link time 2 Andy Green 2015-11-29 20:17:49 +08:00
  • 09b8a71b14 osx clang blows up if pthreads flag at link time Andy Green 2015-11-29 19:41:13 +08:00
  • f411d8e1d8 Define 'daemonize' flag if LWS_NO_DAEMONIZE is not defined. Andrew Canaday 2015-11-29 19:32:02 +08:00
  • f7e686c742 Merge 58fa47a503 into ffe64567da Andrew Canaday 2015-11-29 11:26:19 +00:00
  • ffe64567da C89 tweaks as per #348. Andrew Canaday 2015-11-29 19:26:01 +08:00