platform/upstream/libwebsockets.git
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...
2015-11-29 Andrew CanadayC89 tweaks as per #348.
2015-11-29 Andrew CanadayTerminate truncated header strings.
2015-11-29 Andy Greenosx clang quench deprecated api errors
2015-11-29 Andy Greenissue 352 clang is like gcc for cmake purposes
2015-11-25 Andy Greentest server h add newline
2015-11-25 Andy Greenmbed3 working examples
2015-11-24 Andy Greenssl treat WANT_READ and WRITE separately
2015-11-24 Andy Greenclean out mbed3 lwip hacks
2015-11-20 Andy Greenhttp post zero content length
2015-11-20 Andy Greenreturn AWAITING_TIMEOUT to 5s
2015-11-20 Andy Greentest server pthreads
2015-11-20 Andy GreenCALLBACK_LOCK_POLL use len to differentiate locking...
2015-11-19 Andy Greenwindows crappy tools dont know __func__
2015-11-19 Andy Greenrefactor test server
2015-11-19 Andy Greenwin remove piggybacked hack
2015-11-18 Andy Greenproxy auth fix
2015-11-18 Andy Greenwindows eliminate duplicate POLLOUT
2015-11-17 Andy Greentest echo initial delay
2015-11-15 Andy Greenclose actually close after send close ack
2015-11-15 Andy Greentest html add open close buttons
2015-11-14 Andy GreenREADME.build.md add mbed3 build info
2015-11-14 Andy Greenupdate appveyor to get win openssl from own server
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-14 Andy Greenintroduce lws_sockfd_type
2015-11-14 Andy Greenmbed3 build support
2015-11-14 Andy Greenmbed3 add yotta JSON
2015-11-14 Andy Greenwin use platform invalid socket api elsewhere too
2015-11-13 Andy Greenwin client use platform invalid socket
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd 3
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd 2
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd
2015-11-08 Andy Greencmake force internal SHA1 if no ssl
2015-11-08 Andy Greenproxy auth
2015-11-06 Andrejs HaninsSubject: [PATCH] Fix for close ack sending
2015-11-06 Andy Greennon ssl on ssl port zero recv ambiguous
2015-10-30 Andy Greennon ssl on ssl port fixes
2015-10-29 Joakim SöderbergUpdate README.build.md
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...
next