aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-15fixed windows buildmartell
2014-02-15trac 53 mingw ssize_t redefAndy Green
2014-02-10fix LWS_NO_SERVER compileJohn Clark
2014-01-18Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNUMichael Haberler
2014-01-11fix lws_lookup off by onenononame
2014-01-11ppoll fix signal mask senseAndy Green
2013-12-25Use ppoll to allow signals to wake service loop early on change of pollfd eventAndy Green
2013-12-21unify all pollfd lock managementAndy Green
2013-12-21fix dropmask dereference even when NULLNikolay Dimitrov
2013-12-18Trac 53 minw updatepmcdona
2013-12-18add locking callback for fdsAndy Green
2013-12-14Optionally allow non-SSL connections on same port as SSLJames Devine
2013-12-14windows use msvc baestd and ssize_t from thereJames Chen
2013-12-10NO_EXTENSIONS fixesmroszko
2013-12-09handle EAGAIN during sendAndy Green
2013-12-09solve broken partial file sendsAndy Green
2013-12-08interpret zero rx buffer size as default in httpAndy Green
2013-11-24protect the label with an ifdefAndreas Pakulat
2013-11-24Subject: [PATCH] Fixed the logging of OpenSSL errors to report the correctJonti
2013-11-24Support for HTTP POST.kapejod
2013-11-24support for client authentication based on certsprasannateamf1
2013-11-13case insensitive http headersAndy Green
2013-11-13introduce uri argsAndy Green
2013-11-13back up directory paths properlyAndy Green
2013-11-11real http status codes update attack.shAndy Green
2013-11-11uri santitation fixes deal with single dot update attack.shAndy Green
2013-11-10translate and protect uri test sever use uri pathAndy Green
2013-11-09introduce LWS_CALLBACK_FILTER_HTTP_CONNECTIONAndy Green
2013-11-09allow other headers in http send fileAndy Green
2013-11-09make ah available in http callback properlyAndy Green
2013-11-09improve minilex use external parsing headerAndy Green
2013-11-09interface improve visibility fail if not foundAndy Green
2013-11-04Windows Fix include for win32helpersAndreas Pakulat
2013-11-04Support _WIN32 in addition to WIN32 defineAndreas Pakulat
2013-11-04Drop wsockcompat.h header its not part of msvcAndreas Pakulat
2013-11-04handle HUP on any mode socketGraham Newton
2013-10-26trac41 WIN32 add wsockcompat.hAndy Green
2013-10-26make header protection unique remove __prefixMarkus Elfring
2013-10-25cover-proxy-read-EAGAIN.patchshys
2013-10-25Subject: [PATCH] Additional check for EISONN. On iOS "if (connect()) == -1 ||shys
2013-10-25Subject: [PATCH] On iOS with nonblocking sockets I experience SSL error whichshys
2013-10-25fix originu0u0
2013-10-25defer changing to proxy uri until connectedAndy Green
2013-10-24add EISCONN handling to client connect attemptAndy Green
2013-10-24wait ssl connect completion on client proxy pathshys
2013-10-24manual proxy forcing apishys
2013-10-24fix typo in NO_SERVER caseAndy Green
2013-10-22use compatible_close for socketsAndy Green
2013-10-18fix clean return path user code handleAndy Green
2013-10-17add explicit error for partial sendAndy Green