projects
/
platform
/
upstream
/
libwebsockets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libwebsockets.git
2013-02-11
Andy Green
fix without server
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
style cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind openssl destroy as far as possible
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind client close in a controlled way on SIGINT
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind eliminate uninitialized warning on close
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind also deallocate rx buf on close when client
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind dont close things directly in the callback
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind client go through context destroy on connectio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
client convert to new headers scheme eliminating mallocs
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind introduce protocol init and destroy user callbacks
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind context destroy close all conns properly
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind drop header allocation down http path
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
replace per header mallocs with single malloc 3 level...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
improve static allocation notice
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
valgrind free context allocations
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
remove extension cruft from struct lws
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
use part of service buffer to make response not malloc
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
remove minimum frame size for deflate
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Andy Green
stop O2 override
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
dont close in user callback wrapper let ancestor do it
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
fix error path in file transfer
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
throw out lws_websocket_related cruft
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
optimize wsi using bitfields and enums to chars
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
use context service buffer instead of stack for clent_c...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
use context service buffer instead of stack for clent_c...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
use context service buffer instead of stack for create_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
fix non ssl changes missed from context api change
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
use context service buffer instead of stack for lws_cli...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
use context service buffer instead of stack for server_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
add static stack analysis
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
dont try figure out listen_service_fd position if unset
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
dont try set per socket keepalive timing on bsds
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Andy Green
fix broken listen socket piggybacking
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Andy Green
introduce keepalive option and make common socket optio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Andy Green
remove receiving timeout for client
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Andy Green
correct test client to close synchronously with last...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Andy Green
align max frame for mirror protocol to what the code...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Andy Green
change context creation params to struct
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
handshake bail3 should be bail
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
remove fixed rx buffer allow definition per protocol
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
account for context in static allocation figure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
remove all PATH_MAX or MAX_PATH
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
use context service buf in place of large stack arrays
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Andy Green
remove need for filepath buffer on http file serve
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
add static linking exception to LICENSE
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
add unchanged lgpl 2.1 in LICENSE
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Peter Pentchev
Fix memory leaks when creating a context.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Peter Pentchev
Generate the API reference in text format, too.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Peter Pentchev
Fix two typos.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
changelog header lifecycle
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
add autotools bits for cyassl
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
unionize header token array
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
document header lifecycle change
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
headers deleted after websocket established
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
leverage TOKEN_SKIPPING better in parser
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
simplify parsing complete
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
act on fatal parse problems
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
remove deprecated vcxproj
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Andy Green
update changelog about cmake
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Joakim Soderberg
Added build instructions for CMake.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Andy Green
add README
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Fixed compilation on NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Söderberg
Cleaned up the CyaSSL linking in the CMake project...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Fixed windows build.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Added some minor changes to CMake build file.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Added support for CyaSSL replacement of OpenSSL.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Added check for inline keyword availability.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Söderberg
Fixed build on OSX.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Fixed linux compilation and added more compile options.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
CMake support + fixed windows build.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Some more Cmake stuff.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Joakim Soderberg
Started redoing CMake support based on the up to date...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Andy Green
improve test server poll loop docs
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Andy Green
add note about MIPS opewrt configure options
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Andy Green
remove one more mention of broadcast callback
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Andy Green
introduce library version plus git hash
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Andy Green
remove stray reference to max broadcast size from readm...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Andy Green
additional casts allow test server build as cpp
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
update changelog tag chrome 26 firefox 18
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
renovate test html
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
add changelog v1.0 to v1.1
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
bump version to 1.1 and soname to 2
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
clean out remaining mentions of deprecated broadcast
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
get error from getnameinfo if unable to improve hostnam...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Andy Green
fixes for without server and without client
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Jack Mitchell
fix unused var if no enable openssl
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
introduce test echo
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
add info about why we close to more places
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
roubustness handle problems in read loop better
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
server allow NULL protocol map to protocol 0
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
change get_peer_addresses to use context wsi latency
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
instrument latency
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
introduce lws_latency
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
fix docs about protocol version supported
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Andy Green
test server terminate cleanly on ctrl c
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Andy Green
evict all broadcast support
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Matthieu Riviere
FreeBSD compatibility
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Andy Green
trac 6 expose libwebsockets read with note about not...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Edwin van den...
fix ssl bits outside of ifdef coverage
commit
|
commitdiff
|
tree
|
snapshot
next