cpq
|
c0a8546330
|
Add MG_ARCH_FREERTOS_LWIP
|
2021-05-28 23:49:26 +01:00 |
|
cpq
|
736b8ad7b7
|
Fix #1285 - __builtin___snprintf_chk warning. Tighten test flags and refactor the code to squash all warnings
|
2021-05-28 18:30:42 +01:00 |
|
cpq
|
7c0d126edc
|
Build with -DMG_ENABLE_FS=1
|
2021-05-19 08:10:38 +01:00 |
|
cpq
|
dbc2356768
|
FreeRTOS-Plus-TCP fixes
|
2021-05-19 00:00:32 +01:00 |
|
cpq
|
47e5e984df
|
stm32f7 example starts on real h/w, with plus-TCP driver
|
2021-05-17 17:36:57 +01:00 |
|
cpq
|
72f0489ec2
|
Using nucleo-f746zg. Moved 3party libs to test/. Using headers from ST
|
2021-05-13 14:56:14 +01:00 |
|
cpq
|
5fe34fd6c3
|
Remove MG_ENABLE_MGOS
|
2021-05-12 11:05:05 +01:00 |
|
cpq
|
a98e980c8f
|
Nits to have tests pass
|
2021-05-12 09:25:21 +01:00 |
|
cpq
|
0de3f0d985
|
f1 build works
|
2021-05-12 08:43:34 +01:00 |
|
cpq
|
d6852f5e74
|
First stab
|
2021-05-11 09:12:06 +01:00 |
|
cpq
|
7851930ac3
|
Fix #1256
|
2021-04-29 09:50:33 +01:00 |
|
cpq
|
31c9e3fb7e
|
Make mg_random() weak, see #1269
|
2021-04-29 09:09:21 +01:00 |
|
cpq
|
d2744063a0
|
Remove unused MG_SWAPxx macros
|
2021-04-09 16:55:12 +01:00 |
|
cpq
|
5bd22cb5e4
|
Add mg_http_next_multipart()
|
2021-03-17 07:43:29 +00:00 |
|
cpq
|
bc00d5159a
|
Add mg_http_next_part
|
2021-03-15 13:20:53 +00:00 |
|
cpq
|
4528cc28ef
|
Add sizep param to mg_file_read()
|
2021-03-15 09:16:34 +00:00 |
|
cpq
|
2594e7b37a
|
Stricter MG_ARCH_CUSTOM and type conversions in sock.c
|
2021-03-13 12:34:26 +00:00 |
|
cpq
|
e788853156
|
Fix typos
|
2021-03-11 13:15:53 +00:00 |
|
cpq
|
6366c832b0
|
Add struct mg_http_serve_opts::extra_headers
|
2021-03-10 07:56:14 +00:00 |
|
cpq
|
5b272c2b5c
|
Bump HEAD to 7.3
|
2021-03-09 11:38:37 +00:00 |
|
cpq
|
452bcc68a4
|
Add mg_mqtt_next_unsub() signature
|
2021-03-09 11:29:53 +00:00 |
|
cpq
|
99fa7f0851
|
2020 -> 2021
|
2021-03-08 15:44:57 +00:00 |
|
cpq
|
1b5cc341a5
|
Add streaming client support, MG_EV_HTTP_CHUNK
|
2021-03-08 15:41:16 +00:00 |
|
cpq
|
060bb29cdc
|
Restore mg_mqtt_{ping,pong,disconnect}
|
2021-03-07 12:21:59 +00:00 |
|
cpq
|
366426e8bb
|
Avoid extra allocation for static HTTP handling
|
2021-03-07 11:56:20 +00:00 |
|
cpq
|
e710df4c80
|
Define WEAK to nothing on Cygwin
|
2021-03-04 14:25:50 +00:00 |
|
cpq
|
374ab4ecf0
|
Add struct mg_mgr::userdata
|
2021-02-28 16:40:27 +00:00 |
|
cpq
|
602c5c0866
|
Refactor mg_url_encode
|
2021-02-15 14:42:55 +00:00 |
|
cpq
|
d5a1d5a5e8
|
Stricter realpath checks
|
2021-02-11 15:03:22 +00:00 |
|
cpq
|
ae5f6c0920
|
Increase conn label size 32 -> 50
|
2021-02-10 11:09:13 +00:00 |
|
cpq
|
42bc7b1f47
|
Add "struct mg_http_message::head" attr
|
2021-02-09 13:27:17 +00:00 |
|
cpq
|
fd8db5c53a
|
Better unicode handling on win32
|
2021-02-07 22:43:49 +00:00 |
|
cpq
|
457d76b049
|
Fix #1211 - adjust ESP32 example to serve FS
|
2021-02-03 02:13:05 +00:00 |
|
cpq
|
d327ee9834
|
Improve SNI
|
2021-01-30 13:03:11 +00:00 |
|
cpq
|
86b1053678
|
Add error check for iobuf allocation
|
2021-01-29 12:32:34 +00:00 |
|
cpq
|
5118355732
|
Use 64bit file ops even on 32bit systems
|
2021-01-26 17:43:31 +00:00 |
|
cpq
|
3c851bcfc3
|
mg_file_write -> mg_file_printf
|
2021-01-26 16:30:44 +00:00 |
|
cpq
|
8e52075636
|
Handle calloc failures
|
2021-01-26 12:16:58 +00:00 |
|
cpq
|
66287ad6c1
|
TLS nits 2
|
2021-01-25 10:08:15 +00:00 |
|
cpq
|
161c34384d
|
Enable SO_EXCLUSIVEADDRUSE on Win32. Better listdir response.
|
2021-01-20 11:10:02 +00:00 |
|
cpq
|
12c32d09fb
|
Pass mg_http_message to MG_EV_WS_OPEN
|
2021-01-17 11:16:19 +00:00 |
|
cpq
|
ae6fd6aa35
|
Add extra headers param to mg_ws_upgrade()
|
2021-01-16 22:48:43 +00:00 |
|
cpq
|
6c93446a1f
|
Better reuseaddr handling on Win32
|
2021-01-13 03:08:11 +00:00 |
|
cpq
|
b7a79a556a
|
Add extra headers param to mg_http_serve_file
|
2021-01-07 12:48:20 +00:00 |
|
cpq
|
c7e09bd7b4
|
Add SSI include file=, include virtual=
|
2021-01-02 17:57:51 +00:00 |
|
cpq
|
86824795a0
|
Pass opts structure to mg_http_serve_dir()
|
2021-01-02 12:30:09 +00:00 |
|
cpq
|
a882aab30e
|
Add captive dns server example
|
2020-12-28 05:25:29 +00:00 |
|
cpq
|
71a22adc06
|
Add ESP8266 example
|
2020-12-27 01:29:42 +00:00 |
|
cpq
|
e1fd82bc46
|
Remove unused code
|
2020-12-25 15:04:43 +00:00 |
|
cpq
|
25bc13ef1e
|
Squash some warnings under mingw crosscompiler
|
2020-12-24 07:26:50 +00:00 |
|