- 17 Feb, 2015 1 commit
-
-
Miodrag Milanovic authored
-
- 16 Feb, 2015 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 12 Feb, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 10 Feb, 2015 1 commit
-
-
Sergey Lyubka authored
Only define _XOPEN_SOURCE on Linux.
-
- 29 Jan, 2015 1 commit
-
-
Thomas Klausner authored
Fixes the build on NetBSD. The comment says it's only needed on Linux, and AFAIK Linux is the only operating system that only adds symbols when it's defined; others, like NetBSD or Solaris, also hide symbols. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
-
- 28 Jan, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 21 Jan, 2015 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 19 Jan, 2015 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Update Makefile
-
- 16 Jan, 2015 1 commit
-
-
Josh Criz authored
Fixing typo in 'clean' section
-
- 30 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 27 Dec, 2014 2 commits
-
-
Sergey Lyubka authored
Typo
-
CurlyMoo authored
-
- 21 Dec, 2014 3 commits
-
-
Sergey Lyubka authored
64-bit length fields on ARM don't work
-
Sergey Lyubka authored
mongoose.c: using application/javascript for .js
-
Sebastian Godelet authored
As of http://www.rfc-editor.org/rfc/rfc4329.txt, the preferred MIME type for JavaScript is application/javascript.
-
- 18 Dec, 2014 1 commit
-
-
Gary Coulbourne authored
ARM only allows aligned accesses. GCC generated unaligned accesses for the copy buffer, but ARM forces alignment, causing the first two bytes to be trampled. I changed the mechanism to create two temporaries and memcpy them in. It now works on ARM (and x86) for large websocket chunks.
-
- 15 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 11 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 01 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 28 Nov, 2014 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 24 Nov, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 20 Nov, 2014 2 commits
-
-
Sergey Lyubka authored
Update ReleaseNotes.md(spell mistake)
-
zapline authored
spell mistake
-
- 17 Nov, 2014 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 13 Nov, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 12 Nov, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 10 Nov, 2014 2 commits
-
-
Sergey Lyubka authored
Consistent use of NS_MALLOC, NS_FREE and NS_REALLOC
-
Johan Wikman authored
malloc(), free() and realloc() were used in a number of places. Added NS_CALLOC as well.
-
- 09 Nov, 2014 5 commits
-
-
Sergey Lyubka authored
O_BINARY might be defined.
-
Sergey Lyubka authored
MONGOOSE_NO_CGI needs special handling.
-
Sergey Lyubka authored
Added size macros.
-
Sergey Lyubka authored
Added MONGOOSE_NO_USER configuration define.
-
Sergey Lyubka authored
If socket is about to be closed do not add to [read|write]_set.
-
- 07 Nov, 2014 1 commit
-
-
Johan Wikman authored
If NSG_CLOSE_IMMEDIATELY is on, then the socket will be closed, which means that (if the socket was added to either read_set or write_set) the subsequent select will in turn be performed on a socket that has been closed. Standard socket implementations seem to ignore a descriptor referring to a closed socket but LWIP (http://savannah.nongnu.org/projects/lwip/) crashes. So better not to add to the sets.
-