Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libwebsockets
/
04134742f9df9a66e5484d74f2eb51de20a3bd8e
0413474
cgi: fix overriding 'PATH' environment variable
by Petar Paradzik
· 7 years ago
2e5110e
cgi: provide constants for reason_bf
by Andy Green
· 7 years ago
afc9c0a
cgi: add support for manual chunking of CGI output
by Petar Paradzik
· 7 years ago
5b23b8c
cgi: remove and kill CGI after closing its STDOUT handler
by Petar Paradzik
· 7 years ago
b66e8e1
cgi: fix not getting POLLHUP on fd associated to CGI STDOUT
by Petar Paradzik
· 7 years ago
0bb3646
win32: skip delay in WSAWaitForMultipleEvents if POLLOUT expected
by Mike Messina
· 7 years ago
c60b241
ah: double-check timeouts on all active ah independent of wsi and dump info
by Andy Green
· 7 years ago
58195fb
esp-idf v3: account for optional SHA256 when walking segments
by Andy Green
· 7 years ago
c2abf59
esp32: align build system for esp-idf v3
by Andy Green
· 7 years ago
4b24369
Subject: Mismatched lws_zalloc / free
by Cory McWilliams
· 7 years ago
872e8d7
docs: swap _all_protocol_vhost cut and paste
by Andy Green
· 7 years ago
5da9ce2
ah: reuse at end of transaction has no timeout
by Andy Green
· 7 years ago
b93c057
send content-type when LWS_WITH_RANGES=OFF
by lnmx
· 7 years ago
5a38d88
handle same vh protocol reinsert
by Andy Green
· 7 years ago
a9f74f2
lwsws: remove no longer extant D option from help string
by Andy Green
· 7 years ago
219a367
esp32: allow return of default vhost at init time
by Andy Green
· 7 years ago
93a5b58
lws_callback_all_protocol_vhost_args
by Andy Green
· 7 years ago
040b408
ping test app: avoid FPE when no packets received
by Andy Green
· 7 years ago
16ef37e
close path: make sure a second time timeout and ssl buffered lists are scrubbed
by Andy Green
· 7 years ago
e6bd629
v2.3.0
by Andy Green
· 7 years ago
4a9c23e
coverity 182069: coverity confused by use of bool as array index
by Andy Green
· 7 years ago
c6233ce
coverity 182068: 155650: unnecessary check against illegal NULL
by Andy Green
· 7 years ago
7849c5a
pmd: autobahn fixes
by Andy Green
· 7 years ago
414f114
attack.sh: adapt to changes
by Andy Green
· 7 years ago
855f7e8
log: downgrade logging for ah wait
by Andy Green
· 7 years ago
9f31e94
correct status payload size
by Andy Green
· 7 years ago
855453d
lws_meta: explicitly declare all of lws_protocols members for ESP32
by Andy Green
· 7 years ago
d86641e
libevent: update to use static plugins and work with new libevent2
by Andy Green
· 7 years ago
41c1551
test-server-libuv: add lws_meta
by Andy Green
· 7 years ago
d766c99
dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETION
by Andy Green
· 7 years ago
ba45f7c
ah: allow configurable ah hold timeout
by Andy Green
· 7 years ago
19a320a
http2: remove cmake option leave code in for now
by Andy Green
· 7 years ago
61e5888
client: ipv6 reject when lws_getaddrinfo46 failed
by namowen
· 7 years ago
3562e44
client-fix-header-stash-leak-on-close-before-success
by Andy Green
· 7 years ago
003bd7d
client: fix hdr stash leak
by Andy Green
· 7 years ago
75bbb3b
client: always set port even if sockfd already created
by Andy Green
· 7 years ago
8ccc646
client: fix redirect ssl to ssl
by Andy Green
· 7 years ago
6c09952
url cleaning: leave // after http[s]: alone
by Andy Green
· 7 years ago
09f3947
lws_intptr_t: fix ordering
by Andy Green
· 7 years ago
941e93e
test-server-libuv: also call context_destroy2 when using foreign loop
by Andy Green
· 7 years ago
c9da1ff
appveyor: remove cache
by Andy Green
· 7 years ago
ad15082
coverity-181580: supposedly dead code
by Andy Green
· 7 years ago
2d313bd
coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happy
by Andy Green
· 7 years ago
3526fde
coverity 181573: false positive since lws_is_ssl returns a bool
by Andy Green
· 7 years ago
bd1dd7e
coverity 181576: remove dead code to keep coverity happy
by Andy Green
· 7 years ago
1690581
coverity 181574: confirm uri_ptr non-null before deref
by Andy Green
· 7 years ago
3c360d5
coverity 181579: check result of malloc as intended
by Andy Green
· 7 years ago
8a4881a
coverity 181575: check vhost iface non-null if using via bind_iface
by Andy Green
· 7 years ago
6f11c13
lws-meta
by Andy Green
· 7 years ago
3b0066c
close: make close notification go through writable
by Andy Green
· 7 years ago
faa1526
lws-vhost-destroy
by Andy Green
· 7 years ago
632a0ac
clean: fixes for appveyor warnings
by Andy Green
· 7 years ago
dbd9262
ah: enforce waiting list detach
by Andy Green
· 7 years ago
d5f960f
valgrind: avoid complaints from plugin loading
by Andy Green
· 7 years ago
5106e91
explicit vhosts: only check context for flag
by Andy Green
· 7 years ago
61cc618
Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_WITH_NO_LOGS=ON.
by Jesse Engle
· 7 years ago
3077b77
valgrind: stop openssl still reachable complaints
by Andy Green
· 7 years ago
81d5899
valgrind: fix leak in caps handling
by Andy Green
· 7 years ago
a150072
libuv: add helper for clean valgrind with foreign loop
by Andy Green
· 7 years ago
ffa5898
esp32: increase dir depth for include bodge
by Andy Green
· 7 years ago
6f2a470
test-html: unify ws open function
by Andy Green
· 7 years ago
e2a926d
linkedlist helpers
by Andy Green
· 7 years ago
05d74e4
mirror: multiple mirror contexts by mirror= url arg
by Andy Green
· 7 years ago
1b41322
test server: only init ssl when --ssl in use
by Andy Green
· 7 years ago
9b4fa24
client: reject init_client_ssl more than once
by Andy Green
· 7 years ago
7262e14
lws_intptr_t
by Andy Green
· 7 years ago
6a89c7e
lws_return_http_status: if not in HTTP/2, restrict to a single write
by Andy Green
· 7 years ago
ff9a24d
parsing: if we ended on a set of headers and read a new buffer mark as more_rx_waiting to avoid dropping the ah
by Andy Green
· 7 years ago
e4d8acc
client: use right state machine
by Boutoukoat
· 7 years ago
a637d8f
file serve: defer transaction completed to HTTP_FILE_COMPLETION
by Andy Green
· 7 years ago
8f4f692
ah: require parsing complete before detach
by Andy Green
· 7 years ago
0b629d4
test-server-libev: disable Werror just on server-libev.c to workaround libev dirt
by Andy Green
· 7 years ago
0e222ab
test-server-libuv: add missing call to lws_context_destroy2()
by Andy Green
· 7 years ago
5939d3a
test servers: convert to static inclusion of plugins
by Andy Green
· 7 years ago
55d9037
test-server-status: increase tx size to avoid WRITEABLE loops
by Andy Green
· 7 years ago
bd23a40
transaction_completed: ignore if parsing not complete
by Andy Green
· 7 years ago
47da966
test-server-http: no need to complete transaction early since FILE_COMPLETION will do it
by Andy Green
· 7 years ago
04830cc
ah reset: enforce reset of parsing_complete
by Andy Green
· 7 years ago
eb7233a
WITH_STATS: remove accidental dependency on ssl
by Andy Green
· 7 years ago
34ef974
serving: protect file sending from downgrading to waiting pipelined headers
by Andy Green
· 7 years ago
12a9592
cmake: fix logic for individual test client build disable
by Andy Green
· 7 years ago
ede9ad2
client: add libuv support to lws_client_reset
by Andy Green
· 7 years ago
abc2a5c
windows: SO_EXCLUSIVEADDRUSE
by Andy Green
· 7 years ago
d6394b6
client ssl: remove now meaningless check for non-server vhost
by Andy Green
· 7 years ago
c70f669
client: getaddrinfo refactor
by Andy Green
· 7 years ago
3ff720f
support openssl info callback
by Andy Green
· 7 years ago
1725332
pkgconfig
by Andy Green
· 7 years ago
be4efcf
Subject: LWS_UNUSED
by Sergey Kovalevich
· 7 years ago
31e26a4
esp32: make button debounce also available in factory
by Andy Green
· 7 years ago
1e762dc
esp32: add ar ranlib and linker cross paths
by Andy Green
· 7 years ago
581b86e
HTTP_PROXY: make usable
by Andy Green
· 7 years ago
449eec9
client: add iface in connection info, dont use vhost iface
by Andy Green
· 7 years ago
af718ff
LWS_WITH_NO_LOGS: take care about unused array for log generation
by Andy Green
· 7 years ago
0be9e98
win32: enable 64-bit file lengths
by WebsocketUser
· 7 years ago
568aae9
Subject: Fix compile error in GCC 4.1.2
by Leonardo Maccari Rufino
· 7 years ago
02638f6
large files: convert content-length to use lws_filepos_t
by Andy Green
· 7 years ago
37053b3
content-length api: unsigned long to lws_filepos_t
by Andy Green
· 7 years ago
393b38a
Subject: Support to bind accepted socket to device on Linux
by Leonardo Maccari Rufino
· 7 years ago
156363f
capabilities support
by Andy Green
· 7 years ago
af7f943
Subject: windows: support to bind to a specific IPv6 address
by Leonardo Maccari Rufino
· 7 years ago
Next »