Cleaned up the CyaSSL linking in the CMake project a bit.
[platform/upstream/libwebsockets.git] / lib /
2013-02-06 Joakim SoderbergFixed windows build.
2013-02-06 Joakim SoderbergAdded support for CyaSSL replacement of OpenSSL.
2013-02-06 Joakim SoderbergAdded check for inline keyword availability.
2013-02-06 Joakim SöderbergFixed build on OSX.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-02-01 Andy Greenremove one more mention of broadcast callback
2013-02-01 Andy Greenintroduce library version plus git hash
2013-01-31 Andy Greenbump version to 1.1 and soname to 2
2013-01-31 Andy Greenclean out remaining mentions of deprecated broadcast
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 Greenroubustness handle problems in read loop better
2013-01-30 Andy Greenserver allow NULL protocol map to protocol 0
2013-01-30 Andy Greenchange get_peer_addresses to use context wsi latency
2013-01-30 Andy Greeninstrument latency
2013-01-30 Andy Greenintroduce lws_latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Matthieu RiviereFreeBSD compatibility
2013-01-28 Andy Greentrac 6 expose libwebsockets read with note about not...
2013-01-28 Edwin van den Oetelaarfix ssl bits outside of ifdef coverage
2013-01-28 Andy Greenforce client ssl bio nonblocking
2013-01-28 Andy Greenforce ssl rw bios nonblocking
2013-01-28 Andy Greentimeout coverage for ssl accept
2013-01-28 Andy Greenbreak up ssl accept action
2013-01-28 Andy Greenensure accept is nonblocking
2013-01-25 Andy Greenautocreate foreign broadcast sockets on broadcast
2013-01-23 Andy Greentrac 5 sa_restorer deprecated
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 Greenbind gcc debug generation to_DEBUG
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenkey_b64 doesnt need to be in wsi
2013-01-21 Andy Greenavoid PATH_MAX in bss in daemonize
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 Greenzlib not needed if no extensions
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 FNAwindows compatibility changes for private libwebsockets
2013-01-19 Andy Greentest server add daemonization flag
2013-01-19 Andy Greentest server use syslog logging
2013-01-19 Andy Greenallow_use_of_lwsl_logging in user code
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-19 Andy Greenchange bitfield setting to avoid gcc warnings
2013-01-19 Andy Greenimprove frame_is_binary setting
2013-01-18 Andy Greenadd lws_confirm_legit_wsi
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-18 Andy Greenintrodice tracking if frame is binary
2013-01-18 Edwin van den Oetelaardifferent compiler warning fixes
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-17 Andy Greendeprecate x google mux
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 Greeninclude daemonization file whoops
2013-01-17 Andy Greenportability dont assume size of tv.t_usec
2013-01-17 Peter Youngincluding assert h needed on osx
2013-01-17 Peter Youngjust use limits.h directly
2013-01-17 Andy Greenintroduce daemonize
2013-01-16 Andy Greenclient allow remote server to accept with no protocol set
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenexport lswl_hexdump
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 output.c
2013-01-16 Andy Greenrefactor migrate client stuff to client.c
2013-01-16 Andy Greenadd new context arg to libwebsockets_serve_http_file
2013-01-16 Andy Greenrobustness server dont exit server on accept problems
2013-01-16 Andy Greenoptimize http file sending
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains
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-13 Andy Greenabsorb README.rst into main README and code
2013-01-12 Andy Greenexpose compiletime constants to setting from configure
2013-01-12 Andy Greenrenable deflate frame buffer expansion fixing DoS
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
2013-01-10 Andy Greenupdate soname and configure to v1.0
2013-01-10 Andy Greenzlib code add OOM checks remove buffer expansion on...
2013-01-10 David GaleanoAvoid leaking a socket when SSL_accept fails.
2013-01-10 David GaleanoPrint error string on accept failure.
2013-01-10 David GaleanoIncreased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BU...
2013-01-10 David GaleanoAdded support for continuation frames on the server.
next