index
:
libwebsockets
master
C Websockets Server Library
Andy Green
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-03
update test html now mozilla uses normal ws apis
HEAD
support-chrome-20-firefox-12
master
Andy Green
1
-2/+2
2012-05-03
start migration to getnameinfo
Andy Green
1
-4/+20
2012-05-03
openssl allow connect multiple packets for SSL_connect
Ken Atherton
1
-10/+11
2012-05-03
cleanup extra wrapping needed on braced define
Andy Green
6
-37/+117
2012-05-01
android toolchain SHA1 endian fix
Peter Hillier
1
-0/+1
2012-05-01
ssize_t needs help on windows
David Brooks
1
-0/+2
2012-04-20
introduce libwebsocket_client_connect_extended
David Brooks
4
-7/+113
2012-04-20
introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR
David Brooks
2
-2/+11
2012-04-20
set connection callback before connection completed to allow early messages
David Brooks
1
-0/+19
2012-04-20
improve callback prototypes to use single definition
David Brooks
2
-15/+17
2012-04-20
reduce debug spew
David Brooks
2
-9/+6
2012-04-13
workaround osx compiler bug
Pasi Mankinen
1
-1/+3
2012-04-12
document mingw build
Andy Green
1
-1/+8
2012-04-12
mingw add win32helper to lib and fix extpoll
Andy Green
9
-15/+47
2012-04-12
doc add explanation missing from per context provate data
Andy Green
1
-0/+3
2012-04-12
mingw add zlib paths
Andy Green
2
-4/+4
2012-04-12
remove duplicated netdb include from client handshake
Andy Green
1
-1/+0
2012-04-12
change DATADIR to INSTALL_DATADIR solve mingw conflict
Andy Green
9
-21/+31
2012-04-12
mingw gettimeofday avoid missing include
Andy Green
2
-2/+9
2012-04-12
mingw add in missing poll defs
Andy Green
1
-0/+23
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
9
-9837/+575
2012-04-09
style cleaning
Andy Green
10
-312/+314
2012-04-09
fix onopen browser context patch
Andy Green
1
-0/+1
2012-04-08
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-09
cleanup fixes tested on win32 compiler
Dan Zhang
1
-8/+8
2011-11-08
win32 poll emulation clean and address PEEK issue
Andy Green
1
-144/+83
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
add missing win32 zlib pieces
David Galeano
5
-0/+1878
2011-10-04
http charsets have case insensitive tokens
Oleg Golosovskiy
2
-1/+3
2011-10-04
Added support for Windows XP.
David Galeano
5
-1/+182
2011-10-03
Added BYTE_ORDER definition for win32 builds.
David Galeano
1
-1/+10
2011-10-03
doc LWS_EXTERN
Andy Green
1
-2/+2
2011-09-26
zlib update
David Galeno
21
-977/+2422
2011-09-26
Added "Release DLL" configuration.
David Galeano
6
-410/+578
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-26
Ignoring Release build and opensdf files.
David Galeano
1
-0/+2
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
[next]