lwsws cgi integration
[platform/upstream/libwebsockets.git] / lib / libwebsockets.h
2016-04-13 Andy Greenlwsws cgi integration
2016-04-13 Andy Greenlwsws conf and plugins convert to libuv apis
2016-04-08 Andy Greenlwsws protocol filter and options
2016-04-08 Meir Yanovichwindows snprintf is _snprintf
2016-04-08 Andy Greenextensions add api for user code option manipulation
2016-04-07 Andy Greenplugins
2016-03-29 Andy Greenmbedtls and polarssl first part
2016-03-28 Andy Greenintroduce vhosts
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-03-22 Denis Osvaldlibuv: sigint API cleanup
2016-03-22 Denis Osvaldlibuv: handle signals only if requested
2016-03-21 Andy Greencgi env
2016-03-20 Andy Greenproxy rewrite
2016-03-19 Andy Greencgi header processing
2016-03-17 Andy Greenssl option for auto redir to https
2016-03-02 Andy Greenadd explicit parent child wsi relationships
2016-02-29 Ondracowince minor adaptations
2016-02-29 Andy Greenclient support http without ws
2016-02-27 Kamil RytarowskiDon't include <sys/cdefs.h> for NetBSD
2016-02-27 Andy Greennetbsd netinet include
2016-02-25 Andy Greenlogging timestamp creation expose as api
2016-02-25 Andy Greencgi
2016-02-25 Andy Greenadopt variant with preamble rx
2016-02-18 Andy Greencontext creation info add ecdh_curve
2016-02-16 Peter PentchevFix some typos.
2016-02-15 Andy Greentimeout settable from info
2016-02-14 Andy Greenlibuv integration
2016-02-13 Alex Hultmanlibuv initial replace libev version
2016-02-12 Dan AlbertAsk sysconf for Android's getdtablesize.
2016-02-02 Andy GreenLWS_WARN_DEPRECATED and fixup older test apps
2016-01-29 Andy Greenclean pre 1.7
2016-01-28 Danomi Czaskilextable add x-real-ip
2016-01-26 Andy Greenlws_adopt_socket
2016-01-26 Andy Greenmultithread stability
2016-01-21 Andy Greenunify bounds checking in parser
2016-01-21 Andy Greenwin add dummy LWS_WARN_UNUSED_RESULT
2016-01-20 Andy Greenmbed align with pt changes
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greencleaning
2016-01-16 Andy Greenlws_interface_to_sa
2016-01-15 Andy Greenparse_uri
2016-01-15 Vijay Khurdiyassl add ECDH server support
2016-01-12 Andy Greenlws_client_connect_via_info
2016-01-11 Andy Greenextension permessage deflate
2016-01-06 Denis Osvaldfix callback typedefs and declarations
2015-12-30 Andy Greendoc improve docs around header access apis
2015-12-29 Andy Greenintroduce LWS_SERVER_OPTION_VALIDATE_UTF8
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greenclose add callback to get peer close reason
2015-12-26 Andy Greenmbed3 remove unused allocations
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-26 Andy Greenremove MAX_MUX_RECURSION from PRE padding
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greeninfo struct add padding pool
2015-12-18 Andy Greenuridecoding lws_hdr_fragment_length
2015-12-18 Andy Greenwhitespace tidy
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-17 Andy Greenwin solve various cranky problems with msvc
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenwindows fix wsapoll conflict on some toolchains
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-16 Andy Greenadd LWS_INLINE to deal with crappy msvc
2015-12-15 Andy Greenintroduce lws_hdr_copy_fragment
2015-12-14 Andy Greenmbed3 align to recent changes
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenintroduce lws_wsi_user
2015-12-13 Andy Greenlws_plat_fd add wsi to fops and helpers
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-10 Andy Greenwindows fcntl.h
2015-12-10 Andy GreenLWS_O_RDONLY to hide perversions
2015-12-10 Andy Greenlws_plat_fd implement platform default handlers
2015-12-10 SoapyManlws_plat_fd introduce struct
2015-12-09 Andy Greenclean comment style in libwebsockets.h
2015-12-09 Andy Greenarmour libwebsockets.h also put notices on abi structs...
2015-12-08 Alexander BruinesAccess to wsi->ssl at LWS_CALLBACK_ESTABLISHED
2015-12-08 Andy Greenarmour libwebsockets.h against careless enum changes...
2015-12-06 Andy Greenclean more whitespace 4
2015-12-04 Andy Greenapi rationalization fix replaces in compatibility defines
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization add cmake switch to export old...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-12-03 Andy Greenapi rationalization: introduce public api compatibility...
2015-12-03 Andy Greenassert.h move to private header
2015-12-03 Peter PentchevFix some minor typos.
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
next