ssl optimize poll when buffered ssl read data
[platform/upstream/libwebsockets.git] / lib / private-libwebsockets.h
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.
2013-11-12 Andy Greenintroduce uri args
2013-11-10 Andy Greentranslate and protect uri test sever use uri path
2013-11-09 Andy Greenmake ah available in http callback properly
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-11-04 Andreas PakulatDrop wsockcompat.h header its not part of msvc
2013-10-26 Andy Greentrac41 WIN32 add wsockcompat.h
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-24 shyswait ssl connect completion on client proxy path
2013-10-17 Andy Greenadd explicit error for partial send
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-09-18 Andy Greentrac 36 make libwebsocket_set_timeout public
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-04-27 Andy Greentrac 29 win32 EWOULDBLOCK
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy Greendont leak when protocol agreement probs
2013-02-22 Andy Greenremove MAX_HEADER_NAME_LENGTH from header
2013-02-20 Andy Greentrac 18 deal with service connection timing out
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greentrim proxy ads plus hostname stg
2013-02-18 Andy Greenmigrate client hs and c_port into ah
2013-02-18 Andy Greenminor type optimizations
2013-02-18 Andy Greenremove current_alloc_len
2013-02-18 Andy Greenremove header name buffer
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-12 Andy Greenapi make close api private only
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-11 Andy Greenremove extension cruft from struct lws
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-10 Andy Greenoptimize wsi using bitfields and enums to chars
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
next