add locking callback for fds
[platform/upstream/libwebsockets.git] / lib / server.c
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-09 Andy Greenhandle EAGAIN during send
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-09 Andy Greeninterface improve visibility fail if not found
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-04-25 Bob Robertscygwin compatibility
2013-02-22 Joakim SoderbergPrint SSL error codes as well as the string.
2013-02-20 Edwin van den Oetelaarprovide socketfd at in param for LWS_CALLBACK_FILTER_NE...
2013-02-19 Andy Greenupdate missed extpoll calls to use correct args for ssl
2013-02-18 Andy Greenremove header name buffer
2013-02-14 Andy Greenintroduce LWS_CALLBACK_HTTP_WRITEABLE
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
2013-02-11 Andy Greenfix busted debug format in ssl mode
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-10 Andy Greenuse context service buffer instead of stack for server_...
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-08 Andy Greenremove need for filepath buffer on http file serve
2013-02-07 Andy Greenadd autotools bits for cyassl
2013-02-07 Andy Greenunionize header token array
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-06 Joakim SoderbergAdded support for CyaSSL replacement of OpenSSL.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-01-30 Andy Greeninstrument latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Edwin van den Oetelaarfix ssl bits outside of ifdef coverage
2013-01-28 Andy Greenforce ssl rw bios nonblocking
2013-01-28 Andy Greentimeout coverage for ssl accept
2013-01-28 Andy Greenbreak up ssl accept action
2013-01-28 Andy Greenensure accept is nonblocking
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greendisable private broadcast sockets if enable no fork...
2013-01-20 Andy Greenintroduce without extensions
2013-01-18 Andy Greenrefactor and introduce without server configure option