platform/upstream/libwebsockets.git
2013-03-05 Arokux Bfix win32helpers gettimeofday epoch
2013-02-28 Andy Greentrace 22 fix zero length close from client
2013-02-28 Arokux Bcmake mingw no need for websock w32
2013-02-28 Andy Greennormalize formatting in gettimeofday
2013-02-28 Arokux Bfix win32 gettimeofday for mingw
2013-02-26 Andy Greencmake lib lib64 problem
2013-02-23 Lucfix mime type on leaf header
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 SoderbergFix running test programs from within visual studio.
2013-02-22 Joakim SoderbergPrint SSL error codes as well as the string.
2013-02-22 Joakim SöderbergSet the _DEBUG macro for CMake also.
2013-02-22 Joakim SoderbergFixed ssl cert generation on Windows.
2013-02-22 Joakim SoderbergAdded CPack support + some more.
2013-02-22 Joakim SoderbergBUGFIX: Fixed bug for installing test-apps for CMake.
2013-02-22 Joakim SoderbergFixed CMake compile options.
2013-02-22 Joakim Soderberggetifaddrs missing more user friendly in CMake.
2013-02-22 Joakim SoderbergFix LWS_NO_SERVER build.
2013-02-22 Joakim SoderbergBugfix compiling for cross compiling.
2013-02-22 Larry Hayeskeepalive swap interval and probes
2013-02-20 Edwin van den... provide socketfd at in param for LWS_CALLBACK_FILTER_NE...
2013-02-20 Andy Greentrac 18 deal with service connection timing out
2013-02-19 Edwin van den... cmake fix for older cmake
2013-02-19 Andy Greenupdate missed extpoll calls to use correct args for ssl
2013-02-19 Andy Greencmake docs add note about prefix
2013-02-19 Joakim SöderbergCreate the "doc" dir before generating docs.
2013-02-19 Joakim SöderbergAdded "make install" support to the CMake project.
2013-02-19 Andy Greentrac 17 update set_log_level api notice
2013-02-18 Edwin van den... move cms cmake addition to cmake module paths earlier
2013-02-18 Andy Greenadd FindGit.cmake
2013-02-18 Andy Greendocument ensure_user_space going private
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
next