- Sep 07, 2013
-
-
Sergey Lyubka authored
removed file locking on windows, to fix the crash introduced by 52e3be5c
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Fix for the SCRIPT_NAME in the presence of PATH_INFO, https://code.google.com/p/mongoose/issues/detail?id=403
-
- Sep 05, 2013
-
-
Sergey Lyubka authored
-
ellusak authored
-
- Sep 02, 2013
-
-
Sergey Lyubka authored
-
- Aug 30, 2013
-
-
Boris Pek authored
-
- Aug 28, 2013
-
-
Sergey Lyubka authored
-
- Aug 26, 2013
-
-
Sergey Lyubka authored
-
- Aug 19, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 18, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 16, 2013
-
-
Sergey Lyubka authored
-
- Aug 14, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Aug 13, 2013
-
-
Daniel Oaks authored
-
- Aug 12, 2013
-
-
Pavel Khlebovich authored
(mg_fgets) Don't consume more than size bytes when line cannot fit into buffer.
-
- Aug 11, 2013
-
-
Pavel Khlebovich authored
-
- Aug 03, 2013
-
-
Sergey Lyubka authored
-
- Aug 02, 2013
-
-
Sergey Lyubka authored
-
- Jul 30, 2013
-
-
Sergey Lyubka authored
-
- Jul 29, 2013
-
-
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
-
- 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
-
Sergey Lyubka authored
-
- Jul 24, 2013
-
-
José Miguel Gonçalves authored
-
- Jul 23, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Jul 22, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Jul 20, 2013
-
-
Sergey Lyubka authored
-
- Jul 19, 2013
-
-
Sergey Lyubka authored
-