Commit Graph

599 Commits

Author SHA1 Message Date
cpq
ca3dfb3c07 Docs notes 2023-02-16 16:41:26 +00:00
cpq
396ee803b2 Remove -c core.symlinks arg from the clone command 2023-02-09 20:06:53 +00:00
Sergey Lyubka
c6010c3ab4
Merge pull request #2031 from cesanta/sym
Note about symlinks
2023-02-08 12:56:16 +00:00
cpq
2c62e58dbd Move mip/ -> src/tcpip/, rename mip_ -> mg_tcpip_ 2023-02-07 21:35:37 +00:00
cpq
0c3946033b Note about symlinks 2023-02-07 15:42:17 +00:00
cpq
dc86c62d8b Adopt Makefile for Windows. Update examples readme section 2023-02-04 14:15:53 +00:00
Sergio R. Caprile
5d7a080e39 Remove %I and %A 2023-02-02 16:28:24 -03:00
cpq
15ad69c8cb Add How to build examples section 2023-02-02 15:34:27 +00:00
cpq
84893ec582 Small usability nits 2023-01-27 09:36:16 +00:00
cpq
21d3678fa7 Add more on logging 2022-12-21 11:31:14 +00:00
cpq
3dd8d7d8e5 Add diagrams 2022-12-21 11:18:50 +00:00
Sergio R. Caprile
cfcb7191ea
Update README.md 2022-12-15 09:52:19 -03:00
Sergio R. Caprile
3a47242219
Update README.md
Closes #1918
2022-12-10 20:12:58 -03:00
Sergio R. Caprile
99aa498bc4 Use %I in mip.c
Add %A to print hw address and use it in mip.c
Fix some debug data
2022-12-06 13:44:31 -03:00
Sergio R. Caprile
7c0440c148
Update README.md 2022-12-05 16:24:28 -03:00
Sergio R. Caprile
497d8f25a1
Update README.md 2022-12-04 19:16:34 -03:00
cpq
b01989f041 Fix #1888: add %I *printf specifier for IP address. Remove mg_ntoa, mg_straddr 2022-12-03 14:27:07 +00:00
cpq
2192914cbb Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
Sergio R. Caprile
47a12c30ca mongoose_custom.h not pulled in when MG_ARCH=MG_ARCH_CUSTOM 2022-11-01 21:01:33 -03:00
cpq
7ab81d3805 Add mg_hello() 2022-10-28 10:57:06 +01:00
Sergio R. Caprile
ae71d12f06 Augment WS documentation 2022-10-27 12:03:16 -03:00
Matthew "strager" Glazar
b91fe12258 Fix typo in documentation 2022-10-14 18:27:06 -07:00
cpq
1e6b7bd2a6 Fix broken link 2022-10-05 11:49:06 +01:00
cpq
ebd931f7af Get rid of va_copy 2022-09-23 08:59:02 +01:00
Sergio R. Caprile
571625f0c3
Update README.md 2022-09-20 10:52:45 -03:00
Sergio R. Caprile
a4c27618b4
Update README.md 2022-09-09 14:10:48 -03:00
cpq
edb861da70 docs 2022-09-05 12:29:06 +01:00
cpq
64ad15895f Small nit in minimal HTTP server example 2022-09-05 12:26:43 +01:00
lion
542fe9f029 fix the doc error: htts to https 2022-09-03 10:51:09 +08:00
Sergio R. Caprile
941d2f2a3e Moved packed filesystem section out of the docs (relevant parts into the tutorial) 2022-08-29 10:43:29 -03:00
cpq
b73022096d Let RPC handle responses too 2022-08-26 17:41:13 +01:00
cpq
c7b9ca68c2 Move mg_mqtt_next-* to the example, and some nits 2022-08-26 14:20:54 +01:00
cpq
eca612d514 Document all supported MG_ARCH choices 2022-08-20 03:44:29 +01:00
Sergio R. Caprile
f49683353d Change argument of %M handler to mg_pfn_t plus some cosmetic changes 2022-08-15 16:07:18 -03:00
cpq
6ad7af54dc Fix docs, nits to freertos includes 2022-08-14 23:46:33 +01:00
cpq
d2a27d3d91 mg_*rprintf -> mg_*xprintf 2022-08-13 20:34:20 +01:00
cpq
f122bd5797 Update mg_log_set_fn() 2022-08-13 15:43:27 +01:00
cpq
d76f86f7db Get rid of mg_*asprintf 2022-08-13 15:37:55 +01:00
cpq
2ba3630de9 Remove dangerous mg_pfn_realloc(). Add %q printf specifier 2022-08-10 18:27:58 +01:00
cpq
24cb9467c0 Update docs for mg_rpc_process() 2022-08-10 15:35:07 +01:00
cpq
c459c17fab Update docs 2022-08-05 19:55:15 +01:00
cpq
11bbda9bb3 Update images 2022-08-05 19:44:55 +01:00
cpq
99c23606c5 Add c->is_resp note 2022-08-05 19:27:56 +01:00
Sergio R. Caprile
bb4e4c7cda Add pfn functions docs
Add RPC docs
2022-08-04 17:20:00 -03:00
cpq
582ab220b3 Update mqtt docs 2022-08-04 18:50:20 +01:00
cpq
3e2ad83b2c Fix #1647 - add note in the doc that opts->root_dir is ignored by the mg_http_serve_file() 2022-08-04 17:47:48 +01:00
Sergey Lyubka
17e2fdd4cb Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
Sergey Lyubka
54d6bad5e5 Refactor JSON and RPC API 2022-07-30 07:55:26 +01:00
Sergio R. Caprile
806eed6040 Add mg_ws_printf()/vprintf() doc 2022-07-21 11:46:50 -03:00
Sergio R. Caprile
41df6a6c0b added mg_rprintf(), updated doc to new %M API 2022-07-07 14:15:55 -03:00