radare2/libr/util
2022-09-13 21:22:34 +02:00
..
d
regex Fix some critical bugs spotted by coverity 2022-09-10 01:28:37 +02:00
alloc.c
arch.c
ascii_table.c
asn1_oids.h Add some more asn1 oids from apple ##util 2022-08-31 16:40:56 +02:00
asn1.c Add linting to spot misuses of r_strbuf_appendf and fix them all ##refactor 2022-09-09 23:12:01 +02:00
assert.c
astr.c
axml_resources.h
axml.c Add linting to spot misuses of r_strbuf_appendf and fix them all ##refactor 2022-09-09 23:12:01 +02:00
base85.c
base91.c
bdiff.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
big_gmp.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
big_ssl.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
big.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
bitmap.c Initial implementation of pfb, binary formatting ##print 2022-05-22 22:53:41 +02:00
bplist.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
buf_bytes.c
buf_file.c
buf_io.c
buf_mmap.c
buf_ref.c
buf_sparse.c
buf.c Tiny optimization in RBuffer -0.01s speedup ##io 2022-07-07 03:39:36 +02:00
cache.c
calc.c More source spacing linting 2022-08-18 14:37:29 +02:00
charset.c Cleanup stuff 2022-06-26 12:41:22 +02:00
chmod.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
debruijn.c More source spacing linting 2022-08-18 14:37:29 +02:00
deps.mk
donut.c Add and fix two more for loop linter rules 2022-07-02 22:40:28 +02:00
event.c
file.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
flist.c Add =0 and =1 lintings 2022-08-18 13:58:40 +02:00
format.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
getopt.c
graph_drawable.c
graph.c Add lint for \tfree( 2022-08-18 10:27:06 +02:00
hex.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
idpool.c Linting for 'cmp (' and asan in Cf 2022-08-20 12:35:11 +02:00
intervaltree.c
json_indent.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
json_parser.c Add some more asn1 oids from apple ##util 2022-08-31 16:40:56 +02:00
lib.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00
list.c
log.c Use R_LOG in libr.main and fix RLogLevelMatch ##tools 2022-08-19 15:31:46 +02:00
Makefile Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
mem.c Cleanup stuff 2022-06-26 12:41:22 +02:00
meson.build
name.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
new_rbtree.c Fix oversensitive assert in r_crbtree_{take,delete} 2022-08-18 09:38:29 +02:00
pie.c
pj.c
pkcs7.c Add linting to spot misuses of r_strbuf_appendf and fix them all ##refactor 2022-09-09 23:12:01 +02:00
print_code.c Fix #20540 - pc should use an unsigned char buffer ##print 2022-08-18 10:46:45 +02:00
print.c Fix last covs 2022-09-06 01:52:17 +02:00
prof.c
protobuf.c Fix another crash in the protobuf parser ##fuzz 2022-09-12 18:56:50 +02:00
punycode.c Fuzz pkcs7, punycode, x509 ##fuzz 2022-08-22 20:08:07 +02:00
qrcode.c More source spacing linting 2022-08-18 14:37:29 +02:00
queue.c More source spacing linting 2022-08-18 14:37:29 +02:00
randomart.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
range.c else block linting 2022-08-18 18:35:22 +02:00
rbtree.c
sandbox.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
sdb.mk
seven.c Add and fix two more for loop linter rules 2022-07-02 22:40:28 +02:00
signal.c
skiplist.c Use R_LIKELY and r_return in the skiplist api ##util 2022-07-20 16:52:24 +02:00
skyline.c
spaces.c
spp.mk
sstext.c Fix last covs and support mount in ms ##fs 2022-07-08 09:51:21 +02:00
stack.c Fix several bugs in the RStack API ##crash 2022-06-08 19:15:48 +02:00
str_constpool.c
str_trim.c More source spacing linting 2022-08-18 14:37:29 +02:00
str.c Fix oobread in r_str_is_printable_limited ##crash 2022-09-12 18:19:30 +02:00
strbuf.c Add r_strbuf_replace{f} ##util 2022-09-13 21:22:34 +02:00
strpool.c More source spacing linting 2022-08-18 14:37:29 +02:00
sys_sh.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00
sys_w32.c
sys.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00
syscmd.c Fix several issues in r_syscmd_join() ##util 2022-08-07 12:08:20 +02:00
table.c Add linting to spot misuses of r_strbuf_appendf and fix them all ##refactor 2022-09-09 23:12:01 +02:00
thread_chan.c
thread_cond.c
thread_lock.c Fix x64 test and lock regression 2022-05-19 23:03:30 +02:00
thread_pipe.c
thread_sem.c
thread.c Refactor a few eprintf to R_LOG_ERROR ##refactor 2022-08-01 00:21:21 +02:00
time.c More source spacing linting 2022-08-18 14:37:29 +02:00
token.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
tree.c
ubase64.c
udiff.c Fix Unkown -> Unknown typo and add lint for it 2022-09-06 08:08:24 +02:00
uleb128.c More source spacing linting 2022-08-18 14:37:29 +02:00
unum.c else block linting 2022-08-18 18:35:22 +02:00
utf8.c More core fixes for Windows 2022-06-09 23:12:33 +02:00
utf16.c
utf32.c
utype.c Linting for 'cmp (' and asan in Cf 2022-08-20 12:35:11 +02:00
vector.c Fix double free when shrinking vectors ##crash 2022-07-30 07:21:02 -04:00
w32.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
w32dw.c
x509.c Fix last covs 2022-08-29 18:09:37 +02:00
x509.h
zip.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00