platform/upstream/libwebsockets.git
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 Edwin van den... align test server extpoll with library dynamic approach
2013-01-20 Andy Greendocument memory efficiency
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-20 Andy Greenrefactor README
2013-01-19 Edwin van den... syslog requires format string
2013-01-19 Andy Greenrevert zlib update 1.2.7
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... different 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 Edwin van der... use simple lookup table for extpoll
2013-01-17 Andy Greeninclude daemonization file whoops
2013-01-17 Andy Greenportability dont assume size of tv.t_usec
2013-01-17 Andy Greenadd disable debug to README configuration options list
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 Greenmove array bounds gcc workaround outside function
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 Greentest client remove usleep
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 Greenworkaround for some gcc array bounds false positive
2013-01-16 Andy Greenadd logo to test file
2013-01-16 Andy Greenupdate test server html serving callback to use aepd...
2013-01-16 Andy Greenadd libwebsockets.org logo to share
2013-01-16 Andy Greenoptimize http file sending
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenadd empty m4 dir as workaround for autoreconf issue
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Andy Greenextpoll use hashtable for fd tracking
2013-01-15 Andy Greenallow building just the library not the testapps
2013-01-15 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains
2013-01-15 Edwin van der... extpoll break out of loop when set or clear finds fd
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greenmerge test server extpoll into test server
2013-01-15 Edwin van der... optimize extpoll fd delete
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenadd longlived option to test client
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 Andy Greenfix config enable name for getifaddrs
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 Greenupdate README with info on new logging scheme
2013-01-10 Andy Greenallow enabling debug contexts from test apps
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 Greencorrect autotools warning
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 README file with some useful tips for using the...
2013-01-10 David GaleanoAdded support for continuation frames on the server.
2013-01-10 David GaleanoClose connection if LWS_CALLBACK_HTTP returns non-zero.
2013-01-10 David GaleanoFixed to keep reading data until the SSL internal buffe...
2013-01-10 David GaleanoAdded no-cache headers to client handshake:
2013-01-10 David GaleanoSeparate compression levels for server and client,
2013-01-10 David GaleanoMore correct handling of inflate result.
2013-01-10 David GaleanoFixed crash when HTTP requests method is not GET.
2013-01-10 David GaleanoCheck if macro SSL_OP_NO_COMPRESSION is defined before...
2013-01-10 David GaleanoUsing size_t instead of int for deflate-frame offsets...
2013-01-10 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe...
2013-01-10 David GaleanoWhen choosing a cipher, use the server's preferences.
2013-01-10 David GaleanoPass URI length to LWS_CALLBACK_HTTP.
2013-01-10 David GaleanoDisable compression for SSL socket,
next