- 20 Mar, 2018 1 commit
-
-
Serge A. Zaitsev authored
mongoose: fix formatting mongoose: fix formatting mongoose: remove debugging messages PUBLISHED_FROM=1194e018001cc5f2b598096593d7aac4ec8dc04d
-
- 17 Mar, 2018 1 commit
-
-
Serge A. Zaitsev authored
PUBLISHED_FROM=00e8634913232eb2e50a0d739f85e81706dbc400
-
- 10 Feb, 2018 1 commit
-
-
Deomid Ryabkov authored
E.g. if `ASSERT_EQ(myfunc(), 123)` fails, `myfunc()` would be invoked again to print the actual value. This can cause confusion sometimes. To avoid this, we cast arguments to double, which is wide enough for most cases and we provide a variant for 64 bit value types for when it's not. We also perform a check and fail if argument to the check results in loss of precision. CL: none PUBLISHED_FROM=a14551289d92e8a5dead21d16471ebddebe938a8
-
- 07 Feb, 2018 2 commits
-
-
Dmitry Frank authored
Which is a replacement of (deprecated) `mg_http_parse_header`, but, similarly to `asprintf`, allocates a new buffer if the client-provided one is not large enough. Also use it throughout mongoose code, and thus some header-related limitations are removed; in particular, https://github.com/cesanta/mongoose/issues/813 is fixed. CL: Mongoose Web Server: Deprecate `mg_http_parse_header()` and implement `mg_http_parse_header2()` instead, which allocates a new buffer if the client-provided one is not large enough (similarly to `asprintf`). CL: Mongoose Web Server: Fix limitations of header value lengths, e.g. when parsing authentication headers such as nonce, etc. PUBLISHED_FROM=c75b1bbbbdb294ea85075ce69b1368f115fdd1ef
-
Deomid Ryabkov authored
CL: none PUBLISHED_FROM=ee76407d89f3fcbe3da23810117a374d06af0a25
-
- 05 Feb, 2018 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=78acb18d597b6f47f31da13087fa6685f21ce445
-
- 02 Feb, 2018 3 commits
-
-
Dmitry Frank authored
CL: none PUBLISHED_FROM=d6ebe5fa88c61ae3b8569897d9b09d54610bec73
-
Dmitry Frank authored
CL: Mongoose Web Server: Remove tunneling functionality which was used by nobody PUBLISHED_FROM=38b9e8ae7b0a5a1dbba5cff4074843dc681267d3
-
Dmitry Frank authored
CL: Mongoose Web Server: Publish sources and tests Resolves https://github.com/cesanta/mongoose/issues/745 PUBLISHED_FROM=7ecd7a3c518cfa614a6ba0838678dcb91b75a8c0
-
- 08 Sep, 2015 1 commit
-
-
Marko Mikulicic authored
-
- 20 May, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 11 May, 2015 1 commit
-
-
Sergey Lyubka authored
-
- 17 Mar, 2015 3 commits
-
-
Sergey Lyubka 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
-
- 30 Dec, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 17 Oct, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 15 Sep, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 09 Sep, 2014 1 commit
-
-
Sergey Lyubka authored
-
- 07 Dec, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 06 Dec, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 05 Dec, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 23 Nov, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 01 Oct, 2013 2 commits
-
-
Sergey Lyubka authored
mg_read() does not block on content_len=0. mg_read() reads until socket is closed if content-length is not provided
-
Sergey Lyubka authored
-
- 28 Sep, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 26 Sep, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 24 Sep, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 07 Sep, 2013 3 commits
-
-
Sergey Lyubka authored
Fix for the SCRIPT_NAME in the presence of PATH_INFO, https://code.google.com/p/mongoose/issues/detail?id=403
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 19 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 14 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 08 Aug, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 28 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 25 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 23 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 20 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
Always use absolute path for document_root. If relative path is used, it is relative to mongoose.exe directory. See https://github.com/valenok/mongoose/issues/181
-
- 19 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 17 Jul, 2013 1 commit
-
-
Sergey Lyubka authored
-