chao an
|
e51ec54c02
|
stream/hexdump: add hexdump stream to dump binary to syslog
Signed-off-by: chao an <anchao@xiaomi.com>
|
2023-05-25 15:22:04 +08:00 |
|
Xiang Xiao
|
0203839fa1
|
stream: Add syslogstream implementation
which forward the output to syslog
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: chao an <anchao@xiaomi.com>
|
2023-05-25 15:22:04 +08:00 |
|
Xiang Xiao
|
20ea607bd0
|
stream: Rename syslogstream to syslograwstream
to prepare a new stream implementation of syslog
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: chao an <anchao@xiaomi.com>
|
2023-05-25 15:22:04 +08:00 |
|
Huang Qi
|
b96035885a
|
stdio: Implement simple buffered out stream for vdprintf
Improve performance for raw fd based printf like operation.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
|
2023-03-01 13:08:59 +09:00 |
|
Xiang Xiao
|
5fd1379d3f
|
syslog: Move syslog stream to libc like other stream implementation
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-11-25 01:46:31 +08:00 |
|
田昕
|
28739b8b8a
|
libc/stream:Add mtd backend stream.
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
|
2022-11-24 12:07:10 +08:00 |
|
chao.an
|
889a3bf7fc
|
libc/blockstream: add block out stream backend
Signed-off-by: chao.an <anchao@xiaomi.com>
|
2022-04-18 19:21:22 +03:00 |
|
chao.an
|
ce1c8413a2
|
libc/lzfcompress: add lzf compress stream
compress stream based on lzf algorithm:
struct lib_rawoutstream_s rawstream;
struct lib_lzfoutstream_s lzfstream;
lib_rawoutstream(&rawstream, fd);
lib_lzfoutstream(&lzfstream, &rawstream);
Signed-off-by: chao.an <anchao@xiaomi.com>
|
2021-12-20 08:39:33 -06:00 |
|
Xiang Xiao
|
b869c1ce0e
|
libc: Move stream implementation from libs/libc/stdio to libs/libc/stream
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2021-12-14 00:51:59 -06:00 |
|