- 10 Mar, 2015 1 commit
-
-
David Milligan authored
-
- 09 Mar, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 03 Mar, 2015 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 24 Feb, 2015 2 commits
-
-
Sergey Lyubka authored
-
Miodrag Milanovic authored
Upstream patch from MAME project
-
- 19 Feb, 2015 1 commit
-
-
CurlyMoo authored
-
- 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
-
- 29 Jan, 2015 2 commits
-
-
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>
-
Doug Rogers authored
-
- 27 Jan, 2015 2 commits
- 30 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 21 Dec, 2014 1 commit
-
-
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.
-
- 11 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 28 Nov, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 10 Nov, 2014 1 commit
-
-
Johan Wikman authored
malloc(), free() and realloc() were used in a number of places. Added NS_CALLOC as well.
-
- 07 Nov, 2014 7 commits
-
-
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.
-
Johan Wikman authored
MONGOOSE_NO_CGI is implied by both NS_DISABLE_SOCKETPAIR and MONGOOSE_NO_FILESYSTEM. Thus, so as not to get complaints about the same define being defined twice, some extra checks are needed.
-
Johan Wikman authored
On very resource constraind devices you need to be able to control the size of all buffers and structures placed on the stack.
-
Johan Wikman authored
Low-end systems, not running a proper OS, may not have the concept of a user.
-
Sergey Lyubka authored
-
Johan Wikman authored
Some unix environments defines O_BINARY.
-
Johan Wikman authored
If you do not have a filesystem or do not support dav or dynamic loading, the corresponding header files need not be included (some environments might not have them).
-
- 30 Oct, 2014 1 commit
-
-
Alexandro Sánchez Bach authored
-
- 22 Oct, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 21 Oct, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 17 Oct, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 16 Oct, 2014 2 commits
-
-
MPR authored
-
Sergey Lyubka authored
-
- 15 Oct, 2014 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 14 Oct, 2014 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-