Sergey Lyubka
|
ee55d38b55
API CHANGE: using struct mg_callbacks
|
12 年之前 |
Sergey Lyubka
|
d73aa1ad09
Added skeleton for regex checks
|
12 年之前 |
Sergey Lyubka
|
ec7d0b1abd
Added test_mg_upload()
|
12 年之前 |
Sergey Lyubka
|
75d9a6c844
Removed mg_connect() and mg_fetch(). Added mg_download()
|
12 年之前 |
Sergey Lyubka
|
9c4853471c
Added stub for test_mg_upload()
|
12 年之前 |
Sergey Lyubka
|
83fae879bf
Binding to 127.0.0.1 to prevent annoying popups on mac
|
12 年之前 |
Sergey Lyubka
|
05fa677382
Fixed unit test to accomodate mg_get_var() API change
|
12 年之前 |
Sergey Lyubka
|
1ef31461bc
Added test_skip_quoted()
|
12 年之前 |
Sergey Lyubka
|
080cb2dd4b
Changed signature of url_decode(): signalling on destination buffer overflow. mg_get_var() now does not require extra space for variable buffer
|
12 年之前 |
Sergey Lyubka
|
038f8823f1
Added test to mg_stat(). Fixed set_gpass()
|
12 年之前 |
Sergey Lyubka
|
b597da34da
Pass user_data to the callback
|
12 年之前 |
Sergey Lyubka
|
557d1f4c49
Added MG_OPEN_FILE message
|
12 年之前 |
Sergey Lyubka
|
3ffdf5459a
API change: folded user_data into request_info, and introduced event-specific ev_data
|
12 年之前 |
Sergey Lyubka
|
8c1866a4af
Lua server pages support
|
12 年之前 |
Sergey Lyubka
|
dfc0f00478
Implement -T option, throttling functionality
|
12 年之前 |
Sergey Lyubka
|
ff0c2d3f91
Added unit test for mg_get_var
|
12 年之前 |
Sergey Lyubka
|
167338f216
Using slash, "/" as the universal directory separator throughout the code
|
12 年之前 |
Sergey Lyubka
|
98fb44f836
Refactored data buffering. Updated websocket example to have 2 message roundtrips.
|
12 年之前 |
Sergey Lyubka
|
f9873eb87a
Experimentl websocket support
|
12 年之前 |
Sergey Lyubka
|
05b2a04267
moved status_code, user_data, log_message out of struct mg_request_info
|
12 年之前 |
Sergey Lyubka
|
0e0091e1c0
Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info()
|
13 年之前 |
Sergey Lyubka
|
df7da95cb6
Setting Host header in mg_fetch. Added test for fetching large file.
|
13 年之前 |
Sergey Lyubka
|
a9bb7d78ab
Fixed mg_fetch() by passing a buffer, placeholder for the reply headers
|
13 年之前 |
Sergey Lyubka
|
84e26ccddd
More tests for mg_fetch()
|
13 年之前 |
Sergey Lyubka
|
6c54370aa1
Added mg_connect(), mg_fetch() API functions. More tests added
|
13 年之前 |
Sergey Lyubka
|
da75a62a32
More tests
|
13 年之前 |
Sergey Lyubka
|
7d5eb279a7
Added unit test
|
13 年之前 |
Sergey Lyubka
|
2e3e1ba7cd
Uncommented unit test in test_should_keep_alive()
|
13 年之前 |
Sergey Lyubka
|
5071978267
Corrected should_keep_alive() per bel2s suggestions
|
13 年之前 |
Sergey Lyubka
|
d1806370bd
few more tests for match_prefix()
|
13 年之前 |