bel
|
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
|
10 years ago |
bel
|
62a46e647f
Test for memory leaks in unit test
|
10 years ago |
bel
|
436bc39555
Handler for websocket connection (Step 2/?)
|
10 years ago |
Kevin Wojniak
|
2b76d9f7c8
Avoid crash if tests aren't ran from 'test' directory
|
10 years ago |
Kevin Wojniak
|
2a647d166c
Fix passing strings with different sign
|
10 years ago |
Kevin Wojniak
|
9f24dd5852
Fix wrong format specifier
|
10 years ago |
Kevin Wojniak
|
3c3ddb47f4
Fix comparison of integers of different signs
|
10 years ago |
Kevin Wojniak
|
95a2cf40d0
Fix clang missing field initializer warning.
|
10 years ago |
Kevin Wojniak
|
d7d9469db8
Fix unused variables in default unit test build
|
10 years ago |
bel
|
e5dc8cba75
Improve unit test
|
10 years ago |
bel
|
b2bdb79200
Unit test for set_request_handler (incomplete)
|
10 years ago |
bel
|
457e6cc8c9
Add test for client functions and fix their timeout handling
|
10 years ago |
bel
|
83475636b5
Fix unit test
|
10 years ago |
Danny Al-Gaaf
|
3d00b0940d
unit_test.c: comment out unused variables
|
10 years ago |
Danny Al-Gaaf
|
5bf5f19452
unit_test.c: close va_list before return
|
10 years ago |
bel
|
154b80bb69
Make client address available in mg_request_info also for IPv6 (see also issue #33)
|
10 years ago |
bel
|
5e52950838
Add close callback for websocket clients
|
11 years ago |
bel
|
eac72465ad
Allow multiple websocket clients with different callbacks and an additional user supplied argument
|
11 years ago |
bel
|
593596307b
Unit test must start local server
|
11 years ago |
bel
|
b53fd004c6
Get civetweb to compile for strict C again
|
11 years ago |
bel2125
|
1a901e5526
Merge pull request #38 from jshelley/master
|
11 years ago |
Jordan
|
5d465aadad
Fixed the copyright, changed mg_client_websocket_connect to mg_websocket_client_connect
|
11 years ago |
Jordan
|
a4eca7c492
Added a unit test for websocket_client functionality, other small fixes
|
11 years ago |
bel
|
61c52a6fb9
Fix another TODO in the unit test
|
11 years ago |
bel
|
53d4247314
clean up unit_test: SSL related TODOs are done
|
11 years ago |
bel
|
2603a43dbf
Fix unit test for SSL redirect
|
11 years ago |
bel
|
49ecd448ce
Improve unit test for mg_download
|
11 years ago |
bel
|
a0b8f8de31
Fix unit test for HTTPS
|
11 years ago |
bel
|
65bcfea12c
Adapt unit test for mg_download, so the tested http operations are standard compliant
|
11 years ago |
Jan Willem Janssen
|
d1437f9f5d
Make content length available in request_info:
|
11 years ago |