| .. |
|
regex
|
|
|
|
base85.c
|
|
|
|
base91.c
|
|
|
|
bdiff.c
|
Fix typo regarding byte size (#9067)
|
2017-12-27 18:33:58 +01:00 |
|
big-gmp.c
|
|
|
|
big-ssl.c
|
|
|
|
big.c
|
|
|
|
binheap.c
|
|
|
|
bitmap.c
|
|
|
|
btree.c
|
|
|
|
buf.c
|
Fix regression in RBuffer.fcpy
|
2018-02-12 14:17:03 -06:00 |
|
cache.c
|
|
|
|
calc.c
|
r_str_chop -> r_str_trim
|
2018-01-08 03:22:26 +01:00 |
|
chmod.c
|
|
|
|
constr.c
|
|
|
|
debruijn.c
|
|
|
|
deps.mk
|
|
|
|
des.c
|
|
|
|
diff.c
|
Fix typo regarding byte size (#9067)
|
2017-12-27 18:33:58 +01:00 |
|
file.c
|
Fix: ed works when no r2rc exists, add RFile.touch() and fix .dump()
|
2018-03-07 01:20:06 +01:00 |
|
flist.c
|
|
|
|
graph.c
|
|
|
|
hex.c
|
Fix last covs and better dalvik pseudo
|
2017-12-16 02:54:02 +01:00 |
|
iconv.c
|
|
|
|
idpool.c
|
Initial de-rcorefile-fication
|
2018-01-10 13:45:37 +01:00 |
|
json_indent.c
|
Fix warnings with GCC
|
2017-12-08 15:47:48 +01:00 |
|
lib.c
|
fix #9545: allow subsequently loaded cpython modules to access libpython symbols (#9570)
|
2018-03-05 18:16:34 +08:00 |
|
list.c
|
Fix use of r_list_uniq in disasm, needs more review
|
2018-02-12 16:00:14 -06:00 |
|
log.c
|
|
|
|
Makefile
|
Fix numerous issues with pkgconfig files.
|
2018-01-11 23:09:22 +01:00 |
|
mem.c
|
|
|
|
meson.build
|
Install Headers and .pc Files with Meson (#9548)
|
2018-03-03 20:00:18 +08:00 |
|
mixed.c
|
|
|
|
name.c
|
r_name_filter: treat \a as special char too (#9655)
|
2018-03-11 16:10:54 +01:00 |
|
p_date.c
|
Reduce references of core->block (#9425)
|
2018-02-19 13:30:32 +01:00 |
|
p_format.c
|
Fixed null pointer deref in p_format.c (#9623)
|
2018-03-07 21:59:20 +01:00 |
|
p_seven.c
|
|
|
|
pool.c
|
|
|
|
print.c
|
Fix colorizing real-mode addresses twice (#9573)
|
2018-03-04 22:29:40 +01:00 |
|
prof.c
|
|
|
|
punycode.c
|
|
|
|
qrcode.c
|
|
|
|
queue.c
|
|
|
|
r_asn1.c
|
|
|
|
r_asn1_internal.h
|
|
|
|
r_json.c
|
Fix almost all warnings from the msvc build
|
2017-12-19 00:18:39 +01:00 |
|
r_oids.h
|
|
|
|
r_pkcs7.c
|
Enhance the iteration of bbs in pdc, needs proper rewrite
|
2017-12-27 23:39:01 +01:00 |
|
r_pkcs7_internal.h
|
|
|
|
r_x509.c
|
Fixed #7881 (#8911)
|
2017-11-30 00:48:48 +01:00 |
|
r_x509_internal.h
|
|
|
|
randomart.c
|
|
|
|
range.c
|
|
|
|
rbtree.c
|
Fix another overflow in rbtree
|
2018-01-03 11:27:08 +01:00 |
|
sandbox.c
|
|
|
|
sdb.mk
|
Upgrade sdb (renames mht to dict)
|
2017-12-13 03:07:22 +01:00 |
|
signal.c
|
|
|
|
skiplist.c
|
|
|
|
slist.c
|
|
|
|
spaces.c
|
|
|
|
spp.mk
|
|
|
|
stack.c
|
|
|
|
str.c
|
Escape \v and \a in disasm (#9645)
|
2018-03-11 14:32:28 +01:00 |
|
str_trim.c
|
Rename r_str_clean -> r_str_trim_nc // TODO: Find better name
|
2018-01-08 10:23:57 +01:00 |
|
strbuf.c
|
|
|
|
strpool.c
|
r_str_ansi_chop -> r_str_ansi_trim, r_str_chop_path -> r_str_trim_path
|
2018-01-08 03:33:01 +01:00 |
|
sys.c
|
Introduce r_sys_prefix
|
2018-01-16 11:58:47 +01:00 |
|
syscmd.c
|
Fix mkdir -p for r2 shell (#9532)
|
2018-02-28 01:24:46 +01:00 |
|
thread.c
|
Fix crash in r_th_free (NULL);
|
2018-02-20 22:24:29 +01:00 |
|
thread_lock.c
|
|
|
|
thread_msg.c
|
|
|
|
thread_pipe.c
|
|
|
|
tinyrange.c
|
|
|
|
tree.c
|
|
|
|
ubase64.c
|
|
|
|
uleb128.c
|
|
|
|
unum.c
|
Fix almost all warnings from the msvc build
|
2017-12-19 00:18:39 +01:00 |
|
utf8.c
|
Partially enable utf8 in visual panels and honor color theme
|
2018-03-05 23:32:27 +01:00 |
|
utf16.c
|
|
|
|
utf32.c
|
|
|
|
vector.c
|
|
|
|
w32-sys.c
|
Renaming char_to_w32 => utf8_to_utf16
|
2017-11-03 10:27:18 +08:00 |
|
zip.c
|
|
|