Sergey Lyubka
|
4fec149345
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
|
Sergey Lyubka
|
5bc164de76
|
Remove MG_ENABLE_DIRLIST
|
2022-02-14 11:19:24 +00:00 |
|
Sergey Lyubka
|
969b84043c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
|
Sergey Lyubka
|
da72dafbfb
|
Fix #1462 - add helper function for getting HTTP response status code.
|
2022-02-12 16:51:37 +00:00 |
|
Sergey Lyubka
|
1adf7f6b2b
|
Handle #1463 - add missing includes for windows
|
2022-02-12 16:43:08 +00:00 |
|
Sergey Lyubka
|
3e085ccbaa
|
Eliminate explicit _WIN32 checks
|
2022-02-12 14:33:43 +00:00 |
|
Sergey Lyubka
|
3e8e2ab513
|
Add optional zip cmd to pack.c
|
2022-02-12 14:28:02 +00:00 |
|
Sergey Lyubka
|
4f802ece52
|
Enhance mg_snrpintf tests
|
2022-02-11 18:15:34 +00:00 |
|
Sergey Lyubka
|
313ac34e59
|
Handle minus in the fmt spec
|
2022-02-11 11:02:06 +00:00 |
|
Sergey Lyubka
|
54f75889fa
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
|
Sergey Lyubka
|
f64c86d23f
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
|
Sergey Lyubka
|
9e634310b4
|
Use MG_EV_HTTP_CHUNK for streaming upload
|
2022-02-09 12:24:06 +00:00 |
|
Sergey Lyubka
|
33666e7d6b
|
Fix ESP32 example
|
2022-02-08 14:13:47 +00:00 |
|
Sergey Lyubka
|
40d4c7e410
|
Fix ESP32 example
|
2022-02-08 13:43:34 +00:00 |
|
Sergey Lyubka
|
8cd4699dbc
|
Rename FS API functions to avoid conflicts
|
2022-02-08 13:36:04 +00:00 |
|
Sergey Lyubka
|
49d5aff8f9
|
Call realpath() against root_dir only when there are no overrides
|
2022-02-01 11:10:01 +00:00 |
|
Sergey Lyubka
|
b2ee9cb363
|
Update docs
|
2022-01-29 11:12:31 +00:00 |
|
Sergey Lyubka
|
e9c20ad992
|
Update docs
|
2022-01-29 11:11:22 +00:00 |
|
Sergey Lyubka
|
63b880e624
|
Handle #1459 - deprecate mg_globmatch, introduce mg_match()
|
2022-01-29 11:03:54 +00:00 |
|
Sergey Lyubka
|
768f67ae0a
|
Fix #1458 - fail on example build error, and fix examples/mqtt-server
|
2022-01-27 12:10:03 +00:00 |
|
Sergey Lyubka
|
fbf5fa53c6
|
Refactor ff_open()
|
2022-01-25 10:50:08 +00:00 |
|
Sergey Lyubka
|
4a5824e7a7
|
Silence error in clean target
|
2022-01-24 13:07:56 +00:00 |
|
Sergey Lyubka
|
32f3c48b65
|
Fix FreeBSD build
|
2022-01-24 02:20:45 +00:00 |
|
Sergey Lyubka
|
f7fbcd2451
|
Disable leaks detection on macos
|
2022-01-23 06:58:06 +00:00 |
|
Sergey Lyubka
|
c6253854ba
|
Disable leaks detection on macos
|
2022-01-23 06:12:36 +00:00 |
|
Sergey Lyubka
|
544644e94b
|
Refactor - always enable LOG macro. Enhance iolog
|
2022-01-23 06:10:14 +00:00 |
|
Sergey Lyubka
|
f6cebf6956
|
Listen on INADDR_ANY by default
|
2022-01-22 17:03:27 +00:00 |
|
Sergey Lyubka
|
1b82aa02aa
|
7.5 -> 7.6
|
2022-01-21 12:41:52 +00:00 |
|
Sergey Lyubka
|
e565a7e73d
|
Fix #1453 - do not allow empty wakeup buffer
|
2022-01-21 12:35:28 +00:00 |
|
Sergey Lyubka
|
59c4dfa33b
|
Fix 1452 - byte order issue in mg_check_ip_acl
|
2022-01-21 12:24:58 +00:00 |
|
Sergey Lyubka
|
1a8e3c2e31
|
Decrese debug verbosity
|
2022-01-19 18:15:47 +00:00 |
|
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 |
|