- Dec 23, 2012
-
-
Sergey Lyubka authored
Made behavior of mg_get_cookie(..) regarding errors the same as of mg_get_var(..)
-
- Dec 22, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Fix for hang when sending large request with SSL enabled
-
- Dec 21, 2012
-
-
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
-
- Dec 16, 2012
-
-
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.
-
- Dec 09, 2012
-
-
Sergey Lyubka authored
Added support for Ogg Vorbis audio files
-
- Dec 08, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Avoid some level-4 warnings issued by Visual Studio (2012 and possibly previous versions)
-
- Dec 07, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
- Dec 06, 2012
-
-
Sergey Lyubka authored
-
- Nov 30, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Nov 14, 2012
-
-
Sergey Lyubka authored
Changed signature of url_decode(): signalling on destination buffer overflow. mg_get_var() now does not require extra space for variable buffer
-
- Nov 12, 2012
-
-
Eric Bakan authored
-
- Nov 02, 2012
-
-
nullable.type authored
-
- Oct 27, 2012
-
-
nullable.type authored
Suppress warning C4127 (conditional expression is constant) issued by Visual Studio 2012 introduced by FD_SET(..) which is using the do-while(0) trick.
-
nullable.type authored
Suppress warning C4204 (non-constant aggregate initializer) issued by Visual Studio 2012 due to missing C99 support.
-
nullable.type authored
Added declaration to avoid warning C4115 (named type definition in parentheses) issued by Visual Studio 2012.
-
- Oct 25, 2012
-
-
Sergey Lyubka authored
-
- Oct 24, 2012
-
-
Sergey Lyubka authored
-
- Oct 23, 2012
-
-
Sergey Lyubka authored
- Oct 20, 2012
-
-
Sergey Lyubka authored
Fix 30s hang->timeout when closing a socket with no more data
-
Mitch Hendrickson authored
-
- Oct 16, 2012
-
-
Mitch Hendrickson authored
Fix 30s timeout when closing a socket that has no remaining data, introduced in 375950f6; setting the socket nonblocking makes recv() return instantly but not select()
-
- Oct 14, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Oct 13, 2012
-
-
Sergey Lyubka authored
Winsock2.h included after windows.h
-
Sebastian Reinhard authored
Fixed an error in mongoose.c that caused a lot of errors where winsock2.h was included after windows.h
-
- Oct 12, 2012
-
-
Sergey Lyubka authored
-
- Oct 10, 2012
-
-
Sergey Lyubka authored
- Oct 08, 2012
-
-
Sergey Lyubka authored
Add mime type for .xsl
-