summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-05make duplicate headers append instead of get ignoredNick Dowell1-7/+8
2012-04-05close connection if socket recv() fails.Nick Dowell1-1/+4
2012-04-05fix heap corruption if HTTP callback calls libwebsocket_close_and_free_sessionNick Dowell1-1/+1
2012-04-04map wsorigin on to origin at an early point and stop dupe header mem leaksAndy Green1-0/+12
2012-04-04handle unsupported protocol correctlyNick Dowell1-1/+1
2012-03-29fix issuing null extension header if none supportedAndy Green1-3/+4
2012-02-19Don't care for the human-readable part of "HTTP/1.1 101" replyArtem Egorkine1-4/+3
2011-11-09cleanup fixes tested on win32 compilerDan Zhang1-8/+8
2011-11-09win32 poll emulation clean and address PEEK issueAndy Green1-144/+83
2011-11-07debug move most spew into debug macroAndy Green6-57/+58
2011-11-07Add libwebsockets_ensure_user_spaceAlex Bligh3-33/+27
2011-10-04add missing win32 zlib piecesDavid Galeano5-0/+1878
2011-10-04http charsets have case insensitive tokensOleg Golosovskiy2-1/+3
2011-10-04Added support for Windows XP.David Galeano5-1/+182
2011-10-03Added BYTE_ORDER definition for win32 builds.David Galeano1-1/+10
2011-10-03doc LWS_EXTERNAndy Green1-2/+2
2011-09-26zlib updateDavid Galeno21-977/+2422
2011-09-26Added "Release DLL" configuration.David Galeano6-410/+578
2011-09-26Added LWS_EXTERN to allow building a DLL.David Galeano1-28/+40
2011-09-26Fixed compiler warnings.David Galeano2-15/+10
2011-09-26Ignoring Release build and opensdf files.David Galeano1-0/+2
2011-09-25fix failure to limit 7bit lengthssupport-protocol-v8-chrome-15-firefox-6Andy Green1-2/+2
2011-09-25Fix compile issue on AppleM K1-0/+8
2011-09-25correct cpp extern only being on win32Andy Green1-6/+5
2011-09-25test html uplevel detect browser and MozWebSocketAndy Green1-4/+145
2011-09-25v08v13 add support v13 defaultAndy Green4-4/+14
2011-09-25v08 receiver ignore frame with unhandled ext opcodeAndy Green1-8/+6
2011-09-25v08 change ignore incoming set ext bitsAndy Green1-11/+5
2011-06-26my compiler version didn't find it, but there is an uninitialized usage ofAndy Green1-1/+1
2011-05-28extensions fix deflate stream vs mux and veto it on mux childrenAndy Green6-92/+144
2011-05-26x google mux handle illegal channel add indexes cleanup handle ch1 rxAndy Green2-41/+99
2011-05-25extensions introduce pre close vetoAndy Green4-26/+162
2011-05-25extensions change child count to highest child subchannelAndy Green2-31/+53
2011-05-25extensions ensure per conn allocation starts zeroedAndy Green1-0/+3
2011-05-25x google mux complete introduction of MUX_REAL_CHILD_INDEX_OFFSET that got in...Andy Green1-12/+32
2011-05-25add gitignoreJean-Pierre Gygax1-0/+14
2011-05-25win32 update for vc 2010 contributedJean-Pierre Gygax6-20/+359
2011-05-25remove use mux blocks macroAndy Green2-15/+11
2011-05-24x google mux change to new compact channel index schemeAndy Green2-9/+34
2011-05-24x google mux introduce sticky mux opcode usage if ever used in channelAndy Green2-16/+35
2011-05-24x google mux implement child closeAndy Green6-32/+84
2011-05-24test client add flag to defeat mux extensionAndy Green1-6/+15
2011-05-24test client make mirror data source channel open and close all the timeAndy Green1-15/+43
2011-05-24Modify Zlib VS project to be able to build in 64 bitMichel Archembault2-200/+282
2011-05-24Move include of gettimeofday.h to be able to build in C and C++Michel Archambault1-1/+3
2011-05-24move win32 zlib to correct placeMichel Archembault25-3/+0
2011-05-24dump active protocols and extensions at context createAndy Green1-0/+4
2011-05-24fix parser reaction to zero length payloadsAndy Green1-10/+34
2011-05-24fix server ping coming as client payloadAndy Green1-0/+1
2011-05-23introduce x google mux very draft indeedAndy Green16-751/+2495