Dmitry Frank
3eb4eb8074
Fix mongoose docs generation
...
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00
Dmitry Frank
aba60dadec
Add mg_ prefix to mongoose sources
...
CL: none
PUBLISHED_FROM=d6ebe5fa88c61ae3b8569897d9b09d54610bec73
2018-02-03 01:20:47 +02:00
Dmitry Frank
f29457e967
Remove tunneling from mongoose
...
CL: Mongoose Web Server: Remove tunneling functionality which was used by nobody
PUBLISHED_FROM=38b9e8ae7b0a5a1dbba5cff4074843dc681267d3
2018-02-02 21:50:13 +00:00
Dmitry Frank
47abc641f1
Fix nonce in digest authentication
...
CL: Mongoose Web Server: Digest authentication: Fix nonce validity check (expired nonce or nonce from the future did not cause the the check to fail)
CL: Mongoose Web Server: Digest authentication: Fix nonce request value; it worked before because nonce validity check was broken as well
CL: Mongoose Web Server: Digest authentication: Add `nonce` argument to `mg_http_create_digest_auth_header()`: clients should use the value received from the server's authentication request.
Resolves https://github.com/cesanta/mongoose/issues/809
PUBLISHED_FROM=5e59f90ed6b2a4311ed6763159da81c2aaf6af4c
2018-02-01 22:05:43 +00:00
Dmitry Frank
7519b2ef3a
Improve websocket implementation
...
CL: Mongoose Web Server: Websocket: Respond to Ping with Pong
CL: Mongoose Web Server: Websocket: Properly close a connection with Close frame (in response to a client's close and when protocol failure is detected)
CL: Mongoose Web Server: Websocket: Fix support of fragmented messages
CL: Mongoose Web Server: Websocket: Add support for control frames interjected in the middle of a fragmented message
PUBLISHED_FROM=e2b3794aaacc64633540c493194cccc62afa2077
2018-02-01 13:20:19 +00:00
Dmitry Frank
ddd35c0cba
Fail if authn file is configured but doesn't exist
...
PUBLISHED_FROM=2c176091ffb6c7c5cfe8ea4f05b6109e00b33383
2017-11-28 19:35:22 +00:00
Dmitry Frank
9ab6d084df
Expose digest auth checking functions
...
PUBLISHED_FROM=1bfc6e332f56b68eb6155bb729a97a0d8d5a316c
2017-11-28 10:05:36 +00:00
Бобби
6e3e5560d0
Move mongoose docs to https://cesanta.com/docs/
...
PUBLISHED_FROM=ebf5568abe82952ab2751298185a10189098013f
2017-10-16 15:18:24 +00:00
Dmitry Frank
d4b55c4ceb
Separate digest auth from HTTP headers parsing
...
PUBLISHED_FROM=f97569ae2f31ab94ce4875eae4d0a198f719c388
2017-08-22 19:51:53 +00:00
Deomid Ryabkov
0fba87c755
Make mg_url_encode public
...
Change the API to heap-allocate the string and get rid of a bunch of fat stack buffers.
PUBLISHED_FROM=c793dc64a9a044a9769d92ea16859f5d704a2181
2017-07-21 12:06:52 +00:00
Sergey Lyubka
944a6b761c
Fix https://github.com/cesanta/mongoose/pull/824
...
PUBLISHED_FROM=ed2c39b9e00a7374af7fed5af0c9acd6c330334a
2017-07-17 14:28:35 +00:00
Sergey Lyubka
f1ae183752
Fix https://github.com/cesanta/mongoose/pull/829
...
PUBLISHED_FROM=6e56c250fe62010e25b6ed489c0d608163ba629c
2017-07-17 14:28:34 +00:00
Dmitry Frank
3e59e1c465
Fix formatting
...
PUBLISHED_FROM=1803e726eee7bb64496d70389655083eb70257ab
2017-07-02 20:05:53 +00:00
Sergey Lyubka
ae611a6e55
Clean up v7 from mongoose
...
PUBLISHED_FROM=efa9cc3aaf0c5ae8841e029370f882b615cebf1b
2017-07-01 08:51:09 +00:00
Sergey Lyubka
244e5f67d3
Commonize pattern matching functions
...
PUBLISHED_FROM=e69e298a51dbe0f9c47184169ecad06eef0676fc
2017-06-28 18:35:37 +00:00
Sergey Lyubka
8d76733fad
Make mg_conn_addr_to_str return len
...
Also amend api_net.js to use returned length.
PUBLISHED_FROM=38e15f9587edf28049c5b9e5f126b4db159910e8
2017-06-26 21:02:02 +00:00
Deomid Ryabkov
023b55f2e5
MQTT client keep alive fixes
...
- Move keep alive management up to the Mongoose library
- Only outgoing control messgaes should reset keepalive timer
- Add unit test
https://forum.mongoose-os.com/discussion/1155/mqtt-keep-alive-compliance-issue
PUBLISHED_FROM=f86e30744ded53a6f7f96afec066b4ff3b4372c0
2017-06-04 21:50:23 +00:00
Sergey Lyubka
cfe77a3d58
Move struct http_message::body
...
Rationale: this is the optimisation to make JS FFI-ed API
work nicer. We don't have strucuture introspection now,
and do not generate offsets automatially. Thus, using a
stable well-known location of the parsed message body is
better, in case of number of HTTP headers macro changes.
PUBLISHED_FROM=55bf25ac77060a9c81dfecd6601f037562530801
2017-05-06 11:26:53 +00:00
Deomid Ryabkov
189cd8c5f6
Add mg_assemble_uri
...
PUBLISHED_FROM=533e134a48e0fca55509c3eb16b0a6b64c1188e8
2017-04-27 13:50:33 +00:00
Deomid Ryabkov
83fe5a17f3
Make mg_connect_{http,ws} use mg_parse_uri
...
Remove the specialized URI parser, clean up code a bit.
Fix parsing of URIs with IPv6 hosts (http://[2001:2:3::4]:567/ )
PUBLISHED_FROM=968ad97585d928123106ce3828920ee073113f83
2017-04-24 14:59:52 +00:00
Ruslan Valiullin
6926655513
add to cgi doc note about zombies
...
PUBLISHED_FROM=fb1796f11a595befd160bd5ab1088b6e39f16757
2017-04-15 06:44:43 +00:00
Alexander Alashkin
8b67274cc0
Fix mg_get_http_var retval
...
PUBLISHED_FROM=257deff5ea20302627e77a0f29cf2359276a41d4
2017-03-24 13:24:37 +00:00
Alexander Alashkin
2fb145d39d
Fix DISABLE_MD5 and DISABLE_SHA1 naming
...
PUBLISHED_FROM=2babde0d0c6add14aa500f4bf1c833715d979c6c
2017-03-21 10:24:11 +00:00
Yiming Sun
14094aaef7
Fix typo
...
PUBLISHED_FROM=56fdeaf4965ef26c398267c8656735bb52e45085
2017-03-21 08:50:43 +00:00
Alexander Alashkin
380e87ddfa
Honor DNS server from DHCP
...
PUBLISHED_FROM=10772301ef115c31ada3521ff4235c33a421b782
2017-03-20 09:53:12 +00:00
Dmitry Frank
bf7dd7ac63
Add separate userdata for each http endpoint hdlr
...
PUBLISHED_FROM=29a204c2c7f35724b6f1e8435edb94869da2362c
2017-03-15 17:43:19 +00:00
Dmitry Frank
0fc3370859
First step towards separate userdata argument
...
PUBLISHED_FROM=93fe1cc2c5e2513509511a81e5919cbd37056b10
2017-03-15 00:52:59 +00:00
Deomid Ryabkov
d3a8862bd8
Make interface vtables const
...
Frees up a bit of ram on ESP
PUBLISHED_FROM=0ea046cc63704481bca138b3096937669b94733d
2017-03-11 00:11:56 +00:00
Alexander Alashkin
920e8d9145
Add shims for mongoose file operations
...
PUBLISHED_FROM=b5b12cdf4273f21dbcdac9bfb6a06063152914c9
2017-03-01 10:06:47 +00:00
Alexander Alashkin
b5dd54a404
Fix doc typos
...
PUBLISHED_FROM=1bdacf793b35ebe70d0a3a9d64260dd2bd135c73
2017-03-01 06:19:58 +00:00
Yiming Sun
f7c0a2ee15
Fix server_example.md
...
PUBLISHED_FROM=dfbfeaae983daa0412964ac0402759f632bf7aeb
2017-02-28 11:05:31 +00:00
Yiming Sun
874b5bfdbf
Fix comment in mongoose.h
...
PUBLISHED_FROM=35e8f18aa611b45c271d0178d9197291bfa9726d
2017-02-28 10:50:21 +00:00
Yiming Sun
71d09722be
Fix http_client doc
...
PUBLISHED_FROM=f415ddbac47e3069d3ab29467a23f6b8dab0066f
2017-02-27 20:20:33 +00:00
Dmitry Frank
3942914945
Fix subscription to wildcard topics
...
`mg_mqtt_match_topic_expression()` and friends are public now.
So far, only `#` is supported.
PUBLISHED_FROM=20c031bcf34be84771c4a9c456318634eb9a517c
2017-02-24 14:21:33 +00:00
Deomid Ryabkov
d4b23f08b6
Implement client support for TLS-PSK
...
For both OpenSSL and mbedTLS
PUBLISHED_FROM=0bfd5f128b4c4c062cb6f0ca0da9b30790aa8bf8
2017-02-15 08:20:53 +00:00
Deomid Ryabkov
fc113d64f5
Add mg_hexdumpf: mg_hexdump that outputs to a file
...
PUBLISHED_FROM=f0fe58c9f01ef0c7b491ed0e5f51b983e4119507
2017-02-09 10:33:33 +00:00
Alexander Alashkin
d39969d1e6
Restore links to mongoose/examples
...
PUBLISHED_FROM=67dc5d1ed30dc2500032be73dcdb214bd62c59d0
2017-02-06 14:09:01 +00:00
Sergey Lyubka
e81f8373a2
Update mongoose docs
...
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
2017-02-02 14:24:49 +00:00
Alexander Alashkin
707b9ed2d6
Remove mg_enable_multithreading. Close cesanta/dev#6511
...
PUBLISHED_FROM=7864ffa26cb553f5d4a93248f67c288327ec23b0
2017-01-30 13:55:49 +00:00
Deomid Ryabkov
67626d49c9
Add ssl_cipher_suites to mg_{bind,connect}_opts
...
Optional specification of SSL/TLS cipher suites.
PUBLISHED_FROM=e8968c6c7a92f10514d3ee575c2fb9be862e6cf8
2017-01-09 23:53:00 +00:00
Alexander Alashkin
e79121acb7
Fix link in documentation
...
PUBLISHED_FROM=d4337a442a8f5728826eb109bdca41ca03a18d2a
2017-01-09 17:03:46 +00:00
Dmitry Frank
0c79fcfbd0
Add a flag to prevent a tunnel from reconnection
...
Also fixed a memory leak on reconnect: previously, each reconnect was
creating a `struct mg_connection` which was never reclaimed
PUBLISHED_FROM=eefdcf557e032ac81d5ed3aba55ac912e400148e
2016-11-25 11:36:14 +00:00
Marko Mikulicic
a23daa1547
Move mg_a*printf to common
...
PUBLISHED_FROM=cccd28ef43ec4e08fa52340ce78bda10db5ac27a
2016-11-18 15:36:00 +00:00
Marko Mikulicic
fc635a9340
Move mg_ncasecmp and sister to common string utils
...
PUBLISHED_FROM=182c43c3bd82190cb816c8ebaddccc13a94950d0
2016-11-17 11:21:17 +00:00
Marko Mikulicic
3c5d48ea13
Promote tun example to a unit test
...
PUBLISHED_FROM=0454cdeec5c7120eb4bf905fdd5b7abdcb4003c2
2016-11-14 18:06:04 +00:00
Sergey Lyubka
a0d98b7a39
Fix msvc6 build
...
PUBLISHED_FROM=196199fd02ec9b20d1e76d1414bfafa624f9ebce
2016-11-14 17:51:07 +00:00
Deomid Ryabkov
f67fe352cf
Pull out common SSL interface
...
Currently only OpenSSL API impl, but the plan is to add more.
PUBLISHED_FROM=c85b26fa2312047768bdcf3eca583e60862aba90
2016-11-11 20:51:01 +00:00
Marko Mikulicic
e1a9ad7f82
Overload mg_bind
to bind to tunnel
...
PUBLISHED_FROM=f554cc63dfea12455fe5e428c6ce5f3152774f8e
2016-11-10 13:07:17 +00:00
Marko Mikulicic
1889e12b54
Support username:pass authority in HTTP/WS urls
...
PUBLISHED_FROM=39a1c2a271c5cd961670e11c830105c17ba0b2e4
2016-11-10 11:21:43 +00:00
Marko Mikulicic
5045dfab74
Mongoose TCP tunnel
...
PUBLISHED_FROM=f03b963aaec02574e47c28ee8033551440b94f2d
2016-11-09 15:05:46 +00:00
Alexander Alashkin
d0c50632cd
Fixes in MQTT for AWS support
...
PUBLISHED_FROM=2b82f3793b3c6d0cf1266e4cc0e67930f43002c5
2016-11-09 10:05:40 +00:00
Marko Mikulicic
fffb54e2c6
Implementing MG interfaces
...
PUBLISHED_FROM=46496c2d5340a0bbe4fe1c6c9ff187bc65d2d35f
2016-11-08 22:36:13 +00:00
Alexander Alashkin
cd778396ff
Update mg_coap_add_option doc
...
PUBLISHED_FROM=cded8f36e2833e7c256ba6cbca0ebf1f6012dee7
2016-11-03 17:20:55 +00:00
Dmitry Frank
0798b72470
Add names to mg_event_handler_t's args
...
PUBLISHED_FROM=3caea25dec11260561349fa096547bd62ecdb509
2016-11-01 23:25:18 +00:00
Alexander Alashkin
e62dc8f3b2
Handle MG_EV_CLOSE in examples
...
PUBLISHED_FROM=57c62a4123a54ecb455dbf91f3fe562fb0cf2ec2
2016-11-01 08:58:38 +00:00
Sergey Lyubka
f1b4f0c463
Fix SEGFAULT in MQTT server
...
PUBLISHED_FROM=6455082726781aab819a7f8645e81adaa7fc7669
2016-10-28 14:12:40 +00:00
Deomid Ryabkov
5c9f463cab
Add MG_EV_HTTP_MULTIPART_REQUEST_END
...
This event is sent at the end of the request
PUBLISHED_FROM=0b841a26320e3edbf73126e2ed8d286d4e5f3fa8
2016-10-27 18:09:57 +00:00
Sergey Lyubka
3a8f47befd
Mqtt: parsing auth info in the connect message
...
PUBLISHED_FROM=017e707ea2bd7b1d1972fbb92e5d98c74e17e9d0
2016-10-27 17:53:17 +00:00
Marko Mikulicic
a4c668e37a
Expose reverse proxy API for dynamic mounts
...
PUBLISHED_FROM=00772400bce7c15368d91741092ebc8ab0842e19
2016-10-27 12:08:05 +00:00
Marko Mikulicic
900bbe724a
Mongoose forwarding
...
PUBLISHED_FROM=51652f0157bb951a43508f0fe948c62c351e96ba
2016-10-26 14:52:10 +00:00
Deomid Ryabkov
c6b5343c9b
Target CC3200 example to production device
...
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
2016-10-26 10:39:04 +00:00
Sergey Lyubka
7f4e2a93d0
Sort docs API entries alphabetically
...
PUBLISHED_FROM=73ef8ae768585d3c204e6e022848f49e8f4a8de2
2016-10-26 08:28:07 +00:00
Deomid Ryabkov
a17eae4142
Enable MQTT client by default
...
PUBLISHED_FROM=cb5d5afe166f637082d4b1d1bce5d9c263e91fd0
2016-10-18 15:51:31 +00:00
Deomid Ryabkov
7b05d70042
CS_P_ESP_LWIP -> CS_P_ESP8266;add CS_P_NXP_KINETIS
...
LWIP part has been finally fully split from the ESP part, and ESP
platform defs reduced to bare minimum. It is now possible to use LWIP
in either low-level or socket mode without any ESP dependencies,
and NXP Kinetis platform is the first to make use of it.
PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
2016-10-18 12:38:06 +00:00
Deomid Ryabkov
492dcdca8d
MG_DISABLE_(DNS|(_SYNC)?_RESOLVER) -> MG_ENABLE_$1
...
Disable sync resolver by default.
PUBLISHED_FROM=dbaed194e5fe211c07564fe6880649a1aee7f662
2016-10-17 19:21:46 +00:00
Deomid Ryabkov
4ef3a778c1
Introduce MG_NET_IF var, replaces MG_NET_IF_*
...
Possible values:
MG_NET_IF_SOCKET (1) - traditional BSD socket API
MG_NET_IF_SIMPLELINK (2) - TI's SimpleLink socket interface
MG_NET_IF_LWIP_LOW_LEVEL - a net_if implementation that uses LWIP's
low-level API, when LWIP_SOCKET is not available.
PUBLISHED_FROM=a5c0aebb7b6bdb1f1f4cb3210763d16f3ab5e133
2016-10-17 18:21:58 +00:00
Deomid Ryabkov
37e4f51668
MG_DISABLE_SOCKETPAIR -> MG_ENABLE_BROADCAST
...
PUBLISHED_FROM=81b6289a4b54043df557142f0de8cc66bc5190d4
2016-10-17 04:07:06 +00:00
Deomid Ryabkov
1dae0373c8
MG_DISABLE_POPEN -> MG_ENABLE_HTTP_SSI_EXEC
...
PUBLISHED_FROM=55b2b70a688234f6ebcfba37eced20ee5d5387a1
2016-10-16 23:21:56 +00:00
Deomid Ryabkov
e928f36456
MG_DISABLE_HTTP(|_SSI|_WEBSOCKET) -> MG_ENABLE$1
...
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
2016-10-14 17:06:19 +00:00
Deomid Ryabkov
241090a82b
CS_DISABLE_(STDIO|HEXDUMP) -> CS_ENABLE_$1
...
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
2016-10-14 10:22:30 +00:00
Deomid Ryabkov
3b69f5d500
MG_DISABLE_DAV -> MG_ENABLE_HTTP_WEBDAV
...
PUBLISHED_FROM=62267ea0a8e10d8ba7bad590d1a56b179bcffce9
2016-10-14 07:06:13 +00:00
Deomid Ryabkov
b298d46a40
MG_DISABLE_MQTT -> MG_ENABLE_MQTT
...
PUBLISHED_FROM=34e6028b68e286f81be7ba0f8ae73b760f144131
2016-10-13 21:08:22 +00:00
Deomid Ryabkov
bafc30bec6
Change from using #ifdef to #if for features tests
...
"#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
2016-10-13 18:07:25 +00:00
Deomid Ryabkov
f9a6403b11
Add MG_EV_SSI_CALL_CTX
...
This is the variant of MG_EV_SSI_CALL with context of the SSI call being
processed in addition to the tag argument. Specifically, call handler
now gets access to the HTTP request and the name of the file being processed.
MG_EV_SSI_CALL is preserved for backward compatibility.
PUBLISHED_FROM=eeea7487c062505abdb23b6f64994ff7a6b60ff8
2016-10-04 23:51:29 +00:00
Deomid Ryabkov
8b12263dbc
Fix mg_http_send_redirect doc
...
PUBLISHED_FROM=77cd3df9959b0e3a2550d1581586e69878bbee0d
2016-09-30 13:06:39 +00:00
Deomid Ryabkov
460d95afc5
Add mg_http_send_redirect and make examples use it
...
PUBLISHED_FROM=f45e06aeba1c00212078d539b6f74cb8bd054326
2016-09-30 11:22:00 +00:00
Alexander Alashkin
fecb11f2fa
Add CoAP server example doc. Closes cesanta/dev#4917
...
PUBLISHED_FROM=ee7728db61721c0628a00ed702a47f7382ad7cd7
2016-09-29 11:50:59 +00:00
Alexander Alashkin
56e50c2dbe
Add CoAP client example doc
...
PUBLISHED_FROM=51fd5cd50ae8c9fce43d95d06fec2e7582018d00
2016-09-29 11:05:59 +00:00
Marko Mikulicic
286fa90ee9
Simple mDNS + DNS-SD impl
...
Main TODOs:
1. the spec requires the impl to resend the reply once and
to send gratuitous updates
2. advertise our clubby services as DNS-SD sub-services.
---
Tested with:
1. https://play.google.com/store/apps/details?id=com.grokkt.android.bonjour&hl=en
2. https://play.google.com/store/apps/details?id=com.druk.bonjour.browser&hl=en
3. osx `dns-sd`
Works well enough; it doesn't have some glitches due the fact that we
don't retransmit yet and we don't send gratuitous updates.
PUBLISHED_FROM=38d7a50beb274d4aeeda5b0b58e44dfa0789da84
2016-09-28 08:51:47 +00:00
Sergey Lyubka
d6dda04f4f
Update mg_mgr docstring
...
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
2016-09-13 11:37:47 +00:00
Artem Bulavin
1b0825ef4b
Docs deployment via docs/make_doc
...
PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
2016-09-13 11:37:46 +00:00
Sergey Lyubka
7249b2bd5f
Update mg_mgr docstring
...
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
2016-09-13 11:36:17 +00:00
Alexander Alashkin
4cbf81da59
Use user timeout in multithreading polling
...
PUBLISHED_FROM=dbf75bfba087f1b0aa0531e5003ba3e69ed1a6ab
2016-09-12 14:21:05 +00:00
Alexander Alashkin
d9b7ec18e7
Add MG_F_ENABLE_BROADCAST option
...
PUBLISHED_FROM=293a54ab09e6879b6f0c36975a137eeaeff92098
2016-09-12 12:36:56 +00:00
Dmitry Frank
2a541175b5
Use void arguments list consistently in C code
...
On my way, fixed a couple of cases where we had `()` in the header, and
non-empty argument list in the source file.
PUBLISHED_FROM=5519526cf84e2bbd425a726fcc112fea1a95cbf1
2016-09-05 15:51:19 +00:00
Sergey Lyubka
3640554503
Add DNS server example
...
PUBLISHED_FROM=0d71533fd475c152c29fe304ca95559512a6059d
2016-09-02 21:06:16 +00:00
Sergey Lyubka
12437fd7fe
Refactor Mongoose documentation
...
PUBLISHED_FROM=e9a4e5c7b4a1d03b93a2a79e29de19e60e919929
2016-09-01 14:35:02 +00:00
Deomid Ryabkov
5fa544fc78
Make mg_http_serve_file public
...
A way to serve a single, specific file as opposed to the hairy monster
that is mg_serve_http.
PUBLISHED_FROM=6ed1bc487b9d41d212a5907337182f23b040aecf
2016-08-09 10:51:02 +00:00
Dmitry Frank
7b48859f8d
Fix mongoose comment a little
...
PUBLISHED_FROM=542e7c82fa494bef52222495301ab53dce43cd8f
2016-08-04 19:51:10 +00:00
Dmitry Frank
e5da7440d7
Bring back JS precompilation to CC3200
...
We haven't actually _fixed_ evaluation of precompiled bcode from
non-mmapped memory: we just never free it. For sane use case (do not
evaluate the same file more than once) it should be acceptable.
PUBLISHED_FROM=a9ca2d8fa72e9c40c93415d060ee8db697caa225
2016-07-26 15:36:00 +00:00
Dmitry Frank
849ec1684a
Apply Mongoose docs edits by Ev
...
PUBLISHED_FROM=5cd78790a03580aa23dd3d2d8b825ad449083cc2
2016-07-26 15:06:04 +00:00
Alexander Alashkin
4f210cd8eb
Fix error messages and more
...
PUBLISHED_FROM=11c57fc5ece01686e9cecab5e3bfce54a2825836
2016-07-25 17:21:23 +00:00
Evelyn
285f75764c
Update mg_match_prefix.md
2016-07-25 17:37:20 +01:00
Evelyn
3586203753
Update mg_next_comma_list_entry.md
2016-07-25 17:36:46 +01:00
Alexander Alashkin
e406de7e00
Remove extra error message
...
PUBLISHED_FROM=8b7fcfc1bc32ff9ff38e2904ddb730c83bf9fae4
2016-07-25 16:36:18 +00:00
Evelyn
53ed8502c9
Update mg_is_big_endian.md
2016-07-25 17:35:41 +01:00
Evelyn
ac8c756879
Update mg_avprintf.md
2016-07-25 17:35:27 +01:00
Evelyn
07faacdaf9
Update mg_hexdump_connection.md
2016-07-25 17:34:35 +01:00
Evelyn
8464844518
Update mg_hexdump.md
2016-07-25 17:34:03 +01:00
Evelyn
fe2d1ff027
Update mg_sock_addr_to_str.md
2016-07-25 17:33:17 +01:00
Evelyn
8d129e359e
Update mg_conn_addr_to_str.md
2016-07-25 17:33:03 +01:00
Evelyn
39aa56457b
Update mg_start_thread.md
2016-07-25 17:32:22 +01:00
Evelyn
8491d5da8b
Update mg_open.md
2016-07-25 17:31:57 +01:00
Evelyn
681196e2c8
Update mg_fopen.md
2016-07-25 17:31:43 +01:00
Evelyn
836ad5ebab
Update mg_stat.md
2016-07-25 17:31:28 +01:00
Evelyn
a3ea1eddfb
Update mg_base64_decode.md
2016-07-25 17:30:59 +01:00
Evelyn
a2c06ac6ba
Update mg_skip.md
2016-07-25 17:30:04 +01:00
Evelyn
a5c697fa2d
Update mg_coap_parse.md
2016-07-25 17:28:59 +01:00
Evelyn
be199b4fe9
Update mg_coap_send_ack.md
2016-07-25 17:28:05 +01:00
Evelyn
cc15320cfe
Update mg_coap_send_message.md
2016-07-25 17:27:50 +01:00
Evelyn
70bae59ec6
Update mg_coap_free_options.md
2016-07-25 17:27:31 +01:00
Evelyn
d4f3361805
Update mg_coap_add_option.md
2016-07-25 17:26:59 +01:00
Evelyn
332c855d40
Update mg_set_protocol_coap.md
2016-07-25 17:26:43 +01:00
Evelyn
01e3fa4d13
Update mg_mqtt_next.md
2016-07-25 17:26:26 +01:00
Evelyn
15a0f7a00a
Update mg_mqtt_broker.md
2016-07-25 17:26:05 +01:00
Evelyn
a751adba2a
Update mg_mqtt_broker_init.md
2016-07-25 17:25:21 +01:00
Evelyn
10eed010df
Update mg_mqtt_next_subscribe_topic.md
2016-07-25 17:25:00 +01:00
Evelyn
033ca26216
Update mg_mqtt_pong.md
2016-07-25 17:24:19 +01:00
Evelyn
40793cbdce
Update mg_mqtt_ping.md
2016-07-25 17:24:10 +01:00
Evelyn
48a1b2ec75
Update mg_mqtt_unsuback.md
2016-07-25 17:24:03 +01:00
Evelyn
1a55556c66
Update mg_mqtt_suback.md
2016-07-25 17:23:53 +01:00
Evelyn
3edd3ccbe6
Update mg_mqtt_pubcomp.md
2016-07-25 17:23:39 +01:00
Evelyn
194933e037
Update mg_mqtt_pubrel.md
2016-07-25 17:23:30 +01:00
Evelyn
38deaedaef
Update mg_mqtt_pubrec.md
2016-07-25 17:23:15 +01:00
Evelyn
fc3dd5900c
Update mg_mqtt_puback.md
2016-07-25 17:23:06 +01:00
Evelyn
b1213425d0
Update mg_mqtt_connack.md
2016-07-25 17:22:53 +01:00
Evelyn
40f0b450a8
Update mg_mqtt_disconnect.md
2016-07-25 17:22:43 +01:00
Evelyn
0bab3977a8
Update mg_mqtt_unsubscribe.md
2016-07-25 17:22:35 +01:00
Evelyn
2c46760b77
Update mg_mqtt_subscribe.md
2016-07-25 17:22:22 +01:00
Evelyn
878c9ae5ae
Update mg_mqtt_publish.md
2016-07-25 17:22:11 +01:00
Evelyn
c8553de09e
Update mg_send_mqtt_handshake_opt.md
2016-07-25 17:22:02 +01:00
Evelyn
6738858e11
Update mg_send_mqtt_handshake.md
2016-07-25 17:21:52 +01:00
Evelyn
61cd6ab86e
Update mg_set_protocol_mqtt.md
2016-07-25 17:21:43 +01:00
Evelyn
77704b669a
Update mg_dns_send_reply.md
2016-07-25 17:21:22 +01:00
Evelyn
770be613d7
Update mg_dns_reply_record.md
2016-07-25 17:20:33 +01:00
Evelyn
9790366449
Update mg_dns_create_reply.md
2016-07-25 17:19:44 +01:00
Evelyn
89f0a8c530
Update mg_set_protocol_dns.md
2016-07-25 17:18:19 +01:00
Evelyn
f72a06e25a
Update mg_dns_uncompress_name.md
2016-07-25 17:17:35 +01:00
Evelyn
8b975533e5
Update mg_dns_encode_record.md
2016-07-25 17:15:49 +01:00
Evelyn
b32f7a9b57
Update mg_dns_copy_questions.md
2016-07-25 17:14:48 +01:00
Evelyn
e1e0083897
Update mg_dns_insert_header.md
2016-07-25 17:14:27 +01:00
Evelyn
ca08ac0e3c
Update mg_send_dns_query.md
2016-07-25 17:14:13 +01:00
Evelyn
a5b85b4462
Update mg_dns_parse_record_data.md
2016-07-25 17:14:03 +01:00
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
Evelyn
5d76e57b81
Update mg_set_protocol_http_websocket.md
2016-07-25 15:08:27 +01:00
Alexander Alashkin
9101cd0339
Use lld for ID
...
PUBLISHED_FROM=1246247fc29eb9a75b986ff7bb2d2350a52c03fc
2016-07-22 16:26:31 +00:00
Evelyn
4b2d3f5f5b
Update mg_http_check_digest_auth.md
2016-07-22 16:23:52 +01:00
Evelyn
482a471abb
Update mg_file_upload_handler.md
2016-07-22 16:23:16 +01:00
Evelyn
4d90bb0d02
Update mg_register_http_endpoint.md
2016-07-22 16:22:15 +01:00
Evelyn
202dfc18be
Update mg_serve_http.md
2016-07-22 16:21:47 +01:00
Evelyn
13f4742699
Update mg_connect_http_opt.md
2016-07-22 16:21:30 +01:00
Evelyn
33e769bd75
Update mg_connect_http.md
2016-07-22 16:20:58 +01:00
Evelyn
992f3000ef
Update mg_http_create_digest_auth_header.md
2016-07-22 16:20:04 +01:00
Evelyn
7ea4adae5e
Update mg_url_decode.md
2016-07-22 16:19:38 +01:00
Evelyn
5ed9991135
Update mg_get_http_var.md
2016-07-22 16:18:42 +01:00
Evelyn
dc2527c11f
Update mg_parse_multipart.md
2016-07-22 16:17:58 +01:00
Evelyn
bee95654f3
Update mg_http_parse_header.md
2016-07-22 16:17:08 +01:00
Evelyn
48296bb1cf
Update mg_get_http_header.md
2016-07-22 16:16:21 +01:00
Evelyn
1ee9735354
Update mg_parse_http.md
2016-07-22 16:16:00 +01:00
Evelyn
f8da303ca1
Update mg_printf_html_escape.md
2016-07-22 16:15:26 +01:00
Evelyn
6ae6ee9fd2
Update mg_send_head.md
2016-07-22 16:15:01 +01:00
Evelyn
a11eafc5b3
Update mg_send_response_line.md
2016-07-22 16:13:59 +01:00
Evelyn
efe53b57e4
Update mg_printf_http_chunk.md
2016-07-22 16:13:38 +01:00
Evelyn
e2330944d4
Update mg_send_http_chunk.md
2016-07-22 16:13:20 +01:00
Evelyn
1c18906db7
Update mg_printf_websocket_frame.md
2016-07-22 16:12:07 +01:00
Evelyn
873ceb48bd
Update mg_send_websocket_framev.md
2016-07-22 16:11:32 +01:00
Evelyn
a48b955d89
Update mg_send_websocket_frame.md
2016-07-22 16:11:11 +01:00
Evelyn
b92fae2bfb
Update mg_connect_ws_opt.md
2016-07-22 16:10:30 +01:00
Evelyn
156be17191
Update mg_connect_ws_opt.md
2016-07-22 16:10:12 +01:00
Evelyn
92290cfe81
Update mg_connect_ws.md
2016-07-22 16:09:47 +01:00
Evelyn
29725c97f1
Update mg_send_websocket_handshake2.md
2016-07-22 16:08:59 +01:00
Evelyn
56b9cd14cb
Update mg_send_websocket_handshake.md
2016-07-22 16:07:44 +01:00
Evelyn
3550cc8f48
Update mg_set_protocol_http_websocket.md
2016-07-22 16:03:38 +01:00
Deomid Ryabkov
6a3d01ee6b
Depend on v7.c properly
...
PUBLISHED_FROM=cf49d0d345e4a7607c535f9578b8ed4160f2fccd
2016-07-22 14:31:13 +00:00
Evelyn
27986213aa
Update mg_check_ip_acl.md
2016-07-22 15:23:11 +01:00
Evelyn
a2d07ef983
Update mg_check_ip_acl.md
2016-07-22 15:13:59 +01:00
Evelyn
3cf4e32d9f
Update mg_event_handler_t.md
2016-07-22 15:06:40 +01:00
Evelyn
a54584b716
Update mg_set_timer.md
2016-07-22 15:06:00 +01:00
Evelyn
51907e2642
Update mg_enable_javascript.md
2016-07-22 15:04:58 +01:00
Evelyn
5dd9d37ef2
Update mg_enable_multithreading.md
2016-07-22 15:04:01 +01:00
Evelyn
f900854e0d
Update mg_socketpair.md
2016-07-22 14:54:30 +01:00
Evelyn
d20e94f763
Update mg_printf.md
2016-07-22 14:53:54 +01:00
Evelyn
58de2ad2d7
Update mg_send.md
2016-07-22 14:53:28 +01:00
Evelyn
f30c7b75d0
Update mg_set_ssl.md
2016-07-22 14:52:31 +01:00
Evelyn
c5b8e55e12
Update mg_connect_opt.md
2016-07-22 14:48:10 +01:00
Evelyn
559874fce7
Update mg_connect.md
2016-07-22 14:41:40 +01:00
Evelyn
1875653b34
Update mg_bind_opt.md
2016-07-22 14:41:23 +01:00
Evelyn
6df770e72d
Update mg_bind.md
2016-07-22 14:39:26 +01:00
Evelyn
51d415c8dd
Update mg_add_sock_opt.md
2016-07-22 14:38:44 +01:00
Evelyn
63bf428c34
Update mg_add_sock.md
2016-07-22 14:37:21 +01:00
Evelyn
a5d2772082
Update mg_next.md
2016-07-22 14:36:53 +01:00
Evelyn
43c317ef4c
Update mg_broadcast.md
2016-07-22 14:36:13 +01:00
Evelyn
01ffdb69d0
Update mg_mgr_poll.md
2016-07-22 14:35:08 +01:00
Evelyn
a78f346ac6
Update mg_mgr_free.md
2016-07-22 14:34:04 +01:00
Evelyn
4ae88c859e
Update mg_mgr_init.md
2016-07-22 14:33:30 +01:00
Marko Mikulicic
e8a97f12d7
Skip C build if not changed - step 1
...
Note: this is only the first step; the C sources won't be built until
the second step is done.
The actual build takes about 1.3s on cloud2 which still runs the docker
containers and image layers on the very slow spinning disk. cloud3 has
docker mounted on the SSD disk; measured speedups of 20-30%
PUBLISHED_FROM=c5acef1d64ebc8dca8ed31f51685c8b3090c5767
2016-07-22 12:51:18 +00:00
Evelyn
06aabdefbe
Update mg_mgr_init.md
2016-07-22 13:48:35 +01:00
Deomid Ryabkov
cbe63d43df
Prevent repeated invocation of Clubby handler
...
PUBLISHED_FROM=de348f944de60d116d9d1f5d18e920991c811fa8
2016-07-21 15:22:36 +00:00
Marko Mikulicic
e91a7c9599
Reamalgam after .h edits
...
PUBLISHED_FROM=da1faa9b46cd0ff22dcba6d324b5847c4a0d42d8
2016-07-21 15:06:41 +00:00
Sergey Lyubka
3054952a5e
Add %T to the API ref
...
PUBLISHED_FROM=f6679ea960b3aa0bc9142515548835ee0f78af67
2016-07-21 14:36:12 +00:00