summaryrefslogtreecommitdiff
path: root/lib/server.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-02uri processing reject paths not starting with slashAndy Green1-0/+8
2016-03-17Optimize payload exhaustionAlex Hultman1-0/+5
2016-02-28ah move more_rx_waiting to wsi scopeAndy Green1-3/+8
2016-02-25fix missing callback return checkAndy Green1-0/+5
2016-02-20ah pool lifetime use dynamic rxposAndy Green1-2/+3
2016-02-16Fix some typos.Peter Pentchev1-1/+1
2016-02-16debug reduce noiseAndy Green1-3/+4
2016-02-15timeout settable from infoAndy Green1-2/+2
2016-02-15http_transaction_completed handle two completions in detach reset orderAndy Green1-5/+6
2016-02-15ah owns rxbufAndy Green1-61/+111
2016-02-14libuv integrationAndy Green1-3/+5
2016-02-06ah pool take care about freeing headers after parsingAndy Green1-2/+10
2016-01-30ah http1.1 deal with pipelined headers properlyAndy Green1-13/+53
2016-01-29clean pre 1.7Andy Green1-6/+6
2016-01-29coverity 157401 dont test SHUTDOWN state in mode switchAndy Green1-1/+0
2016-01-29restrict SO_REUSEPORT to multithreading only so no unexpected change otherwiseAndy Green1-7/+8
2016-01-29http1.1 keepalive drop ah betweentimesAndy Green1-2/+5
2016-01-26lws_adopt_socketAndy Green1-3/+10
2016-01-26multithread stabilityAndy Green1-112/+174
2016-01-21fuzzer handle junk after upgrade headerAndy Green1-24/+34
2016-01-21unify bounds checking in parserAndy Green1-2/+2
2016-01-19multithreaded serviceAndy Green1-5/+24
2016-01-18avoid using deallocated things during context dedtroyAndy Green1-1/+1
2016-01-12fuzzer rx overflow mitigateAndy Green1-0/+1
2016-01-11extension permessage deflateAndy Green1-15/+22
2016-01-07properly skip protocols with NULL nameDenis Osvald1-17/+12
2015-12-28autobahn add same serverside rxflow cache to clientAndy Green1-36/+1
2015-12-26deprecate LWS_SEND_BUFFER_POST_PADDINGAndy Green1-1/+1
2015-12-25http header malloc pool implement poolAndy Green1-4/+6
2015-12-25http header malloc pool allow listen accept flow controlAndy Green1-0/+18
2015-12-17lws_get_context not _ctxAndy Green1-2/+2
2015-12-17clean internal refactorAndy Green1-88/+85
2015-12-17public api remove context from user callback API BREAKAndy Green1-14/+9
2015-12-16public api remove superfluous context params API BREAKAndy Green1-26/+20
2015-12-15refactor needless context with wsi paramater passingAndy Green1-8/+7
2015-12-14whitespace trailing mass cleanoutAndy Green1-23/+22
2015-12-14lws_plat_fd add wsi to fops and helpersAndy Green1-1/+1
2015-12-14lws_get_ctx conversionAndy Green1-3/+5
2015-12-10lws_plat_fd implement platform default handlersAndy Green1-3/+3
2015-12-06clean reduce windows build warningsAndy Green1-46/+55
2015-12-06more server close processing error handling precisionsAndy Green1-21/+12
2015-12-05clean more whitespaceAndy Green1-9/+9
2015-12-04clean tidy the worst whitespace alignment probs due to mass token name length...Andy Green1-9/+8
2015-12-04api rationalization: eliminate all libwebsocket[s]_ prefixesAndy Green1-21/+21
2015-12-04api rationalization eliminate oldstyle internal api namesAndy Green1-11/+11
2015-12-04api rationalization use new names internallyAndy Green1-15/+15
2015-11-14mbed3 workable plus or minus mbed3 net stack bugAndy Green1-1/+3
2015-11-14mbed3 platAndy Green1-11/+39
2015-11-14mbed3 warning cleaningAndy Green1-4/+6
2015-11-14introduce lws_sockfd_typeAndy Green1-1/+1