platform/upstream/libwebsockets.git
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
2015-12-13 Andy Greenchangelog update file api about wsi
2015-12-13 Andy Greenintroduce lws_wsi_user
2015-12-13 Andy Greenchangelog explain protocols related api changes
2015-12-13 Andy Greenlws_plat_fd add wsi to fops and helpers
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-13 Andy Greenwin open flags 3 lsb are not bitfields
2015-12-11 Yusuke IshiguroRevert using AI_V4MAPPED flag to getaddrinfo for Android
2015-12-10 Andy Greenwindows fcntl.h
2015-12-10 Andy GreenLWS_O_RDONLY to hide perversions
2015-12-10 Andy Greenosx fix unsigned signed compare error 2
2015-12-10 Andy Greenwindows use right perversion flgs
2015-12-10 Andy Greenosx fix unsigned signed compare error
2015-12-10 Andy Greenlws_plat_fd implement platform default handlers
2015-12-10 SoapyManlws_plat_fd introduce struct
2015-12-10 Andy Greentest client remove spamming delays
2015-12-09 Andy Greenclean comment style in libwebsockets.h
2015-12-09 Andy Greenarmour libwebsockets.h also put notices on abi structs...
2015-12-09 Andy Greenplat combine inits into single lws_plat_init and provid...
2015-12-09 Yusuke IshiguroSubject: [PATCH] fixed not to use IPv4-mapped address...
2015-12-09 Andy Greentest client bit more cleaning
2015-12-08 Alexander BruinesAccess to wsi->ssl at LWS_CALLBACK_ESTABLISHED
2015-12-08 Andy Greentest client reconnect if server disappears
2015-12-08 Yusuke Ishigurofixed to initialize sockaddr_in6 by zero
2015-12-08 Andy Greensoname bump
2015-12-08 Andy Greenarmour libwebsockets.h against careless enum changes...
2015-12-08 Charles Prevotcmake additionally install cmake config
2015-12-06 Andy Greencoverity 155650 medium possible write to null pointer
2015-12-06 Andy Greencoverity 155649 medium possible write to null pointer
2015-12-06 Andy Greencoverity 155648 low dead code daemonize disabled
2015-12-06 Andy Greentravis coverity update
2015-12-06 Andy Greenclean more whitespace 5
2015-12-06 Andy Greenclean more whitespace 4
2015-12-06 Andy Greenclean more whitespace 3
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenmore server close processing error handling precisions
2015-12-05 Andy Greenserver socket service close when detected do right...
2015-12-05 Andy Greenclean more whitespace 2
2015-12-05 Andy Greenclean more whitespace
2015-12-05 Andy Greenserver socket service close fix fail detect
2015-12-05 Andy Greenwindows align lws_service_fd return processing with...
2015-12-04 Andy Greencleanups after api changes and mbed update
2015-12-04 Andy Greenattack.sh update for test server changes
2015-12-04 Andy Greenfix Uri Args header name
2015-12-04 Andy Greenapi rationalization fix replaces in compatibility defines
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization add cmake switch to export old...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-12-03 Andy Greenapi rationalization: introduce public api compatibility...
2015-12-03 Andy Greenassert.h move to private header
2015-12-03 Peter PentchevFix some minor typos.
2015-12-03 Andy Greenssl zero return indicates shutdown
2015-12-03 Andrew CanadayHandle pending SSL reads which would otherwise not...
2015-12-03 Andrew Canadayssl set ssl to NULL on close
2015-12-01 Andrejs HaninsAllow zero-length pong to be received by server
2015-11-29 Andy Greenosx clang blows up if pthreads flag at link time 2
2015-11-29 Andy Greenosx clang blows up if pthreads flag at link time
2015-11-29 Andrew CanadayDefine 'daemonize' flag if LWS_NO_DAEMONIZE is not...
next