Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS
[platform/upstream/libwebsockets.git] / lib / private-libwebsockets.h
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-12 Andrew CanadayAdded libwebsocket_sigint_cfg for libev builds to provide
2015-10-12 Roger A. LightSeparate private defines in lws_config_private.h
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-10-12 =?UTF-8?q?Joakim... Use LWS_HAVE_ instead of just HAVE_
2015-10-12 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-12 =?UTF-8?q?Jos=C3... fix #309. Receive large messages over WSS
2015-04-22 wonder-miceFrom 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep...
2015-04-17 Andy Greenclose reply must use writable control reply path
2015-03-24 Andy Greenping allow zero length PING
2015-03-04 Andy Greenclean remove x perm on two sources
2015-01-30 Bud Daviswin32 use hashtable for fd management
2015-01-29 Andy Greenssl pending buffered reads use linked list
2015-01-28 Andy Greengethostbyname removal from lws get peer addresses
2014-12-13 Alejandro Meryadd container_of() macro
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Add custom allocator support using...
2014-11-30 Andy Greencoverity 83680 kill needless semicolons
2014-11-18 Andy Greenandroid64 make bzero def conditional
2014-11-08 Andy Greenlws_union_transition
2014-11-07 Andrew CanadayAdding header table free function to make sure we free...
2014-11-01 Andy Greenhttp2 window update
2014-10-27 Andy Greenhttp2 padding and ping to autopong
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-18 Andy Greenhttp2 dont use incoming END_STREAM when sending headers
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
2014-10-12 Andy Greenhttp2 able to send test.html to nghttp2
2014-10-12 Andy Greenhttp2 hpack basic decode ok including huff
2014-10-09 Andy Greenhttp2 add hpack decode support
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenhttp2 add h2c upgrade and http2 connmode
2014-09-25 Andy Greeninternal SHA1 users all use libwebsockets_SHA1
2014-09-25 Dnyanesh Gateandroid fix syslog path
2014-09-16 emironovfix byte order for qnx
2014-08-24 Andy Greendefer PONG send until no partial send buffer
2014-08-14 Karl Palssoncyassl: correct include path for 3.1.x
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-06 Andy Greendont free externally allocated user_space when closing...
2014-07-06 Andrew CanadayReducing CPU cycles spent calculating per-header length...
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-04-27 vpeter4Disable compile error: statement with no effect
2014-04-20 Andy Greenlibev stub macros need to reflect void when disabled
2014-04-15 Patrick GanstererDeclare the lws_ssl_capable_*_no_ssl function outside...
2014-04-15 Patrick GanstererFix compilation on Windows CE after cleanup
2014-04-15 Patrick GanstererFix include statement of in6addr.h
2014-04-12 Andy Greenwindows ipv6 add necessary header
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-08 Andy Greendefine LWS_SSL_CAPPABLE return codes even when no SSL...
2014-04-08 spaytonUpdate private-libwebsockets.h
2014-04-07 Joakim Soderbergwindows Fix build.
2014-04-07 Andy Greenwindows clean out redundant inet_ntop prototype
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 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 context related functions into context.c
2014-04-02 Andy Greenclean move lws_plat externs
2014-04-02 Andy Greenwin32 inet_top
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-03-30 Patrick GanstererCleanup header includes
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 GanstererRemove websock-w32.h
2014-03-29 Patrick Ganstererwindows Use WSAWaitForMultipleEvents() instead of poll...
2014-03-24 Andy Greenipv6 integration fixes
2014-03-24 James Devineadd ipv6 support
2014-03-23 Andrew Canadaylibev port
2014-03-23 Andy Greentruncated send keep and grow truncation buffer
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-02-28 Patrick GanstererRemove duplicated implementations for bzero()
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Andy Greenfix missing include for time
2014-02-28 Patrick GanstererAdd dummy implementation when strerror() is missing
2014-02-28 Patrick GanstererCleanup include statements
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-19 Mattias LundbergAdd support to binding client to interface.
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-14 James DevineOptionally allow non-SSL connections on same port as SSL
2013-12-09 Andy Greenhandle EAGAIN during send
2013-11-24 kapejodSupport for HTTP POST.
next