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 |
|