- Jan 03, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
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(..)
-