- Aug 12, 2015
-
-
rojer authored
-
- Jul 13, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Fix VS2013 warnings
-
- Jul 12, 2015
-
-
Yuri Nesterov authored
-
- Jul 02, 2015
-
-
Sergey Lyubka authored
Fix ssl close with polarssl
-
Marko Mikulicic authored
-
- Jun 22, 2015
-
-
Sergey Lyubka authored
-
- Jun 19, 2015
-
-
Sergey Lyubka authored
-
- Jun 10, 2015
-
-
Sergey Lyubka authored
Possible fix in order not to loose the reference of connection_param pointer
-
Nicolas Cisco authored
-
- Jun 05, 2015
-
-
Sergey Lyubka authored
-
- Jun 04, 2015
-
-
Sergey Lyubka authored
-
- May 20, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Implementing array varibles
-
- May 19, 2015
-
-
NickCis authored
-
Sergey Lyubka authored
Adding mg_vprintf and mg_vprintf_data.
-
- May 18, 2015
-
-
Sergey Lyubka authored
-
- May 15, 2015
-
-
NickCis authored
-
NickCis authored
-
Sergey Lyubka authored
-
- May 11, 2015
-
-
Sergey Lyubka authored
-
- Apr 17, 2015
-
-
Sergey Lyubka authored
Fix default windows FD_SETSIZE, closes #506
-
Marko Mikulicic authored
https://support.microsoft.com/en-us/kb/111855 describes that the user is expected to set the FD_SETSIZE macro before including winsock2.h
-
- Apr 14, 2015
-
-
Sergey Lyubka authored
Fix mjpg_streamer example
-
- Apr 13, 2015
-
-
Alexander Alashkin authored
-
- Apr 10, 2015
-
-
Sergey Lyubka authored
Inspect POST buffer in mg_get_var() only if first call of get_var() returns -1
-
- Apr 09, 2015
-
-
Marko Mikulicic authored
Add a Gitter chat badge to README.md
-
The Gitter Badger authored
-
Eugene Ossintsev authored
-
- Apr 06, 2015
-
-
Eugene Ossintsev authored
In mg_get_var() the first call of get_var() inspects the variables of the query string. If the requested variable is found but the destination buffer is too small to hold the variable, return -2 right away. If it's not found, make the second call of get_var() to inspect the POST buffer.
-
- Apr 03, 2015
-
-
Marko Mikulicic authored
Reverting (socket < 0) checks to avoid Windows build failure.
-
p_himanshu authored
-
- Apr 02, 2015
-
-
Sergey Lyubka authored
Adding a check to avoid undefined behavior if socket is out of the bound...
-
p_himanshu authored
-
- Apr 01, 2015
-
-
Sergey Lyubka authored
safety belt : scan_directory() can return without setting arr to a valid value
-
Sergey Lyubka authored
-
- Mar 31, 2015
-
-
Andrea Guzzo authored
-
Sergey Lyubka authored
-