summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-19add my todoHEADmasterAlon Levy1-0/+2
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 Levy9-8/+22
2012-10-19lib/Makefile.am: whitespace fixAlon Levy1-1/+2
2012-10-19add pkg-config file libwebsockets.pcAlon Levy3-1/+18
2012-10-17Added test.html favicon.ico to EXTRA_DIST.Anders Brander1-0/+1
2012-10-17Add missing .h files to sources.Anders Brander1-2/+2
2012-10-17Add kernel doc to extra_dist.Anders Brander1-0/+2
2012-10-17always taking an interest in ppid wont hurtAndy Green1-2/+2
2012-10-07remove depcompAndy Green1-688/+0
2012-10-07stop being so fragile on socket lifecycleAndy Green1-2/+2
2012-10-06use autogen.shAndy Green17-30952/+1658
2012-07-20add not about autoreconf and libtoolizeAndy Green1-1/+6
2012-07-20restore accept error as closure signalAndy Green7-16/+27
2012-07-20check for prctl, poll parent PID if not presentArtem Baguinski3-2/+18
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-21link lz explicitly for mipsyuval tal2-9/+9
2012-05-20null exception with null extensions listAndrew Chambers1-5/+8
2012-05-20refresh autotools stuffAndy Green4-86/+16
2012-05-03update test html now mozilla uses normal ws apissupport-chrome-20-firefox-12Andy Green1-2/+2
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 Green6-37/+117
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 Brooks4-7/+113
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-12document mingw buildAndy Green1-1/+8
2012-04-12mingw add win32helper to lib and fix extpollAndy Green9-15/+47
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 Green9-21/+31
2012-04-12mingw gettimeofday avoid missing includeAndy Green2-2/+9
2012-04-12mingw add in missing poll defsAndy Green1-0/+23
2012-04-12mingw hide some missing includesAndy Green2-2/+13
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green9-9837/+575
2012-04-09style cleaningAndy Green10-312/+314
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