platform/upstream/libwebsockets.git
2014-04-07 Andy Greenwindows clean out redundant inet_ntop prototype
2014-04-06 Andy Greenfix ssl error reporting
2014-04-06 Andy Greenallow signals during send
2014-04-06 Andy Greenfix accept nonzero as close from WRITEABLE callback
2014-04-06 Andy Greenrefactor use unified ssl read write functions
2014-04-06 Andy Greenrefactor add ssl read write single implementation
2014-04-03 Andy Greenwindows allow syslog log target to mao to stderr
2014-04-03 Andy Greenwindows fix breakage from plat refactor
2014-04-03 Andy Greenwindows fix SetFilePointer args
2014-04-03 Andy Greenhttp2 add initial alpn support
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
2014-04-03 Andy Greenclean small additional ifdef reduction
2014-04-03 Andy Greenrefactor handshake client and server handling into...
2014-04-03 Andy Greenrefactor move flow control to server.c
2014-04-03 Andy Greenrefactor migrate client and server specific context...
2014-04-02 Andy Greenrefactor pollfd related functions into pollfd.c
2014-04-02 Andy Greenrefactor service related functions into service.c
2014-04-02 Andy Greenrefactor context related functions into context.c
2014-04-02 Andy Greenremove libev build tag
2014-04-02 Andy Greenclean move lws_plat externs
2014-04-02 Andy Greenipv6 use lws_plat_ to avoid win naming collision
2014-04-02 Andy Greenwin32 inet_top
2014-04-02 Andy Greenchangelog add info about cmake needing clean build...
2014-04-02 Andy Greenplat change to build selection by cmake
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-04-01 Andy Greentruncated send issue independent of LWS_NO_EXTENSIONS 2
2014-04-01 Andy Greentruncated send issue independent of LWS_NO_EXTENSIONS
2014-04-01 Andy Greenonly use clean buffer for failed write if sent something
2014-04-01 Andy Greenlibev protect when disabled at runtime in server.c
2014-03-31 Andy Greenwin32 clean remove leftover ifdef
2014-03-31 Andy Greenfix libev build
2014-03-31 Andy Greenclean libwebsockets.c
2014-03-30 Patrick GanstererCleanup header includes
2014-03-30 Patrick GanstererRemove useless usage of ssize_t
2014-03-30 Patrick GanstererWindows: Support LWS_POLLHUP socket event
2014-03-30 Patrick GanstererIntroduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererAdd missing resetting of the service_tid on Windows
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-29 Patrick GanstererMove #define for random() into the test applications...
2014-03-29 Patrick GanstererRemove unreferenced local variable on Windows
2014-03-29 Patrick GanstererUse Sleep() instead of usleep() on Windows
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.
next