add locking callback for fds
[platform/upstream/libwebsockets.git] / lib / libwebsockets.h
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
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-24 shysmanual proxy forcing api
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-09-18 Andy Greenchange LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user...
2013-06-10 Andy Greenadd LWS_CALLBACK_CLOSED_HTTP
2013-04-25 Andy GreenTrac 29: win32 fix LWS_VISIBLE issue
2013-03-30 Peter PentchevHide private library symbols
2013-03-16 Andy Greenintroduce api for unthrottle all connections of protocol
2013-03-09 Alex Rhatushnyakcorrect example lws_write in header
2013-02-22 Andy Greenmove ssl cipher list from compiletime to context creati...
2013-02-20 Edwin van den Oetelaarprovide socketfd at in param for LWS_CALLBACK_FILTER_NE...
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-15 Andy Greenapi change deliver socket fd to in param of extpoll...
2013-02-14 Andy Greenintroduce LWS_CALLBACK_HTTP_WRITEABLE
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-12 Andy Greenapi make close api private only
2013-02-12 Andy Greenapi remove hangup_on_client
2013-02-12 Andy Greenfix info struct api docs for iface vs interface
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenvalgrind introduce protocol init and destroy user callbacks
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
2013-02-09 Andy Greenchange context creation params to struct
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-07 Peter PentchevFix two typos.
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-01 Andy Greenremove one more mention of broadcast callback
2013-02-01 Andy Greenintroduce library version plus git hash
2013-01-31 Andy Greenclean out remaining mentions of deprecated broadcast
2013-01-30 Andy Greenchange get_peer_addresses to use context wsi latency
2013-01-30 Andy Greenintroduce lws_latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Andy Greentrac 6 expose libwebsockets read with note about not...
2013-01-25 Andy Greenautocreate foreign broadcast sockets on broadcast
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-20 Andy Greenintroduce without extensions
2013-01-19 Andy Greenallow_use_of_lwsl_logging in user code
2013-01-19 Andy Greenhelper api: log through syslog
2013-01-19 Andy Greenadd lwsl_notice
2013-01-19 Andy Greenexpose log level in emit
2013-01-18 Andy Greenintrodice tracking if frame is binary
2013-01-17 Andy Greenreplace hashtable polltable management
2013-01-17 Peter Youngincluding assert h needed on osx
2013-01-17 Andy Greenintroduce daemonize
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-13 Andy Greenabsorb README.rst into main README and code
2013-01-12 Andy Greenlogging extend level set api to allow setting emission...
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-09 David GaleanoAdded support for extensions that only manipulate appli...
2013-01-09 David GaleanoAdded context creation parameter for CA certificates...
2013-01-09 David GaleanoAdded new status codes from RFC 6455.
2012-10-22 Andy Greenadd context construction option to skip server hostname...
2012-10-19 Alon Levylibwebsocket_context: add userspace pointer for use...
2012-06-04 Paulo Roberto Uriosome toolchains need stddef
2012-05-01 David Brooksssize_t needs help on windows
2012-04-20 David Brooksintroduce libwebsocket_client_connect_extended
2012-04-20 David Brooksintroduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR
2012-04-20 David Brooksimprove callback prototypes to use single definition
2012-04-12 Andy Greendoc add explanation missing from per context provate...
2012-04-12 Andy Greenmingw gettimeofday avoid missing include
2012-04-12 Andy Greenmingw hide some missing includes
2011-11-07 Alex BlighAdd libwebsockets_ensure_user_space
2011-10-04 Oleg Golosovskiyhttp charsets have case insensitive tokens
2011-09-26 David GaleanoAdded LWS_EXTERN to allow building a DLL.
2011-09-25 Andy Greencorrect cpp extern only being on win32
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-25 Andy Greenextensions introduce pre close veto
2011-05-24 Michel ArchambaultMove include of gettimeofday.h to be able to build...
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-05-14 Andy Greenwin32 move gettimeofday include inside extern c
2011-04-25 Andy Greenmove send pipe choked api to public exports
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-07 Andy Greenintroduce libwebsocket_is_final_fragment
2011-03-07 Andy Greenadd CONTINUATION write mode
2011-03-07 Andy Greenexpose SHA1 api
2011-03-07 Andy Greenexpose random api
2011-03-07 Andy Greenadd separate server writeable and change naming to...
2011-03-07 Andy Greenflush extensions when closing
2011-03-06 Andy Greenintroduce internal extensions array
2011-03-06 Andy Greeninstantiate extensions server accepted
2011-03-06 Andy Greendynamically create client extensions offer from extensi...
2011-03-06 Andy Greendocument extension callback reasons
2011-03-06 Andy Greencallback each active extension on packet tx pre send
2011-03-06 Andy Greencallback each active extension on packet rx pre parse
2011-03-06 Andy Greencreate server extension response dynamically
next