radare2/libr/util
2017-09-18 16:18:12 +02:00
..
regex Fixed 8 coverity bugs (#8305) 2017-08-25 18:12:12 +02:00
base85.c
base91.c
bdiff.c
big-gmp.c
big-ssl.c
big.c
binheap.c Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332) 2017-08-27 18:05:58 +02:00
bitmap.c Add support for 27bit middle-endian registers in r_reg 2017-07-27 22:57:18 +02:00
btree.c
buf.c 16 more bugs fixed. most are mem leaks. (#8307) 2017-08-24 17:20:39 +02:00
cache.c opsalamance - merge the big siol branch 2017-08-22 09:42:16 +02:00
calc.c Support underscores in hex numbers 2017-07-10 12:31:50 +02:00
chmod.c
constr.c
debruijn.c
deps.mk
des.c
diff.c Optimize space consumption to O(n) in edit distance (#8481) 2017-09-15 13:44:57 +02:00
file.c Fix empty fortune message issue 2017-09-12 00:57:55 +02:00
flist.c
graph.c
hex.c
iconv.c
idpool.c Fix a mem leak in idpool.c (#8445) 2017-09-12 00:40:21 +02:00
interval.c Fix warnings 2017-09-13 10:09:57 +02:00
json_indent.c Fix #8500 - Overflow when indenting too deep JSONs 2017-09-13 11:39:10 +02:00
lib.c Fix swprintf crash issue for mingw32 builds 2017-09-18 00:06:23 +02:00
list.c Get ready for the 1.6 release 2017-07-10 01:32:50 +02:00
log.c
Makefile add interval api 2017-09-07 15:19:17 +00:00
mem.c Fix bits issue and add r_str_reverse 2017-07-31 11:33:39 +02:00
meson.build Fixed meson build (#8358) 2017-08-28 15:09:58 +02:00
mixed.c
name.c
p_date.c
p_format.c Fix emu test (pf 's' on unreadable memory printing trash) 2017-09-18 04:13:49 +02:00
p_seven.c
pool.c
print.c Fix div by 0 in r_print_portionbar 2017-09-03 23:51:11 +02:00
prof.c
punycode.c
qrcode.c Added dense qrcodes functionality, with inverter 'i' code (#8443) 2017-09-11 12:13:48 +02:00
queue.c
r_asn1_internal.h
r_asn1.c Fixed 8 coverity bugs (#8305) 2017-08-25 18:12:12 +02:00
r_json.c
r_oids.h
r_pkcs7_internal.h
r_pkcs7.c 13 coverity bugs fixed. (#8303) 2017-08-24 13:31:27 +02:00
r_x509_internal.h
r_x509.c Fixed 8 coverity bugs (#8305) 2017-08-25 18:12:12 +02:00
randomart.c
range.c
rbtree.c Fix #8469 - Fix cmd.repeat again and honor opdelta for pd 2017-09-18 16:18:12 +02:00
sandbox.c Fix swprintf crash issue for mingw32 builds 2017-09-18 00:06:23 +02:00
sdb.mk
signal.c Remove SIGSTKSZ from signal list (#8252) 2017-08-21 09:52:58 +02:00
skiplist.c Fix skiplist compilation problems on windows. 2017-07-24 01:52:00 +02:00
slist.c
spaces.c
spp.mk
stack.c Fix a memory leak in libr/util/stack.c 2017-07-23 14:46:15 +08:00
str.c Fix p- and crash in r_str_const_free 2017-09-17 02:39:44 +02:00
strbuf.c Fix r_strbuf_setf when the length of returned string >= 1024 (#8112) 2017-08-03 11:29:36 +02:00
strpool.c Fix random code style issues 2017-07-13 00:46:27 +02:00
sys.c Fix warnings 2017-09-13 10:09:57 +02:00
syscmd.c 13 coverity bugs fixed. (#8303) 2017-08-24 13:31:27 +02:00
thread_lock.c
thread_msg.c
thread_pipe.c
thread.c Fix last covs 2017-07-26 18:46:29 +02:00
tinyrange.c
tree.c
ubase64.c
uleb128.c
unum.c Fix asm rep ops from within r2 (#8485) 2017-09-12 12:45:37 +02:00
utf8.c Drop r_utf_blocks from the extern 2017-08-23 00:50:18 +02:00
utf16.c asm.strenc (utf16le) (#7926) 2017-07-16 08:12:11 +02:00
utf32.c Fix runtime error on 32bit systems (#8174) 2017-08-10 16:43:29 +02:00
vector.c Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332) 2017-08-27 18:05:58 +02:00
w32-sys.c added NULL check and memory leak fixed in libr/util/w32-sys.c 2017-07-05 03:40:14 +02:00
zip.c