- Aug 16, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 14, 2013
-
-
Sergey Lyubka authored
Changing Embedding example to C file.
-
Miguel Morales authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 13, 2013
-
-
Sergey Lyubka authored
Added SERVER_SOFTWARE CGI variable
-
Daniel Oaks authored
-
- Aug 12, 2013
-
-
Sergey Lyubka authored
Update UserManual.md
-
MikieMorales authored
SheBang wikipedia link is broken due to the end parenthesis. I tried escaping it with backslash and it seems to be working now.
-
Sergey Lyubka authored
Consume \n in mg_fgets when reading from membuf
-
Pavel Khlebovich authored
(mg_fgets) Don't consume more than size bytes when line cannot fit into buffer.
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 11, 2013
-
-
Pavel Khlebovich authored
-
- Aug 09, 2013
-
-
Sergey Lyubka authored
gcc complains about _MSC_VER being an undefined macro.
-
Nigel Stewart authored
-
- Aug 08, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 03, 2013
-
-
Sergey Lyubka authored
-
- Aug 02, 2013
-
-
Sergey Lyubka authored
-
- Aug 01, 2013
-
-
Sergey Lyubka authored
-
- Jul 30, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Jul 29, 2013
-
-
Sergey Lyubka authored
Add casts to fix strict compiler errors [-fpermissive]
-
bick authored
When using g++ and enforcing strict compiler errors, this commit fixes the following: mongoose.c: In function ‘char* mg_fgets(char*, size_t, file*, char**)’: mongoose.c:2405:60: error: invalid conversion from ‘void*’ to ‘char*’ [-fpermissive] mongoose.c: In function ‘int set_ports_option(mg_context*)’: mongoose.c:4586:64: error: invalid conversion from ‘void*’ to ‘socket*’ [-fpermissive] mongoose.c: In function ‘void* worker_thread(void*)’: mongoose.c:5104:28: error: invalid conversion from ‘void*’ to ‘mg_context*’ [-fpermissive] mongoose.c: In function ‘void* master_thread(void*)’: mongoose.c:5220:28: error: invalid conversion from ‘void*’ to ‘mg_context*’ [-fpermissive] mongoose.c:5235:58: error: invalid conversion from ‘void*’ to ‘pollfd*’ [-fpermissive]
-
- Jul 28, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
- Jul 27, 2013
-
-
Sergey Lyubka authored
adding include of openssl/err.h to fix errors when NO_SSL_DL is defined:
-
- Jul 26, 2013
-
-
bick authored
mongoose.c:4680:23: error: ‘ERR_get_error’ was not declared in this scope mongoose.c:4681:52: error: ‘ERR_error_string’ was not declared in this scope
-
- Jul 25, 2013
-
-
Sergey Lyubka authored
Added check for document_root != NULL in convert_uri_to_file_name(). Added #define rmdir _rmdir for win32
-