Mario Trangoni
|
91daf6f0f4
spelling: Fix include/* issues.
|
2 years ago |
bel2125
|
afb14a5b3e
Update rest example to use new mg_match() function
|
3 years ago |
bel2125
|
14182bd4f4
Provide mg_match() as public interface
|
3 years ago |
bel2125
|
e037c4e850
Interface change: struct mg_error_data
|
3 years ago |
bel2125
|
ba657e6a88
Set error codes for mg_start2, mg_start_domain2, mg_connect_client2
|
3 years ago |
bel2125
|
4cbb278dcf
Fixes warnings from static source code analysis
|
3 years ago |
bel2125
|
65a80ce100
export base64 encoding/decoding to public API (#1038)
|
3 years ago |
bel2125
|
6d6eb16f9e
Update version number to 1.16
|
3 years ago |
bel2125
|
b6781c79be
Remove MG_LEGACY_INTERFACE functions, release some experimental functions
|
3 years ago |
Wolfram Rösler
|
40e286450f
Add mg_modify_passwords_file_ha1
|
4 years ago |
bel2125
|
ad806afc49
Increase version number 1.14 --> 1.15
|
4 years ago |
bel2125
|
7600670c4b
Document local_uri_raw and format code
|
4 years ago |
DL6ER
|
0b55b14ce3
Duplicate memory before passing to remove_dot_segments(). This is likely what should have been done in the first place and the reason for the (char*) cast in the call to remove_dot_segments() as the compiler would have (rightfully) complained otherwise.
|
4 years ago |
DL6ER
|
45cb2d7b9b
Introduce mg_request_info::local_uri_raw which contains the URI in un-cleaned form.
|
4 years ago |
bel2125
|
5d8856ccb4
Format code and remove accidentally inserted character
|
4 years ago |
Wolfram Rösler
|
aaf0ff0393
Add a "after connection was closed" callback
|
4 years ago |
bel2125
|
e20cab9ef9
Update copyright year
|
4 years ago |
bel2125
|
78d45f4c4b
Format code
|
4 years ago |
Sebastien Jodogne
|
fb1c679506
Added interface to disable keep_alive on a per-connection basis
|
4 years ago |
bel2125
|
2fe6637d71
Add server_port to mg_request_info
|
4 years ago |
bel2125
|
3019ad17c7
Add documentation for recently added features
|
4 years ago |
bel2125
|
78aac66ed3
Add new feature defines
|
4 years ago |
bel2125
|
68c0a7c372
Modify API to improve consistency
|
4 years ago |
bel2125
|
a3bd89361c
Merge pull request #922 from jdetaeye/websocket_compression_client
|
4 years ago |
Johan De Taeye
|
5ca309a31a
websocket compression client - part 1
|
4 years ago |
bel2125
|
c35b346bdd
Update version number (header, cmake, readme, vcxproj, release notes)
|
4 years ago |
bel2125
|
65441a2c94
Allow to use mg_response_header_* functions from Lua
|
4 years ago |
bel2125
|
7b39f65b92
Rename md_response_header_* functions
|
4 years ago |
bel2125
|
92e0e2ed22
Add functions from response.inl to API
|
4 years ago |
bel2125
|
2d32a7f38d
Remove legacy interfaces older than ~3 years
|
4 years ago |