projects
/
profile
/
ivi
/
libwebsockets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/libwebsockets.git
2011-03-06
Andy Green
configure add requirement for zlib.h
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
add compression defeat switch to test client
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
introduce deflate compression extension
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
allow extensions for parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
introduce internal extensions array
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
instantiate extensions server accepted
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
dynamically create client extensions offer from extensi...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
document extension callback reasons
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
callback each active extension on packet tx pre send
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
callback each active extension on packet rx pre parse
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
introduce lws_send_pipe_choked
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
introduce lws_issue_raw
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
deallocate extension contexts on connection close
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andy Green
create server extension response dynamically
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Andy Green
introduce struct libwebsocket_extension
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Andy Green
fix openssl breakage from win32
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Andy Green
win32 build fixup missing includes
commit
|
commitdiff
|
tree
|
snapshot
2011-03-02
Peter Hinz
introduce win32 build capability
commit
|
commitdiff
|
tree
|
snapshot
2011-03-01
Andy Green
introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
commit
|
commitdiff
|
tree
|
snapshot
2011-03-01
Andy Green
introduce 76 00 client support
commit
|
commitdiff
|
tree
|
snapshot
2011-02-28
Andy Green
update README with known good OSX configure
commit
|
commitdiff
|
tree
|
snapshot
2011-02-28
Andy Green
fix null protocol dereference when closing session
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
only have nonce requirement and processing for exactly 04
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
carry over 05 specific stuff to 06
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
change default client version to 06
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
remove duplicated poll handling in hangup on client
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
require close reason argument on close and free session
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
introduce 06 close status codes
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
only send sec webscoket nonce on 04
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
make origin optional on server
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Andy Green
make origin optional on client
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Andy Green
add callback for OpenSSL client cert verification action
commit
|
commitdiff
|
tree
|
snapshot
2011-02-20
Andy Green
add callback to allow additional server verification...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-19
Andy Green
add callback to allow additional client verification...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-19
Andy Green
introduce listen on specific interface
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Andy Green
README update configure advice for apple
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
fix ssl support and confirm builds clean when not confi...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
add include for gettimeofday even without ssl
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Darin Willits
Only include anything from openssl if configured for it
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
make test client notice if server closed on him
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
break client connect into states and apply timeout
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
introduce timeout system
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Timothy J Fontaine
Fix refactor damage from missed debug-only print arg
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Darin Willits
Apple / iOS build compatability patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
introduce this param in callback fix server close on...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
eliminate dummy 76 challenge content in 04 plus
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Andy Green
unify server and client close
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
clean-out-poll-array-when-hanging-up-on-client.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
uplevel-rpm-spec-to-include-new-extpoll-sample.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
use-new-peer-name-api-in-ping.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
introduce-libwebsockets_hangup_on_client.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
add-example-protocol-handshake-filter-callback.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
add-example-network-filter-callback.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
introduce-network-connect-filter-callback.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Andy Green
introduce-user-handshake-filter-callback.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
document-external-poll-support.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
add-ext-poll-callbacks-in-extpoll-test.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
introduce-external-poll-callbacks.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
introduce-libwebsockets-test-server-extpoll.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
export-libwebsocket_service_fd-api.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Andy Green
decouple-service-from-fd-array-index.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Andy Green
optimize-random-device-open.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Andy Green
optimize-server-for-all-zero-nonce-case.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Andy Green
introduce-new-05-socket-closure-rules.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Andy Green
parse-and-reject-extensions-header.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Andy Green
introduce-ietf-05-framing-and-commandline-options.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Andy Green
change-client-mode-to-enum.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-06
Andy Green
fix-hostname-to-be-server-name--allow-switches-in-any...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
Andy Green
fix-error-path-on-server-headers-wrong.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
add-k-opt-to-test-client.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
introduce-k-switch-defeat-masking.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
fix-context-close.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
introduce-multiple-client-ping.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
fix-client-close.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
add-user-allocation-for-client-connects.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-30
Andy Green
clean-style.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
Andy Green
fix-host-header-contents--introduce-canonical-hostname...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
Andy Green
cleanup-proxy-code--add-timeout.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
Andy Green
correct-proxy-fail-connect-handling.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
introduce-http_proxy-support-no-auth.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
introduce-test-ping-app.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
add-test-client-rpm-spec.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
workaround-32bit-size_t.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
uplevel-soname-and-spec-0.3.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Andy Green
introduce-ssl-client-connections--flow-control.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Andy Green
document-new-config-options.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Andy Green
introduce-private-md5-sha1.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Andy Green
clean--fix-sigpipe.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
Andy Green
introduce-client-support.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
Andy Green
add-enable-nofork-config-option.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Andy Green
expose-event-loop.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Andy Green
introduce-04-control-frames.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
introduce-new-04-frame-unmasking.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
introduce-new-04-masking-key-computation.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
introduce-new-04-handshake.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
introduce-new-04-headers-logic.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
add-base64-encode-decode.patch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Andy Green
use-enum-for-demo-protocols.patch
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Andy Green
use-libcrypto-hash-implementations.patch
commit
|
commitdiff
|
tree
|
snapshot
next