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
Artem Bulavin
3244df9cd1
Added UI response on authentication, fixed non-clickable buttons
...
PUBLISHED_FROM=a4666982707fcc96cfe6e75903cab9ac225351e4
2016-07-21 14:07:13 +00:00
Dmitry Frank
1f75081f6e
Add build option V7_NO_COMPILER
...
Which disables tokenizer, parser, AST, and compiler. On ESP8266, it
frees 21K of ROM.
PUBLISHED_FROM=ff4c53ace6b9056c595b9e12ef3453330d659775
2016-07-21 13:51:54 +00:00
Marko Mikulicic
2c83a50a8a
Document %.*Q
...
PUBLISHED_FROM=5dc567f8978d5414835f7a2338a78ae9eb683f55
2016-07-21 13:38:48 +00:00
Sergey Lyubka
810eab9a58
Add SSI doc string
...
PUBLISHED_FROM=73540bf103672916eae35959d5e992a3616a6604
2016-07-20 11:07:37 +00:00
Deomid Ryabkov
9f78a2902b
Fix SSL stuff
...
Do not use CA bundle on CC3200, it doesn't work.
Make ssl_ca_cert = "*" mean "no verification" and make sure
SSL is enabled on the connection when it's required, even w/o verification.
PUBLISHED_FROM=c8710a5d24ecfe174ef45b7f81c114d41faf5c12
2016-07-14 13:19:55 +00:00
Deomid Ryabkov
c907e6c5fb
Commonize mg_str
...
PUBLISHED_FROM=0e6a1c1a2356c1e12580e498c64ba7be367f601c
2016-07-06 23:49:57 +00:00
Sergey Lyubka
b7a0748312
Ditch JSON-RPC from mongoose
...
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
2016-07-01 11:35:18 +00:00
rojer
3f1a33e4b4
Handle errors better in listening code for CC3200
...
PUBLISHED_FROM=9d4ab680fa672690735b827f56e135330f72beed
2016-06-15 13:35:00 +00:00
rojer
632153a1b4
Fix FNC CLI logging
...
PUBLISHED_FROM=171b25e15cad2c87eb40a8123fe8ea07e34c41f7
2016-06-15 14:32:36 +01:00
rojer
1d4f97bb4c
SimpleLink net_if impl w/ async support; MG_F_SSL
...
SimpleLink sockets are suffciently different from BSD that all the
ifdefs have become too messy to warrant a separate net_if
implementation. As part of this we also implement proper async connect
support.
Added MG_F_SSL to identify SSL-enabled connections in a generic way,
since SSL state can be different depending on the implementation.
PUBLISHED_FROM=9cdb8c880b90683e4a26b972cf439d47d6f60917
2016-06-09 17:49:53 +00:00
rojer
dcf1cedec9
SimpleLink SSL support; split cert and key opts
...
SL requires cert and key to be separate files in DER format.
Date verification is disabled for now.
PUBLISHED_FROM=7d76150ed356140728a1e5fd82d8a0456347b7dc
2016-06-09 11:04:56 +00:00
rojer
d6ecfe7f24
Make error message more clear
...
PUBLISHED_FROM=f8e052f1a256f671de133135901b509d39608a82
2016-06-07 20:40:25 +00:00
Sergey Lyubka
9f2ecb0144
Minor rephrasing in Mongoose overview doc
...
PUBLISHED_FROM=1562c629ce08004a5243a61eed79e1c3161f1268
2016-05-30 11:17:41 +01:00
Sergey Lyubka
3265060dc8
Add Mongoose overview doc section
...
PUBLISHED_FROM=9fb2260cd76ae30b51db02053f4d2debf4cdf900
2016-05-30 11:17:40 +01:00
Alexander Alashkin
58b8acd68a
Check malloc results, Contribute to cesanta/dev#3726
...
PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
2016-05-28 19:06:09 +01:00
Sergey Lyubka
3ec09ceedf
Reference media files in doc directly
...
PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e
2016-05-28 19:00:05 +01:00
Sergey Lyubka
1ce4aa81ee
Simplify doc generation infra
...
PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
2016-05-28 19:00:04 +01:00
Dmitry Frank
177e829f4b
Add v7 arg to _mk_ and _get_ functions
...
`v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked
deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now.
Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes.
Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912
bytes.
As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined,
so the extra v7 argument is eliminated; outside of v7.c it's obviously
not inlined.
----
Also, v7_get_int() is added, which currently just casts stored double
value to int
PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
2016-05-28 18:59:27 +01:00
Sergey Lyubka
4ac688e560
Make mg_http_check_digest_auth() public
...
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
2016-05-16 13:57:13 +03:00
Dmitry Frank
23122b327c
Remove old docs, rename docs_new to docs
...
It would be probably good idea to also remove tools/docgen.py and
asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
may contain some useful info which we'll need at least to review before
removing.
PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
2016-05-15 22:07:04 +03:00
Marko Mikulicic
f443c64341
Temporarily disable appdash from docker-compose
...
Until I read the doc and find how to limit the retention,
otherwise it just eats all my ram and cpu and things start to fall
apart.
PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
2016-05-15 22:07:04 +03:00
Alexander Alashkin
dae150a3a5
Split HTTP HWTest
...
PUBLISHED_FROM=69dc2fadfa0aad32290bd676331b57d0b5595c60
2016-05-03 13:13:00 +01:00
Marko Mikulicic
8fcd1906a2
Minor cleanup after line numbers feature
...
PUBLISHED_FROM=302ebfe7d711602e75c8db4bc843b0d52a382542
2016-04-28 13:51:19 +01:00
Alexander Alashkin
6b51ec3371
Reaggange HWTests, move port(s) number to cfg
...
PUBLISHED_FROM=274bff744d9c3d12285f026d21c1c776946fae20
2016-04-28 11:59:44 +02:00
Maxim Ignatenko
c85edc38aa
Switch to MySQL everywhere
...
PUBLISHED_FROM=1ab69ecfbd03ad3eef82ef785474744e5b5b2e4d
2016-04-22 14:23:40 +01:00
Alexander Alashkin
0f23618324
Disable http test
...
PUBLISHED_FROM=688b64acb8c87e3cd78c79ee2b7667378d697cd8
2016-04-22 12:32:22 +02:00
Deomid Ryabkov
083d398631
Only copy questions when creating reply
...
In particular, there may be additional records which should not be copied
PUBLISHED_FROM=6b348868cb62d7b3fc4df0e935ffd5a31a314a08
2016-04-19 12:27:48 +01:00
Marko Mikulicic
e5ae1c2ea3
Fix SJS websocket constructor
...
Closes cesanta/smart.js#119
PUBLISHED_FROM=b912e99d457dbf21b3f8ccc6a51d0990cc3db833
2016-04-15 14:48:17 +01:00
Sergey Lyubka
42f5a3e2f7
Use cesanta GA code
...
PUBLISHED_FROM=197c9c874ea950aae8f3fd475d2a3ff836d0caab
2016-04-13 19:19:27 +02:00
Alexander Alashkin
7addae0fdd
Unbreak master again
...
PUBLISHED_FROM=192978ebdb0df77c32af8675118c0067f093c0e7
2016-04-12 14:21:05 +01:00
Marko Mikulicic
6a302c38ab
Fix ourci master port
...
It conflicted with Workspace service
PUBLISHED_FROM=bd891e246bfa4b8f47bcbc6c9f7e4401f5f6e052
2016-04-12 12:36:58 +01:00
Deomid Ryabkov
76364af243
Fix comment format in http.h
...
Functions decl must follow comment to be correctly documented
PUBLISHED_FROM=6ab035cda470c2c23240db4435abd8c241c71b0d
2016-04-11 10:56:06 +01:00
Dmitry Frank
0be132f3b5
Improve Android app
...
Now it can talk to backend as well to the demo device: `LCD.AddLine`,
`LED.Set`, `LED.Get`.
PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
2016-04-11 09:43:04 +01:00
Alexander Alashkin
dc6b44571f
Remove extra function from C-clubby
...
PUBLISHED_FROM=db9afcafce26d2048b1a5ebc90bcd1c06f555ed8
2016-04-08 10:56:07 +02:00
Alexander Alashkin
afa5e3f469
Enable SSL in SJ/WS
...
PUBLISHED_FROM=d7b3e083c7a7d5095c8e61bb6183ae7e6e068858
2016-04-05 23:50:16 +01:00
Deomid Ryabkov
96150bf568
Commonize file upload and make it part of Mongoose
...
PUBLISHED_FROM=23819ed308aeb8c1d6bdb08f5edd257df458ab38
2016-04-01 03:14:38 +01:00
Dmitry Frank
5060640408
Docs: images are in the same dir as index.html
...
This simplifies writing markdown docs (no need to specify relative path
to images)
PUBLISHED_FROM=039a563b2f7e6a2fbb2a9424ac5315b2496ca184
2016-03-22 11:45:48 +00:00
Marko Mikulicic
ccf67dbf05
Add smart.js repo to srcfs
...
PUBLISHED_FROM=ebcd95607742a327cc0f453681f576982a8f027d
2016-03-21 22:45:51 +00:00
Dmitry Frank
d0b347517c
Fix comment for mg_event_handler_t
...
PUBLISHED_FROM=cd50a664039b4a74cb7d4d08990f415912585f7d
2016-03-21 13:29:31 +01:00
Dmitry Frank
7bed7ff482
Docs are generated for Mongoose
...
Comments in headers are changed a bit: removed adoc-specific stuff,
markdown is used instead
PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
2016-03-21 13:29:29 +01:00
Marko Mikulicic
d38b0dbf5b
Add command to extract build info from metadata
...
This will allow to recreate the metadata after patching the FS.
PUBLISHED_FROM=dae228bbf49d71f383e4dc52316cf98aba3914f5
2016-03-21 13:29:24 +01:00
Sergey Lyubka
b99dc95b1d
Fossa merge.
...
PUBLISHED_FROM=12ccba10358075024a1195cd0b0c1ea132aae6a3
2015-09-08 12:26:25 +01:00
Sergey Lyubka
30b80dc5ee
Update example
2015-07-13 11:11:26 +01:00
Eugene Ossintsev
c00b236c8d
Fix spelling in docs/ReleaseNotes.md and in comments in mongoose.c
2015-04-09 00:15:40 -04:00
Sergey Lyubka
bcdcbf20ee
Release 5.6
2015-03-18 17:25:31 +00:00
Sergey Lyubka
22aeb6111b
Update ReleaseNotes
2015-03-17 17:01:16 +00:00
Sergey Lyubka
c7b6a6f0ea
Added mg_websocket_printf()
2015-03-05 10:54:51 +00:00
Sergey Lyubka
4502dd0c86
s/MONGOOSE_NO_THREADS/MONGOOSE_ENABLE_THREADS
2015-03-03 18:59:23 +00:00
Sergey Lyubka
b3866439a0
Fix mg_create_server() signature
2015-02-24 13:17:11 +00:00
Sergey Lyubka
6b6637c337
Adopt SSL guide to current way of setting SSL cert.
2015-01-21 17:41:45 +00:00
Sergey Lyubka
878acca213
Removed Lua docs
2015-01-21 17:30:30 +00:00
CurlyMoo
9459d69dcc
Typo
2014-12-27 18:35:09 +01:00
zapline
33e035273a
Update ReleaseNotes.md
...
spell mistake
2014-11-20 09:58:29 +08:00
Sergey Lyubka
404e635665
Fixed Android build
2014-11-12 22:16:32 +00:00
Johan Wikman
8a7d535d92
Added MONGOOSE_NO_USER configuration define.
...
Low-end systems, not running a proper OS, may not have the
concept of a user.
2014-11-07 14:01:13 +02:00
Sergey Lyubka
23141c2fef
Added 5.5 release notes
2014-10-28 11:42:47 +00:00
Sergey Lyubka
6ac2fa2ae6
Updated listening_port for SSL option
2014-10-28 11:20:10 +00:00
Sergey Lyubka
0918df1566
Removed reference to chat.c
2014-10-05 17:29:33 +01:00
Sergey Lyubka
aa2583cc26
Added enable_proxy
2014-10-03 11:54:00 +01:00
Sergey Lyubka
2896965c97
Fixed link to examples
2014-09-20 08:32:29 +01:00
Sergey Lyubka
b116b2fa82
mg_poll_server doc corrected
2014-09-06 10:10:22 +01:00
Sergey Lyubka
268d2e9cbe
better explanation for websocket2.c example
2014-07-28 12:19:00 +01:00
Sergey Lyubka
7875a8c2bd
release notes for 5.4
2014-07-28 12:15:13 +01:00
Sergey Lyubka
6c77208236
release notes dates
2014-07-21 21:38:45 +01:00
Sergey Lyubka
0ff0788458
Formatting change for mg_send_file()
2014-06-04 12:32:31 +01:00
Sergey Lyubka
fec6009edb
mg_send_file() doc changed
2014-06-03 18:49:17 +01:00
Sergey Lyubka
c4f172a120
Documented mg_send_file()
2014-06-03 18:45:37 +01:00
Sergey Lyubka
3536670b82
re-worded FAQ section
2014-05-18 16:13:04 +01:00
Daniel O'Connell
63db54e7b5
Added AV faq
2014-05-18 10:53:54 +01:00
Sergey Lyubka
db6e883c22
Added mg_wakeup_server_ex(), removed mg_wakeup_server() and mg_iterate_over_connections()
2014-05-13 09:33:10 +01:00
Sergey Lyubka
6873f3c5f6
Removed idle_timeout_ms
2014-04-29 18:01:25 +01:00
Sergey Lyubka
ba5cd7267a
Added MONGOOSE_SEND_NS_EVENTS to the embedding doc
2014-04-28 15:04:39 +01:00
Sergey Lyubka
cc586c6ba2
php->basic
2014-04-15 14:13:38 +01:00
Sergey Lyubka
872b85b5f2
more on -access_control_list
2014-04-14 13:03:47 +01:00
Sergey Lyubka
e94a02dc12
Added more in 5.4 release notes
2014-03-31 09:49:42 +01:00
Sergey Lyubka
74135bca7d
link fixed
2014-03-26 18:58:58 +00:00
Sergey Lyubka
d4b14ca3c1
Better API documentation
2014-03-26 14:13:30 +00:00
Sergey Lyubka
f0994896d5
FileSharing doc nitpick
2014-03-26 12:27:44 +00:00
Sergey Lyubka
f096138d6e
Added release note
2014-03-23 20:02:41 +00:00
Sergey Lyubka
166833f330
Added release notes
2014-03-21 11:47:52 +00:00
Sergey Lyubka
a514e143ff
updated faw and tutorials
2014-03-19 11:41:01 +00:00
Sergey Lyubka
6a46244a21
embedding guide for MG_POLL fixed
2014-03-14 08:19:54 +00:00
Sergey Lyubka
60674c11c9
API docs regarding MG_POLL changed
2014-03-13 12:23:53 +00:00
Sergey Lyubka
fe0e0e69e5
File sharing tutorial wording
2014-03-11 15:36:23 +00:00
Sergey Lyubka
a8a017a048
docs updated
2014-03-10 09:23:06 +00:00
Sergey Lyubka
eac8ffabc4
docs updated
2014-03-10 09:19:01 +00:00
Sergey Lyubka
31489ab7b1
Lua fixes
2014-03-09 19:26:58 +00:00
Sergey Lyubka
576d769b56
Corrected links in tutorials
2014-03-09 13:13:25 +00:00
Sergey Lyubka
5ed3dafb56
Added warning about PHP 5.5
2014-03-07 14:46:24 +00:00
Sergey Lyubka
b99bf306ec
fixed image links
2014-03-07 14:40:34 +00:00
Sergey Lyubka
89fae72aa7
added
2014-03-07 14:24:37 +00:00
Sergey Lyubka
7217aa22f1
Embedded guide
2014-03-05 02:53:19 +00:00
Sergey Lyubka
2264520a2f
Example changed to evented API
2014-03-02 13:05:00 +00:00
Sergey Lyubka
2f0b411ddd
Added -pthread flag to unix compilation example
2014-03-02 13:00:44 +00:00
Sergey Lyubka
cead9a04ca
Typo fixed
2014-02-11 15:21:54 +00:00
Sergey Lyubka
e528093027
Formatted example
2014-02-11 15:20:19 +00:00
Sergey Lyubka
c432b783fb
Formatted example
2014-02-11 15:19:18 +00:00
Sergey Lyubka
e06976836f
Typo fixed
2014-02-11 15:18:20 +00:00
Sergey Lyubka
c9f7407573
More comments in example
2014-02-11 15:16:55 +00:00
Mark Eichin
94dbf21ffb
doc typos
...
just saw them while reading...
2014-02-11 03:41:09 -05:00
Sergey Lyubka
5dc317fcb0
Added -DMONGOOSE_HEXDUMP feature
2014-02-09 20:57:11 +00:00
Sergey Lyubka
fbd5d77ce8
Added note about CGI env vars
2014-02-07 20:23:37 +00:00
Sergey Lyubka
a3a63f7e56
Using mg_connection::callback_param for mg_iterate_over_connection()
2014-02-06 10:00:20 +00:00
Sergey Lyubka
a34d1ec00a
Better handling of MONGOOSE_NO_SOCKETPAIR
2014-02-04 14:04:54 +00:00
Sergey Lyubka
14526a2109
mg_add_uri_handler -> mg_set_request_handler()
2014-01-28 12:42:13 +00:00
Sergey Lyubka
45a4266172
more examples added
2014-01-20 11:21:35 +00:00
Sergey Lyubka
2ea17e8c6d
Adjusted docs and makefile to use correct preproc flags
2014-01-20 11:17:09 +00:00
Sergey Lyubka
d86d409d3c
Preprocessor definitions prefixed by MONGOOSE_
2014-01-20 10:54:15 +00:00
Sergey Lyubka
7d699ea73c
Added URI handler return value
2014-01-14 13:27:00 +00:00
Sergey Lyubka
cc636197bc
Added auth example
2014-01-13 17:58:14 +00:00
Sergey Lyubka
6b4f7e785d
Added upload example
2014-01-13 17:01:11 +00:00
Sergey Lyubka
1414e2a236
Documented rewrites for HTTP errors
2014-01-09 12:47:29 +00:00
Sergey Lyubka
d39daab29e
Updated docs
2014-01-07 09:12:17 +00:00
Sergey Lyubka
a798b1a937
Updated docs
2014-01-07 09:10:58 +00:00
Sergey Lyubka
04de3bb2f9
Updated docs
2014-01-07 09:05:34 +00:00
Sergey Lyubka
18b1e95350
LSP functionality
2014-01-06 13:08:39 +00:00
Sergey Lyubka
96bb9aac36
Docs updated
2014-01-04 20:12:07 +00:00
Sergey Lyubka
02937f8852
API doc synced
2014-01-04 14:28:20 +00:00
Sergey Lyubka
51f0cc2b67
Embed doc synced
2014-01-04 14:25:37 +00:00
Sergey Lyubka
253927008c
Options doc synced
2014-01-04 14:20:47 +00:00
Sergey Lyubka
9778a4ccfc
Options doc synced
2014-01-04 14:18:14 +00:00
Sergey Lyubka
d0e2741832
Added new response creation interface
2014-01-04 11:31:55 +00:00
Sergey Lyubka
0aa1a9e324
Documented USE_POST_SIZE_LIMIT, USE_EXTRA_HTTP_HEADERS
2013-12-31 13:56:59 +00:00
Sergey Lyubka
83793aadde
Removed num_threads
2013-12-26 10:14:13 +00:00
Sergey Lyubka
fbe1914226
Copy -> Download and copy
2013-12-23 07:22:05 +00:00
Sergey Lyubka
64a744055f
Added notes on buffering POST data and websocket data
2013-12-22 08:27:23 +00:00
Sergey Lyubka
0007e47c07
Build command re-worded
2013-12-22 08:27:02 +00:00
Sergey Lyubka
a0befd65a0
Nitpick wording
2013-12-21 16:06:00 +00:00
Sergey Lyubka
872ad8badf
Added NO_* and USE_* flag descriptions
2013-12-21 16:04:22 +00:00
Sergey Lyubka
7abb406d0f
put_delete_auth_file -> dav_auth_file
2013-12-20 17:57:13 +00:00
Sergey Lyubka
b941dcd5c5
Removed throttle option
2013-12-20 13:34:09 +00:00
Sergey Lyubka
28f7d83a74
Commented out chat example, as it is broken atm
2013-12-19 10:46:12 +00:00
Sergey Lyubka
34ee1ef3d6
Commented out chat example, as it is broken atm
2013-12-19 10:45:41 +00:00
Sergey Lyubka
e518517456
Commented out chat example, as it is broken atm
2013-12-19 10:42:39 +00:00
Sergey Lyubka
a69987a711
Updated internals manual
2013-12-16 13:45:13 +00:00
Sergey Lyubka
ab73055ef3
Added side-effect note for mg_create_server()
2013-12-12 13:41:33 +00:00
Sergey Lyubka
3b83543592
Commented out irrelevant design description
2013-12-10 23:49:37 +00:00
Sergey Lyubka
d4ac96c24d
Some wording/spelling changes
2013-12-10 23:42:44 +00:00
Sergey Lyubka
0612129a88
Async API
2013-12-10 23:34:08 +00:00
Sergey Lyubka
9bd5903f1d
API.md is split to API.md and Embed.md
2013-12-10 11:16:25 +00:00
Sergey Lyubka
d4eae0e251
Added minimalistic example
2013-12-10 00:40:32 +00:00
Sergey Lyubka
257de0709f
Better wording for put_delete_auth_file option
2013-11-25 17:06:24 +00:00
Sergey Lyubka
774a819e76
Better description for put_delete_auth_file option
2013-11-25 17:05:12 +00:00
Sergey Lyubka
ff1412f29d
Better description for put_delete_auth_file option
2013-11-25 17:04:41 +00:00
Sergey Lyubka
2f49e63d5b
Moved docstrings to API.md
2013-11-25 13:43:12 +00:00
Sergey Lyubka
762a68a0cf
Moved some docs to markdown
2013-10-30 23:02:15 +00:00
Sergey Lyubka
1da098671e
Moved docstrings to API.md
2013-10-19 14:07:46 -07:00
Sergey Lyubka
f852a4db0f
Moved docstrings to API.md
2013-10-19 13:14:16 -07:00
Sergey Lyubka
ddea940690
Docs added
2013-10-18 08:57:59 -07:00
Sergey Lyubka
029af1c376
Docs moved to Cesanta site
2013-09-20 13:27:48 +01:00
Sergey Lyubka
c02f2ff4bb
Update instruction to clone Git repo rather then using tarball
2013-09-18 09:52:06 +01:00
Sergey Lyubka
f74fec8a7e
Split docs by sections
2013-09-18 09:44:12 +01:00
Sergey Lyubka
411a269991
valenok -> cesanta
2013-09-16 22:45:19 +01:00
Sergey Lyubka
bca6aab5a5
Moved UserManual to docs/
2013-09-16 22:42:29 +01:00