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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
change DATADIR to INSTALL_DATADIR solve mingw conflict
Andy Green
3
-3
/
+2
2012-04-12
mingw gettimeofday avoid missing include
Andy Green
1
-1
/
+1
2012-04-12
mingw hide some missing includes
Andy Green
2
-2
/
+13
2012-04-12
autoconf introduce enable mingw and adapt compiler options
Andy Green
2
-16
/
+40
2012-04-09
style cleaning
Andy Green
7
-292
/
+288
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
make duplicate headers append instead of get ignored
Nick Dowell
1
-7
/
+8
2012-04-05
close connection if socket recv() fails.
Nick Dowell
1
-1
/
+4
2012-04-05
fix heap corruption if HTTP callback calls libwebsocket_close_and_free_session
Nick Dowell
1
-1
/
+1
2012-04-04
map wsorigin on to origin at an early point and stop dupe header mem leaks
Andy Green
1
-0
/
+12
2012-04-04
handle unsupported protocol correctly
Nick Dowell
1
-1
/
+1
2012-03-29
fix issuing null extension header if none supported
Andy Green
1
-3
/
+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
6
-57
/
+58
2011-11-07
Add libwebsockets_ensure_user_space
Alex Bligh
3
-33
/
+27
2011-10-04
http charsets have case insensitive tokens
Oleg Golosovskiy
2
-1
/
+3
2011-10-04
Added support for Windows XP.
David Galeano
1
-0
/
+12
2011-10-03
Added BYTE_ORDER definition for win32 builds.
David Galeano
1
-1
/
+10
2011-09-26
Added LWS_EXTERN to allow building a DLL.
David Galeano
1
-28
/
+40
2011-09-26
Fixed compiler warnings.
David Galeano
2
-15
/
+10
2011-09-25
fix failure to limit 7bit lengths
support-protocol-v8-chrome-15-firefox-6
Andy Green
1
-2
/
+2
2011-09-25
Fix compile issue on Apple
M K
1
-0
/
+8
2011-09-25
correct cpp extern only being on win32
Andy Green
1
-6
/
+5
2011-09-25
v08v13 add support v13 default
Andy Green
4
-4
/
+14
2011-09-25
v08 receiver ignore frame with unhandled ext opcode
Andy Green
1
-8
/
+6
2011-09-25
v08 change ignore incoming set ext bits
Andy Green
1
-11
/
+5
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
5
-77
/
+136
2011-05-26
x google mux handle illegal channel add indexes cleanup handle ch1 rx
Andy Green
2
-41
/
+99
2011-05-25
extensions introduce pre close veto
Andy Green
4
-26
/
+162
2011-05-25
extensions change child count to highest child subchannel
Andy Green
2
-31
/
+53
2011-05-25
extensions ensure per conn allocation starts zeroed
Andy Green
1
-0
/
+3
2011-05-25
x google mux complete introduction of MUX_REAL_CHILD_INDEX_OFFSET that got in...
Andy Green
1
-12
/
+32
2011-05-25
remove use mux blocks macro
Andy Green
2
-15
/
+11
2011-05-24
x google mux change to new compact channel index scheme
Andy Green
2
-9
/
+34
2011-05-24
x google mux introduce sticky mux opcode usage if ever used in channel
Andy Green
2
-16
/
+35
2011-05-24
x google mux implement child close
Andy Green
5
-32
/
+83
2011-05-24
Move include of gettimeofday.h to be able to build in C and C++
Michel Archambault
1
-1
/
+3
2011-05-24
dump active protocols and extensions at context create
Andy Green
1
-0
/
+4
2011-05-24
fix parser reaction to zero length payloads
Andy Green
1
-10
/
+34
2011-05-24
fix server ping coming as client payload
Andy Green
1
-0
/
+1
2011-05-23
introduce x google mux very draft indeed
Andy Green
12
-743
/
+2409
2011-05-14
remove line end at 72 for base64 encode
Andy Green
1
-0
/
+2
2011-05-14
win32 use binary flag on opening http file
Andy Green
1
-0
/
+4
2011-05-14
make base 64 helper apis public
Andy Green
1
-6
/
+0
2011-05-14
win32 move gettimeofday include inside extern c
Andy Green
1
-1
/
+7
2011-05-14
win32 fix release build
Andy Green
1
-1
/
+6
2011-04-29
fix deflate window
Andy Green
2
-1
/
+2
[next]