summaryrefslogtreecommitdiff
path: root/lib/libwebsockets.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-15lws_snprintfAndy Green1-0/+19
2016-06-13fix for https connection codeGadkari Mugdha1-1/+11
2016-03-01wince minor adaptationsOndraco1-0/+10
2016-02-29libuv when in use skip shutdown close phaseAndy Green1-5/+9
2016-02-25close wsi must do detatch ah flow even if no ahAndy Green1-3/+4
2016-02-25improve timeout and ah list commentsAndy Green1-2/+9
2016-02-24defeat POLLOUT if socket in shutdown waitAndy Green1-1/+2
2016-02-24client callback closed if not upgraded also for server connectionAndrejs Hanins1-1/+3
2016-02-21windows doesnt have localtime_rAndy Green1-9/+18
2016-02-21lwsl stderr sink use formatted timeSebastian Reimer1-4/+16
2016-02-15timeout settable from infoAndy Green1-1/+1
2016-02-15ah owns rxbufAndy Green1-15/+11
2016-02-14libuv integrationAndy Green1-2/+23
2016-02-07lws_parse_uri fix test client use and add more docsAndy Green1-1/+2
2016-01-29clean pre 1.7Andy Green1-3/+5
2016-01-26multithread stabilityAndy Green1-57/+83
2016-01-20mbed align with pt changesAndy Green1-0/+8
2016-01-20introduce LWS_WARN_UNUSED_RESULTAndy Green1-1/+2
2016-01-19timeout also fixup for0middle guy deletion caseAndy Green1-0/+3
2016-01-19coverity 156860 wsi dereference before NULL checkAndy Green1-2/+4
2016-01-19multithreaded serviceAndy Green1-22/+37
2016-01-19timeout move to doubly linked listAndy Green1-1/+26
2016-01-16lws_interface_to_saAndy Green1-0/+14
2016-01-15redirectAndy Green1-0/+11
2016-01-15parse_uriAndy Green1-0/+42
2016-01-11extension permessage deflateAndy Green1-19/+67
2016-01-07fix callback typedefs and declarationsDenis Osvald1-1/+1
2015-12-30utf8 check compatible with extensionsAndy Green1-0/+57
2015-12-28autobahn add same serverside rxflow cache to clientAndy Green1-0/+35
2015-12-28autobahn report final frag only on final rx bufloadAndy Green1-1/+1
2015-12-26close add api to control sent close frame contentsAndy Green1-9/+39
2015-12-26deprecate LWS_SEND_BUFFER_POST_PADDINGAndy Green1-2/+1
2015-12-25http header malloc pool implement poolAndy Green1-2/+14
2015-12-25ws ping buffer allocate in wsi ws union memberAndy Green1-6/+2
2015-12-17lws_get_context not _ctxAndy Green1-1/+1
2015-12-17clean internal refactorAndy Green1-44/+40
2015-12-17public api remove context from user callback API BREAKAndy Green1-13/+12
2015-12-16public api remove superfluous context params API BREAKAndy Green1-279/+5
2015-12-15refactor needless context with wsi paramater passingAndy Green1-7/+6
2015-12-14mbed3 align to recent changesAndy Green1-2/+0
2015-12-14whitespace trailing mass cleanoutAndy Green1-12/+12
2015-12-14introduce lws_wsi_userAndy Green1-0/+6
2015-12-14lws_plat_fd add wsi to fops and helpersAndy Green1-1/+1
2015-12-14make protocols const require explicit context API BREAKAndy Green1-27/+5
2015-12-14lws_get_ctx conversionAndy Green1-0/+6
2015-12-10lws_plat_fd implement platform default handlersAndy Green1-1/+6
2015-12-06coverity 155650 medium possible write to null pointerAndy Green1-1/+2
2015-12-06coverity 155649 medium possible write to null pointerAndy Green1-2/+4
2015-12-04cleanups after api changes and mbed updateAndy Green1-75/+60
2015-12-04fix Uri Args header nameAndy Green1-2/+2