summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-28log: downgrade logging for ah waitAndy Green1-4/+3
2017-07-28correct status payload sizeAndy Green1-1/+1
2017-07-27lws_meta: explicitly declare all of lws_protocols members for ESP32Andy Green1-0/+1
2017-07-27libevent: update to use static plugins and work with new libevent2Andy Green2-226/+228
2017-07-27test-server-libuv: add lws_metaAndy Green1-0/+3
2017-07-27dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETIONAndy Green1-0/+6
2017-07-26ah: allow configurable ah hold timeoutAndy Green4-0/+14
2017-07-25http2: remove cmake option leave code in for nowAndy Green2-2/+1
2017-07-25client: ipv6 reject when lws_getaddrinfo46 failednamowen1-0/+8
2017-07-21client-fix-header-stash-leak-on-close-before-successAndy Green1-0/+16
2017-07-21client: fix hdr stash leakAndy Green1-0/+2
2017-07-21client: always set port even if sockfd already createdAndy Green1-8/+8
2017-07-21client: fix redirect ssl to sslAndy Green1-10/+14
2017-07-21url cleaning: leave // after http[s]: aloneAndy Green1-0/+14
2017-07-21lws_intptr_t: fix orderingAndy Green1-7/+11
2017-07-21test-server-libuv: also call context_destroy2 when using foreign loopAndy Green1-0/+3
2017-07-19appveyor: remove cacheAndy Green2-5/+6
2017-07-19coverity-181580: supposedly dead codeAndy Green1-4/+1
2017-07-19coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happyAndy Green1-1/+2
2017-07-19coverity 181573: false positive since lws_is_ssl returns a boolAndy Green1-1/+1
2017-07-19coverity 181576: remove dead code to keep coverity happyAndy Green1-1/+2
2017-07-19coverity 181574: confirm uri_ptr non-null before derefAndy Green1-1/+1
2017-07-19coverity 181579: check result of malloc as intendedAndy Green1-1/+1
2017-07-19coverity 181575: check vhost iface non-null if using via bind_ifaceAndy Green1-1/+1
2017-07-19lws-metaAndy Green16-66/+1447
2017-07-19close: make close notification go through writableAndy Green6-25/+44
2017-07-19lws-vhost-destroyAndy Green13-69/+420
2017-07-19clean: fixes for appveyor warningsAndy Green3-2/+3
2017-07-19ah: enforce waiting list detachAndy Green1-16/+29
2017-07-19valgrind: avoid complaints from plugin loadingAndy Green2-7/+8
2017-07-19explicit vhosts: only check context for flagAndy Green1-2/+2
2017-07-19Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_W...Jesse Engle2-0/+2
2017-07-19valgrind: stop openssl still reachable complaintsAndy Green1-0/+8
2017-07-19valgrind: fix leak in caps handlingAndy Green1-1/+3
2017-07-19libuv: add helper for clean valgrind with foreign loopAndy Green3-1/+11
2017-07-14esp32: increase dir depth for include bodgeAndy Green1-1/+1
2017-07-14test-html: unify ws open functionAndy Green1-32/+15
2017-07-09linkedlist helpersAndy Green2-43/+104
2017-07-08mirror: multiple mirror contexts by mirror= url argAndy Green2-33/+168
2017-07-08test server: only init ssl when --ssl in useAndy Green1-1/+2
2017-07-08client: reject init_client_ssl more than onceAndy Green1-0/+3
2017-07-07lws_intptr_tAndy Green16-24/+40
2017-06-29lws_return_http_status: if not in HTTP/2, restrict to a single writeAndy Green2-10/+29
2017-06-29parsing: if we ended on a set of headers and read a new buffer mark as more_r...Andy Green1-0/+7
2017-06-28client: use right state machineBoutoukoat1-1/+6
2017-06-28file serve: defer transaction completed to HTTP_FILE_COMPLETIONAndy Green1-4/+7
2017-06-28ah: require parsing complete before detachAndy Green7-21/+43
2017-06-28test-server-libev: disable Werror just on server-libev.c to workaround libev ...Andy Green1-0/+2
2017-06-28test-server-libuv: add missing call to lws_context_destroy2()Andy Green1-0/+1
2017-06-28test servers: convert to static inclusion of pluginsAndy Green9-587/+96