- 30 Jul, 2013 2 commits
-
-
-
Sergey Lyubka authored
-
- 29 Jul, 2013 2 commits
-
-
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]
-
- 28 Jul, 2013 3 commits
-
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 27 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
adding include of openssl/err.h to fix errors when NO_SSL_DL is defined:
-
- 26 Jul, 2013 1 commit
-
-
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
-
- 25 Jul, 2013 2 commits
-
-
Sergey Lyubka authored
Added check for document_root != NULL in convert_uri_to_file_name(). Added #define rmdir _rmdir for win32
-
Sergey Lyubka authored
-
- 24 Jul, 2013 2 commits
-
-
Sergey Lyubka authored
Fix uninitialized argument in getsockname().
-
José Miguel Gonçalves authored
-
- 23 Jul, 2013 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 22 Jul, 2013 7 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 21 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 20 Jul, 2013 7 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Always use absolute path for document_root. If relative path is used, it is relative to mongoose.exe directory. See https://github.com/valenok/mongoose/issues/181
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 19 Jul, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Allow no SSL_CERTIFICATE when using init_ssl callback.
-
- 18 Jul, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 17 Jul, 2013 2 commits
-
-
John Safranek authored
-
Sergey Lyubka authored
-
- 16 Jul, 2013 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-