platform/upstream/libwebsockets.git
2013-02-12 Andy Greenapi remove hangup_on_client
2013-02-12 Andy Greenupdate test echo for iface info member namechange
2013-02-12 Andy Greeneliminate snprintf
2013-02-12 Andy Greenfix info struct api docs for iface vs interface
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenupdate memory performance info
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
2013-02-11 Andy Greenfix busted debug format in ssl mode
2013-02-11 Andy Greenfix string escape runon
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 client close in a controlled way on SIGINT
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 Greenvalgrind dont close things directly in the callback
2013-02-11 Andy Greenvalgrind client go through context destroy on connectio...
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 Greenvalgrind drop header allocation down http path
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-11 Andy Greenremove extension cruft from struct lws
2013-02-11 Andy Greenuse part of service buffer to make response not malloc
2013-02-11 Andy Greenremove minimum frame size for deflate
2013-02-11 Andy Greenstop O2 override
2013-02-10 Andy Greendont close in user callback wrapper let ancestor do it
2013-02-10 Andy Greenfix error path in file transfer
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-10 Andy Greenoptimize wsi using bitfields and enums to chars
2013-02-10 Andy Greenuse context service buffer instead of stack for clent_c...
2013-02-10 Andy Greenuse context service buffer instead of stack for clent_c...
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 Greenuse context service buffer instead of stack for lws_cli...
2013-02-10 Andy Greenuse context service buffer instead of stack for server_...
2013-02-10 Andy Greenadd static stack analysis
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 Greenremove receiving timeout for client
2013-02-09 Andy Greencorrect test client to close synchronously with last...
2013-02-09 Andy Greenalign max frame for mirror protocol to what the code...
2013-02-09 Andy Greenchange context creation params to struct
2013-02-08 Andy Greenhandshake bail3 should be bail
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 Greenremove all PATH_MAX or MAX_PATH
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 Andy Greenadd static linking exception to LICENSE
2013-02-07 Andy Greenadd unchanged lgpl 2.1 in LICENSE
2013-02-07 Peter PentchevFix memory leaks when creating a context.
2013-02-07 Peter PentchevGenerate the API reference in text format, too.
2013-02-07 Peter PentchevFix two typos.
2013-02-07 Andy Greenchangelog header lifecycle
2013-02-07 Andy Greenadd autotools bits for cyassl
2013-02-07 Andy Greenunionize header token array
2013-02-07 Andy Greendocument header lifecycle change
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-07 Andy Greenleverage TOKEN_SKIPPING better in parser
2013-02-07 Andy Greensimplify parsing complete
2013-02-07 Andy Greenact on fatal parse problems
2013-02-07 Andy Greenremove deprecated vcxproj
2013-02-07 Andy Greenupdate changelog about cmake
2013-02-07 Joakim SoderbergAdded build instructions for CMake.
2013-02-06 Andy Greenadd README
2013-02-06 Joakim SoderbergFixed compilation on NetBSD.
2013-02-06 Joakim SöderbergCleaned up the CyaSSL linking in the CMake project...
2013-02-06 Joakim SoderbergFixed windows build.
2013-02-06 Joakim SoderbergAdded some minor changes to CMake build file.
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 SoderbergFixed linux compilation and added more compile options.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-02-06 Joakim SoderbergSome more Cmake stuff.
2013-02-06 Joakim SoderbergStarted redoing CMake support based on the up to date...
2013-02-02 Andy Greenimprove test server poll loop docs
2013-02-02 Andy Greenadd note about MIPS opewrt configure options
2013-02-01 Andy Greenremove one more mention of broadcast callback
2013-02-01 Andy Greenintroduce library version plus git hash
2013-02-01 Andy Greenremove stray reference to max broadcast size from readm...
2013-02-01 Andy Greenadditional casts allow test server build as cpp
2013-01-31 Andy Greenupdate changelog tag chrome 26 firefox 18
2013-01-31 Andy Greenrenovate test html
2013-01-31 Andy Greenadd changelog v1.0 to v1.1
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 Greenintroduce test echo
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
next