test server add daemonization flag
[profile/ivi/libwebsockets.git] / lib / libwebsockets.c
2013-03-07 Andy Greentest server add daemonization flag 44/2944/1
2013-03-07 Andy Greentest server use syslog logging 43/2943/1
2013-03-07 Andy Greenhelper api: log through syslog 41/2941/1
2013-03-07 Andy Greenlogging select some lwsl_info usage to be lwsl_notice 40/2940/1
2013-03-07 Andy Greenadd lwsl_notice 39/2939/1
2013-03-07 Andy Greenexpose log level in emit 38/2938/1
2013-03-07 Andy Greenadd lws_confirm_legit_wsi 35/2935/1
2013-03-07 Andy Greenrefactor and introduce without server configure option 34/2934/1
2013-03-07 Andy Greensolve flowcontrol problems 29/2929/1
2013-03-07 Andy Greencheck errors on shutdown close 28/2928/1
2013-03-07 Andy Greenreplace hashtable polltable management 27/2927/1
2013-03-07 Andy Greenportability dont assume size of tv.t_usec 24/2924/1
2013-03-07 Andy Greenupdate ping test client and stop exposing payload to... 17/2917/1
2013-03-07 Andy Greenroubustness only return 0 from fd service if handled 15/2915/1
2013-03-07 Andy Greenconfigure without client 14/2914/1
2013-03-07 Andy Greenrefactor migrate client stuff to client.c 11/2911/1
2013-03-07 Andy Greenrobustness server dont exit server on accept problems 09/2909/1
2013-03-07 Andy Greenlisten socket more frequent service 03/2903/1
2013-03-07 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime 01/2901/1
2013-03-07 Andy Greenhttp service break into outer loop states 96/2896/1
2013-03-07 Andy Greendeal with SSL_ERROR_WANT_ in client connect action 93/2893/1
2013-03-07 Andy Greenlogging ensure everyone has a newline 91/2891/1
2013-03-07 Andy Greenreplace ifdefs around close socket with compatible_close 90/2890/1
2013-03-07 Larry Hayesssl client certs fix crash 89/2889/1
2013-03-07 Andy Greenexpose compiletime constants to setting from configure 87/2887/1
2013-03-07 Davidintroduce getifaddrs for toolchains without it 84/2884/1
2013-03-07 Andy Greenaudit and make all malloc check for OOM 83/2883/1
2013-03-07 Andy Greenlogging add timestamp 82/2882/1
2013-03-07 Andy Greenlogging extend level set api to allow setting emission... 81/2881/1
2013-03-07 Andy Greenintroduce logging api and convert all library output... 78/2878/1
2013-03-07 Aaron Zinmancompile in xcode, privatize debug macro 77/2877/1
2013-03-07 David GaleanoAvoid leaking a socket when SSL_accept fails. 73/2873/1
2013-03-07 David GaleanoPrint error string on accept failure. 72/2872/1
2013-03-07 David GaleanoFixed to keep reading data until the SSL internal buffe... 67/2867/1
2013-03-07 David GaleanoAdded no-cache headers to client handshake: 66/2866/1
2013-03-07 David GaleanoCheck if macro SSL_OP_NO_COMPRESSION is defined before... 62/2862/1
2013-03-07 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe... 60/2860/1
2013-03-07 David GaleanoWhen choosing a cipher, use the server's preferences. 59/2859/1
2013-03-07 David GaleanoDisable compression for SSL socket, 57/2857/1
2013-03-07 David GaleanoUsing "SSL_CTX_use_certificate_chain_file" instead... 56/2856/1
2013-03-07 David GaleanoSet listen backlog to SOMAXCONN. 51/2851/1
2013-03-07 David GaleanoFixed operator precedence bug. 50/2850/1
2013-03-07 David GaleanoAllow extensions when no protocol was specified. 47/2847/1
2013-03-07 David GaleanoAdded support for extensions that only manipulate appli... 45/2845/1
2013-03-07 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode... 43/2843/1
2013-03-07 David GaleanoAdded context creation parameter for CA certificates... 41/2841/1
2013-03-07 David GaleanoChanged client handshake to use "Origin" instead of... 37/2837/1
2013-03-07 David GaleanoFixed compiler warnings on Windows. 36/2836/1
2013-03-07 Andy Greenadd context construction option to skip server hostname... 31/2831/1
2013-03-07 Andy Greenadd missing docs for new context user pointer 30/2830/1
2013-03-07 Alon Levylibwebsocket_service_fd: EAGAIN is harmless, treat... 29/2829/1
2013-03-07 Alon Levylibwebsocket_context: add userspace pointer for use... 28/2828/1
2013-03-07 Andy Greenalways taking an interest in ppid wont hurt 22/2822/1
2013-03-07 Andy Greenstop being so fragile on socket lifecycle 20/2820/1
2012-07-20 Andy Greenrestore accept error as closure signal
2012-07-20 Artem Baguinskicheck for prctl, poll parent PID if not present
2012-06-04 Paulo Roberto UrioFixing uninitialised memory
2012-06-04 Andy Greenadd missing sa_data init to canonical hostname code
2012-06-04 Paulo Roberto UrioFixed segfault in libwebsocket_context_destroy.
2012-05-20 Andrew Chambersnull exception with null extensions list
2012-05-03 Andy Greenstart migration to getnameinfo
2012-05-03 Ken Athertonopenssl allow connect multiple packets for SSL_connect
2012-04-20 David Brooksintroduce libwebsocket_client_connect_extended
2012-04-20 David Brooksintroduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR
2012-04-20 David Brooksreduce debug spew
2012-04-12 Andy Greenmingw add win32helper to lib and fix extpoll
2012-04-09 Andy Greenstyle cleaning
2012-04-09 Andy Greenfix onopen browser context patch
2012-04-08 Yonathan Yusimallow message processing from onopen browser context
2012-04-05 Tobias Maieruse ssize_t instead of size_t for return values of...
2012-04-05 Nick Dowellclose connection if socket recv() fails.
2012-02-19 Artem EgorkineDon't care for the human-readable part of "HTTP/1.1...
2011-11-07 Andy Greendebug move most spew into debug macro
2011-11-07 Alex BlighAdd libwebsockets_ensure_user_space
2011-10-04 David GaleanoAdded support for Windows XP.
2011-09-26 David GaleanoFixed compiler warnings.
2011-06-26 Andy Greenmy compiler version didn't find it, but there is an...
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-25 Andy Greenextensions introduce pre close veto
2011-05-25 Andy Greenextensions ensure per conn allocation starts zeroed
2011-05-24 Andy Greenx google mux implement child close
2011-05-24 Andy Greendump active protocols and extensions at context create
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-04-16 Andy Greenfix frgmented server reply
2011-04-16 Andy GreenRevert Pavel's patch looping in recv
2011-04-15 Pavel Borzenkovrecv() may not return all data
2011-04-15 Pavel BorzenkovUse IPPROTO_TCP instead of SOL_TCP
2011-04-12 Pavel BorzenkovHTTP headers may be case-sensitive
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-10 Peter HinzRe: Windows port of your libwebsocket
2011-03-09 Andy Greentry to cover AF_LOCAL in libwebsockets_get_peer_addresses
2011-03-09 Andy Greenuse unsigned peer dotted quad
2011-03-09 Patrick McManuslibwebsockets - gcc warnings
2011-03-08 Andy Greendisable nagle algorithm
2011-03-07 Andy Greenintroduce libwebsocket_is_final_fragment
2011-03-07 Andy Greenexpose SHA1 api
2011-03-07 Andy Greenadd separate server writeable and change naming to...
2011-03-07 Andy Greenremove bogus bytes on first line of websockets.c
2011-03-07 Andy Greenflush extensions when closing
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
next