Optionally allow non-SSL connections on same port as SSL
[platform/upstream/libwebsockets.git] / lib / libwebsockets.c
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
2013-02-07 Peter PentchevFix memory leaks when creating a context.
2013-02-07 Andy Greenadd autotools bits for cyassl
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-06 Joakim SöderbergFixed build on OSX.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-02-01 Andy Greenintroduce library version plus git hash
2013-01-31 Andy Greenget error from getnameinfo if unable to improve hostnam...
2013-01-31 Andy Greenfixes for without server and without client
2013-01-30 Jack Mitchellfix unused var if no enable openssl
2013-01-30 Andy Greenadd info about why we close to more places
2013-01-30 Andy Greenchange get_peer_addresses to use context wsi latency
2013-01-30 Andy Greenintroduce lws_latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Andy Greenbreak up ssl accept action
2013-01-25 Andy Greenautocreate foreign broadcast sockets on broadcast
2013-01-22 Andy Greentrac 3 document write and context_user
2013-01-22 Andy Greentrac 4 correct libebsocket_service_fd
2013-01-21 Andy Greenmore LWS_NO_DAEMONIZE
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-21 Andy Greendisable private broadcast sockets if enable no fork...
2013-01-20 Andy Greenlog major dynamic allocation info
2013-01-20 Andy Greenintroduce without extensions
2013-01-19 Edwin van den Oetelaarsyslog requires format string
2013-01-19 Andy Greenmake use of lock file
2013-01-19 Andy Greentest server add daemonization flag
2013-01-19 Andy Greentest server use syslog logging
next