Sergey Lyubka
|
c33116166f
|
Merge pull request #1720 from cesanta/qprofile
Add rudimentary queue profiler
|
2022-09-08 10:37:01 +01:00 |
|
cpq
|
cd30cf2d6c
|
Fix #1710 - free MIP in mg_mgr_free()
|
2022-09-08 08:53:54 +01:00 |
|
cpq
|
419126652e
|
Merge branch 'master' of github.com:cesanta/mongoose
|
2022-09-08 08:50:51 +01:00 |
|
cpq
|
06ab83dca6
|
Implement keep-alive, 45 sec interval. Correct ACK piggyback
|
2022-09-08 08:50:42 +01:00 |
|
Sergio R. Caprile
|
313fddf722
|
Add rudimentary queue profiler
ETH IRQ and mip_poll() can both write to the queue, so if a memcpy() is interrupted we might see some weird records.
|
2022-09-07 17:14:03 -03:00 |
|
Sergey Lyubka
|
f4def36ccb
|
Merge pull request #1717 from cesanta/fixmipq
Fix MIP Q
|
2022-09-07 20:59:12 +01:00 |
|
cpq
|
881b282604
|
Implement ack timer
|
2022-09-07 20:48:23 +01:00 |
|
Sergio R. Caprile
|
9675bfe07d
|
Fix MIP Q
|
2022-09-07 14:59:58 -03:00 |
|
cpq
|
75892cb523
|
Add %f to src/fmt.c
|
2022-09-07 15:09:52 +01:00 |
|
Sergey Lyubka
|
63e0041644
|
Merge pull request #1715 from davidhozic/feature/1714
Bug Fix #1714
|
2022-09-07 15:03:51 +01:00 |
|
cpq
|
b2624f6055
|
Make mip-pcap work on Mac
|
2022-09-07 13:36:00 +01:00 |
|
David Hozic
|
0bb8144677
|
Bug Fix #1714
|
2022-09-07 13:35:32 +02:00 |
|
cpq
|
1c181e091e
|
Add mip test
|
2022-09-05 15:56:03 +01:00 |
|
cpq
|
f9272d0959
|
Introduce mg_timer_expired(). Adopt DHCP and link status to use it
|
2022-09-03 09:45:19 +01:00 |
|
Sergio R. Caprile
|
a1992f5910
|
Re-enable sending ACKs until proper mechanism is in place
|
2022-09-02 20:48:30 -03:00 |
|
Sergio R. Caprile
|
4a1a26e8b7
|
Extend explanation for MDC clock
|
2022-09-02 15:03:46 -03:00 |
|
Sergio R. Caprile
|
7358ed25a5
|
Add CR setup, set MDC based on HCLK
|
2022-09-02 14:02:02 -03:00 |
|
cpq
|
0d385c29a3
|
More JSON tests
|
2022-09-02 16:23:39 +01:00 |
|
cpq
|
567fccd7ee
|
Refactor W5500 driver, add arduino w5500 example
|
2022-09-02 12:58:54 +01:00 |
|
oakfire
|
8131e30002
|
Fix mg_json_get for the array element result not as expected.
|
2022-09-01 15:02:17 +08:00 |
|
cpq
|
cf1566e116
|
Add more comments in json code
|
2022-08-31 17:59:04 +01:00 |
|
Sergey Lyubka
|
5d2c977029
|
Merge pull request #1697 from oakfire/master
fix: #1696 mg_json_get() bugs.
|
2022-08-31 17:55:12 +01:00 |
|
cpq
|
aefc588e6e
|
Unbreak win98 build
|
2022-08-31 08:53:22 +01:00 |
|
cpq
|
c131b8daf1
|
struct mip_ipcfg -> struct mip_cfg
|
2022-08-31 08:41:16 +01:00 |
|
cpq
|
8a61969c8f
|
Add struct mip_spi for SPI drivers, and skeleton for enc28j60 driver
|
2022-08-31 08:35:06 +01:00 |
|
oakfire
|
a686beb9a7
|
fix: #1696 mg_json_get() bugs.
|
2022-08-30 14:22:58 +08:00 |
|
cpq
|
0a265e79a6
|
Remove debug log and add a comment
|
2022-08-29 13:10:11 +01:00 |
|
cpq
|
7f30c01c58
|
Correct condition check sequence for the prev fix
|
2022-08-29 13:01:56 +01:00 |
|
cpq
|
0661f5921a
|
Fix #1690 - mg_json_get for keys with the same prefix
|
2022-08-29 12:40:50 +01:00 |
|
cpq
|
ef89776517
|
Add reponse end to the http dir list
|
2022-08-28 13:58:41 +01:00 |
|
cpq
|
dcdeffff9a
|
MIP refactor: use mg_hton*, move driver_data to ifp, parametrise f746 PLL setup
|
2022-08-27 16:45:31 +01:00 |
|
cpq
|
229b492ccc
|
Minor refactorings, reduced MG_HTTP_MAX_HEADERS 40 -> 30 to reduce stack usage
|
2022-08-27 12:31:43 +01: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
|
d565faa75d
|
Make non-initialised MIP poll work
|
2022-08-21 23:35:24 +01:00 |
|
cpq
|
9c3c4a6f4b
|
MIP client
|
2022-08-20 00:03:15 +01:00 |
|
cpq
|
fee6de6a7f
|
Allow NULL head in struct mg_rpc
|
2022-08-19 15:08:01 +01:00 |
|
cpq
|
8596e1bef7
|
Enable FPU
|
2022-08-16 16:45:05 +01:00 |
|
cpq
|
e48e353066
|
Restore mg_file_write() to use tmp file
|
2022-08-15 16:08:34 +01:00 |
|
cpq
|
6b69bef2ef
|
mg_dtoa, mg_atod, mg_lld made static
|
2022-08-14 01:25:38 +01:00 |
|
cpq
|
d2a27d3d91
|
mg_*rprintf -> mg_*xprintf
|
2022-08-13 20:34:20 +01:00 |
|
cpq
|
d76f86f7db
|
Get rid of mg_*asprintf
|
2022-08-13 15:37:55 +01:00 |
|
cpq
|
a3bfe3e61a
|
Use hand-crafted packet for large WS frame test
|
2022-08-13 14:52:43 +01:00 |
|
cpq
|
da28213613
|
Squash warning
|
2022-08-13 11:36:24 +01:00 |
|
cpq
|
6615a821f1
|
Test WS frames that are larger than 64k
|
2022-08-13 11:16:13 +01:00 |
|
cpq
|
ef9f7d4c16
|
Change mg_ws_send: const char * -> const void *
|
2022-08-11 12:12:00 +01:00 |
|
Sergey Lyubka
|
3b112cc8c8
|
Merge pull request #1668 from cesanta/index.gz
check for gzipped index file when / is requested
|
2022-08-10 21:45:09 +01:00 |
|
Sergio R. Caprile
|
374be7b065
|
check for gzipped index file when / is requested
|
2022-08-10 15:54:24 -03:00 |
|
cpq
|
2ba3630de9
|
Remove dangerous mg_pfn_realloc(). Add %q printf specifier
|
2022-08-10 18:27:58 +01:00 |
|
cpq
|
c8c0b8fb91
|
Squash vc98 warn 3
|
2022-08-09 19:17:40 +01:00 |
|
cpq
|
e5585cb0e7
|
Squash vc98 warn 2
|
2022-08-09 18:58:58 +01:00 |
|
cpq
|
bd32f6e2ef
|
Squash warn on vc98
|
2022-08-09 15:49:54 +01:00 |
|
cpq
|
6149b619e7
|
Squash warnings
|
2022-08-09 12:39:40 +01:00 |
|
cpq
|
b7406357c5
|
Fix #1600 - more precise SNTP time calculation
|
2022-08-09 12:13:23 +01:00 |
|
cpq
|
4246f5d206
|
PATH_MAX -> MG_PATH_MAX
|
2022-08-06 22:26:07 +01:00 |
|
cpq
|
740b609e1e
|
Fix for deliver_normal_chunks() and a test case
|
2022-08-06 09:01:34 +01:00 |
|
cpq
|
779c825e92
|
Fixes to chunked support when pipelining
|
2022-08-05 19:18:06 +01:00 |
|
cpq
|
457ce5e563
|
Refactor chunking support. Fix #1656
|
2022-08-04 17:10:53 +01:00 |
|
Sergey Lyubka
|
51cb40acd2
|
Enable epoll on linux
|
2022-08-03 15:07:26 +01:00 |
|
Sergey Lyubka
|
bd7ee0d1e8
|
Refactor mg_http_reply and mg_http_printf_chunk to use less allocs and mem copies
|
2022-08-01 21:07:42 +01:00 |
|
Sergey Lyubka
|
17e2fdd4cb
|
Add align to struct mg_iobuf
|
2022-08-01 12:53:25 +01:00 |
|
Sergey Lyubka
|
a468f58128
|
Use int debug level
|
2022-08-01 11:19:32 +01:00 |
|
Sergey Lyubka
|
581a0698af
|
Expose rpc guts
|
2022-07-31 22:51:59 +01:00 |
|
Sergey Lyubka
|
f02f88f336
|
mg_rpc_free -> mg_rpc_del
|
2022-07-30 21:13:30 +01:00 |
|
Sergey Lyubka
|
54d6bad5e5
|
Refactor JSON and RPC API
|
2022-07-30 07:55:26 +01:00 |
|
Sergey Lyubka
|
56e6cf406a
|
Fix unamalgamated build
|
2022-07-28 10:47:12 +01:00 |
|
Sergey Lyubka
|
a2289a0625
|
Fix unamalgamated build
|
2022-07-28 10:33:44 +01:00 |
|
Sergey Lyubka
|
f2009ebd62
|
Move mg_*printf* decls in fmt.h
|
2022-07-28 10:18:17 +01:00 |
|
Sergey Lyubka
|
0dabc45780
|
Add RPC API
|
2022-07-27 00:46:05 +01:00 |
|
Sergio R. Caprile
|
1eed80375d
|
Fix MG_EOO
|
2022-07-22 11:50:23 -03:00 |
|
Sergey Lyubka
|
4a3d760c06
|
Add timer ID attribute, for safe cleanup in the scripted environment
|
2022-07-17 12:52:30 +01:00 |
|
John Brzustowski
|
d5fe3261f4
|
NTP reponse gives fractional (not micro-) seconds, per RFC5905
|
2022-07-13 04:08:54 -03:00 |
|
Sergey Lyubka
|
46af09f776
|
Change ff_open to explicit memcpy()
|
2022-07-11 18:13:46 +01:00 |
|
Sergey Lyubka
|
f40b272eeb
|
Fix #1626 - ignore @ in query string
|
2022-07-10 15:41:43 +01:00 |
|
Sergey Lyubka
|
2c01893bb1
|
Give more time for unit test to detect conn refused on windows
|
2022-07-04 19:18:20 +01:00 |
|
Sergey Lyubka
|
543b4a132b
|
Fix POLLERR usage
|
2022-07-04 18:25:13 +01:00 |
|
Sergey Lyubka
|
e4a5296fbf
|
Introduce c->is_mqtt5 for keeping mqtt version. Make mqtt over ws work again
|
2022-07-04 17:47:17 +01:00 |
|
Sergey Lyubka
|
6c796b8552
|
Fix memset in mg_iotest, add mg_random_str test
|
2022-07-04 16:13:38 +01:00 |
|
Sergey Lyubka
|
e30ad43d36
|
Merge pull request #1612 from cesanta/mqtt
Exported MQTT result codes
|
2022-07-04 15:15:19 +01:00 |
|
Sergey Lyubka
|
735b7bece6
|
Squash more warns
|
2022-07-04 11:43:52 +01:00 |
|
James Hilliard
|
c24343f107
|
util: use correct clock on OSX
CLOCK_MONOTONIC_RAW on OSX is not the same as CLOCK_MONOTONIC_RAW on linux
|
2022-07-04 04:04:43 -06:00 |
|
Sergey Lyubka
|
81ffcd8ee9
|
Fix #1616 - randomize mqtt will and client id for parallel test
|
2022-07-04 11:00:06 +01:00 |
|
Sergey Lyubka
|
432452ea9a
|
Fix #1615 - prefer monotonic clock. Add clock for rp2040
|
2022-07-04 10:08:21 +01:00 |
|
Sergey Lyubka
|
6c14c7d623
|
Unbreak mac build
|
2022-07-04 00:06:01 +01:00 |
|
Sergey Lyubka
|
dca43f430b
|
Fix poll support for win32
|
2022-07-02 12:45:44 +01:00 |
|
Sergey Lyubka
|
91fa2ad23b
|
Enable poll support on windows
|
2022-07-02 11:52:16 +01:00 |
|
Sergio R. Caprile
|
85d300ce71
|
Exported MQTT result codes
|
2022-07-01 15:32:24 -03:00 |
|
Sergey Lyubka
|
d6e1a3ab4c
|
Unbreak my heart ^W the build
|
2022-07-01 18:10:40 +01:00 |
|
Sergey Lyubka
|
f1da8542ce
|
Nits
|
2022-07-01 17:28:06 +01:00 |
|
Sergey Lyubka
|
a183621268
|
Fix ff_write() call
|
2022-07-01 13:22:36 +01:00 |
|
Sergey Lyubka
|
035de980e3
|
Fix ff_read() call
|
2022-07-01 13:18:49 +01:00 |
|
Sergey Lyubka
|
99f0688377
|
Change mg_http_upload API
|
2022-06-30 21:54:50 +01:00 |
|
Sergey Lyubka
|
56412193e7
|
Add mg_remove_double_dots(), hide mg_http_upload()
|
2022-06-30 20:27:43 +01:00 |
|
Sergey Lyubka
|
c5751b0bd3
|
Add mg_json_get_long
|
2022-06-30 20:03:29 +01:00 |
|
Sergey Lyubka
|
5b8979a0f1
|
Better connect() result test
|
2022-06-29 19:19:19 +01:00 |
|
Sergey Lyubka
|
89e2a15eb7
|
Fix build
|
2022-06-29 18:03:04 +01:00 |
|
Sergey Lyubka
|
b1896d9944
|
Fix typo
|
2022-06-29 17:57:59 +01:00 |
|
Sergey Lyubka
|
d0dedcfd2e
|
Fix build
|
2022-06-29 17:54:33 +01:00 |
|
Sergey Lyubka
|
73297c8e65
|
Use mg_putchar_iobuf in mg_vprintf
|
2022-06-29 17:42:55 +01:00 |
|
Sergey Lyubka
|
017c7290d6
|
Better error handling - report from iotest
|
2022-06-29 17:02:37 +01:00 |
|
Sergey Lyubka
|
93a6bc501e
|
Refactor guess_mime_type()
|
2022-06-29 10:28:37 +01:00 |
|
Sergey Lyubka
|
e8f050c194
|
Dont use realloc
|
2022-06-29 00:00:16 +01:00 |
|
Sergey Lyubka
|
ba08140197
|
Initial mqtt5 support
|
2022-06-28 11:31:13 +01:00 |
|
Sergey Lyubka
|
d65ce3b596
|
Add mg_rprintf, mg_vrprintf
|
2022-06-28 00:45:52 +01:00 |
|
Sergey Lyubka
|
4e880fb6e0
|
Nit - fix openssl error message
|
2022-06-23 13:11:04 +01:00 |
|
Sergey Lyubka
|
898e2b1e30
|
Add mg_json_get_hex(), mg_json_get_b64()
|
2022-06-22 16:28:22 +01:00 |
|
Sergey Lyubka
|
a68f3dc4eb
|
Add %V and %H specifiers for mg_snrpintf()
|
2022-06-22 13:15:52 +01:00 |
|
Sergey Lyubka
|
c446fe0c6d
|
Make stm32 eth declared as volatile
|
2022-06-21 12:11:59 +01:00 |
|
Sergey Lyubka
|
2d5c26d44f
|
Rename mg_log_set_fn properly
|
2022-06-19 09:08:37 +01:00 |
|
Sergey Lyubka
|
9760b7c9d6
|
Add mg_log_set_fn(), MG_ENABLE_LOG
|
2022-06-19 09:04:22 +01:00 |
|
Sergey Lyubka
|
1640287897
|
Add mg_http_var
|
2022-06-18 04:25:11 +01:00 |
|
Sergey Lyubka
|
30d6a44b0d
|
Fix mg_http_upload()
|
2022-06-13 14:48:52 +01:00 |
|
Sergey Lyubka
|
5a448ab4f5
|
Compile driver_stm32.c only for __arm__
|
2022-06-13 01:04:09 +01:00 |
|
Sergey Lyubka
|
a71262437d
|
Use mip for arm and riscv targets
|
2022-06-12 12:43:01 +01:00 |
|
Sergey Lyubka
|
d8a4b5aa34
|
Make mip MSVC friendly
|
2022-06-11 18:54:32 +01:00 |
|
Sergey Lyubka
|
d3368e4aad
|
Move mip into mip/
|
2022-06-11 17:29:45 +01:00 |
|
Sergey Lyubka
|
dfca896a64
|
Update huge response. More tests
|
2022-06-10 12:14:42 +01:00 |
|
Sergey Lyubka
|
33567bab41
|
Add %g support to mg_snprintf()
|
2022-06-10 09:38:36 +01:00 |
|
Sergey Lyubka
|
106662b1d7
|
Add JSON API
|
2022-06-09 17:17:33 +01:00 |
|
Sergey Lyubka
|
cff208c5a9
|
Introduce %Q format specifier, rework device dashboard
|
2022-06-08 21:44:01 +01:00 |
|
Sergey Lyubka
|
807cd4df9e
|
Make sock.c less verbose
|
2022-06-08 19:55:24 +01:00 |
|
Sergey Lyubka
|
d4106b5cbd
|
Send puback for qos > 0
|
2022-06-08 19:51:03 +01:00 |
|
Sergey Lyubka
|
a53dc5c0a0
|
Fix #1580 - uri_to_path2 for / corner case
|
2022-06-07 04:33:46 +01:00 |
|
Sergey Lyubka
|
0f0cf7a5db
|
Integrate #1579 - properly clear c->is_readable and c->is_writable flags in mg_iotest()
|
2022-06-05 15:27:16 +01:00 |
|
Sergey Lyubka
|
cac7f653c9
|
Add mg_ws_printf()
|
2022-06-05 14:59:50 +01:00 |
|
Sergey Lyubka
|
c48349ba56
|
Add sntp-time-sync example
|
2022-06-03 13:57:57 +01:00 |
|
Sergey Lyubka
|
0763146254
|
Fix #1476 - introduce c->is_full to cap the recv buf len for streaming connections
|
2022-06-03 11:37:35 +01:00 |
|
Sergey Lyubka
|
5ac847076a
|
Change long read_conn -> void read_conn
|
2022-06-02 14:02:09 +01:00 |
|
Sergey Lyubka
|
a88ea776a9
|
Change MG_MAX_RECV_BUF_SIZE -> MG_MAX_RECV_SIZE
|
2022-06-02 13:50:44 +01:00 |
|
Sergey Lyubka
|
fe682f8399
|
Fix #1560 - implement precompressed .gz file serving
|
2022-06-02 06:13:37 +01:00 |
|
Sergey Lyubka
|
55517d48ed
|
Change linux target
|
2022-06-01 16:25:04 +01:00 |
|
Sergey Lyubka
|
4dd1891594
|
Add mg_http_serve_opts.page404
|
2022-05-31 23:44:03 +01:00 |
|
Sergey Lyubka
|
27e1472d88
|
Merge pull request #1568 from behnejad/master
adding new api to enable separation of query string with '&'.
|
2022-05-31 18:25:12 +01:00 |
|
Sergey Lyubka
|
a3d63c095a
|
Handle #1562 - add udp/tcp extra param to mg_mkpipe()
|
2022-05-31 18:23:32 +01:00 |
|
Hooman Behnejad
|
499401d457
|
adding mg_split function
|
2022-05-31 14:11:14 +04:30 |
|
Sergey Lyubka
|
e2fcf5f92c
|
Fix #1565 - mg_snprintf %.*s with zero len printing
|
2022-05-30 18:40:44 +01:00 |
|
Sergey Lyubka
|
b8bba7513a
|
Fix #1566 - proper error cleanup in mg_listen
|
2022-05-30 17:56:50 +01:00 |
|
Sergey Lyubka
|
65957527cb
|
Fix #1558 - add opts.extra_headers in 304 responses
|
2022-05-30 17:44:26 +01:00 |
|
Sergey Lyubka
|
44cf02e5ba
|
Fix #1545 - do not send MG_EV_HTTP_MSG if chunks were deleted
|
2022-05-30 16:02:59 +01:00 |
|
Sergey Lyubka
|
686320a805
|
Remove verbose log in mg_iotest()
|
2022-05-27 23:18:23 +01:00 |
|
Sergey Lyubka
|
28c15b3ff4
|
More SNtp debug 11
|
2022-05-27 22:36:34 +01:00 |
|
Sergey Lyubka
|
6b50039863
|
More SNtp debug 9
|
2022-05-27 22:24:45 +01:00 |
|
Sergey Lyubka
|
34c5f63c00
|
More SNtp debug 8
|
2022-05-27 22:18:14 +01:00 |
|
Sergey Lyubka
|
53bca4efab
|
More SNtp debug 7
|
2022-05-27 22:08:05 +01:00 |
|
Sergey Lyubka
|
9029593691
|
More SNtp debug 6
|
2022-05-27 21:59:13 +01:00 |
|
Sergey Lyubka
|
4aad859e20
|
More SNtp debug 5
|
2022-05-27 21:44:03 +01:00 |
|
Sergey Lyubka
|
b9d1d4a94f
|
More SNtp debug 4
|
2022-05-27 20:48:19 +01:00 |
|
Sergey Lyubka
|
360dedd9b2
|
More SNtp debug 3
|
2022-05-27 20:39:37 +01:00 |
|
Sergey Lyubka
|
e5d3d02307
|
More SNtp debug
|
2022-05-27 20:16:08 +01:00 |
|
Sergey Lyubka
|
7f8d12b9f7
|
Use time.windows.com too
|
2022-05-26 16:22:44 +01:00 |
|