index
:
~alon/libwebsockets
master
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libwebsockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-09
style cleaning
Andy Green
1
-135
/
+145
2012-04-09
fix onopen browser context patch
Andy Green
1
-0
/
+1
2012-04-09
allow message processing from onopen browser context
Yonathan Yusim
1
-15
/
+25
2012-04-05
use ssize_t instead of size_t for return values of read/recv/SSL_read
Tobias Maier
1
-1
/
+1
2012-04-05
close connection if socket recv() fails.
Nick Dowell
1
-1
/
+4
2012-02-19
Don't care for the human-readable part of "HTTP/1.1 101" reply
Artem Egorkine
1
-4
/
+3
2011-11-07
debug move most spew into debug macro
Andy Green
1
-22
/
+23
2011-11-07
Add libwebsockets_ensure_user_space
Alex Bligh
1
-11
/
+20
2011-10-04
Added support for Windows XP.
David Galeano
1
-0
/
+12
2011-09-26
Fixed compiler warnings.
David Galeano
1
-14
/
+9
2011-06-26
my compiler version didn't find it, but there is an uninitialized usage of
Andy Green
1
-1
/
+1
2011-05-28
extensions fix deflate stream vs mux and veto it on mux children
Andy Green
1
-0
/
+21
2011-05-25
extensions introduce pre close veto
Andy Green
1
-0
/
+32
2011-05-25
extensions ensure per conn allocation starts zeroed
Andy Green
1
-0
/
+3
2011-05-24
x google mux implement child close
Andy Green
1
-3
/
+17
2011-05-24
dump active protocols and extensions at context create
Andy Green
1
-0
/
+4
2011-05-23
introduce x google mux very draft indeed
Andy Green
1
-617
/
+874
2011-04-16
fix frgmented server reply
Andy Green
1
-5
/
+8
2011-04-16
Revert Pavel's patch looping in recv
Andy Green
1
-16
/
+3
2011-04-15
recv() may not return all data
Pavel Borzenkov
1
-3
/
+16
2011-04-15
Use IPPROTO_TCP instead of SOL_TCP
Pavel Borzenkov
1
-2
/
+3
2011-04-12
HTTP headers may be case-sensitive
Pavel Borzenkov
1
-1
/
+1
2011-03-22
pass ext pointer in ext callback
Andy Green
1
-9
/
+16
2011-03-10
Re: Windows port of your libwebsocket
Peter Hinz
1
-2
/
+7
2011-03-09
try to cover AF_LOCAL in libwebsockets_get_peer_addresses
Andy Green
1
-3
/
+11
2011-03-09
use unsigned peer dotted quad
Andy Green
1
-4
/
+4
2011-03-09
libwebsockets - gcc warnings
Patrick McManus
1
-3
/
+4
2011-03-08
disable nagle algorithm
Andy Green
1
-0
/
+10
2011-03-07
introduce libwebsocket_is_final_fragment
Andy Green
1
-0
/
+6
2011-03-07
expose SHA1 api
Andy Green
1
-0
/
+6
2011-03-07
add separate server writeable and change naming to match rest of callbacks
Andy Green
1
-4
/
+6
2011-03-07
remove bogus bytes on first line of websockets.c
Andy Green
1
-1
/
+1
2011-03-07
flush extensions when closing
Andy Green
1
-0
/
+46
2011-03-07
add extra state for waiting on close ack with timeout
Andy Green
1
-20
/
+52
2011-03-06
introduce deflate compression extension
Andy Green
1
-1
/
+0
2011-03-06
instantiate extensions server accepted
Andy Green
1
-0
/
+71
2011-03-06
dynamically create client extensions offer from extensions list
Andy Green
1
-2
/
+44
2011-03-06
callback each active extension on packet tx pre send
Andy Green
1
-31
/
+122
2011-03-06
callback each active extension on packet rx pre parse
Andy Green
1
-11
/
+53
2011-03-06
introduce lws_send_pipe_choked
Andy Green
1
-0
/
+19
2011-03-06
deallocate extension contexts on connection close
Andy Green
1
-1
/
+14
2011-03-06
create server extension response dynamically
Andy Green
1
-0
/
+2
2011-03-05
introduce struct libwebsocket_extension
Andy Green
1
-0
/
+6
2011-03-05
fix openssl breakage from win32
Andy Green
1
-9
/
+13
2011-03-02
introduce win32 build capability
Peter Hinz
1
-314
/
+403
2011-03-01
introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
Andy Green
1
-1
/
+15
2011-03-01
introduce 76 00 client support
Andy Green
1
-7
/
+217
2011-02-28
fix null protocol dereference when closing session
Andy Green
1
-1
/
+2
2011-02-26
only have nonce requirement and processing for exactly 04
release-0.5
Andy Green
1
-10
/
+14
2011-02-26
remove duplicated poll handling in hangup on client
Andy Green
1
-14
/
+2
[next]