platform/upstream/libwebsockets.git
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greenupdate arm build stats
2013-02-18 Andy Greentrim proxy ads plus hostname stg
2013-02-18 Andy Greenrestrict http send buffer to 4096
2013-02-18 Andy Greenfix no extensions build
2013-02-18 Andy Greenmigrate client hs and c_port into ah
2013-02-18 Andy Greenminor type optimizations
2013-02-18 Andy Greenremove current_alloc_len
2013-02-18 Andy Greenremove header name buffer
2013-02-18 Andy Greenhandle http union transition properly
2013-02-17 Andy Greentest server kill skt with minus 1
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-15 Andy GreenREADME.coding add note about closing connections
2013-02-14 Andy Greenadd by hand http send example
2013-02-14 Andy Greencreate user alloc for http if requested
2013-02-14 Andy Greenintroduce LWS_CALLBACK_HTTP_WRITEABLE
2013-02-14 Andy Greenjust get hostname into canonical_hostname
2013-02-14 Andy Greenremove getnameinfo
2013-02-14 Andy Greenfragge able to send chunks larger than rx buffer
2013-02-14 Andy Greenunstaged server changes
2013-02-14 Andy Greenupdate 1.21 changelog
2013-02-14 Andy Greencheck for default protocol rx buf limit
2013-02-13 Andy Greenupdate changelog
2013-02-13 Andy Greenfix missing cr from closing log
2013-02-13 Andy Greenupdate echo to use externsion getting api
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-13 Joakim SoderbergFixed soname and build shared lib for CMake.
2013-02-13 Joakim SoderbergAdded so-version information to the lib.
2013-02-13 Andy Greendisable fstack usage
2013-02-12 Andy Greenecho test app needs different lockfile
2013-02-12 Andy Greenupdate rpm specfile
2013-02-12 Andy Greenintroduce attack script
2013-02-12 Andy Greensecurity disallow repeated GET
2013-02-12 Andy Greensecurity harden http parser a bit
2013-02-12 Andy Greenfix another escaape runon
2013-02-12 Andy Greenadd cyassl keepalive valgrind minimal mem to changelog
2013-02-12 Andy Greenbump version to 1.2 and soname to 3
2013-02-12 Andy Greenapi make close api private only
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.
next