- 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
-
- 31 Mar, 2015 2 commits
-
-
Andrea Guzzo authored
-
Sergey Lyubka authored
-
- 25 Mar, 2015 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 24 Mar, 2015 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 22 Mar, 2015 2 commits
-
-
Sergey Lyubka authored
OS2 and Android NDK fixes
-
Miodrag Milanovic authored
-
- 21 Mar, 2015 2 commits
-
-
Sergey Lyubka authored
-
Miodrag Milanovic authored
Note that in Android NDK st_mtime is long unsigned int
-
- 20 Mar, 2015 4 commits
-
-
Sergey Lyubka authored
Correctly handle _CRT_SECURE_NO_WARNINGS already being set in project se...
-
Sergey Lyubka authored
Fixed Memory Leak
-
Sergey Lyubka authored
Added PATCH to list of valid HTTP Methods.
-
Sergey Lyubka authored
-
- 18 Mar, 2015 7 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Robert Di Paolo authored
-
Robert Di Paolo authored
-
Robert Di Paolo authored
-
Sergey Lyubka authored
-
- 17 Mar, 2015 7 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Marko Mikulicic authored
-
Dinis Rosário authored
Fix remove_double_dots_and_double_slashes removing all the dots leading http server to serve wrong URI If the uri is something like '/js/...jquery.js', remove_double_dots_and_double_slashes will remove the 3 dots and the http server will serves the /js/jquery.js file. remove_double_dots_and_double_slashes should check if a dot or double dots is followed by a slash (or backslash) and only remove this to avoid disclosure attack.
-
Sergey Lyubka authored
-