platform/upstream/libwebsockets.git
2016-09-27 Dmitry KovalenkoRemove win32port 21/89821/2
2016-09-27 Dmitry KovalenkoAdd packaging code 20/89820/2
2016-09-14 Andy Greenv2.0.3 upstream/2.0.3
2016-09-14 Andy Greenlws_snprintf
2016-09-09 Andy Greenhandle rx flow control active when consuming payload
2016-09-09 Andy Greenadopt_socket_vhost: error path doesn't remove us from...
2016-08-28 Andy Greencoverity 169271 - take care about sockfd of -1 on close
2016-08-26 Patrick GanstererUpdate badges in README.md
2016-08-26 Patrick Gansterer Remove unneeded #include <stdint.h>
2016-08-25 Andy Greenupdate changelog for v2.0.2 release that went out witho...
2016-08-14 Patrick GanstererAdd error handling for SSL_new() of clients
2016-08-10 Andy Greenserver max protocol element 64
2016-07-11 Andy GreenSNI-vhost-matching-fallback-to-wildcard
2016-06-29 Robin Rowefix __x86_64__ check
2016-06-28 Andy Greenclient confirm server hostname in cert
2016-06-13 Gadkari Mugdhafix for https connection code
2016-06-07 Karl Palssonnon-openssl: only check for openssl ecdh in openssl...
2016-06-07 Andy Greenclient CONNECTION_ERROR also allow in LWSS_CLIENT_UNCON...
2016-06-06 Andy Greenlws_ssl_client_connect2 remove duplicate close on error...
2016-06-06 Andy GreenARRAY_SIZE dont redefine
2016-06-06 Andy Greenv2.0.2
2016-06-02 Martin C DrohmannRevert changes in daemonize.c from commit 22d6f39e7fb27...
2016-06-01 Youngupdate document for lws_get_context
2016-06-01 Fabian Kurzlwsl_timestamp month off by one
2016-05-15 Andy Greenoutput size trimming with default rxbuf fix
2016-05-15 Andy Greenappveyor libuv integration
2016-05-14 Andy Greenlwsws conf mount extra mimetypes
2016-05-14 Andy Greenlejp handle name elements starting with dot
2016-05-14 Andy Greenlwsws conf allow setting cipher list and ecdh curve
2016-05-13 Andy Greenwin32 more build fixes
2016-05-13 Andy Greenaccess_log ensure no reuse of freed log area
2016-05-13 Andy Greenasserts log which
2016-05-13 Sterling JensenFix leak caused by undestroyed pthread mutex
2016-05-13 Andy Greenwin32 libuv related build fixes
2016-05-12 Andy Greenv2.0.1
2016-05-12 Andy Greencheck oom on lws_malloc
2016-05-11 Andy Greenwindows no chown on log file generation
2016-05-10 Andy Greenoutput allow LWS_PRE+4 on top of rx_buffer_size for...
2016-05-09 Andy Greenlogging migrate user stimulated logging to info
2016-05-09 Andy GreenPOST handling dont autocomplete transaction
2016-05-08 Andy Greenlibuv tidy up destroy and disable timer races during...
2016-05-08 Andy Greenclient fix for operation with libuv
2016-05-08 Andy Greencontext only destroy protocols if init got sent
2016-05-08 Andy Greenclient handle connection fail at second phase properly
2016-05-08 Andy Greentest server post also take care about POST len termination
2016-05-07 Andy Greenupdate api docs v2.0
2016-05-07 Andy Greenfix %3d handling in path part and add attack.sh
2016-05-06 Andy Greenprotocol plugins default also add example in test serve...
2016-05-06 Andy Greenprotocol plugins set default
2016-05-06 Andy Greenmimetypes add additional canned
2016-05-05 OndraCoMSVC from 2015 up has vsnprintf
2016-05-05 OndraCoDisabled static link handling for WIN_CE to temporarily...
2016-05-05 OndraCoChanges to enable WIN CE support
2016-05-05 Enno Bolandlib/server.c: fix ipv6 support
2016-05-05 Enno Bolandlib/ssl.c: fix libre- and boringssl
2016-05-05 Andy Greenv2.0.0
2016-05-05 Andy Greenrecv revert treating zero as hangup
2016-05-04 Andy Greenstats upgrade rx tx to long long
2016-05-04 Andy Greencgi add generic wait as antizombie defence
2016-05-04 Andy Greenclean build warning on windows
2016-05-04 Andy Greenappveyor openssl 1.0.2h
2016-05-04 Andy Greenlibuv fixes for foreign loop test
2016-05-03 Denis Osvaldtest server foreign loop
2016-05-03 Andy Greenclient provide user_space on LWS_CALLBACK_CLIENT_APPEND...
2016-05-02 Andy Greenclient fix reaction to tls failure
2016-05-02 Andy Greenplugins_dir convert to array
2016-05-01 Andy Greenplugin standalone example for oot build
2016-05-01 Andy Greenprovide default empty protocol zero handler if NULL...
2016-05-01 Andy Greenlibwebsockets-test-server-v2.0 showing how to use mount...
2016-05-01 Andy Greenper vhost options struct explicitly const
2016-05-01 Andy Greencreate_vhost move mounts list to info
2016-04-29 Patrick FarrellAdd warn_unused_result check, attribute only supported...
2016-04-26 Stephan EberleEliminated compile warning in test-client.c
2016-04-26 Stephan EberleFixed misspelled size_t
2016-04-26 Stephan EberleFixed build failure under Visual Studio 14 2015
2016-04-26 Stephan EberleFixed build failure under Linux with GNU 4.8.4
2016-04-26 Stephan EberleFixes for building with MinGW
2016-04-26 Andy Greenlogs document logrotate configuration for lwsws
2016-04-26 Andy Greenserver status add getloadavg and lib version and more css
2016-04-25 Andy Greenpost example in test server
2016-04-24 Andy Greendocs vhosts and mounts
2016-04-23 Alexander Bruinesandroid make script contrib
2016-04-23 Alexander BruinesAndroid needs sys/resource.h
2016-04-23 Andy Greenhttp2 handle error path on ensure_user_space
2016-04-23 Andy Greenpollin shouldnt always win over pollout
2016-04-23 Andy Greencoverity 160162 check fcntl return
2016-04-23 Andy Greencoverity 160163 LWS_WARN_UNUSED_RESULT needed on header...
2016-04-23 Andy Greencoverity 160166 readlink doesnt NUL terminate
2016-04-23 Andy Greencoverity 160165 dead code
2016-04-23 Andy Greencoverity 160167 resource_path set at cmake may overflow...
2016-04-22 Andy Greencoverity 160160/160161 test server commanline args...
2016-04-22 Andy Greendebug spew reduce
2016-04-22 Andy Greencruft remove sigusr2 handling
2016-04-22 Andy Greenclient account for retries
2016-04-22 Andy Greenhttp cache policy
2016-04-21 Andy Greencgi lifecycle logging
2016-04-21 hgrundyUpdate libwebsockets.h
2016-04-19 Andy Greenaccess_log reset transaction size when using keepalive
2016-04-19 Andy Greenah try for ah when adopting socket to vhost
2016-04-19 Andy Greenwindows another uv_poll_init
next