Added HTTP OPTIONS support:
[platform/upstream/libwebsockets.git] / lib / server.c
2014-07-06 Andrew CanadayAdded HTTP OPTIONS support:
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-04-27 vpeter4Fix for binding socket to a specific interface (fixes...
2014-04-27 vpeter4Disable compile warning: no newline at end of file
2014-04-12 Andy Greenrxflow just return 0 when changing state
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-06 Andy Greenrefactor use unified ssl read write functions
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
2014-04-03 Andy Greenrefactor handshake client and server handling into...
2014-04-03 Andy Greenrefactor move flow control to server.c
2014-04-03 Andy Greenrefactor migrate client and server specific context...
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-04-01 Andy Greenlibev protect when disabled at runtime in server.c
2014-03-30 Patrick GanstererRemove useless usage of ssize_t
2014-03-30 Patrick GanstererIntroduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-28 Andy Greencyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
2014-03-23 Andrew Canadaylibev port
2014-03-23 Andy Greenssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server...
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCorrectly server non-ASCII filenames on Windows
2014-02-28 Patrick GanstererCleanup include statements
2014-02-27 Patrick GanstererFix Content-Type header of http status response
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-26 Andy Greenrevert wrong fix visibility of return_http_status
2014-02-21 Andy Greenfix visibility of return_http_status
2014-02-21 Andy Greeninterface_to_sa no longer server only
2014-02-15 Andy Greenadd outermost wsi lifetime callbacks
2014-02-15 Andy Greenadd timeout between accept and negotiation
2014-02-15 Alexandre Erwin... Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNE...
2013-12-21 Andy Greenunify all pollfd lock management
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