reflect send completeness in lws_write return
[platform/upstream/libwebsockets.git] / lib / libwebsockets.c
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
2013-01-19 Andy Greenhelper api: log through syslog
2013-01-19 Andy Greenlogging select some lwsl_info usage to be lwsl_notice
2013-01-19 Andy Greenadd lwsl_notice
2013-01-19 Andy Greenexpose log level in emit
2013-01-18 Andy Greenadd lws_confirm_legit_wsi
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-17 Andy Greensolve flowcontrol problems
2013-01-17 Andy Greencheck errors on shutdown close
2013-01-17 Andy Greenreplace hashtable polltable management
2013-01-17 Andy Greenportability dont assume size of tv.t_usec
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenroubustness only return 0 from fd service if handled
2013-01-16 Andy Greenconfigure without client
2013-01-16 Andy Greenrefactor migrate client stuff to client.c
2013-01-16 Andy Greenrobustness server dont exit server on accept problems
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenlogging ensure everyone has a newline
2013-01-15 Andy Greenreplace ifdefs around close socket with compatible_close
2013-01-14 Larry Hayesssl client certs fix crash
2013-01-12 Andy Greenexpose compiletime constants to setting from configure
2013-01-12 Davidintroduce getifaddrs for toolchains without it
2013-01-12 Andy Greenaudit and make all malloc check for OOM
2013-01-12 Andy Greenlogging add timestamp
2013-01-12 Andy Greenlogging extend level set api to allow setting emission...
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-10 Aaron Zinmancompile in xcode, privatize debug macro
next