mongoose/docs/c-api
Deomid Ryabkov 3feab3a16d No-JS mode refactoring
Now JS is controlled with a make variable as opposed to a proproc define.

This allows skipping compiling a whole bunch of files when JS is
disabled, e.g. whole freezing step on ESP, or compiling v7.c on CC3200
which takes a while only to be discarded in its entirety later.

Var name is SJ_ENABLE_JS (note change from disable logic to enable to be in line with other stuff). Default is 1, meaning JS is enabled.

Also changed clubby knob in the same way: SJ_ENABLE_CLUBBY, default is 1 as well.

PUBLISHED_FROM=105277e9536e423d6363a51ff9acea9550a9c496
2016-07-25 15:06:00 +00:00
..
coap.h Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
dns-server.h Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
dns.h Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
http.h No-JS mode refactoring 2016-07-25 15:06:00 +00:00
mbuf.h Reamalgam after .h edits 2016-07-21 15:06:41 +00:00
mqtt-broker.h Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
mqtt.h Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
net.h Depend on v7.c properly 2016-07-22 14:31:13 +00:00
util.h Commonize mg_str 2016-07-06 23:49:57 +00:00
intro.md Ditch JSON-RPC from mongoose 2016-07-01 11:35:18 +00:00