add lws_is_ssl api
[platform/upstream/libwebsockets.git] / lib / libwebsockets.c
2014-08-16 Andy Greenadd lws_is_ssl api
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-06 Cong Mafix confusion ull in latency reporting
2014-07-06 Andy Greendont free externally allocated user_space when closing...
2014-04-27 vpeter4Disable compile warning: no newline at end of file
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-03 Andy Greenwindows allow syslog log target to mao to stderr
2014-04-03 Andy Greenrefactor move flow control to server.c
2014-04-02 Andy Greenrefactor pollfd related functions into pollfd.c
2014-04-02 Andy Greenrefactor service related functions into service.c
2014-04-02 Andy Greenrefactor context related functions into context.c
2014-04-02 Andy Greenremove libev build tag
2014-04-02 Andy Greenclean move lws_plat externs
2014-04-02 Andy Greenipv6 use lws_plat_ to avoid win naming collision
2014-04-02 Andy Greenplat change to build selection by cmake
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-04-01 Andy Greentruncated send issue independent of LWS_NO_EXTENSIONS
2014-03-31 Andy Greenfix libev build
2014-03-31 Andy Greenclean libwebsockets.c
2014-03-30 Patrick GanstererWindows: Support LWS_POLLHUP socket event
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 GanstererAdd missing resetting of the service_tid on Windows
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-29 Patrick GanstererRemove unreferenced local variable on Windows
2014-03-29 Patrick GanstererRemove emulated_poll on Windows
2014-03-29 Patrick Ganstererwindows Use WSAWaitForMultipleEvents() instead of poll...
2014-03-29 Patrick GanstererBuild fixes for WindowsCE
2014-03-28 Patrick GanstererRemove duplicated code for setting the socket options
2014-03-28 Patrick GanstererFix IPv6 on non-Linux platforms
2014-03-28 Patrick GanstererFix nonblocking connect on Windows
2014-03-24 Andy Greenipv6 integration fixes
2014-03-24 James Devineadd ipv6 support
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...
next