- Mar 06, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
websocket_ssl_proxy sample for polarsll
-
Alexander Alashkin authored
-
- Mar 05, 2015
-
-
Sergey Lyubka authored
-
- Mar 04, 2015
-
-
Sergey Lyubka authored
OS/2 patches by KO Myung-Hun
-
- Mar 03, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Allow for compilation in Visual Studio with NS_ENABLE_IPV6.
-
- Feb 24, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Miodrag Milanovic authored
Upstream patch from MAME project
-
- Feb 19, 2015
-
-
Sergey Lyubka authored
Replace obsolete gethostbyname by getaddrinfo
-
CurlyMoo authored
-
- Feb 17, 2015
-
-
Sergey Lyubka authored
Fix for MINGW builds
-
Miodrag Milanovic authored
-
- Feb 16, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Feb 12, 2015
-
-
Sergey Lyubka authored
-
- Feb 10, 2015
-
-
Sergey Lyubka authored
Only define _XOPEN_SOURCE on Linux.
-
- Jan 29, 2015
-
-
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
-
- Jan 28, 2015
-
-
Sergey Lyubka authored
-
- Jan 27, 2015
- Jan 21, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- Jan 19, 2015
-
-
Sergey Lyubka authored
Update Makefile
- Jan 17, 2015
-
-
Josh Criz authored
Fixing typo in 'clean' section
-
- Dec 30, 2014
-
-
Sergey Lyubka authored
-
- Dec 27, 2014
-
-
Sergey Lyubka authored
Typo
-
CurlyMoo authored
-
- Dec 21, 2014
-
-
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.
-
- Dec 18, 2014
-
-
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.
-
- Dec 15, 2014
-
-
Sergey Lyubka authored
-
- Dec 11, 2014
-
-
Sergey Lyubka authored
-
- Dec 01, 2014
-
-
Sergey Lyubka authored
-