platform/upstream/libwebsockets.git
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-18 Andy Greenfuzxy
2016-01-18 Andy Greencleaning
2016-01-16 Andy Greenlws_interface_to_sa
2016-01-16 Andy Greenuse lws_close not raw close
2016-01-15 David AndradeSubject: [PATCH] Make echo test app option consistent...
2016-01-15 Andy Greenpermessage deflate male callback VISIBLE
2016-01-15 Andy Greenfix client getting hung up on at negotiation
2016-01-15 Andy Greenredirect
2016-01-15 Andy Greenparse_uri
2016-01-15 Vijay Khurdiyassl add ECDH server support
2016-01-14 Andy Greenonly report CLIENT_CONNECTION_ERROR once on some paths
2016-01-13 Andy Greenremove double free attempts from no ACCEPT server respo...
2016-01-12 Andy Greenfuzzer eliminate hsecond ah free path firing assert...
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-12 Andy Greenlws_client_connect_via_info
2016-01-12 Andy Greentest client remove abs modulo
2016-01-11 Andy Greenextension permessage deflate
2016-01-09 Andy Greenclean libev.c style
2016-01-08 Andy Greenlibev set events to match revents
2016-01-08 Andy Greenpartial always use partial buffering if send incomplete
2016-01-06 Denis Osvaldproperly skip protocols with NULL name
2016-01-06 Denis Osvaldfix callback typedefs and declarations
2015-12-30 Andy Greendoc improve docs around header access apis
2015-12-30 Andy Greenext negotiation tolerate semicolon args
2015-12-30 Andy Greenutf8 check compatible with extensions
2015-12-29 Andy Greenoptimize utf8 check tests into state bit
2015-12-29 Andy Greenintroduce LWS_SERVER_OPTION_VALIDATE_UTF8
2015-12-29 Andy Greenautobahn check utf8 on TEXT and CLOSE
2015-12-28 Andy Greenautobahn reject forbidden close code ranges
2015-12-28 Andy Greenautobahn README.test apps.md
2015-12-28 Andy Greenautobahn reject noncontinuation based on pending FIN...
2015-12-28 Andy Greenautobahn detect disordered continuation
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-28 Andy Greenautobahn reject on reserved opcode or bits
2015-12-28 Andy Greenautobahn test echo extend max echo and follow message...
2015-12-28 Andy Greenautobahn extend max ping pong close payload to 125
2015-12-28 Andy Greenautobahn report final frag only on final rx bufload
2015-12-28 Andy Greenautobahn requires zero length tx allowed
2015-12-28 Andy Greenautobahn requires zero length rx allowed
2015-12-28 Andy Greenautobahn test echo meddling
2015-12-27 Andy Greenclean windows warnings
2015-12-27 Andy Greentest server libev
2015-12-26 Andy Greenclarify changelog
2015-12-26 Andy Greenupdate api docs
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greenclose add callback to get peer close reason
2015-12-26 Andy Greenmbed3 remove forcing _DEBUG
2015-12-26 Andy Greenmbed3 remove unused allocations
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-26 Andy Greenoutput eliminate redundant post calculation
2015-12-26 Andy Greenremove MAX_MUX_RECURSION from PRE padding
2015-12-26 Andy Greenrearrange private struct packing 2
2015-12-25 Peter PentchevRecognize Debian GNU/kFreeBSD as FreeBSD-ish.
2015-12-25 Andy Greenrearrange struct packing
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greenhttp header malloc pool allow listen accept flow control
2015-12-25 Andy Greenws ping buffer allocate in wsi ws union member
2015-12-25 Andy Greeninfo struct add padding pool
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
2015-12-23 Andy Greenlibev complete unix plat context init
2015-12-22 gaby64libev context destroy
2015-12-22 Andy Greentest ping android compatibility
2015-12-19 Roger A. LightSubject: [PATCH] Typo in macro name.
2015-12-18 Andy Greenuridecoding lws_hdr_fragment_length
2015-12-18 Andy Greenwhitespace tidy
2015-12-18 Andy Greenuridecode no need to require length plus 2
2015-12-18 Andy Greenuridecoding disallow uriencoded equals in name part
2015-12-18 Andy Greenuridecoding handle plus chars as space
2015-12-18 Andy Greenuridecoding support optional semicolon as delimiter
2015-12-18 Andy Greenversion 1.6.0
2015-12-18 Andy Greenapi doc v1.6.0
2015-12-18 Andy Greenchangelog pre v1.6.0
2015-12-18 Andy Greenclean uri arg dump
2015-12-17 Andy Greencontext protocol destroy provide nonnull wsi with context
2015-12-17 Andy Greenserver check cb return during establish
2015-12-17 Andy Greenclient check cb return during establish
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-17 Andy Greenwin cover clearing sock_send_blocking when external...
2015-12-17 Andy Greenwin solve various cranky problems with msvc
2015-12-17 Andy Greenclean misc 1
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenwindows fix wsapoll conflict on some toolchains
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-16 Andy Greenadd LWS_INLINE to deal with crappy msvc
2015-12-15 Andy Greenhttp uri arguments process in fragments
2015-12-15 Andy GreenURIPS_ARGUMENTS is redundant
2015-12-15 Andy Greendocument how the header fragments work
2015-12-15 Andy Greenintroduce lws_hdr_copy_fragment
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-15 Roger A. LightSubject: [PATCH] Add LWS_LIBRARY_VERSION_NUMBER to...
2015-12-15 Andrejs HaninsFix corruption of close reason code in close frame
2015-12-15 Andy Greenmbed3 use new upstream mbed3 nagle disable
2015-12-14 Andy Greenuriencoding deal with0uriencoded question mark properly
2015-12-14 Andy Greenwin align to recent changes
2015-12-14 Andy Greenmbed3 align to recent changes
2015-12-14 wmarquesrRefactoring conditional directives for if wrappers
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlibev take care about const context where possible
next