- 18 Aug, 2013 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 16 Aug, 2013 4 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 14 Aug, 2013 8 commits
-
-
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
-
- 13 Aug, 2013 2 commits
-
-
Sergey Lyubka authored
Added SERVER_SOFTWARE CGI variable
-
Daniel Oaks authored
-
- 12 Aug, 2013 7 commits
-
-
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
-
- 11 Aug, 2013 1 commit
-
-
Pavel Khlebovich authored
-
- 09 Aug, 2013 2 commits
-
-
Sergey Lyubka authored
gcc complains about _MSC_VER being an undefined macro.
-
Nigel Stewart authored
-
- 08 Aug, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 03 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 02 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 01 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 30 Jul, 2013 4 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
-
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 2 commits
-
-
-
Sergey Lyubka authored
-