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
|
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
|
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
|
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
|
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
|
92d3c7a4cd
|
Add realpath() for Win32
|
2021-12-22 18:04:36 +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
|
ae6767b1d2
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00: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
|
30bfb245f5
|
Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE
|
2021-12-21 17:39:55 +00:00 |
|
Sergey Lyubka
|
9d38e26b81
|
Add MG_HTTP_INDEX build var
|
2021-12-17 13:54:01 +00:00 |
|
Sergey Lyubka
|
d0a6c111cb
|
Call MG_EV_ERROR with c->is_closing set
|
2021-12-15 11:31:42 +00:00 |
|
Sergey Lyubka
|
aa6d8b4662
|
Remove TLS custom_init() API
|
2021-12-15 11:04:43 +00:00 |
|
Sergey Lyubka
|
3f5fd89fd7
|
Pass more args to custom TLS init
|
2021-12-14 13:21:59 +00:00 |
|
Sergey Lyubka
|
f43a5a005c
|
Introduce custom TLS init function
|
2021-12-14 13:04:11 +00:00 |
|
Sergey Lyubka
|
755bf3c412
|
Split TLS files and introduce MG_ENABLE_CUSTOM_TLS
|
2021-12-14 12:42:41 +00:00 |
|
Sergey Lyubka
|
84f3fb0ba5
|
Move EXTERN_C to util.h
|
2021-12-14 12:11:05 +00:00 |
|
Sergey Lyubka
|
5ca9062d45
|
Less verbose serve_dir
|
2021-12-07 15:23:02 +00:00 |
|
Sergey Lyubka
|
9731a51dae
|
Recognise :PORT as a valid URL
|
2021-11-29 13:57:33 +00:00 |
|
Sergey Lyubka
|
81220fa590
|
Remove noisy debug
|
2021-11-26 16:23:06 +00:00 |
|
Sergey Lyubka
|
922e1ce529
|
Make captive portal work on Linux
|
2021-11-23 17:52:54 +00:00 |
|
Sergey Lyubka
|
90c67e4226
|
Reformatting for better readability
|
2021-11-06 11:29:56 +00:00 |
|
Sergey Lyubka
|
093cd6a6a3
|
Fix FD_CLOEXEC setting
|
2021-11-05 13:30:12 +00:00 |
|
Sergey Lyubka
|
05b44204d5
|
Set FD_CLOEXEC properly
|
2021-11-04 18:28:32 +00:00 |
|
Sergey Lyubka
|
a6efd0b335
|
Merge branch 'master' into dec
|
2021-11-02 22:43:59 +00:00 |
|
Sergey Lyubka
|
ba02937ec6
|
Squash warnings
|
2021-11-02 16:40:25 +00:00 |
|
Sergey Lyubka
|
3d78b14deb
|
Fix #1396 - JS sorting code for dir listing
|
2021-11-02 16:01:06 +00:00 |
|
Sergey Lyubka
|
f558551d1d
|
Fix #1395 - show decoded URI in dir listing
|
2021-11-02 15:11:56 +00:00 |
|
Sergey Lyubka
|
12fe66370f
|
Fix #1393 - cleanup mime types
|
2021-11-01 20:31:45 +00:00 |
|
Sergey Lyubka
|
423aaa492c
|
Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too.
|
2021-11-01 16:20:00 +00:00 |
|
Sergey Lyubka
|
52be84f04e
|
Add user and pass to struct mg_mqtt_opts
|
2021-10-31 12:48:32 +00:00 |
|
Sergey Lyubka
|
03d187b147
|
Fix #1375 - change event processing order
|
2021-10-31 12:40:56 +00:00 |
|
Sergey Lyubka
|
3329047579
|
More explicit check on hm->uri.len
|
2021-10-31 12:37:40 +00:00 |
|
Sergey Lyubka
|
86c70e5abb
|
Fix #1391 - make remove_double_dots less aggressive
|
2021-10-31 12:36:34 +00:00 |
|
Sergey Lyubka
|
f1bfe0760f
|
Optimise TLS read
|
2021-10-27 19:18:44 +01:00 |
|
Sergey Lyubka
|
af9a7617f5
|
Merge pull request #1381 from ptsolakos/master
Certificate revocation checking when using mbedtls
|
2021-10-22 20:30:47 +01:00 |
|
Sergey Lyubka
|
42c89732c8
|
Remove private.h
|
2021-10-22 19:41:26 +01:00 |
|