platform/upstream/libwebsockets.git
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
2013-03-09 Edwin van der... autotools remove INSTALL m4 COPYING
2013-03-09 Andy Greenremove autotools build
2013-03-09 Andy Greendocument revent clearing scheme
2013-03-09 Andy Greenclear down wsi_lookup on allocation and clear pollfd...
2013-03-09 Andy Greenreduce httpd close debug spew
2013-03-09 Andy Greencmake fix install path
2013-03-09 Alex Rhatushnyakcorrect example lws_write in header
2013-03-09 Andy Greendont leak when protocol agreement probs
2013-03-09 Henrik AbelssonFix printf format error
2013-03-09 Andy Greencmake win32 change helper includes to HDR_PUBLIC so...
2013-03-09 Andy Greendont sweat unkknown method for client
2013-03-09 Andy GreenPOLLOUT during wait for server response not an error
2013-03-05 Arokux Bfix win32helpers gettimeofday epoch
2013-02-28 Andy Greentrace 22 fix zero length close from client
2013-02-28 Arokux Bcmake mingw no need for websock w32
2013-02-28 Andy Greennormalize formatting in gettimeofday
2013-02-28 Arokux Bfix win32 gettimeofday for mingw
2013-02-26 Andy Greencmake lib lib64 problem
2013-02-23 Lucfix mime type on leaf header
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-22 Andy Greenmove ssl cipher list from compiletime to context creati...
2013-02-22 Andy Greenremove MAX_HEADER_NAME_LENGTH from header
2013-02-22 Joakim SoderbergFix running test programs from within visual studio.
2013-02-22 Joakim SoderbergPrint SSL error codes as well as the string.
2013-02-22 Joakim SöderbergSet the _DEBUG macro for CMake also.
2013-02-22 Joakim SoderbergFixed ssl cert generation on Windows.
2013-02-22 Joakim SoderbergAdded CPack support + some more.
2013-02-22 Joakim SoderbergBUGFIX: Fixed bug for installing test-apps for CMake.
2013-02-22 Joakim SoderbergFixed CMake compile options.
2013-02-22 Joakim Soderberggetifaddrs missing more user friendly in CMake.
2013-02-22 Joakim SoderbergFix LWS_NO_SERVER build.
2013-02-22 Joakim SoderbergBugfix compiling for cross compiling.
2013-02-22 Larry Hayeskeepalive swap interval and probes
2013-02-20 Edwin van den... provide socketfd at in param for LWS_CALLBACK_FILTER_NE...
2013-02-20 Andy Greentrac 18 deal with service connection timing out
2013-02-19 Edwin van den... cmake fix for older cmake
2013-02-19 Andy Greenupdate missed extpoll calls to use correct args for ssl
2013-02-19 Andy Greencmake docs add note about prefix
2013-02-19 Joakim SöderbergCreate the "doc" dir before generating docs.
2013-02-19 Joakim SöderbergAdded "make install" support to the CMake project.
2013-02-19 Andy Greentrac 17 update set_log_level api notice
2013-02-18 Edwin van den... move cms cmake addition to cmake module paths earlier
2013-02-18 Andy Greenadd FindGit.cmake
2013-02-18 Andy Greendocument ensure_user_space going private
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greenupdate arm build stats
next