nonzero return from client parser is close
[platform/upstream/libwebsockets.git] / lib /
2014-03-17 Andy Greennonzero return from client parser is close
2014-03-15 Andy Greenssl client use OS CA root certs by default
2014-03-15 Andy Greenclient allow user callback to close on nonzero return
2014-03-09 Andy Greenupgrade and improve storage efficiency of minilex
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-03-03 Patrick GanstererDefine libwebsocket_write_http as a macro instead of...
2014-03-02 Andy Greenwin32 provide empty declaration for inline
2014-02-28 Patrick GanstererRemove duplicated implementations for bzero()
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCheck if getenv() exists
2014-02-28 Patrick GanstererAllow setting the HTTP proxy via creation info
2014-02-28 Andy Greenfix missing include for time
2014-02-28 Patrick GanstererEnable compilation on Windows CE
2014-02-28 Patrick GanstererCorrectly server non-ASCII filenames on Windows
2014-02-28 Patrick GanstererAdd dummy implementation when strerror() is missing
2014-02-28 Patrick GanstererCleanup include statements
2014-02-28 Patrick GanstererAdd explicit cast to setsockopt() calls
2014-02-27 Patrick GanstererFix Content-Type header of http status response
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererRename leave to cleanup
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-27 Patrick GanstererReplace perror() with lwsl_warn()
2014-02-27 Patrick GanstererFix endian detection on non-linux systems
2014-02-27 Patrick GanstererAdd missing LWS_VISIBLE to libwebsocket_set_timeout()
2014-02-26 Andy Greenrevert wrong fix visibility of return_http_status
2014-02-26 Joakim SoderbergFix windows compilation.
2014-02-22 Gabriel Gritschuse SO_REUSEADDR on windows since supposedly ok now
2014-02-21 Andy Greenfix visibility of return_http_status
2014-02-21 Andy Greeninterface_to_sa no longer server only
2014-02-19 Craig McQueenCall libwebsocket_set_timeout() before callback LWS_CAL...
2014-02-19 Mattias LundbergAdd support to binding client to interface.
2014-02-19 Joakim SoderbergFix compilation on Windows.
2014-02-19 Craig McQueenAdd LWS_VISIBLE to libwebsocket_set_timeout() so it...
2014-02-15 Michael Haberlerdocument new extpoll apis
2014-02-15 Michael Haberlerchange extpoll in lib to new way
2014-02-15 Michael Haberlerreplace old extpoll callbacks with LWS_CALLBACK_CHANGE_...
2014-02-15 Michael Haberlerdefine struct libwebsocket_pollargs
2014-02-15 Andy Greenadd outermost wsi lifetime callbacks
2014-02-15 Andy GreenLWS_CALLBACK_USER
2014-02-15 Andy Greenlibwebsocket_callback_all_protocol
2014-02-15 Gabriel Gritschadd const http write helper
2014-02-15 Andy Greenfix zero length ping pong
2014-02-15 Daniel Ludwigmissing endian preprocessor defines on Linux environments
2014-02-15 arnaudvialafix memory leak
2014-02-15 Andy Greenadd timeout between accept and negotiation
2014-02-15 Alexandre Erwin... Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNE...
2014-02-15 martellfixed windows build
2014-02-15 Andy Greentrac 53 mingw ssize_t redef
2014-02-09 John Clarkfix LWS_NO_SERVER compile
2014-01-18 Michael HaberlerSubject: [PATCH] libwebsockets.h: use _GNU_SOURCE inste...
2014-01-11 nononamefix lws_lookup off by one
2014-01-11 Andy Greenppoll fix signal mask sense
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
2013-12-21 Andy Greenunify all pollfd lock management
2013-12-21 Nikolay Dimitrovfix dropmask dereference even when NULL
2013-12-18 pmcdonaTrac 53 minw update
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 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 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 Andy Greeninterface improve visibility fail if not found
2013-11-04 Andreas PakulatWindows Fix include for win32helpers
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 Markus Elfringmake header protection unique remove __prefix
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 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
next