summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-16ws-server: restrict returned Sec-Websocket-Protocol to the chosen name onlytizen_4.0.m1_releasesubmit/tizen_unified/20170308.100414submit/tizen_3.0/20161219.052244submit/tizen_3.0/20161219.052217submit/tizen_3.0.m2/20170104.093753submit/tizen/20161219.052346accepted/tizen/wearable/20161219.225107accepted/tizen/unified/20170309.040104accepted/tizen/tv/20161219.225048accepted/tizen/mobile/20161219.225030accepted/tizen/ivi/20161219.225127accepted/tizen/common/20161219.152124accepted/tizen/3.0/wearable/20161220.010508accepted/tizen/3.0/tv/20161220.010450accepted/tizen/3.0/mobile/20161220.010434accepted/tizen/3.0/ivi/20161220.010528accepted/tizen/3.0/common/20161220.101248accepted/tizen/3.0.m2/wearable/20170105.025032accepted/tizen/3.0.m2/tv/20170105.024907accepted/tizen/3.0.m2/mobile/20170105.024727tizen_3.0_tvtizen_3.0.m2accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileAndy Green1-1/+6
2016-12-16Remove win32portDmitry Kovalenko37-14407/+0
2016-12-16Add packaging code and LICENSEDmitry Kovalenko3-0/+84
2016-12-12client: avoid possible NULL deref on error pathupstream/1.7.9upstream_210817Andy Green1-1/+4
2016-11-29ws-server: restrict returned Sec-Websocket-Protocol to the chosen name onlyAndy Green1-5/+2
2016-11-15client: protect againt losing ah by lws_client_connect_2Andy Green1-0/+5
2016-11-03Remove the cleanup functions with OpenSSL 1.1.Peter Pentchev1-0/+4
2016-10-08travis: explicitly point to openssl on osxAndy Green1-1/+2
2016-10-08docs: explain lws_write handling of truncated sends betterAndy Green1-0/+17
2016-09-27windows: fix snprintf vs _snprintfAndy Green1-1/+1
2016-09-27appveyor: get nsis from libwebsockets.orgAndy Green1-1/+2
2016-09-27appveyor: get windows openssl from libwebsockets.orgAndy Green1-1/+1
2016-09-27travis: update to trusty for CMake versionAndy Green1-0/+1
2016-09-27Added option to build the static library with PICBrown, Matthew1-1/+6
2016-09-16CMakeLists: move config file generation to after LWS_HAVE_OPENSSL_ECDH_HFabrice GILOT1-10/+12
2016-09-15v1.7.9Andy Green4-4/+49
2016-09-15lws_snprintfAndy Green6-6/+39
2016-06-13fix for https connection codeGadkari Mugdha2-4/+12
2016-06-07client CONNECTION_ERROR also allow in LWSS_CLIENT_UNCONNECTEDAndy Green1-1/+3
2016-05-13Fix leak caused by undestroyed pthread mutexSterling Jensen2-0/+9
2016-05-12v1.7.8Andy Green3-2/+23
2016-05-12check oom on lws_mallocAndy Green2-0/+6
2016-05-07appveyor openssl 1.0.2hAndy Green1-2/+2
2016-05-07fix %3d handling in path part and add attack.shAndy Green2-3/+14
2016-05-05recv revert treating zero as hangupAndy Green1-1/+1
2016-05-03client provide user_space on LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADERAndy Green1-1/+1
2016-05-03v1.7.7Andy Green3-2/+19
2016-05-03client fix reaction to tls failureAndy Green5-4/+33
2016-04-30Add warn_unused_result check, attribute only supported by GCC 3.4 or laterPatrick Farrell1-1/+8
2016-04-23Android needs sys/resource.hAlexander Bruines1-0/+1
2016-04-23v1.7.6Andy Green3-2/+22
2016-04-22cruft remove sigusr2 handlingAndy Green1-17/+0
2016-04-22client account for retriesAndy Green1-0/+3
2016-04-21Update libwebsockets.hhgrundy1-1/+1
2016-04-14recv treat zero return as errorJustin Chen1-1/+1
2016-04-08windows snprintf is _snprintfMeir Yanovich1-0/+2
2016-04-08android fix rlimitGalen Ma1-1/+14
2016-04-07urldecode forbid malformedAndy Green3-47/+532
2016-04-07libuv add idle processing to force service where neededAndy Green4-3/+43
2016-04-07lws_service_adjust_timeout optimizeAndy Green1-5/+4
2016-04-05revert 622d9f2 ssl pending handcrankAndy Green1-4/+0
2016-04-05win32 libuv build notesMeir Yanovich1-0/+9
2016-04-05win32 needs strange strftime argsMeir Yanovich1-0/+4
2016-04-05libuv win32 fixes 2Meir Yanovich2-4/+7
2016-04-05libuv win32 fixesAndy Green3-4/+19
2016-04-02uri processing reject paths not starting with slashAndy Green1-0/+8
2016-04-01v1.7.5Andy Green3-3/+27
2016-04-01test server align rxbuf with permessage deflate rx buf sizeAndy Green5-15/+60
2016-03-30Fix build with musl libcV.Krishn2-2/+0
2016-03-29revert cmake remove targets from install pathAndy Green2-1/+9