platform/upstream/libwebsockets.git
2013-12-18 Andy Greenadd locking callback for fds
2013-12-14 James DevineOptionally allow non-SSL connections on same port as SSL
2013-12-14 James Chenwindows use msvc baestd and ssize_t from there
2013-12-10 Christian Wyssdistinguish error from truncation
2013-12-10 John Harrisonie10 lws url workaround
2013-12-10 mroszkoNO_EXTENSIONS fixes
2013-12-09 Andy Greenhandle EAGAIN during send
2013-12-09 Andy Greensolve broken partial file sends
2013-12-08 Andy Greeninterpret zero rx buffer size as default in http
2013-11-24 Andreas Pakulatprotect the label with an ifdef
2013-11-24 JontiSubject: [PATCH] Fixed the logging of OpenSSL errors...
2013-11-24 kapejodSupport for HTTP POST.
2013-11-24 prasannateamf1support for client authentication based on certs
2013-11-13 Andy Greencase insensitive http headers
2013-11-12 Andy Greenintroduce uri args
2013-11-12 Andy Greenback up directory paths properly
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-10 Andy Greenuri santitation fixes deal with single dot update attack.sh
2013-11-10 Andy Greentranslate and protect uri test sever use uri path
2013-11-09 Andy Greenintroduce LWS_CALLBACK_FILTER_HTTP_CONNECTION
2013-11-09 Andy Greenadd cookie example to test server
2013-11-09 Andy Greenallow other headers in http send file
2013-11-09 Andy Greenmake ah available in http callback properly
2013-11-09 Andy Greenimprove minilex use external parsing header
2013-11-09 Graham Newtonwindows workaround unsigned fd in emulated poll
2013-11-09 Andy Greeninterface improve visibility fail if not found
2013-11-04 Andreas PakulatWindows Fix usage in Windows XP targetting projects
2013-11-04 Andy Greenunixify websock w32.h line endings
2013-11-04 Andreas PakulatWindows Fix include for win32helpers
2013-11-04 Andreas PakulatWindows Fix installing the dll
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-11-04 Andreas PakulatDrop wsockcompat.h header its not part of msvc
2013-11-04 Graham Newtonhandle HUP on any mode socket
2013-10-26 Andy Greentrac41 WIN32 add wsockcompat.h
2013-10-26 Andy Greenv1.2.3 changelog update
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-26 Markus Elfringfix cmake quoting
2013-10-25 shyscover-proxy-read-EAGAIN.patch
2013-10-25 shysSubject: [PATCH] Additional check for EISONN. On iOS...
2013-10-25 shysSubject: [PATCH] On iOS with nonblocking sockets I...
2013-10-25 u0u0fix origin
2013-10-25 Andy Greendefer changing to proxy uri until connected
2013-10-24 Andy Greenadd EISCONN handling to client connect attempt
2013-10-24 shyswait ssl connect completion on client proxy path
2013-10-24 shysmanual proxy forcing api
2013-10-24 Arokux XCMAKE help if cwd not git dir
2013-10-24 Andy Greenfix typo in NO_SERVER case
2013-10-21 Andy Greenuse compatible_close for sockets
2013-10-18 Andy Greenfix clean return path user code handle
2013-10-17 Andy Greenadd explicit error for partial send
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-09-18 Fujii Bunichirohforce failed header parse to act
2013-09-18 Andy Greenremove bae64 decode and selftest
2013-09-18 Andy Greentrac #39: allow fd 0 for connection
2013-09-18 Erland Isakssoncmake fix for osx 64 bit
2013-09-18 Andy Greentrac 36 make libwebsocket_set_timeout public
2013-09-18 Andy Greenchange LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user...
2013-06-29 David Gauchardfix http incomplete send handling
2013-06-29 Joachim BauchRequest "send" not to trigger SIGPIPE on errors.
2013-06-29 Jiri Hnidekadd CMake find function for libwebsockets
2013-06-29 Niall T. DavidsonAdded additional LWS_CALLBACK_CLOSED_HTTP callback...
2013-06-23 Joachim BauchSupport empty ping and pong packets.
2013-06-23 Joachim BauchDeclare "sha1_init" statically to avoid naming conflict...
2013-06-10 Andy Greenadd LWS_CALLBACK_CLOSED_HTTP
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-05-05 Simon Wulftrac 28 brackets around POLLIN flag test
2013-05-03 Andy Greenlog err if unable to open http file
2013-05-02 Andy Greentrac 29 convert more snprintf stowaways
2013-05-01 Andy Greentrac 29 echo remoe mention of syslog constants for...
2013-04-29 Andy Greentrac 29 avoid syslog in echo test if win32
2013-04-29 Andy Greentrac 29 eliminate snprintf again
2013-04-27 Andy Greentrac 29 win32 EWOULDBLOCK
2013-04-25 Andy GreenTrac 29: win32 fix LWS_VISIBLE issue
2013-04-25 Bob Robertscygwin compatibility
2013-04-16 thinkskitrac 27: use fullpath in OSX dynamic libs
2013-04-12 thinkskipkg config avoid hardcoded prefix
2013-04-11 Tomas Cejkacmake use existing spec file for RPM generation
2013-04-11 Tomas Cejkacmake added RPM generation
2013-03-30 Andy Greencmake improve cross documentation
2013-03-30 Peter PentchevHide private library symbols
2013-03-23 Andy GreenSOL_SNDBUF set to protocol rx size
2013-03-23 Andy Greentest server improve return checking
2013-03-23 Andy Greencosmetic debug improvements
2013-03-23 Joakim SoderbergBUGFIX: Properly add libcyassl to the lib list.
2013-03-23 Joakim SoderbergCheck for GCC/G++ explicitly instead of simply Unix.
2013-03-23 Joakim SoderbergAllow setting the resource path via command line.
2013-03-16 Andy Greenintroduce api for unthrottle all connections of protocol
2013-03-16 Andy Greentest client have u option also reject deflate stream
2013-03-16 Andy Greencmake add gcc compile options
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-14 Tobias Maierreplaced last remaining close on wsi->sock with compati...
2013-03-14 Michel ArchambaultFixed read of the jpg in Windows
2013-03-11 Andy Greenupdate service_fd comment and api docs
2013-03-10 Andy Greencmake update specfile
2013-03-10 Andy Greencmake add missing echo test app
2013-03-10 Andy Greencmake packageconfig installs to lib dir
2013-03-10 Andy Greencmake ignore non source things for make dist
2013-03-09 Gregory Junkerandroid include gregorys example makefile
2013-03-09 Andy Greenupdate version 1.3 soname 4
2013-03-09 Edwin van den... cmake some cosmetic improvementss
next