profile/ivi/libwebsockets.git
2012-04-05 Nick Dowellfix heap corruption if HTTP callback calls libwebsocket...
2012-04-04 Andy Greenmap wsorigin on to origin at an early point and stop...
2012-04-04 Nick Dowellhandle unsupported protocol correctly
2012-03-29 Andy Greenfix issuing null extension header if none supported
2012-02-19 Artem EgorkineDon't care for the human-readable part of "HTTP/1.1...
2011-11-09 Dan Zhangcleanup fixes tested on win32 compiler
2011-11-08 Andy Greenwin32 poll emulation clean and address PEEK issue
2011-11-07 Andy Greendebug move most spew into debug macro
2011-11-07 Alex BlighAdd libwebsockets_ensure_user_space
2011-10-04 David Galeanoadd missing win32 zlib pieces
2011-10-04 Oleg Golosovskiyhttp charsets have case insensitive tokens
2011-10-04 David GaleanoAdded support for Windows XP.
2011-10-03 David GaleanoAdded BYTE_ORDER definition for win32 builds.
2011-10-03 Andy Greendoc LWS_EXTERN
2011-09-26 David Galenozlib update
2011-09-26 David GaleanoAdded "Release DLL" configuration.
2011-09-26 David GaleanoAdded LWS_EXTERN to allow building a DLL.
2011-09-26 David GaleanoFixed compiler warnings.
2011-09-26 David GaleanoIgnoring Release build and opensdf files.
2011-09-25 Andy Greenfix failure to limit 7bit lengths
2011-09-25 M KFix compile issue on Apple
2011-09-25 Andy Greencorrect cpp extern only being on win32
2011-09-25 Andy Greentest html uplevel detect browser and MozWebSocket
2011-09-25 Andy Greenv08v13 add support v13 default
2011-09-25 Andy Greenv08 receiver ignore frame with unhandled ext opcode
2011-09-25 Andy Greenv08 change ignore incoming set ext bits
2011-06-26 Andy Greenmy compiler version didn't find it, but there is an...
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-26 Andy Greenx google mux handle illegal channel add indexes cleanup...
2011-05-25 Andy Greenextensions introduce pre close veto
2011-05-25 Andy Greenextensions change child count to highest child subchannel
2011-05-25 Andy Greenextensions ensure per conn allocation starts zeroed
2011-05-25 Andy Greenx google mux complete introduction of MUX_REAL_CHILD_IN...
2011-05-25 Jean-Pierre... add gitignore
2011-05-25 Jean-Pierre... win32 update for vc 2010 contributed
2011-05-25 Andy Greenremove use mux blocks macro
2011-05-24 Andy Greenx google mux change to new compact channel index scheme
2011-05-24 Andy Greenx google mux introduce sticky mux opcode usage if ever...
2011-05-24 Andy Greenx google mux implement child close
2011-05-24 Andy Greentest client add flag to defeat mux extension
2011-05-24 Andy Greentest client make mirror data source channel open and...
2011-05-24 Michel ArchembaultModify Zlib VS project to be able to build in 64 bit
2011-05-24 Michel ArchambaultMove include of gettimeofday.h to be able to build...
2011-05-24 Michel Archembaultmove win32 zlib to correct place
2011-05-24 Andy Greendump active protocols and extensions at context create
2011-05-24 Andy Greenfix parser reaction to zero length payloads
2011-05-24 Andy Greenfix server ping coming as client payload
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-05-14 Michel Archambaultwin32 update projects
2011-05-14 Andy Greenremove line end at 72 for base64 encode
2011-05-14 Andy Greenwin32 use binary flag on opening http file
2011-05-14 Andy Greenmake base 64 helper apis public
2011-05-14 Andy Greenwin32 move gettimeofday include inside extern c
2011-05-14 Andy Greenwin32 nuke autogenerated files from tree
2011-05-14 Andy Greenwin32 fix release build
2011-04-29 Andy Greenfix deflate window
2011-04-25 Andy Greenmove send pipe choked api to public exports
2011-04-24 Andy Greenhandle new masking order and fixups
2011-04-24 Andy Greeninterpret new opcode map when 07
2011-04-24 Andy Greenissue new opcodes when 07
2011-04-24 Andy Greenwrite client frames the new way for 07
2011-04-24 Andy Greencarry over 06 stuff to 07
2011-04-24 Andy Greenadd 07 support
2011-04-23 Andy Greenintroduce 07 opcode ordering
2011-04-16 Andy Greenfix frgmented server reply
2011-04-16 Andy GreenRevert Pavel's patch looping in recv
2011-04-15 Pavel BorzenkovFix segfault in libwebsocket_write()
2011-04-15 Pavel Borzenkovrecv() may not return all data
2011-04-15 Pavel BorzenkovUse IPPROTO_TCP instead of SOL_TCP
2011-04-12 Pavel BorzenkovHTTP headers may be case-sensitive
2011-03-22 Andy Greenselect raw zlib compression
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-10 Peter Hinzupdate win32 support for zlib
2011-03-10 Peter HinzRe: Windows port of your libwebsocket
2011-03-09 Andy Greentry to cover AF_LOCAL in libwebsockets_get_peer_addresses
2011-03-09 Andy Greenuse unsigned peer dotted quad
2011-03-09 Andy Greenbeautify fraggle
2011-03-09 Patrick McManuslibwebsockets - gcc warnings
2011-03-08 Andy Greendisable nagle algorithm
2011-03-08 Andy Greenclean fraggle
2011-03-07 Andy Greenintroduce fraggle test app
2011-03-07 Andy Greenintroduce libwebsocket_is_final_fragment
2011-03-07 Andy Greenfix misunderstood fragmentation restriction
2011-03-07 Andy Greenadd CONTINUATION write mode
2011-03-07 Andy Greenexpose SHA1 api
2011-03-07 Andy Greenexpose random api
2011-03-07 Andy Greenadd separate server writeable and change naming to...
2011-03-07 Andy Greenremove bogus bytes on first line of websockets.c
2011-03-07 Andy Greenadd explicit libz inclusion
2011-03-07 Andy Greenflush extensions when closing
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
2011-03-07 Andy Greenintroduce test server close testing switch
2011-03-07 Pat McManus... interop notes - libwebsocket -06 close
2011-03-06 Andy Greenconfigure add requirement for zlib.h
2011-03-06 Andy Greenadd compression defeat switch to test client
2011-03-06 Andy Greenintroduce deflate compression extension
2011-03-06 Andy Greenallow extensions for parsing
2011-03-06 Andy Greenintroduce internal extensions array
2011-03-06 Andy Greeninstantiate extensions server accepted
2011-03-06 Andy Greendynamically create client extensions offer from extensi...
next