Sergio R. Caprile
|
877cbbd11d
|
Revert "fix printf precision handling"
|
2024-09-24 18:01:07 -03:00 |
|
Sergio R. Caprile
|
3742da8770
|
fix printf precision handling
|
2024-09-20 20:40:54 -03:00 |
|
Sergio R. Caprile
|
cd64bfe84b
|
Remove %H %V %Q %q modifiers
|
2023-04-14 10:13:22 -03:00 |
|
Sergio R. Caprile
|
8e14ad0536
|
Add printf.h
|
2023-04-07 19:28:00 -03:00 |
|
cpq
|
6b29a2a724
|
Fix #2104 - %.*f formatting
|
2023-04-07 08:38:28 +01:00 |
|
cpq
|
a4430dd49d
|
Split mg_*printf* functions into src/printf.c/h
|
2023-02-10 15:47:23 +00:00 |
|
Sergio R. Caprile
|
5d7a080e39
|
Remove %I and %A
|
2023-02-02 16:28:24 -03:00 |
|
Sergio R. Caprile
|
99aa498bc4
|
Use %I in mip.c
Add %A to print hw address and use it in mip.c
Fix some debug data
|
2022-12-06 13:44:31 -03:00 |
|
cpq
|
b01989f041
|
Fix #1888: add %I *printf specifier for IP address. Remove mg_ntoa, mg_straddr
|
2022-12-03 14:27:07 +00:00 |
|
Sergio R. Caprile
|
dd4227f444
|
Fix issue #1733
|
2022-09-21 11:38:39 -03:00 |
|
cpq
|
75892cb523
|
Add %f to src/fmt.c
|
2022-09-07 15:09:52 +01:00 |
|
cpq
|
6b69bef2ef
|
mg_dtoa, mg_atod, mg_lld made static
|
2022-08-14 01:25:38 +01:00 |
|
cpq
|
d2a27d3d91
|
mg_*rprintf -> mg_*xprintf
|
2022-08-13 20:34:20 +01:00 |
|
cpq
|
d76f86f7db
|
Get rid of mg_*asprintf
|
2022-08-13 15:37:55 +01:00 |
|
cpq
|
2ba3630de9
|
Remove dangerous mg_pfn_realloc(). Add %q printf specifier
|
2022-08-10 18:27:58 +01:00 |
|
Sergey Lyubka
|
17e2fdd4cb
|
Add align to struct mg_iobuf
|
2022-08-01 12:53:25 +01:00 |
|
Sergey Lyubka
|
f2009ebd62
|
Move mg_*printf* decls in fmt.h
|
2022-07-28 10:18:17 +01:00 |
|
Sergey Lyubka
|
0dabc45780
|
Add RPC API
|
2022-07-27 00:46:05 +01:00 |
|
Sergey Lyubka
|
d0dedcfd2e
|
Fix build
|
2022-06-29 17:54:33 +01:00 |
|
Sergey Lyubka
|
73297c8e65
|
Use mg_putchar_iobuf in mg_vprintf
|
2022-06-29 17:42:55 +01:00 |
|
Sergey Lyubka
|
e8f050c194
|
Dont use realloc
|
2022-06-29 00:00:16 +01:00 |
|
Sergey Lyubka
|
ba08140197
|
Initial mqtt5 support
|
2022-06-28 11:31:13 +01:00 |
|
Sergey Lyubka
|
d65ce3b596
|
Add mg_rprintf, mg_vrprintf
|
2022-06-28 00:45:52 +01:00 |
|