projects
/
profile
/
ivi
/
libwebsockets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
introduce 07 opcode ordering
[profile/ivi/libwebsockets.git]
/
lib
/
2011-04-23
Andy Green
introduce 07 opcode ordering
tree
|
commitdiff
2011-04-16
Andy Green
fix frgmented server reply
tree
|
commitdiff
2011-04-16
Andy Green
Revert Pavel's patch looping in recv
tree
|
commitdiff
2011-04-15
Pavel Borzenkov
Fix segfault in libwebsocket_write()
tree
|
commitdiff
2011-04-15
Pavel Borzenkov
recv() may not return all data
tree
|
commitdiff
2011-04-15
Pavel Borzenkov
Use IPPROTO_TCP instead of SOL_TCP
tree
|
commitdiff
2011-04-12
Pavel Borzenkov
HTTP headers may be case-sensitive
tree
|
commitdiff
2011-03-22
Andy Green
select raw zlib compression
tree
|
commitdiff
2011-03-22
Andy Green
pass ext pointer in ext callback
tree
|
commitdiff
2011-03-10
Peter Hinz
Re: Windows port of your libwebsocket
tree
|
commitdiff
2011-03-09
Andy Green
try to cover AF_LOCAL in libwebsockets_get_peer_addresses
tree
|
commitdiff
2011-03-09
Andy Green
use unsigned peer dotted quad
tree
|
commitdiff
2011-03-09
Patrick McManus
libwebsockets - gcc warnings
tree
|
commitdiff
2011-03-08
Andy Green
disable nagle algorithm
tree
|
commitdiff
2011-03-07
Andy Green
introduce libwebsocket_is_final_fragment
tree
|
commitdiff
2011-03-07
Andy Green
fix misunderstood fragmentation restriction
tree
|
commitdiff
2011-03-07
Andy Green
add CONTINUATION write mode
tree
|
commitdiff
2011-03-07
Andy Green
expose SHA1 api
tree
|
commitdiff
2011-03-07
Andy Green
expose random api
tree
|
commitdiff
2011-03-07
Andy Green
add separate server writeable and change naming to...
tree
|
commitdiff
2011-03-07
Andy Green
remove bogus bytes on first line of websockets.c
tree
|
commitdiff
2011-03-07
Andy Green
add explicit libz inclusion
tree
|
commitdiff
2011-03-07
Andy Green
flush extensions when closing
tree
|
commitdiff
2011-03-07
Andy Green
add extra state for waiting on close ack with timeout
tree
|
commitdiff
2011-03-07
Pat McManus @Mozilla
interop notes - libwebsocket -06 close
tree
|
commitdiff
2011-03-06
Andy Green
introduce deflate compression extension
tree
|
commitdiff
2011-03-06
Andy Green
allow extensions for parsing
tree
|
commitdiff
2011-03-06
Andy Green
introduce internal extensions array
tree
|
commitdiff
2011-03-06
Andy Green
instantiate extensions server accepted
tree
|
commitdiff
2011-03-06
Andy Green
dynamically create client extensions offer from extensi...
tree
|
commitdiff
2011-03-06
Andy Green
document extension callback reasons
tree
|
commitdiff
2011-03-06
Andy Green
callback each active extension on packet tx pre send
tree
|
commitdiff
2011-03-06
Andy Green
callback each active extension on packet rx pre parse
tree
|
commitdiff
2011-03-06
Andy Green
introduce lws_send_pipe_choked
tree
|
commitdiff
2011-03-06
Andy Green
introduce lws_issue_raw
tree
|
commitdiff
2011-03-06
Andy Green
deallocate extension contexts on connection close
tree
|
commitdiff
2011-03-06
Andy Green
create server extension response dynamically
tree
|
commitdiff
2011-03-05
Andy Green
introduce struct libwebsocket_extension
tree
|
commitdiff
2011-03-05
Andy Green
fix openssl breakage from win32
tree
|
commitdiff
2011-03-02
Peter Hinz
introduce win32 build capability
tree
|
commitdiff
2011-03-01
Andy Green
introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
tree
|
commitdiff
2011-03-01
Andy Green
introduce 76 00 client support
tree
|
commitdiff
2011-02-28
Andy Green
fix null protocol dereference when closing session
tree
|
commitdiff
2011-02-26
Andy Green
only have nonce requirement and processing for exactly 04
tree
|
commitdiff
2011-02-26
Andy Green
carry over 05 specific stuff to 06
tree
|
commitdiff
2011-02-26
Andy Green
change default client version to 06
tree
|
commitdiff
2011-02-26
Andy Green
remove duplicated poll handling in hangup on client
tree
|
commitdiff
2011-02-26
Andy Green
require close reason argument on close and free session
tree
|
commitdiff
2011-02-26
Andy Green
introduce 06 close status codes
tree
|
commitdiff
2011-02-26
Andy Green
only send sec webscoket nonce on 04
tree
|
commitdiff
2011-02-26
Andy Green
make origin optional on server
tree
|
commitdiff
2011-02-26
Andy Green
make origin optional on client
tree
|
commitdiff
2011-02-21
Andy Green
add callback for OpenSSL client cert verification action
tree
|
commitdiff
2011-02-20
Andy Green
add callback to allow additional server verification...
tree
|
commitdiff
2011-02-19
Andy Green
add callback to allow additional client verification...
tree
|
commitdiff
2011-02-19
Andy Green
introduce listen on specific interface
tree
|
commitdiff
2011-02-14
Andy Green
fix ssl support and confirm builds clean when not confi...
tree
|
commitdiff
2011-02-14
Andy Green
add include for gettimeofday even without ssl
tree
|
commitdiff
2011-02-14
Darin Willits
Only include anything from openssl if configured for it
tree
|
commitdiff
2011-02-14
Andy Green
break client connect into states and apply timeout
tree
|
commitdiff
2011-02-14
Andy Green
introduce timeout system
tree
|
commitdiff
2011-02-14
Timothy J Fontaine
Fix refactor damage from missed debug-only print arg
tree
|
commitdiff
2011-02-14
Darin Willits
Apple / iOS build compatability patch
tree
|
commitdiff
2011-02-14
Andy Green
introduce this param in callback fix server close on...
tree
|
commitdiff
2011-02-14
Andy Green
eliminate dummy 76 challenge content in 04 plus
tree
|
commitdiff
2011-02-14
Andy Green
unify server and client close
tree
|
commitdiff
2011-02-13
Andy Green
clean-out-poll-array-when-hanging-up-on-client.patch
tree
|
commitdiff
2011-02-13
Andy Green
use-new-peer-name-api-in-ping.patch
tree
|
commitdiff
2011-02-13
Andy Green
introduce-libwebsockets_hangup_on_client.patch
tree
|
commitdiff
2011-02-13
Andy Green
introduce-network-connect-filter-callback.patch
tree
|
commitdiff
2011-02-13
Andy Green
introduce-user-handshake-filter-callback.patch
tree
|
commitdiff
2011-02-12
Andy Green
document-external-poll-support.patch
tree
|
commitdiff
2011-02-12
Andy Green
introduce-external-poll-callbacks.patch
tree
|
commitdiff
2011-02-12
Andy Green
export-libwebsocket_service_fd-api.patch
tree
|
commitdiff
2011-02-12
Andy Green
decouple-service-from-fd-array-index.patch
tree
|
commitdiff
2011-02-10
Andy Green
optimize-random-device-open.patch
tree
|
commitdiff
2011-02-10
Andy Green
optimize-server-for-all-zero-nonce-case.patch
tree
|
commitdiff
2011-02-10
Andy Green
introduce-new-05-socket-closure-rules.patch
tree
|
commitdiff
2011-02-09
Andy Green
parse-and-reject-extensions-header.patch
tree
|
commitdiff
2011-02-09
Andy Green
introduce-ietf-05-framing-and-commandline-options.patch
tree
|
commitdiff
2011-02-09
Andy Green
change-client-mode-to-enum.patch
tree
|
commitdiff
2011-02-06
Andy Green
fix-hostname-to-be-server-name--allow-switches-in-any...
tree
|
commitdiff
2011-02-01
Andy Green
fix-error-path-on-server-headers-wrong.patch
tree
|
commitdiff
2011-01-30
Andy Green
introduce-k-switch-defeat-masking.patch
tree
|
commitdiff
2011-01-30
Andy Green
fix-context-close.patch
tree
|
commitdiff
2011-01-30
Andy Green
fix-client-close.patch
tree
|
commitdiff
2011-01-30
Andy Green
add-user-allocation-for-client-connects.patch
tree
|
commitdiff
2011-01-30
Andy Green
introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch
tree
|
commitdiff
2011-01-30
Andy Green
clean-style.patch
tree
|
commitdiff
2011-01-28
Andy Green
fix-host-header-contents--introduce-canonical-hostname...
tree
|
commitdiff
2011-01-28
Andy Green
cleanup-proxy-code--add-timeout.patch
tree
|
commitdiff
2011-01-28
Andy Green
correct-proxy-fail-connect-handling.patch
tree
|
commitdiff
2011-01-27
Andy Green
introduce-http_proxy-support-no-auth.patch
tree
|
commitdiff
2011-01-27
Andy Green
introduce-test-ping-app.patch
tree
|
commitdiff
2011-01-27
Andy Green
workaround-32bit-size_t.patch
tree
|
commitdiff
2011-01-27
Andy Green
uplevel-soname-and-spec-0.3.patch
tree
|
commitdiff
2011-01-27
Andy Green
introduce-ssl-client-connections--flow-control.patch
tree
|
commitdiff
2011-01-23
Andy Green
introduce-private-md5-sha1.patch
tree
|
commitdiff
2011-01-23
Andy Green
clean--fix-sigpipe.patch
tree
|
commitdiff
2011-01-22
Andy Green
introduce-client-support.patch
tree
|
commitdiff
next