- 12 Aug, 2015 3 commits
-
-
rojer authored
-
Marko Mikulicic authored
Mongoose example for server data push
-
rojer authored
-
- 13 Jul, 2015 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Fix VS2013 warnings
-
- 12 Jul, 2015 1 commit
-
-
Yuri Nesterov authored
-
- 02 Jul, 2015 2 commits
-
-
Sergey Lyubka authored
Fix ssl close with polarssl
-
Marko Mikulicic authored
-
- 22 Jun, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 19 Jun, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 10 Jun, 2015 2 commits
-
-
Sergey Lyubka authored
Possible fix in order not to loose the reference of connection_param pointer
-
Nicolas Cisco authored
-
- 05 Jun, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 04 Jun, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 20 May, 2015 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Implementing array varibles
-
- 19 May, 2015 2 commits
-
-
NickCis authored
-
Sergey Lyubka authored
Adding mg_vprintf and mg_vprintf_data.
-
- 18 May, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 15 May, 2015 3 commits
-
-
NickCis authored
-
NickCis authored
-
Sergey Lyubka authored
-
- 11 May, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 17 Apr, 2015 2 commits
-
-
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
-
- 13 Apr, 2015 2 commits
-
-
Sergey Lyubka authored
Fix mjpg_streamer example
-
Alexander Alashkin authored
-
- 10 Apr, 2015 1 commit
-
-
Sergey Lyubka authored
Inspect POST buffer in mg_get_var() only if first call of get_var() returns -1
-
- 09 Apr, 2015 3 commits
-
-
Marko Mikulicic authored
Add a Gitter chat badge to README.md
-
The Gitter Badger authored
-
Eugene Ossintsev authored
-
- 06 Apr, 2015 1 commit
-
-
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.
-
- 03 Apr, 2015 1 commit
-
-
Marko Mikulicic authored
Reverting (socket < 0) checks to avoid Windows build failure.
-
- 02 Apr, 2015 3 commits
-
-
p_himanshu authored
-
Sergey Lyubka authored
Adding a check to avoid undefined behavior if socket is out of the bound...
-
p_himanshu authored
-
- 01 Apr, 2015 2 commits
-
-
Sergey Lyubka authored
safety belt : scan_directory() can return without setting arr to a valid value
-
Sergey Lyubka authored
-