Commit Graph

2241 Commits

Author SHA1 Message Date
robert
f5e87cceec improved tcp closure 2023-08-17 10:34:31 -04:00
Sergio R. Caprile
face6c44c6 SAME54 Ethernet driver
Add tls_builtin.c
2023-08-10 18:59:23 -03:00
Sergio R. Caprile
3721bcc790
Revert "Foo" 2023-08-10 17:48:55 -03:00
cpq
70fc71c6f7 Changes 2023-08-07 06:18:49 -04:00
cpq
8005a5e687 Changes 2023-08-04 13:53:01 +01:00
cpq
f5943fe591 Add tls_builtin.c 2023-08-04 13:53:01 +01:00
robert
b5213c13dd SAME54 Ethernet driver 2023-08-04 13:48:55 +01:00
Sergio R. Caprile
5cdf6c1d05 Add SYN timeout 2023-08-03 14:23:14 -03:00
Sergio R. Caprile
5754e5dd59 fix ARP timeout 2023-08-03 13:42:56 -03:00
cpq
697576b63c Implement ARP resolution for local LANs 2023-08-03 13:48:23 +01:00
cpq
7548af895b H7 mbedtls build fixed 2023-07-25 15:34:22 +01:00
cpq
0613cc62f4 TLS API refactor 2023-07-25 13:07:28 +01:00
cpq
0a761c09e3 AVR build fixes 2023-07-20 16:07:53 +01:00
cpq
3c9e218d07 Nits 2023-07-19 05:08:28 +01:00
cpq
e1c91b5763 Merge branch 'master' of github.com:cesanta/mongoose 2023-07-18 17:47:02 +01:00
cpq
c49b472f92 Ignore DHCP for static IP config 2023-07-18 17:46:52 +01:00
Sergey Lyubka
0a6b1b9418
Merge pull request #2297 from cesanta/2251-implement-tcp-retransmit-in-mip
implemented tcp retransmission
2023-07-16 04:53:06 +01:00
Sergio R. Caprile
ac40673a9e test for retransmitted segment 2023-07-12 11:22:35 -04:00
robert
320da5e84c implemented tcp retransmission 2023-07-11 06:20:47 -04:00
cpq
88e880f107 Fix #2292 - fail on stray \r character in headers 2023-07-09 18:18:18 +01:00
cpq
bf8c4dfc83 Merge branch 'master' of github.com:cesanta/mongoose 2023-07-07 08:44:33 +01:00
cpq
5dff282132 Fix #2293 - stricter header validity check 2023-07-07 08:44:25 +01:00
Sergio R. Caprile
59c46fc594 update 2023-07-05 17:49:18 -03:00
cpq
03a94e3a6a Use \r\n for log messages, for terminal apps 2023-07-05 10:26:27 +01:00
Sergio R. Caprile
5c8e05a4fc bump revno up 2023-07-04 12:18:09 -03:00
Sergey Lyubka
101beec3ae
Merge pull request #2284 from cesanta/enhance-mg_remove_double_dots
enhanced path sanitizing
2023-07-03 14:43:32 +01:00
robert
2f1a836bf0 enhanced path sanitizing 2023-07-03 06:14:50 -04:00
Sergio R. Caprile
eda1e8a402 fix header truncation 2023-06-27 14:56:04 -03:00
Sergio R. Caprile
c688687ff8 Reinstall extra HTTP codes
the extra strings are not polluting the binary much
2023-06-27 13:44:44 -03:00
Sergio R. Caprile
d56e5bea62
Merge pull request #2274 from cesanta/mqtt-var-length-issue
fixed mqtt variable length header issue
2023-06-27 09:48:20 -03:00
robert
aed7b6b37a fixed mqtt variable length header issue 2023-06-27 01:00:45 -04:00
WKJay
5be1c6381b add RT-Thread support 2023-06-26 16:18:40 +08:00
Sergio R. Caprile
6e6e34c423 improve DHCP in MIP 2023-06-22 18:55:48 -03:00
Sergio R. Caprile
71b3e26232 fix DHCP xid being ignored 2023-06-19 18:50:51 -03:00
Sergey Lyubka
7ea2093a91
Merge pull request #2250 from cesanta/2241-optimise-struct-mg_addr
optimized mg_addr structure
2023-06-09 14:54:27 +01:00
robert
dd32deb2ad optimized mg_addr structure 2023-06-09 09:19:37 -04:00
Sergey Lyubka
4178fc125d
Merge pull request #2245 from cesanta/2235-fix
byte-encoded properties issue fixed
2023-06-08 13:32:23 +01:00
Ubuntu
a0dd3ecd68 byte-encoded properties issue fixed 2023-06-07 10:13:21 -04:00
Sergio R. Caprile
0168a312f2
Merge pull request #2240 from cesanta/dhcp
Renew dhcp lease
2023-06-07 09:39:01 -03:00
cpq
92fe5a5b58 Renew dhcp lease 2023-06-07 13:33:28 +01:00
Sergio R. Caprile
9f8ce82825 Improve driver 2023-06-06 18:32:11 -03:00
cpq
6085998d57 Proper handling {} in JSON array + unit test 2023-06-06 08:38:08 +01:00
cpq
fe0d2272f6 Export mg_json_unescape() 2023-06-03 09:28:59 +01:00
Sergey Lyubka
250b1d511b
Merge pull request #2229 from cesanta/mqttst
MQTT QoS + v5
2023-06-02 10:49:49 +01:00
cpq
f961f993c8 FD_SETSIZE fix 2023-06-02 06:57:39 +01:00
cpq
adf124c00c Dont check fd against FD_SETSIZE if POLL or EPOLL are used 2023-06-01 22:55:15 +01:00
Sergio R. Caprile
f8579131e8 MQTT QoS + v5 2023-05-31 21:35:03 -03:00
Sergio R. Caprile
06ac9e18cb fix qos=2 handling 2023-05-30 14:49:32 -03:00
Sergey Lyubka
1ccc9aa72e
Merge pull request #2205 from cesanta/arbitrary_content-length
improve negative Content-length handling
2023-05-26 17:16:08 +01:00
Sergio R. Caprile
ab10b042be fix bind issue in W 2023-05-22 19:13:48 -03:00