Sergio R. Caprile
|
89f2e66c80
|
Merge pull request #1752 from cesanta/asan
Activate asan for mip_test
|
2022-09-23 09:45:18 -03:00 |
|
cpq
|
ebd931f7af
|
Get rid of va_copy
|
2022-09-23 08:59:02 +01:00 |
|
cpq
|
6a47ff6422
|
Activate asan for mip_test
|
2022-09-23 08:35:59 +01:00 |
|
cpq
|
1237185bb4
|
MIP: atomic -> volatile. Add lease time
|
2022-09-22 17:16:52 +01:00 |
|
Sergey Lyubka
|
e5b0528aca
|
Merge pull request #1742 from cesanta/mip-fuzz
Fuzzing MIP
|
2022-09-21 21:15:50 +01:00 |
|
cpq
|
a12bd2271e
|
Fuzzing MIP
|
2022-09-21 20:29:49 +01:00 |
|
Sergey Lyubka
|
15c5858732
|
Merge pull request #1746 from cesanta/dtoa
Fix issue #1733
|
2022-09-21 17:48:06 +01:00 |
|
Sergio R. Caprile
|
dd4227f444
|
Fix issue #1733
|
2022-09-21 11:38:39 -03:00 |
|
Sergey Lyubka
|
fe8a7d8db9
|
Merge pull request #1748 from cesanta/va_end
Fix issue #1735
|
2022-09-21 09:43:47 +01:00 |
|
Sergio R. Caprile
|
7a1544e76a
|
Fix issue #1735
|
2022-09-20 14:26:06 -03:00 |
|
Sergio R. Caprile
|
27ffc23664
|
Fix issue #1737
|
2022-09-20 13:54:17 -03:00 |
|
cpq
|
48800504be
|
Add smtp client example
|
2022-09-20 11:34:22 +01:00 |
|
cpq
|
535d8b9e02
|
Fix mbedtls MG_IO_WAIT case
|
2022-09-19 13:38:59 +01:00 |
|
cpq
|
82b50fd3a5
|
Pass MDC clock divider explicitly rather than guess
|
2022-09-12 23:57:04 +01:00 |
|
cpq
|
c718d7999f
|
Add MAC addr filtering to stm32 driver. Record free space in q profiler
|
2022-09-10 16:38:03 +01:00 |
|
Sergio R. Caprile
|
995f90aa49
|
Add irq and drop counters to qprofiler
|
2022-09-09 14:47:46 -03:00 |
|
cpq
|
fd4e1975a3
|
Pass long *bytes_read to MG_EV_READ
|
2022-09-09 17:09:18 +01:00 |
|
cpq
|
124ac12150
|
Add mbedtls support to MIP
|
2022-09-09 15:53:42 +01:00 |
|
cpq
|
a57c0f4700
|
Fix #1712 - JSON parsing for keys with arrays
|
2022-09-08 10:59:23 +01:00 |
|
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 |
|