summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-03update test html now mozilla uses normal ws apissupport-chrome-20-firefox-12Andy Green1-2/+2
2012-05-03start migration to getnameinfoAndy Green1-4/+20
2012-05-03openssl allow connect multiple packets for SSL_connectKen Atherton1-10/+11
2012-05-03cleanup extra wrapping needed on braced defineAndy Green6-37/+117
2012-05-02android toolchain SHA1 endian fixPeter Hillier1-0/+1
2012-05-02ssize_t needs help on windowsDavid Brooks1-0/+2
2012-04-20introduce libwebsocket_client_connect_extendedDavid Brooks4-7/+113
2012-04-20introduce LWS_CALLBACK_CLIENT_CONNECTION_ERRORDavid Brooks2-2/+11
2012-04-20set connection callback before connection completed to allow early messagesDavid Brooks1-0/+19
2012-04-20improve callback prototypes to use single definitionDavid Brooks2-15/+17
2012-04-20reduce debug spewDavid Brooks2-9/+6
2012-04-14workaround osx compiler bugPasi Mankinen1-1/+3
2012-04-12document mingw buildAndy Green1-1/+8
2012-04-12mingw add win32helper to lib and fix extpollAndy Green9-15/+47
2012-04-12doc add explanation missing from per context provate dataAndy Green1-0/+3
2012-04-12mingw add zlib pathsAndy Green2-4/+4
2012-04-12remove duplicated netdb include from client handshakeAndy Green1-1/+0
2012-04-12change DATADIR to INSTALL_DATADIR solve mingw conflictAndy Green9-21/+31
2012-04-12mingw gettimeofday avoid missing includeAndy Green2-2/+9
2012-04-12mingw add in missing poll defsAndy Green1-0/+23
2012-04-12mingw hide some missing includesAndy Green2-2/+13
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green9-9837/+575
2012-04-09style cleaningAndy Green10-312/+314
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-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