- 14 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
Factor out SSI and WS code from http.c HTTP + WS are enabled by default, but MQTT is built without HTTP support as a compilation test. PUBLISHED_FROM=925ed9a55abb193ed7deac1c9675a0e5b35dca50
-
- 13 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
"#if FOO" still works with simple -DFOO, but gives more flexibility. Specifically, if user expressed no preference (FOO is not defined), we can apply reasonable defaults (this is the legitimate use of ifdef). In short, from now on, please use #if MG_ENABLE_FOO instead of #ifdef MG_ENABLE_FOO Since we are all used to #ifdef, this change also adds a precommit check to police this. Specifically, in *.h and *.c files that are Copyright Cesanta, "ifdef" and "if defined()" are not allowed to be used with macros that contain ENABLE or DISABLE, unless the like also contains "ifdef-ok". Hence, if you are sure you want to use ifdef, use this: #ifdef MG_ENABLE_FOO /* ifdef-ok */ PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
-
- 22 Aug, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=8945dc72ce22d48c582e7cdd01348494677ac5bb
-
- 26 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
HTTP/1.1 connections are keep-alive by default, HTTP/1.0 are KA only if explicitly requested. PUBLISHED_FROM=cb2070c2d4e4be6beeab4ae5914b8a01b04bc0cb
-
- 30 Nov, 2015 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=798a8bc38cb385027d3caae9b954002c1a10d39c
-
- 22 Sep, 2015 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=5f319c5c6d965432da063ce7ab495ae24e972755
-
- 21 Sep, 2015 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=c9cc54df1883aa17606de2b1ffb30f0cd687d037
-
Sergey Lyubka authored
PUBLISHED_FROM=4cd52839b8d2396f50f94f1ce36fa7b4501dc204
-
- 08 Sep, 2015 1 commit
-
-
Marko Mikulicic authored
-