- Jan 03, 2013
-
-
Sergey Lyubka authored
-
- Jan 02, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Dec 31, 2012
-
-
Sergey Lyubka authored
-
- Dec 26, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Dec 25, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
- Dec 24, 2012
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 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
-