- 02 Jan, 2013 6 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 01 Jan, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 31 Dec, 2012 1 commit
-
-
Sergey Lyubka authored
-
- 26 Dec, 2012 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 25 Dec, 2012 5 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 24 Dec, 2012 6 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 23 Dec, 2012 1 commit
-
-
Sergey Lyubka authored
Made behavior of mg_get_cookie(..) regarding errors the same as of mg_get_var(..)
-
- 22 Dec, 2012 3 commits
-
-
Sergey Lyubka authored
-
-
Sergey Lyubka authored
Fix for hang when sending large request with SSL enabled
-
- 21 Dec, 2012 2 commits
-
-
Sergey Lyubka authored
-
tayS authored
When using SSL, we must use SSL_pending() in addition to/instead of select() to determine whether there is SSL data to be read. This update makes the SSL_pending() function available and uses is to check for data if select() indicates there is no data. See https://github.com/valenok/mongoose/issues/47
-
- 16 Dec, 2012 4 commits
-
-
nullable.type authored
Made behavior of mg_get_cookie(..) on errors the same as mg_get_var(..). Separated the two cases a.) problems with destination buffer and b.) cookie header or cookie parameter not existing.
-
-
Sergey Lyubka authored
Inconsistent error codes of mg_get_var(..)
-
nullable.type authored
Made the names of the function arguments of the declaration and the definition of mg_get_var(..) the same. Changed the error codes to have a consistent way of reporting errors. -2 is returned if there is a problem with the size of the destination buffer. -1 is returned if the variable is not found. Updated the documentation of mg_get_var(..) in mongoose.h and removed the redundant comments from mongoose.c.
-
- 09 Dec, 2012 1 commit
-
-
Sergey Lyubka authored
Added support for Ogg Vorbis audio files
-
- 08 Dec, 2012 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Avoid some level-4 warnings issued by Visual Studio (2012 and possibly previous versions)
-
- 07 Dec, 2012 3 commits
-
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 05 Dec, 2012 1 commit
-
-
Sergey Lyubka authored
-
- 30 Nov, 2012 1 commit
-
-
Sergey Lyubka authored
-