8000 Tags · xillion/libwebsockets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xillion/libwebsockets

Tags

v4.1.5

Toggle v4.1.5's commit message
libuv: context creation fails via destroy

When using a foreign libuv loop, context creation may fail after adding
handles to the foreign loop... if so, it can no longer deal with the
fatal error by unpicking the created context and returning NULL... it
has to brazen it out with a half-baked context that has already started
the destroy flow and allow the foreign loop to close out the handles
the usual way for libuv.

warmcat#2129

v4.1.3

Toggle v4.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
minimal: smp + foreign: libuv foreign loops

AG: various fixes and adaptation of test protocol to use ring lock
to protect global wsi list against modifications from other threads
while in use

v4.1.2

Toggle v4.1.2's commit message
sspc: http map proxying fixes

v4.1.1

Toggle v4.1.1's commit message
cmake: use -Wuninitialized only for GCC >= 4.4

It doesn't work with 4.3.3

v4.0.21

Toggle v4.0.21's commit message
cmake: qnx adaptations

warmcat#2034

v4.1.0-rc2

Toggle v4.1.0-rc2's commit message
test-apps: dont build extension support if LWS_WITHOUT_EXTENSIONS

v4.1.0-rc1

Toggle v4.1.0-rc1's commit message
changelog: prepare for v4.1

0