updated spec enabled ssl
[profile/ivi/libwebsockets.git] / lib / libwebsockets.h
2013-03-07 Andy Greenmove ssl cipher list from compiletime to context creati... 46/3146/1
2013-03-07 Edwin van den Oetelaarprovide socketfd at in param for LWS_CALLBACK_FILTER_NE... 33/3133/1
2013-03-07 Andy Greenremove lws_ensure_user_space from public api change... 22/3122/1
2013-03-07 Andy Greenapi change deliver socket fd to in param of extpoll... 09/3109/1
2013-03-07 Andy Greenintroduce LWS_CALLBACK_HTTP_WRITEABLE 03/3103/1
2013-03-07 Joakim SoderbergFixed DLL compilation on Windows for CMake. 94/3094/1
2013-03-07 Andy Greenapi make close api private only 82/3082/1
2013-03-07 Andy Greenapi remove hangup_on_client 81/3081/1
2013-03-07 Andy Greenfix info struct api docs for iface vs interface 78/3078/1
2013-03-07 Joakim SoderbergFixed compilation on Windows. 77/3077/1
2013-03-07 Andy Greenstyle cleanup 71/3071/1
2013-03-07 Andy Greenclient convert to new headers scheme eliminating mallocs 64/3064/1
2013-03-07 Andy Greenvalgrind introduce protocol init and destroy user callbacks 62/3062/1
2013-03-07 Andy Greenreplace per header mallocs with single malloc 3 level... 59/3059/1
2013-03-07 Andy Greenintroduce keepalive option and make common socket optio... 38/3038/1
2013-03-07 Andy Greenchange context creation params to struct 34/3034/1
2013-03-07 Andy Greenremove fixed rx buffer allow definition per protocol 32/3032/1
2013-03-07 Peter PentchevFix two typos. 23/3023/1
2013-03-07 Andy Greenheaders deleted after websocket established 18/3018/1
2013-03-07 Andy Greenremove one more mention of broadcast callback 97/2997/1
2013-03-07 Andy Greenintroduce library version plus git hash 96/2996/1
2013-03-07 Andy Greenclean out remaining mentions of deprecated broadcast 89/2989/1
2013-03-07 Andy Greenchange get_peer_addresses to use context wsi latency 81/2981/1
2013-03-07 Andy Greenintroduce lws_latency 79/2979/1
2013-03-07 Andy Greenevict all broadcast support 76/2976/1
2013-03-07 Andy Greentrac 6 expose libwebsockets read with note about not... 74/2974/1
2013-03-07 Andy Greenautocreate foreign broadcast sockets on broadcast 67/2967/1
2013-03-07 Andy Greenremove all support for pre v13 protocols 56/2956/1
2013-03-07 Andy Greenintroduce without extensions 50/2950/1
2013-03-07 Andy Greenallow_use_of_lwsl_logging in user code 42/2942/1
2013-03-07 Andy Greenhelper api: log through syslog 41/2941/1
2013-03-07 Andy Greenadd lwsl_notice 39/2939/1
2013-03-07 Andy Greenexpose log level in emit 38/2938/1
2013-03-07 Andy Greenintrodice tracking if frame is binary 33/2933/1
2013-03-07 Andy Greenreplace hashtable polltable management 27/2927/1
2013-03-07 Peter Youngincluding assert h needed on osx 22/2922/1
2013-03-07 Andy Greenintroduce daemonize 20/2920/1
2013-03-07 Andy Greenhttp service break into outer loop states 96/2896/1
2013-03-07 Andy Greenabsorb README.rst into main README and code 88/2888/1
2013-03-07 Andy Greenlogging extend level set api to allow setting emission... 81/2881/1
2013-03-07 Andy Greenintroduce logging api and convert all library output... 78/2878/1
2013-03-07 David GaleanoAdded support for extensions that only manipulate appli... 45/2845/1
2013-03-07 David GaleanoAdded context creation parameter for CA certificates... 41/2841/1
2013-03-07 David GaleanoAdded new status codes from RFC 6455. 35/2835/1
2013-03-07 Andy Greenadd context construction option to skip server hostname... 31/2831/1
2013-03-07 Alon Levylibwebsocket_context: add userspace pointer for use... 28/2828/1
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
2011-03-05 Andy Greenintroduce struct libwebsocket_extension
2011-03-02 Peter Hinzintroduce win32 build capability
2011-03-01 Andy Greenintroduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
2011-03-01 Andy Greenintroduce 76 00 client support
2011-02-26 Andy Greenrequire close reason argument on close and free session
2011-02-21 Andy Greenadd callback for OpenSSL client cert verification action
2011-02-20 Andy Greenadd callback to allow additional server verification...
2011-02-19 Andy Greenadd callback to allow additional client verification...
2011-02-19 Andy Greenintroduce listen on specific interface
2011-02-14 Darin WillitsApple / iOS build compatability patch
2011-02-14 Andy Greenintroduce this param in callback fix server close on...
2011-02-14 Andy Greenunify server and client close
2011-02-13 Andy Greenintroduce-libwebsockets_hangup_on_client.patch
2011-02-13 Andy Greenintroduce-network-connect-filter-callback.patch
2011-02-13 Andy Greenintroduce-user-handshake-filter-callback.patch
2011-02-12 Andy Greendocument-external-poll-support.patch
2011-02-12 Andy Greenintroduce-external-poll-callbacks.patch
2011-02-12 Andy Greenexport-libwebsocket_service_fd-api.patch
2011-02-10 Andy Greenintroduce-new-05-socket-closure-rules.patch
2011-02-09 Andy Greenintroduce-ietf-05-framing-and-commandline-options.patch
2011-01-30 Andy Greenintroduce-k-switch-defeat-masking.patch
2011-01-30 Andy Greenintroduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch
next