index
:
platform/upstream/libwebsockets
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/wangbiao/rpm_upgrade
tizen
tizen_210817
tizen_3.0
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_4.0_121017
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_tmp
upstream
upstream_2.0.3
upstream_210817
Domain: Network & Connectivity / Data Network; Licenses: ETC;
cheoleun moon <chleun.moon@samsung.com>, seonah moon <seonah1.moon@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-28
log: downgrade logging for ah wait
Andy Green
1
-4
/
+3
2017-07-28
correct status payload size
Andy Green
1
-1
/
+1
2017-07-27
lws_meta: explicitly declare all of lws_protocols members for ESP32
Andy Green
1
-0
/
+1
2017-07-27
libevent: update to use static plugins and work with new libevent2
Andy Green
2
-226
/
+228
2017-07-27
test-server-libuv: add lws_meta
Andy Green
1
-0
/
+3
2017-07-27
dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETION
Andy Green
1
-0
/
+6
2017-07-26
ah: allow configurable ah hold timeout
Andy Green
4
-0
/
+14
2017-07-25
http2: remove cmake option leave code in for now
Andy Green
2
-2
/
+1
2017-07-25
client: ipv6 reject when lws_getaddrinfo46 failed
namowen
1
-0
/
+8
2017-07-21
client-fix-header-stash-leak-on-close-before-success
Andy Green
1
-0
/
+16
2017-07-21
client: fix hdr stash leak
Andy Green
1
-0
/
+2
2017-07-21
client: always set port even if sockfd already created
Andy Green
1
-8
/
+8
2017-07-21
client: fix redirect ssl to ssl
Andy Green
1
-10
/
+14
2017-07-21
url cleaning: leave // after http[s]: alone
Andy Green
1
-0
/
+14
2017-07-21
lws_intptr_t: fix ordering
Andy Green
1
-7
/
+11
2017-07-21
test-server-libuv: also call context_destroy2 when using foreign loop
Andy Green
1
-0
/
+3
2017-07-19
appveyor: remove cache
Andy Green
2
-5
/
+6
2017-07-19
coverity-181580: supposedly dead code
Andy Green
1
-4
/
+1
2017-07-19
coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happy
Andy Green
1
-1
/
+2
2017-07-19
coverity 181573: false positive since lws_is_ssl returns a bool
Andy Green
1
-1
/
+1
2017-07-19
coverity 181576: remove dead code to keep coverity happy
Andy Green
1
-1
/
+2
2017-07-19
coverity 181574: confirm uri_ptr non-null before deref
Andy Green
1
-1
/
+1
2017-07-19
coverity 181579: check result of malloc as intended
Andy Green
1
-1
/
+1
2017-07-19
coverity 181575: check vhost iface non-null if using via bind_iface
Andy Green
1
-1
/
+1
2017-07-19
lws-meta
Andy Green
16
-66
/
+1447
2017-07-19
close: make close notification go through writable
Andy Green
6
-25
/
+44
2017-07-19
lws-vhost-destroy
Andy Green
13
-69
/
+420
2017-07-19
clean: fixes for appveyor warnings
Andy Green
3
-2
/
+3
2017-07-19
ah: enforce waiting list detach
Andy Green
1
-16
/
+29
2017-07-19
valgrind: avoid complaints from plugin loading
Andy Green
2
-7
/
+8
2017-07-19
explicit vhosts: only check context for flag
Andy Green
1
-2
/
+2
2017-07-19
Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_W...
Jesse Engle
2
-0
/
+2
2017-07-19
valgrind: stop openssl still reachable complaints
Andy Green
1
-0
/
+8
2017-07-19
valgrind: fix leak in caps handling
Andy Green
1
-1
/
+3
2017-07-19
libuv: add helper for clean valgrind with foreign loop
Andy Green
3
-1
/
+11
2017-07-14
esp32: increase dir depth for include bodge
Andy Green
1
-1
/
+1
2017-07-14
test-html: unify ws open function
Andy Green
1
-32
/
+15
2017-07-09
linkedlist helpers
Andy Green
2
-43
/
+104
2017-07-08
mirror: multiple mirror contexts by mirror= url arg
Andy Green
2
-33
/
+168
2017-07-08
test server: only init ssl when --ssl in use
Andy Green
1
-1
/
+2
2017-07-08
client: reject init_client_ssl more than once
Andy Green
1
-0
/
+3
2017-07-07
lws_intptr_t
Andy Green
16
-24
/
+40
2017-06-29
lws_return_http_status: if not in HTTP/2, restrict to a single write
Andy Green
2
-10
/
+29
2017-06-29
parsing: if we ended on a set of headers and read a new buffer mark as more_r...
Andy Green
1
-0
/
+7
2017-06-28
client: use right state machine
Boutoukoat
1
-1
/
+6
2017-06-28
file serve: defer transaction completed to HTTP_FILE_COMPLETION
Andy Green
1
-4
/
+7
2017-06-28
ah: require parsing complete before detach
Andy Green
7
-21
/
+43
2017-06-28
test-server-libev: disable Werror just on server-libev.c to workaround libev ...
Andy Green
1
-0
/
+2
2017-06-28
test-server-libuv: add missing call to lws_context_destroy2()
Andy Green
1
-0
/
+1
2017-06-28
test servers: convert to static inclusion of plugins
Andy Green
9
-587
/
+96
[prev]
[next]