Sergey Lyubka
|
226917e1cd
|
Use mg_str, not pointers, in mg_mqtt_{sub,pub}
|
2022-01-19 09:57:27 +00:00 |
|
Sergey Lyubka
|
fe813ee247
|
Add buf,len params to mg_mgr_wakeup()
|
2022-01-19 09:25:01 +00:00 |
|
Sergey Lyubka
|
4cd830a0bf
|
Improve ff_write - save large blocks in chunks
|
2022-01-19 08:43:34 +00:00 |
|
Sergey Lyubka
|
1259ca9ac9
|
Add missing mkdir() on ARM targets
|
2022-01-18 19:31:10 +00:00 |
|
Sergey Lyubka
|
d0857fe36c
|
Add mkdir to the FS API
|
2022-01-18 19:19:34 +00:00 |
|
Sergey Lyubka
|
56a7438114
|
Add fs arg to mg_file* and mg_http_upload API
|
2022-01-18 17:11:02 +00:00 |
|
Sergey Lyubka
|
09df542db8
|
Fix unamalgamated build
|
2022-01-18 08:02:41 +00:00 |
|
Sergey Lyubka
|
1df102ab93
|
Add Fat FS support
|
2022-01-18 07:44:30 +00:00 |
|
Sergey Lyubka
|
02b3b780bb
|
Add missing fs.c
|
2022-01-17 14:44:59 +00:00 |
|
Sergey Lyubka
|
f84f3da012
|
Change in FS API for fs->open() and fs->close()
|
2022-01-17 14:42:41 +00:00 |
|
Sergey Lyubka
|
c65c8fdaaa
|
Protect against the directory traversal in mg_upload()
|
2022-01-17 12:08:23 +00:00 |
|
Sergey Lyubka
|
b484123f1b
|
gcc and clang
|
2022-01-15 01:45:31 +00:00 |
|
Sergey Lyubka
|
b60119790e
|
Fix wrong memcmp usage in mg_url_port()
|
2022-01-14 12:45:55 +00:00 |
|
Sergey Lyubka
|
216427cea0
|
Cleanup suseconds_t usage
|
2022-01-14 12:33:06 +00:00 |
|
Sergey Lyubka
|
c53e2fcc14
|
Fix #1444 - clang warns on undefined behavior with null pointers
|
2022-01-14 09:55:15 +00:00 |
|
Sergey Lyubka
|
9fd80fd136
|
Fix #1445 - send error to a resolving connection when DNS error happens
|
2022-01-14 08:50:01 +00:00 |
|
Sergey Lyubka
|
5fc284722f
|
Fix #1448 - fix MG_ENABLE_FILE build
|
2022-01-14 08:21:12 +00:00 |
|
Sergey Lyubka
|
ad6e395da0
|
Fix #1447 - typo in mg_random()
|
2022-01-14 08:18:28 +00:00 |
|
Sergey Lyubka
|
6c79a406cd
|
Fix localtime_r and gmtmime_r signatures
|
2022-01-11 19:15:38 +00:00 |
|
Sergey Lyubka
|
456e8bd249
|
Use 3 params for fcntl()
|
2022-01-10 18:21:13 +00:00 |
|
Sergey Lyubka
|
de95f28598
|
Make stat and struct stat changeable
|
2022-01-10 18:07:45 +00:00 |
|
Sergey Lyubka
|
43405afdb2
|
Dont use ctype.h from str.h
|
2022-01-10 17:30:51 +00:00 |
|
Sergey Lyubka
|
97f95e17db
|
Better strategy for restoring multicast address
|
2022-01-07 18:40:48 +00:00 |
|
Sergey Lyubka
|
6725d61b3f
|
Re-init SSDP peer address before every search
|
2022-01-07 18:28:51 +00:00 |
|
Sergey Lyubka
|
ebda2cb100
|
Use sendto on Mac too
|
2022-01-07 16:31:29 +00:00 |
|
Sergey Lyubka
|
bb72b2494d
|
Fix unamalgamated target
|
2022-01-07 15:48:09 +00:00 |
|
Sergey Lyubka
|
3b0a509cae
|
Change mg_resolve()
|
2022-01-07 15:00:10 +00:00 |
|
Sergey Lyubka
|
2f981f9383
|
Skip connect() on UDP connection
|
2022-01-06 15:42:55 +00:00 |
|
Sergey Lyubka
|
fc3c08e411
|
Change mg_straddr() API
|
2022-01-05 19:09:11 +00:00 |
|
Sergey Lyubka
|
ff811f287a
|
Squash warnings
|
2022-01-05 13:57:30 +00:00 |
|
Sergey Lyubka
|
8ebb3bc37b
|
More detailed debug log - show ip/port for sender and receiver
|
2022-01-05 13:47:11 +00:00 |
|
Sergey Lyubka
|
f7ff571c5f
|
Added SSDP search example
|
2022-01-05 13:22:00 +00:00 |
|
Sergey Lyubka
|
6a82cbee71
|
Send MG_EV_WRITE for UDP messages
|
2022-01-05 13:03:56 +00:00 |
|
Sergey Lyubka
|
b0585bd0a9
|
Do not set c->label for DNS connections - let labels be user-only-settable
|
2022-01-05 11:46:26 +00:00 |
|
Sergey Lyubka
|
6ad4d242c2
|
Better cleanup
|
2022-01-05 11:45:22 +00:00 |
|
Sergey Lyubka
|
030b1d9826
|
Remove wrong comment
|
2021-12-27 03:31:33 +00:00 |
|
Sergey Lyubka
|
f6ffa7b3b9
|
Add huge-response example
|
2021-12-27 03:25:28 +00:00 |
|
Sergey Lyubka
|
137efe2233
|
Show requests in flight
|
2021-12-24 20:46:31 +00:00 |
|
Sergey Lyubka
|
62411d039e
|
Increase mqtt timeouts
|
2021-12-24 12:14:06 +00:00 |
|
novlean
|
54b1716e77
|
Merge pull request #1436 from cesanta/novlean-patch-1
Update README.md
|
2021-12-23 17:18:55 +00:00 |
|
novlean
|
9f7aba8039
|
Update README.md
|
2021-12-23 17:18:45 +00:00 |
|
Sergey Lyubka
|
a176b8d566
|
Upate docs w.r.t. mg_mqtt_opts
|
2021-12-23 11:12:10 +00:00 |
|
Sergey Lyubka
|
26a97ec36c
|
Fix #1434 - set will QoS in CONNECT message correctly, and rename qos -> will_qos in struct mg_mqtt_opts
|
2021-12-23 11:00:18 +00:00 |
|
Sergey Lyubka
|
f29807aad8
|
Resolve root path before serving to avoid double dots
|
2021-12-22 18:05:03 +00:00 |
|
Sergey Lyubka
|
92d3c7a4cd
|
Add realpath() for Win32
|
2021-12-22 18:04:36 +00:00 |
|
Sergey Lyubka
|
af3a0f6af0
|
Add realpath() for Win32
|
2021-12-22 18:04:27 +00:00 |
|
Sergey Lyubka
|
ce6164ca20
|
Fail stat() if S_ISDIR is not defined
|
2021-12-22 18:04:16 +00:00 |
|
Sergey Lyubka
|
e9fc3fcecf
|
Update event enum
|
2021-12-21 22:20:42 +00:00 |
|
Sergey Lyubka
|
25a1a24890
|
Fallback to time(0) in mg_millis()
|
2021-12-21 22:04:03 +00:00 |
|
Sergey Lyubka
|
bf7fc1d5a9
|
Amalgamate
|
2021-12-21 21:58:03 +00:00 |
|