summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-04-12change DATADIR to INSTALL_DATADIR solve mingw conflictAndy Green3-3/+2
2012-04-12mingw gettimeofday avoid missing includeAndy Green1-1/+1
2012-04-12mingw hide some missing includesAndy Green2-2/+13
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green2-16/+40
2012-04-09style cleaningAndy Green7-292/+288
2012-04-09fix onopen browser context patchAndy Green1-0/+1
2012-04-09allow message processing from onopen browser contextYonathan Yusim1-15/+25
2012-04-05use ssize_t instead of size_t for return values of read/recv/SSL_readTobias Maier1-1/+1
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-07debug move most spew into debug macroAndy Green6-57/+58
2011-11-07Add libwebsockets_ensure_user_spaceAlex Bligh3-33/+27
2011-10-04http charsets have case insensitive tokensOleg Golosovskiy2-1/+3
2011-10-04Added support for Windows XP.David Galeano1-0/+12
2011-10-03Added BYTE_ORDER definition for win32 builds.David Galeano1-1/+10
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-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-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 Green5-77/+136
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-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 Green5-32/+83
2011-05-24Move include of gettimeofday.h to be able to build in C and C++Michel Archambault1-1/+3
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 Green12-743/+2409
2011-05-14remove line end at 72 for base64 encodeAndy Green1-0/+2
2011-05-14win32 use binary flag on opening http fileAndy Green1-0/+4
2011-05-14make base 64 helper apis publicAndy Green1-6/+0
2011-05-14win32 move gettimeofday include inside extern cAndy Green1-1/+7
2011-05-14win32 fix release buildAndy Green1-1/+6
2011-04-29fix deflate windowAndy Green2-1/+2