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 |
|
Sergey Lyubka
|
2126b49ab3
|
Merge pull request #1433 from ryuukk/patch-2
Remove debugging left over
|
2021-12-21 21:56:41 +00:00 |
|
Sergey Lyubka
|
ae6767b1d2
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
|
ryuukk
|
133629dbee
|
Remove debugging left over
|
2021-12-21 21:28:22 +01:00 |
|
Sergey Lyubka
|
fb0a9bc7e3
|
Fix build
|
2021-12-21 18:16:12 +00:00 |
|
Sergey Lyubka
|
2a3492766f
|
Remove mg_time() and mg_usleep()
|
2021-12-21 17:44:34 +00:00 |
|
Sergey Lyubka
|
2ec7e5653e
|
Merge branch 'master' of github.com:cesanta/mongoose
|
2021-12-21 17:40:04 +00:00 |
|
Sergey Lyubka
|
30bfb245f5
|
Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE
|
2021-12-21 17:39:55 +00:00 |
|