- 27 Dec, 2014 2 commits
- 
- 
Sergey Lyubka authoredTypo 
- 
CurlyMoo authored
 
- 
- 21 Dec, 2014 3 commits
- 
- 
Sergey Lyubka authored64-bit length fields on ARM don't work 
- 
Sergey Lyubka authoredmongoose.c: using application/javascript for .js 
- 
Sebastian Godelet authoredAs 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 authoredARM 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 authoredUpdate ReleaseNotes.md(spell mistake) 
- 
zapline authoredspell 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 authoredConsistent use of NS_MALLOC, NS_FREE and NS_REALLOC 
- 
Johan Wikman authoredmalloc(), free() and realloc() were used in a number of places. Added NS_CALLOC as well. 
 
- 
- 09 Nov, 2014 5 commits
- 
- 
Sergey Lyubka authoredO_BINARY might be defined. 
- 
Sergey Lyubka authoredMONGOOSE_NO_CGI needs special handling. 
- 
Sergey Lyubka authoredAdded size macros. 
- 
Sergey Lyubka authoredAdded MONGOOSE_NO_USER configuration define. 
- 
Sergey Lyubka authoredIf socket is about to be closed do not add to [read|write]_set. 
 
- 
- 07 Nov, 2014 9 commits
- 
- 
Johan Wikman authoredIf 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 authoredMONGOOSE_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 authoredOn very resource constraind devices you need to be able to control the size of all buffers and structures placed on the stack. 
- 
Johan Wikman authoredLow-end systems, not running a proper OS, may not have the concept of a user. 
- 
- 
Sergey Lyubka authored
- 
Johan Wikman authoredSome unix environments defines O_BINARY. 
- 
Sergey Lyubka authoredConditionally include dirent.h and dlfcn.h 
- 
Johan Wikman authoredIf 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). 
 
- 
- 01 Nov, 2014 1 commit
- 
- 
Sergey Lyubka authoredAdded #define's for deprecated POSIX names 
 
- 
- 30 Oct, 2014 1 commit
- 
- 
Alexandro Sánchez Bach authored
 
- 
- 28 Oct, 2014 4 commits
- 
- 
Sergey Lyubka authored
- 
Sergey Lyubka authored
- 
Sergey Lyubka authored
- 
Sergey Lyubka authored
 
- 
