platform/upstream/libwebsockets.git
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-28 Krishnaraj... Define getdtablesize() for android
2015-10-28 Andy Greenclient only one error callback
2015-10-28 Andy Greenupdate appveyor status decal url
2015-10-28 Andy Greenrelease v1.5
2015-10-26 Andy Greenkeepalive close file when send completes dont wait...
2015-10-22 Andy Greencheck errno for ssl non ssl
2015-10-21 Alexander LukichevMake LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly
2015-10-21 Andy Greenqualify server specific api with LWS_NO_SERVER
2015-10-21 Andy Greenkeepalive fix flow now forced closed removed
2015-10-20 Andy Greendocument context create cannot execute in parallel
2015-10-20 Ash 20001detect http1 close connection header properly
2015-10-18 Andy Greencorrect error handling path in client handshake
2015-10-16 Joakim SöderbergIgnore cmake build/ directory
2015-10-16 Andy Greenif ssl and non ssl allowed insist to wait for something...
2015-10-16 Andy Greenattempt to get correct close flow banning writeable...
2015-10-16 Andy Greencomplain if zero ka_interval used with positive ka_time
2015-10-15 Andrejs HaninsFix getaddrinfo memory leak
2015-10-15 Mark Liknessallow EAGAIN and friends on straight read
2015-10-15 Stepan Vondrakfix missing parenthesis protection
2015-10-15 Peter PentchevFix some typographical and grammatical errors
2015-10-15 Peter PentchevUse bash as a script interpreter
2015-10-15 Andy GreenLWS_WITHOUT_BUILTIN_SHA1
2015-10-15 Andy GreenLWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED
2015-10-15 Andy Greenssl set session id context
2015-10-15 Bruce Perensremove O3 if cmake debug build
2015-10-15 Andy Greenavoid changing wrong revents if connection closed
2015-10-14 Andy Greenimprove callback close checking
2015-10-14 Fabian Kurzaccept http1.1 from proxy
2015-10-14 bdavisfd test will fail under windows, where file descriptors...
2015-10-13 Bruce Perenspadding align to ptr size
2015-10-13 jirihnidekadd cmake Find for lws
2015-10-12 Thomas Greensladeadditional https post fix
2015-10-12 Roger A. LightAttempt to fix server problems receiving large https...
2015-10-12 Andrew CanadayWHOOPS! Stuck the sigint init int the wrong function.
2015-10-12 Andrew CanadaySet default libev-related SIGINT handling at context...
2015-10-12 Andrew CanadayAdded libwebsocket_sigint_cfg for libev builds to provide
2015-10-12 Marc AldorasiPass the correct hostname when using a proxy
2015-10-12 Roger A. LightSeparate private defines in lws_config_private.h
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-10-12 =?UTF-8?q?Joakim... Bugfix: SSL code should not free wsi
2015-10-12 =?UTF-8?q?Joakim... Turn off building windows installer, breaks everything
2015-10-12 =?UTF-8?q?Joakim... From 0a0b9a6d02037e93dabadad5e04d39c1c6af0c96 Mon Sep...
2015-10-12 =?UTF-8?q?Joakim... Don't mess with system types
2015-10-12 =?UTF-8?q?Joakim... Use LWS_HAVE_ instead of just HAVE_
2015-10-12 =?UTF-8?q?Joakim... Fix windows build errors
2015-10-12 Andy Greenuse send MSG_NOSIGNAL
2015-10-12 Roger A. LightFix shared library name for all platforms
2015-10-12 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 ABruinesUpdate http-link to wolfSSL in README.build.md
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-12 =?UTF-8?q?Jos... fix #309. Receive large messages over WSS
2015-10-11 MGadkariPass HTTP reject error code returned by server to client
2015-10-11 FrugalityFixing occasional failure of connect() on Windows
2015-10-11 Andy Greenappveyor update windows openssl blob url
2015-10-11 John TarltonAdded callback for PONG responses
2015-10-11 =?UTF-8?q?Dalibor... [PATCH] added timeout reset in serve_http_file_fragment...
2015-04-29 Andy Greencmake remove targets from install path
2015-04-29 Andy Greencmake revert change to linux so
2015-04-27 Andy Greenclose CLIENT_WAITING_CONNECT should callback CONNECTION...
2015-04-25 Andy Greenclose also enable pollout processing for post send...
2015-04-25 Andy Greenclose send close ack control packet type
2015-04-23 wonder-miceSubject: [PATCH] Multiple changes in the build process
2015-04-23 wonder-miceSubject: [PATCH] Fix unused n variable warning in http2.c
2015-04-23 wonder-miceSubject: [PATCH] Add missing lib/header.c file
2015-04-22 wonder-miceSubject: [PATCH] Be quite when executing openssl commands
2015-04-22 wonder-miceFrom 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep...
2015-04-22 wonder-miceSubject: [PATCH] Fix broken libev support in client...
2015-04-22 wonder-micerefactor allow http parse also for client
2015-04-22 Joakim SoderbergSubject: [PATCH] Don't fail on non-existing files
2015-04-22 Joakim SoderbergSubject: [PATCH] Don't build installer on noserver...
2015-04-22 =?UTF-8?q?Joakim... Subject: [PATCH] Fix windows build
2015-04-22 Joe KilnerEnsure proper cleanup is performed if last websocket is
2015-04-21 PokrovskiyFix broken libev support in client mode
2015-04-17 Andy Greenclose reply must use writable control reply path
2015-04-16 Andy Greenclient error on timeout before connection
2015-04-15 Andy Greenwindows check for NULL getprotobyname
2015-04-12 Andy Greentimeout counts as pernmanently unusable close
2015-04-10 Danomi Czaskiclient getaddrinfo valgrind fix
2015-04-08 brobitschanged expected shared lib version from 4.0.0 to 5...
2015-04-07 Andy Greenparser restrict unknown header paranoia to server methods
2015-04-06 Andy Greentest echo put proper origin
2015-03-31 Andy Greenclose cover flush stored send with timeout
2015-03-30 Andy Greenunsigned char by default compiler compatibility
2015-03-30 Andy Greenspecfile openssl devel only needed on buildrequires
2015-03-28 Andy Greenprepare for v1.4
2015-03-28 Andy Greencontext destroy just kill wsis ugh add missing bit
2015-03-28 Jose Luis Millanset server listening wsi use_ssl status
2015-03-24 Andy Greencontext destroy just kill wsis
2015-03-24 Andy Greenping client ping handling use same infrastructure as...
2015-03-24 Andy Greenping allow zero length PING
2015-03-11 Roger A. LightSubject: [PATCH] Windows installer related fixes.
2015-03-11 Andy Greendocumentation add info http_proxy members
2015-03-10 banthonywalkerSubject: [PATCH 1/2] fix win32 context memory leak
2015-03-10 Andy Greenwindows installer missing quote
2015-03-10 Roger A. LightAdd Windows installer file and configure appveyor to...
2015-03-05 Andy Greentest server only mention pollfd if EXTERNAL_POLL
2015-03-04 Andy Greenclean remove x perm on two sources
2015-03-04 Andy Greenuse initgroups in plat unix
2015-02-28 banthonywalkerSubject: [PATCH] call lws_plat_inet_ntop instead of...
next