mbed3 working examples
[platform/upstream/libwebsockets.git] / lib / libwebsockets.h
2015-11-25 Andy Greenmbed3 working examples
2015-11-20 Andy GreenCALLBACK_LOCK_POLL use len to differentiate locking...
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-14 Andy Greenintroduce lws_sockfd_type
2015-11-14 Andy Greenmbed3 build support
2015-11-08 Andy Greenproxy auth
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-28 Krishnaraj R BhatDefine getdtablesize() for android
2015-10-21 Alexander LukichevMake LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly
2015-10-15 Stepan Vondrakfix missing parenthesis protection
2015-10-15 Andy GreenLWS_WITHOUT_BUILTIN_SHA1
2015-10-15 Andy GreenLWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED
2015-10-13 Bruce Perenspadding align to ptr size
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 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-11 MGadkariPass HTTP reject error code returned by server to client
2015-10-11 John TarltonAdded callback for PONG responses
2015-04-22 wonder-miceFrom 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep...
2015-03-31 Andy Greenclose cover flush stored send with timeout
2015-03-24 Andy Greencontext destroy just kill wsis
2015-03-11 Andy Greendocumentation add info http_proxy members
2015-02-04 Johan SimonssonFrom 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep...
2015-01-28 Andy Greengethostbyname removal from lws get peer addresses
2015-01-26 Quinlan PfifferAdd PATCH, PUT, DELETE methods
2014-12-16 José Luis Millánfix #220. Add missing include statement for <cstdarg>
2014-12-16 Octav ZlatiorSubject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback
2014-12-14 =?UTF-8?q?Jos=C3... Subject: [PATCH] proxy protocol (version 1) parsing...
2014-12-13 Neal HormanSubject: [PATCH] add user context pointer to the protoc...
2014-12-13 Neal HormanSubject: [PATCH] add _lws_logv to make loging accessibl...
2014-12-13 Neil Hormanimprove c++ compatibility
2014-12-04 Alejandro MerySubject: [PATCH] Add custom allocator support using...
2014-12-01 Michael HaberlerSubject: [PATCH] serve_http_file: add feature test...
2014-11-30 Andy Greenwin32 does not know uint64_t without stdint.h
2014-11-01 Andy Greenhttp2 window update
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-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-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenadd http2 settings token
2014-09-30 Andy Greentest server correct header naming order
2014-08-18 Andy Greenintroduce lws_partial_buffered
2014-08-18 Andy Greendeprecate no_buffer_all_partials
2014-08-16 Andy Greenadd lws_is_ssl api
2014-08-11 Michael Haberlerapi: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_...
2014-08-11 Andy Greenprotocol struct add user controlled id member
2014-08-07 Andy Greenno protocol usage inprove docs
2014-07-31 Andy Greentrac82 consistently use CONTEXT_PORT_NO_LISTEN
2014-07-29 Olehssl allow passing cert passphrase
2014-07-06 Andy Greenadd runtime context flag to enforce defeat of OS CA...
2014-07-06 Andrew CanadayAdded HTTP OPTIONS support:
2014-07-06 Andrew CanadayAdded docs for token limits.
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-07-06 Andrew CanadayAdded HTTP_STATUS_NO_CONTENT == 204
2014-06-29 Andrew CanadayAdded new HTTP headers and WSI tokens:
2014-04-20 Andy Greenintroduce LWS_FEATURE_ tests
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-06 Andy Greenrefactor add ssl read write single implementation
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-30 Patrick GanstererRemove useless usage of ssize_t
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-24 James Devineadd ipv6 support
2014-03-23 Andrew Canadaylibev port
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-03-03 Patrick GanstererDefine libwebsocket_write_http as a macro instead of...
2014-03-02 Andy Greenwin32 provide empty declaration for inline
2014-02-28 Patrick GanstererAllow setting the HTTP proxy via creation info
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-27 Patrick GanstererAdd missing LWS_VISIBLE to libwebsocket_set_timeout()
2014-02-26 Joakim SoderbergFix windows compilation.
2014-02-15 Michael Haberlerdocument new extpoll apis
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 Alexandre Erwin... Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNE...
2014-02-15 Andy Greentrac 53 mingw ssize_t redef
2014-01-18 Michael HaberlerSubject: [PATCH] libwebsockets.h: use _GNU_SOURCE inste...
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
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-11-24 kapejodSupport for HTTP POST.
2013-11-12 Andy Greenintroduce uri args
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-09 Andy Greenintroduce LWS_CALLBACK_FILTER_HTTP_CONNECTION
2013-11-09 Andy Greenallow other headers in http send file
2013-11-09 Andy Greenimprove minilex use external parsing header
2013-11-04 Andreas PakulatWindows Fix include for win32helpers
next