logs: reduce ah err to info
[platform/upstream/libwebsockets.git] / lib /
2017-04-02 Andy Greenlogs: reduce ah err to info
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-31 paularmittwindows: need LWS_INLINE
2017-03-30 Andy Greenlws_remove_child_from_any_parent: clear parent pointer...
2017-03-29 Olivier Bassonev: stop event listeners during context destroy
2017-03-29 Andy Greenservice: always restrict rx to serve_buf_size
2017-03-26 Andy Greenpmd: handle case we are already on drain list
2017-03-25 Andy Greenpmd: align client rx sm with server one
2017-03-25 Andy Greenclient: zero length read indicates peer shutdown
2017-03-23 luk65solaris: handle big-endian
2017-03-23 Andy Greenspa: reject junk after finalization
2017-03-22 Andy Greendebug: reduce spew for debug log level
2017-03-22 Andy Greencgi: avoid spin on php
2017-03-21 Aditya TirumalaSubject: Libevent: Initial Support
2017-03-21 Andy GreenCMake: add option to avoid GISPIPE IGN for Android 7+
2017-03-20 Andy Greenext: pmd: improve dealing with partial input usage...
2017-03-17 Andy Greenwindows: cannot use fstat
2017-03-14 Andy Greendocs: lws_callback_all_protocol: fix cut-n-paste error...
2017-03-14 Andy Greenwindows: don't use LWS_EXTERN outside of function decla...
2017-03-11 Andy Greenesp32: openssl
2017-03-10 Andy Greenesp32: move helper code into lws
2017-03-09 Silas Parkerssl: close sometimes continuously asserting POLLIN...
2017-03-09 Silas Parkergcc-format-strings: 32-bit build
2017-03-09 honjanehttp2: fix log compile errors
2017-03-08 Andy Greencoverity 177526: pointer difference already scaled
2017-03-08 Andy Greenesp32: align fops member name defines
2017-03-08 Andy Greenreduce log spew on POST processing
2017-03-07 Andy Greenserver-name: add_server_header add LWSAHH_FLAG_NO_SERVE...
2017-03-07 Andy Greenserver-name: default to no server name unless set in...
2017-03-07 Andy Greenraw: enable server and client raw sockets
2017-03-07 Andy Greenext: use arguments and reply with them
2017-03-06 Andy Greencoverity 177409: dont bother assigning ignored second...
2017-03-06 Andy Greencoverity 177410: check seek return value inside fops-zip
2017-03-06 Andy Greentest-client: only take data from LWS_CALLBACK_RECEIVE_C...
2017-03-05 Andy Greenfops-zip
2017-03-05 Andy Greenrx flow: handle child state change during parent cb
2017-03-03 Andy Greenjunzip: style and migrate header into private-libwebsoc...
2017-03-03 Andy Greenjunzip: import from DomTerm 912add15f3d0aec
2017-03-03 Andy Greenev: fix build
2017-03-02 Per Bothneradopt: allow binding to parent at same time
2017-03-02 Michael Behrns-Mil... Subject: Buffer index protection in the case where...
2017-03-01 Andy Greenfops: allow setting from context creation and introduce...
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-03-01 Andy Greenfops: add path_prefix member
2017-02-28 Lukas Geyerclient: allow change externally-defined wsi user_data
2017-02-28 Silas Parkercosmetic fix trailing newline on log
2017-02-27 Andy Greenclient: take care of rx close during pending partial...
2017-02-26 Andy Greenfops: refactor around lws_fops_fd_t
2017-02-26 Namowenssl: avoid EVP errors
2017-02-23 Silas ParkerPrevent SSL downgrade during redirect
2017-02-23 Silas ParkerAdd client support for relative reference redirects
2017-02-22 Andy Greenmbedtls: remove abortive attempt to avoid confusing...
2017-02-22 Andy Greenmbed3: sayonara
2017-02-21 Joel Winarskeclient: allow setting client ssl certs from lwsws and...
2017-02-21 Joel Winarskessl config for http client
2017-02-21 Martin Milatagcc format strings: couple more
2017-02-21 Andy Greenclient: move redirects and c_port out of union
2017-02-21 Andy Greenclient connect: oom4 clean up timeout list
2017-02-21 Andy Greenclient redirect: choose correct error path after resett...
2017-02-21 Silas Parkerssl close improvement
2017-02-20 Andy Greenraw: adoption and processing
2017-02-20 Silas Parkerurl-parser: handle ipv6 [] addresses
2017-02-19 Namowenvhost: also free per-vhost protocols list even when...
2017-02-19 Andy Greenssl close: do explicit ssl shutdown instead of socket...
2017-02-18 Namowencosmetic CR missing on some errs
2017-02-18 Andy GreenESP32 platform
2017-02-18 Namowenclient: fix X509_V_ERR_CERT_HAS_EXPIRED
2017-02-18 Joel Winarskeclient: direct _APPEND_HANDSHAKE_HEADER at wsi protocol
2017-02-18 Andy Greenclient: allow http[s] to select targeted protocol name...
2017-02-18 Silas Parkerfix close packet index coding
2017-02-18 Silas Parkergcc-format-strings: ipv6
2017-02-18 Per Bothnergzip fixes
2017-02-18 Andy Greenclient: close without spinning
2017-02-12 Andy Greenfile_ops: add compression flags and convert open flags...
2017-02-12 Andy Greenfile_ops: use wrappers for names
2017-02-10 Andy Greenclient redirect: make sure there is a leading / on...
2017-02-09 Andy Greenclient: fix redirects and allow ssl / non-ssl redirects
2017-02-09 Andy Greenchunked http client: support in test-client and document
2017-02-09 Andy Greenlwsl_visible
2017-02-06 Andy Greengcc-format-strings: LWS_PLAT_OPTEE
2017-02-06 Andy GreenLWS_PLAT_OPTEE: Convert to use TEE_Malloc
2017-02-06 Andy Greencoverity 175437: forgot to add name to array for new...
2017-02-06 Andy Greencoverity 175435: seems bogus
2017-02-06 Andy Greencoverity 175436: dead cruft
2017-02-06 Andy Greengcc format strings: http2
2017-02-05 andSpaceLWS_FALLBACK_GETHOSTBYNAME
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2017-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
2017-02-05 Martin Milatadocs: Correct string
2017-02-05 Sven Hoffmannpost processing: fix problem where hex cant straddle...
2017-02-03 Andy Greenremove dump getaddrinfo result
2017-02-03 Andy Greenclient: decruft extensions
2017-01-31 Andy Greenlogging: cleanup and introduce LLL_USER
2017-01-25 Andy Greenhttp_proxy: deal with redundant protocol leader
2017-01-23 Denis Osvaldwsi remove unused 'upgraded' boolean field
2017-01-23 Andy Greencontext new option LWS_SERVER_OPTION_JUST_USE_RAW_ORIGIN
2017-01-23 Denis Osvaldssl pass real wsi to verify cert cb
2017-01-23 Denis Osvaldssl expose public wsi->ssl getter
2017-01-17 Andy Greenwindows: reduce C99isms to something MS compiler can...
2017-01-16 Andy Greenplat-optee and boringssl adaptations
next