- Mar 17, 2015
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Marko Mikulicic authored
-
Dinis Rosário authored
Fix remove_double_dots_and_double_slashes removing all the dots leading http server to serve wrong URI If the uri is something like '/js/...jquery.js', remove_double_dots_and_double_slashes will remove the 3 dots and the http server will serves the /js/jquery.js file. remove_double_dots_and_double_slashes should check if a dot or double dots is followed by a slash (or backslash) and only remove this to avoid disclosure attack.
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Enable building of example/Makefile on Win32
-
- Mar 16, 2015
-
-
Sergey Lyubka authored
Compile fix
-
- Mar 14, 2015
-
-
Miodrag Milanovic authored
-
- Mar 13, 2015
-
-
Miodrag Milanovic authored
-
- Mar 10, 2015
-
-
Sergey Lyubka authored
fix compiler warnings for 64 bit compilation
-
David Milligan authored
-
- Mar 09, 2015
-
-
Sergey Lyubka authored
-
- Mar 06, 2015
-
-
Sergey Lyubka authored
web_server_ssl
-
Alexander Alashkin authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
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
-