bel
|
4a7ef7c616
cryptolib_users is used even if NO_SSL_DL is set
|
11 年之前 |
bel
|
7f323432d4
ssl dll handles should be opened per process, not per server context; initialize libcrypto only once (issue #39)
|
11 年之前 |
Jim Evans
|
3455eb6fe1
Suppressing warnings in x64 environment on Windows
|
11 年之前 |
bel
|
665dd8ac41
global_log_file_lock for windows only needs to be initialized once
|
11 年之前 |
bel
|
46c6a379cf
Split https init in crypto init and ssl init
|
11 年之前 |
bel
|
fea39676f9
Use atomic operations for reference counting (see also issue #39)
|
11 年之前 |
bel
|
33b6b1419f
The cast of buffered_len to size_t should not be needed (jimevans, issue #36)
|
11 年之前 |
bel
|
154b80bb69
Make client address available in mg_request_info also for IPv6 (see also issue #33)
|
11 年之前 |
bel
|
5e52950838
Add close callback for websocket clients
|
11 年之前 |
bel
|
eac72465ad
Allow multiple websocket clients with different callbacks and an additional user supplied argument
|
11 年之前 |
bel
|
b53fd004c6
Get civetweb to compile for strict C again
|
11 年之前 |
bel2125
|
1a901e5526
Merge pull request #38 from jshelley/master
|
11 年之前 |
Jordan
|
0b6314b852
Made Origin header optional in mg_websocket_client_connect, removed read_client_websocket and moved to only using read_websocket, changed comments to standard C style
|
11 年之前 |
bel
|
1ca565ee81
Data type conversion compiler warnings for Win32 (Issue #36 and others)
|
11 年之前 |
Jordan
|
5d465aadad
Fixed the copyright, changed mg_client_websocket_connect to mg_websocket_client_connect
|
11 年之前 |
Jordan
|
a4eca7c492
Added a unit test for websocket_client functionality, other small fixes
|
11 年之前 |
Jordan
|
5e7362ea5a
Merge remote-tracking branch 'upstream/master'
|
11 年之前 |
Jordan
|
9b8cda8d95
Initial version of websocket client. SSL tested working. websocket_client example included.
|
11 年之前 |
bel
|
61c52a6fb9
Fix another TODO in the unit test
|
11 年之前 |
bel
|
49c1633475
Fix mg_read for situations where Content-Length was not set and all data is already buffered
|
11 年之前 |
bel2125
|
59833c4842
Merge pull request #34 from jawi/master
|
11 年之前 |
bel
|
3533484987
Use mop instead of buf[0] to make the code more readable (see issue #35)
|
11 年之前 |
Jan Willem Janssen
|
d1437f9f5d
Make content length available in request_info:
|
11 年之前 |
bel
|
f031b7a81d
Add missing option types
|
11 年之前 |
bel
|
265d2309a1
Add function to get context from connection
|
11 年之前 |
bel
|
5ee511bef3
Add a function to access the user data in cases the context is known but not the connection
|
11 年之前 |
bel
|
64c97d56e4
Add callbacks for creation and deletion of the server context
|
11 年之前 |
Yehuda Sadeh
|
ef8cb8caed
make call to mg_url_decode() optional
|
11 年之前 |
bel
|
f25aff015f
Fix pointer punning, fix whitespaces
|
11 年之前 |
Ulrich Hertlein
|
c097e74958
Casts for [mc]alloc to fix compiler error with g++
|
11 年之前 |