platform/upstream/libwebsockets.git
2014-03-29 Patrick GanstererRemove dummy headers for Windows
2014-03-29 Patrick GanstererRemove emulated_poll on Windows
2014-03-29 Patrick Ganstererwindows Use WSAWaitForMultipleEvents() instead of poll...
2014-03-29 Patrick GanstererBuild fixes for WindowsCE
2014-03-28 Patrick GanstererRemove duplicated code for setting the socket options
2014-03-28 Patrick GanstererFix IPv6 on non-Linux platforms
2014-03-28 Andy Greencyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
2014-03-28 Patrick GanstererFix nonblocking connect on Windows
2014-03-25 Andy Greenipv6 client fix
2014-03-24 Andy Greenipv6 integration fixes
2014-03-24 James Devineadd ipv6 support
2014-03-23 Andy Greenfix NO_EXTENSIONS
2014-03-23 Andrew Canadaylibev port
2014-03-23 erauhuttrac 58 ssl enable SNI per vhost certs
2014-03-23 Andy Greenssl output handle want read write
2014-03-23 Andy Greenssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server...
2014-03-23 Andy Greentruncated send keep and grow truncation buffer
2014-03-23 Andy Greenclean output.c a little
2014-03-17 Andy Greennonzero return from client parser is close
2014-03-15 Andy Greenssl client use OS CA root certs by default
2014-03-15 Andy Greenclient allow user callback to close on nonzero return
2014-03-09 Andy Greenupgrade and improve storage efficiency of minilex
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-03-07 John Clarkopenwrt: add cyassl options, update to LWS_ cmake syntax
2014-03-03 Patrick GanstererFix installation into relative installation directory
2014-03-03 Patrick GanstererDefine libwebsocket_write_http as a macro instead of...
2014-03-02 Andy Greenwin32 provide empty declaration for inline
2014-03-02 John Clarkadd cyassl options, update to LWS_ cmake syntax
2014-03-02 John ClarkFix cyassl flags, update documentation
2014-02-28 Patrick GanstererRemove duplicated implementations for bzero()
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCheck if getenv() exists
2014-02-28 Patrick GanstererAllow setting the HTTP proxy via creation info
2014-02-28 Andy Greenfix missing include for time
2014-02-28 Patrick GanstererEnable compilation on Windows CE
2014-02-28 Patrick GanstererCorrectly server non-ASCII filenames on Windows
2014-02-28 Patrick GanstererAdd dummy implementation when strerror() is missing
2014-02-28 Patrick GanstererCleanup include statements
2014-02-28 Patrick GanstererFix type checks in CMake
2014-02-28 Patrick GanstererAdd explicit cast to setsockopt() calls
2014-02-27 Patrick GanstererFix Content-Type header of http status response
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererRename leave to cleanup
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-27 Patrick GanstererReplace perror() with lwsl_warn()
2014-02-27 Patrick GanstererFix endian detection on non-linux systems
2014-02-27 Patrick GanstererAdd missing LWS_VISIBLE to libwebsocket_set_timeout()
2014-02-26 Andy Greenunconfuse quoting in CMakeLists.txtt
2014-02-26 Andy Greenrevert wrong fix visibility of return_http_status
2014-02-26 Joakim SoderbergFix windows compilation.
2014-02-22 Gabriel Gritschuse SO_REUSEADDR on windows since supposedly ok now
2014-02-21 Andy Greenfix visibility of return_http_status
2014-02-21 Andy Greenfix WITHOUT_CLIENT install in CMake
2014-02-21 Andy Greenupdate cmake opts in README.build
2014-02-21 Andy Greeninterface_to_sa no longer server only
2014-02-19 Craig McQueenCall libwebsocket_set_timeout() before callback LWS_CAL...
2014-02-19 Mattias LundbergAdd support to binding client to interface.
2014-02-19 Joakim SoderbergFix compilation on Windows.
2014-02-19 Craig McQueenAdd LWS_VISIBLE to libwebsocket_set_timeout() so it...
2014-02-15 Andy Greenadd missing CMake pieces
2014-02-15 Michael Haberlerdocument new extpoll apis
2014-02-15 Michael Haberlerupdate test server for new extpoll
2014-02-15 Michael Haberlerchange extpoll in lib to new way
2014-02-15 Michael Haberlerreplace old extpoll callbacks with LWS_CALLBACK_CHANGE_...
2014-02-15 Michael Haberlerdefine struct libwebsocket_pollargs
2014-02-15 Andy Greenadd outermost wsi lifetime callbacks
2014-02-15 Andy GreenLWS_CALLBACK_USER
2014-02-15 Andy Greenlibwebsocket_callback_all_protocol
2014-02-15 Gabriel Gritschadd const http write helper
2014-02-15 Andy Greenfix zero length ping pong
2014-02-15 Daniel Ludwigmissing endian preprocessor defines on Linux environments
2014-02-15 Andy Greenupdate version in libwebsockets.pc
2014-02-15 arnaudvialafix memory leak
2014-02-15 Andy Greenadd timeout between accept and negotiation
2014-02-15 Alexandre Erwin... Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNE...
2014-02-15 Jakob Flierlmake force_exit volatile.
2014-02-15 Joakim Soderbergcmake and other fixes
2014-02-15 martellRemoved needless VS projects now that cmake is fixed
2014-02-15 martelladditional mingw fixes
2014-02-15 martellfixed windows build
2014-02-15 Andy Greentrac 53 mingw ssize_t redef
2014-02-09 John Clarkfix LWS_NO_SERVER compile
2014-01-18 Michael HaberlerSubject: [PATCH] libwebsockets.h: use _GNU_SOURCE inste...
2014-01-11 nononamefix lws_lookup off by one
2014-01-11 Andy Greenppoll fix signal mask sense
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
2013-12-21 Andy Greenunify all pollfd lock management
2013-12-21 tmuopenwrt add build makefile
2013-12-21 Nikolay Dimitrovfix dropmask dereference even when NULL
2013-12-18 pmcdonaTrac 53 minw update
2013-12-18 Andy Greenadd locking callback for fds
2013-12-14 James DevineOptionally allow non-SSL connections on same port as SSL
2013-12-14 James Chenwindows use msvc baestd and ssize_t from there
2013-12-10 Christian Wyssdistinguish error from truncation
2013-12-10 John Harrisonie10 lws url workaround
2013-12-10 mroszkoNO_EXTENSIONS fixes
2013-12-09 Andy Greenhandle EAGAIN during send
2013-12-09 Andy Greensolve broken partial file sends
2013-12-08 Andy Greeninterpret zero rx buffer size as default in http
2013-11-24 Andreas Pakulatprotect the label with an ifdef
next