mbed3 plat
[platform/upstream/libwebsockets.git] / lib / server.c
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-14 Andy Greenintroduce lws_sockfd_type
2015-11-14 Andy Greenwin use platform invalid socket api elsewhere too
2015-11-13 Andy Greenwin client use platform invalid socket
2015-10-21 Andy Greenkeepalive fix flow now forced closed removed
2015-10-20 Ash 20001detect http1 close connection header properly
2015-10-14 Andy Greenimprove callback close checking
2015-04-22 wonder-micerefactor allow http parse also for client
2015-03-28 Jose Luis Millanset server listening wsi use_ssl status
2015-02-19 Andy GreenLWS_WITHOUT_DEBUG fix unused var
2015-01-26 Quinlan PfifferAdd PATCH, PUT, DELETE methods
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-12-01 Andy Greenrevert 187
2014-11-30 Andy Greencoverity 83684 more ways to close and use freed wsi
2014-11-30 Andy Greencoverity 83686 server close sockfd if failing out
2014-11-30 Andy Greencoverity 83656 server check setsockopt return
2014-11-30 Andy Greencoverity 83673 deference after NULL check
2014-11-13 Andy Greenreturn_http_staus fix http2 defeating body addition
2014-11-08 Andy Greenlws_union_transition
2014-11-07 Andrew CanadayDon't free wsi->u.hdr.ah except through lws_free_header...
2014-11-01 Andy Greenhttp2 window update
2014-11-01 Andy Greenclean remove debug spew outside http2
2014-10-29 Rene JagerSubject: [PATCH] fixes for handling multiple protocols...
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-12 Andy Greenhttp2 able to send test.html to nghttp2
2014-10-12 Andy Greenhttp2 hpack basic decode ok including huff
2014-10-09 Andy Greenfix return_http_status adaptation for http2
2014-10-09 Christian Schüldtssl fix service problem in MORE_SERVICE case
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenparser default to name parsing if unknown
2014-09-30 Andy Greenhttp2 add h2c upgrade and http2 connmode
2014-09-30 Andy Greenconfirm upgrade actually for websocket
2014-08-24 Andrew Canadayserver.c: test **truncated_send_len** for partial
2014-08-11 Andy Greenfix spinning on NULL protocol name
2014-08-10 Andy Greenssl fix excessive crash workaround
2014-07-29 Andy Greenavoid crash if we dont have new wsi
2014-07-18 Andy Greenhandle client protocol lists properly
2014-07-14 Andrew CanadayDon't need 'content_remain' in libwebsocket_read
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
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
next