Sergio R. Caprile
|
3c531897b6
|
cleanup 'str' API
|
2024-05-09 14:10:27 -03:00 |
|
Sergio R. Caprile
|
89aaf1c30c
|
move Makefile to test/
|
2024-04-19 18:53:25 -03:00 |
|
Sergio R. Caprile
|
0a168b6791
|
fix fuzzer
|
2024-04-18 10:05:41 -03:00 |
|
Sergey Lyubka
|
01ae80ecd1
|
Fix fuzzer call for mg_span()
|
2024-02-22 08:36:25 +00:00 |
|
Sergio R. Caprile
|
1a5ea930ab
|
Update fuzz.c for mg_commalist -> mg_span
|
2024-02-04 23:41:16 -03:00 |
|
Sergio R. Caprile
|
deca1aaf46
|
remove fn_data from event handler signature
|
2024-01-09 14:51:19 -03:00 |
|
cpq
|
144c2f443e
|
TLS layer: c->rtls to optimise recvd TLS data
|
2023-12-10 12:18:07 +00:00 |
|
cpq
|
7884a2f3c7
|
Get rid of MG_EV_HTTP_CHUNK
|
2023-09-26 20:45:24 +01:00 |
|
cpq
|
d5b5cec797
|
Make fuzzer faster on large input/output
|
2023-08-26 00:52:24 +01:00 |
|
cpq
|
527e89754e
|
Change base64 API
|
2023-08-22 12:11:13 +01:00 |
|
cpq
|
ea3968601e
|
Add http serve to fuzzer
|
2023-08-16 20:18:52 +01:00 |
|
Sergio R. Caprile
|
dc0f9aca4a
|
access only when parsing is valid
|
2023-06-29 18:37:10 -03:00 |
|
cpq
|
1b9b8e3f6c
|
Extend fuzzer, access parsed fields
|
2023-06-29 16:34:15 +01:00 |
|
cpq
|
910f19fe55
|
Use mg_queue in mip
|
2023-02-24 19:40:31 +00:00 |
|
cpq
|
2c62e58dbd
|
Move mip/ -> src/tcpip/, rename mip_ -> mg_tcpip_
|
2023-02-07 21:35:37 +00:00 |
|
cpq
|
abfac8aa40
|
Expose mip guts
|
2022-11-09 19:25:40 +00:00 |
|
cpq
|
2e14d125ba
|
Fuzzer nits
|
2022-10-18 15:21:59 +01:00 |
|
cpq
|
aacae6444e
|
Fix stack overflow in fuzzer - too big on-stack array
|
2022-10-15 17:18:31 +01:00 |
|
cpq
|
0b3f6d6aab
|
Use CC for fuzzer, not CXX
|
2022-09-30 11:44:50 +01:00 |
|
cpq
|
6cf3a3feaf
|
Fix fuzzer
|
2022-09-29 19:31:52 +01:00 |
|
cpq
|
9680b8ccb3
|
Fix overflow in rx_icmp
|
2022-09-29 16:53:11 +01:00 |
|
cpq
|
41960b4212
|
Optimize fuzzer
|
2022-09-25 11:58:28 +01:00 |
|
cpq
|
c409cca20e
|
Optimize fuzzer
|
2022-09-25 10:19:17 +01:00 |
|
cpq
|
a12bd2271e
|
Fuzzing MIP
|
2022-09-21 20:29:49 +01:00 |
|
Sergey Lyubka
|
a468f58128
|
Use int debug level
|
2022-08-01 11:19:32 +01:00 |
|
Sergey Lyubka
|
54d6bad5e5
|
Refactor JSON and RPC API
|
2022-07-30 07:55:26 +01:00 |
|
Sergey Lyubka
|
ba08140197
|
Initial mqtt5 support
|
2022-06-28 11:31:13 +01:00 |
|
Sergey Lyubka
|
106662b1d7
|
Add JSON API
|
2022-06-09 17:17:33 +01:00 |
|
Sergey Lyubka
|
bc16854ccb
|
Get rid of MG_ENABLE_LOG, change mg_hexdump()
|
2022-05-06 21:09:13 +01:00 |
|
Sergey Lyubka
|
ae6767b1d2
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
|
Sergey Lyubka
|
42c89732c8
|
Remove private.h
|
2021-10-22 19:41:26 +01:00 |
|
Sergey Lyubka
|
bd64043377
|
mg_comma -> mg_commalist
|
2021-08-28 06:54:56 +01:00 |
|
Sergey Lyubka
|
1c456fc2df
|
mg_next_comma_entry -> mg_comma
|
2021-08-23 16:54:58 +01:00 |
|
Sergey Lyubka
|
2d585474c1
|
Add riscv target, enhance arm target
|
2021-07-26 11:00:37 +01:00 |
|
cpq
|
9657577c00
|
Fix typo in fuzz test
|
2020-12-24 09:09:25 +00:00 |
|
cpq
|
9f5216d259
|
Add more fuzz tests
|
2020-12-24 09:07:55 +00:00 |
|
cpq
|
09beadb98a
|
Fix c++ fuzzer build
|
2020-12-13 16:56:30 +00:00 |
|
cpq
|
5b265a76bd
|
Add minor case to fuzzer
|
2020-12-13 16:33:46 +00:00 |
|
cpq
|
30d4a1ad0f
|
Fix mg_sntp_parse()
|
2020-12-11 13:16:51 +00:00 |
|
cpq
|
1b551741b8
|
Fix mg_url_decode fuzz
|
2020-12-11 09:35:50 +00:00 |
|
cpq
|
d1b8f9e01f
|
Fuzz-test mg_http_var and base64
|
2020-12-07 18:52:40 +00:00 |
|
cpq
|
f2fba1d200
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
|
Sergey Lyubka
|
ff4649fe42
|
Better UI
PUBLISHED_FROM=50f0cafa84cd06428f0da376d85766dcf62af9da
|
2019-07-12 12:33:28 +00:00 |
|