summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-10-19add missing docs for new context user pointerAndy Green1-0/+2
2012-10-19libwebsocket_service_fd: EAGAIN is harmless, treat like EINTRAlon Levy1-1/+1
2012-10-19libwebsocket_context: add userspace pointer for use before wsi creationAlon Levy3-2/+15
2012-10-19lib/Makefile.am: whitespace fixAlon Levy1-1/+2
2012-10-17Add missing .h files to sources.Anders Brander1-2/+2
2012-10-17always taking an interest in ppid wont hurtAndy Green1-2/+2
2012-10-07stop being so fragile on socket lifecycleAndy Green1-2/+2
2012-10-06use autogen.shAndy Green2-667/+2
2012-07-20restore accept error as closure signalAndy Green2-10/+12
2012-07-20check for prctl, poll parent PID if not presentArtem Baguinski2-1/+17
2012-06-04Fixing uninitialised memoryPaulo Roberto Urio1-1/+3
2012-06-04some toolchains need stddefPaulo Roberto Urio1-0/+2
2012-06-04add missing sa_data init to canonical hostname codeAndy Green1-2/+3
2012-06-04Fixed segfault in libwebsocket_context_destroy.Paulo Roberto Urio1-1/+1
2012-05-30sockets were left open if connection could not beTobias Maier1-0/+5
2012-05-20null exception with null extensions listAndrew Chambers1-5/+8
2012-05-20refresh autotools stuffAndy Green1-29/+3
2012-05-03start migration to getnameinfoAndy Green1-4/+20
2012-05-03openssl allow connect multiple packets for SSL_connectKen Atherton1-10/+11
2012-05-03cleanup extra wrapping needed on braced defineAndy Green2-6/+33
2012-05-02android toolchain SHA1 endian fixPeter Hillier1-0/+1
2012-05-02ssize_t needs help on windowsDavid Brooks1-0/+2
2012-04-20introduce libwebsocket_client_connect_extendedDavid Brooks3-4/+60
2012-04-20introduce LWS_CALLBACK_CLIENT_CONNECTION_ERRORDavid Brooks2-2/+11
2012-04-20set connection callback before connection completed to allow early messagesDavid Brooks1-0/+19
2012-04-20improve callback prototypes to use single definitionDavid Brooks2-15/+17
2012-04-20reduce debug spewDavid Brooks2-9/+6
2012-04-14workaround osx compiler bugPasi Mankinen1-1/+3
2012-04-12mingw add win32helper to lib and fix extpollAndy Green3-2/+10
2012-04-12doc add explanation missing from per context provate dataAndy Green1-0/+3
2012-04-12mingw add zlib pathsAndy Green2-4/+4
2012-04-12remove duplicated netdb include from client handshakeAndy Green1-1/+0
2012-04-12change DATADIR to INSTALL_DATADIR solve mingw conflictAndy Green3-3/+2
2012-04-12mingw gettimeofday avoid missing includeAndy Green1-1/+1
2012-04-12mingw hide some missing includesAndy Green2-2/+13
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green2-16/+40
2012-04-09style cleaningAndy Green7-292/+288
2012-04-09fix onopen browser context patchAndy Green1-0/+1
2012-04-09allow message processing from onopen browser contextYonathan Yusim1-15/+25
2012-04-05use ssize_t instead of size_t for return values of read/recv/SSL_readTobias Maier1-1/+1
2012-04-05make duplicate headers append instead of get ignoredNick Dowell1-7/+8
2012-04-05close connection if socket recv() fails.Nick Dowell1-1/+4
2012-04-05fix heap corruption if HTTP callback calls libwebsocket_close_and_free_sessionNick Dowell1-1/+1
2012-04-04map wsorigin on to origin at an early point and stop dupe header mem leaksAndy Green1-0/+12
2012-04-04handle unsupported protocol correctlyNick Dowell1-1/+1
2012-03-29fix issuing null extension header if none supportedAndy Green1-3/+4
2012-02-19Don't care for the human-readable part of "HTTP/1.1 101" replyArtem Egorkine1-4/+3
2011-11-07debug move most spew into debug macroAndy Green6-57/+58
2011-11-07Add libwebsockets_ensure_user_spaceAlex Bligh3-33/+27
2011-10-04http charsets have case insensitive tokensOleg Golosovskiy2-1/+3