summaryrefslogtreecommitdiff
path: root/lib/libwebsockets.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-15lws_snprintfAndy Green1-1/+15
2016-04-30Add warn_unused_result check, attribute only supported by GCC 3.4 or laterPatrick Farrell1-1/+8
2016-04-21Update libwebsockets.hhgrundy1-1/+1
2016-04-08windows snprintf is _snprintfMeir Yanovich1-0/+2
2016-03-23libuv: handle signals only if requestedDenis Osvald1-2/+2
2016-03-01wince minor adaptationsOndraco1-0/+9
2016-02-27Don't include <sys/cdefs.h> for NetBSDKamil Rytarowski1-1/+0
2016-02-27netbsd netinet includeAndy Green1-0/+5
2016-02-16Fix some typos.Peter Pentchev1-5/+5
2016-02-15timeout settable from infoAndy Green1-1/+5
2016-02-14libuv integrationAndy Green1-6/+33
2016-02-14libuv initial replace libev versionAlex Hultman1-4/+4
2016-02-12Ask sysconf for Android's getdtablesize.Dan Albert1-1/+2
2016-02-02LWS_WARN_DEPRECATED and fixup older test appsAndy Green1-4/+13
2016-01-29clean pre 1.7Andy Green1-4/+5
2016-01-28lextable add x-real-ipDanomi Czaski1-10/+10
2016-01-26lws_adopt_socketAndy Green1-0/+3
2016-01-26multithread stabilityAndy Green1-0/+1
2016-01-21unify bounds checking in parserAndy Green1-1/+1
2016-01-21win add dummy LWS_WARN_UNUSED_RESULTAndy Green1-0/+1
2016-01-20mbed align with pt changesAndy Green1-1/+3
2016-01-20introduce LWS_WARN_UNUSED_RESULTAndy Green1-21/+24
2016-01-19multithreaded serviceAndy Green1-1/+22
2016-01-18cleaningAndy Green1-5/+31
2016-01-16lws_interface_to_saAndy Green1-0/+3
2016-01-15parse_uriAndy Green1-0/+3
2016-01-15ssl add ECDH server supportVijay Khurdiya1-0/+1
2016-01-12lws_client_connect_via_infoAndy Green1-1/+1
2016-01-11extension permessage deflateAndy Green1-64/+132
2016-01-07fix callback typedefs and declarationsDenis Osvald1-16/+7
2015-12-30doc improve docs around header access apisAndy Green1-0/+6
2015-12-29introduce LWS_SERVER_OPTION_VALIDATE_UTF8Andy Green1-1/+2
2015-12-26close add api to control sent close frame contentsAndy Green1-9/+17
2015-12-26close add callback to get peer close reasonAndy Green1-0/+11
2015-12-26mbed3 remove unused allocationsAndy Green1-3/+0
2015-12-26deprecate LWS_SEND_BUFFER_POST_PADDINGAndy Green1-16/+32
2015-12-26remove MAX_MUX_RECURSION from PRE paddingAndy Green1-2/+1
2015-12-25http header malloc pool implement poolAndy Green1-2/+12
2015-12-25info struct add padding poolAndy Green1-1/+8
2015-12-19uridecoding lws_hdr_fragment_lengthAndy Green1-1/+16
2015-12-19whitespace tidyAndy Green1-53/+55
2015-12-17lws_get_context not _ctxAndy Green1-6/+6
2015-12-17clean internal refactorAndy Green1-1/+0
2015-12-17win solve various cranky problems with msvcAndy Green1-6/+0
2015-12-17public api remove context from user callback API BREAKAndy Green1-9/+6
2015-12-16windows fix wsapoll conflict on some toolchainsAndy Green1-4/+6
2015-12-16public api remove superfluous context params API BREAKAndy Green1-74/+17
2015-12-16add LWS_INLINE to deal with crappy msvcAndy Green1-5/+7
2015-12-15introduce lws_hdr_copy_fragmentAndy Green1-1/+14
2015-12-14mbed3 align to recent changesAndy Green1-14/+15