libev port
[platform/upstream/libwebsockets.git] / lib / libwebsockets.c
2014-03-23 Andrew Canadaylibev port
2014-03-23 Andy Greentruncated send keep and grow truncation buffer
2014-03-15 Andy Greenssl client use OS CA root certs by default
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCheck if getenv() exists
2014-02-28 Patrick GanstererAllow setting the HTTP proxy via creation info
2014-02-28 Patrick GanstererEnable compilation on Windows CE
2014-02-28 Patrick GanstererCleanup include statements
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-27 Patrick GanstererReplace perror() with lwsl_warn()
2014-02-22 Gabriel Gritschuse SO_REUSEADDR on windows since supposedly ok now
2014-02-21 Andy Greeninterface_to_sa no longer server only
2014-02-19 Mattias LundbergAdd support to binding client to interface.
2014-02-19 Joakim SoderbergFix compilation on Windows.
2014-02-19 Craig McQueenAdd LWS_VISIBLE to libwebsocket_set_timeout() so it...
2014-02-15 Michael Haberlerchange extpoll in lib to new way
2014-02-15 Andy Greenadd outermost wsi lifetime callbacks
2014-02-15 Andy Greenlibwebsocket_callback_all_protocol
2014-02-15 arnaudvialafix memory leak
2014-02-15 martellfixed windows build
2014-01-11 nononamefix lws_lookup off by one
2014-01-11 Andy Greenppoll fix signal mask sense
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
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-24 JontiSubject: [PATCH] Fixed the logging of OpenSSL errors...
2013-11-24 kapejodSupport for HTTP POST.
2013-11-24 prasannateamf1support for client authentication based on certs
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-11-04 Graham Newtonhandle HUP on any mode socket
2013-10-24 shysmanual proxy forcing api
2013-10-24 Andy Greenfix typo in NO_SERVER case
2013-10-21 Andy Greenuse compatible_close for sockets
2013-10-17 Andy Greenadd explicit error for partial send
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-09-18 Andy Greenremove bae64 decode and selftest
2013-09-18 Andy Greentrac #39: allow fd 0 for connection
2013-06-29 Niall T. DavidsonAdded additional LWS_CALLBACK_CLOSED_HTTP callback...
2013-06-10 Andy Greenadd LWS_CALLBACK_CLOSED_HTTP
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-05-05 Simon Wulftrac 28 brackets around POLLIN flag test
2013-04-25 Bob Robertscygwin compatibility
2013-03-30 Peter PentchevHide private library symbols
2013-03-23 Andy Greencosmetic debug improvements
2013-03-16 Andy Greenintroduce api for unthrottle all connections of protocol
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-11 Andy Greenupdate service_fd comment and api docs
2013-03-09 Andy Greenclear down wsi_lookup on allocation and clear pollfd...
2013-03-09 Andy Greenreduce httpd close debug spew
2013-03-09 Andy Greendont leak when protocol agreement probs
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-22 Andy Greenmove ssl cipher list from compiletime to context creati...
2013-02-22 Andy Greenremove MAX_HEADER_NAME_LENGTH from header
2013-02-22 Joakim SoderbergPrint SSL error codes as well as the string.
2013-02-22 Joakim SoderbergFix LWS_NO_SERVER build.
2013-02-22 Larry Hayeskeepalive swap interval and probes
2013-02-20 Andy Greentrac 18 deal with service connection timing out
2013-02-19 Andy Greentrac 17 update set_log_level api notice
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greenfix no extensions build
2013-02-16 Andy Greenhandle any POLLIN before error
2013-02-15 Andy Greenclose if we tried to close politely just close next...
2013-02-15 Andy Greenapi change deliver socket fd to in param of extpoll...
2013-02-15 Andy Greenproblems in lws_handle_POLLOUT_event should just close
2013-02-15 Andy Greenrobustness protect and document ensure_user_space
2013-02-14 Andy Greenjust get hostname into canonical_hostname
2013-02-13 Andy Greenfix missing cr from closing log
2013-02-12 Andy Greensecurity harden http parser a bit
2013-02-12 Andy Greenapi remove hangup_on_client
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenfix without server
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenvalgrind openssl destroy as far as possible
2013-02-11 Andy Greenvalgrind eliminate uninitialized warning on close
2013-02-11 Andy Greenvalgrind also deallocate rx buf on close when client
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenvalgrind free rx_user_buffer if entered CONNMODE_WS_SERVING
2013-02-11 Andy Greenvalgrind introduce protocol init and destroy user callbacks
2013-02-11 Andy Greenvalgrind context destroy close all conns properly
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-11 Andy Greenimprove static allocation notice
2013-02-11 Andy Greenvalgrind free context allocations
2013-02-10 Andy Greendont close in user callback wrapper let ancestor do it
2013-02-10 Andy Greenuse context service buffer instead of stack for create_...
2013-02-10 Andy Greenfix non ssl changes missed from context api change
2013-02-10 Andy Greendont try figure out listen_service_fd position if unset
2013-02-10 Andy Greendont try set per socket keepalive timing on bsds
2013-02-10 Andy Greenfix broken listen socket piggybacking
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
2013-02-09 Andy Greenchange context creation params to struct
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-08 Andy Greenaccount for context in static allocation figure
2013-02-08 Andy Greenuse context service buf in place of large stack arrays
2013-02-08 Andy Greenremove need for filepath buffer on http file serve
next