radare2/libr/util
2017-06-12 11:28:54 +02:00
..
regex Add missing free() in regcomp.c 2017-05-07 11:52:47 +02:00
base85.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
base91.c Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
bdiff.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
big-gmp.c * Autodetect and honor CC environment in ragg2-cc 2011-11-30 18:05:46 +01:00
big-ssl.c
big.c
bitmap.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
btree.c Fix wrong usage of sizeof(ptr) 2016-11-08 15:12:43 +01:00
buf.c Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
cache.c Apply minor naming and indent changes from the siol branch - thanks condret 2017-03-15 02:22:54 +01:00
calc.c Fix #7006 - Support decimal in unit strings (f.ex: 2.3K) 2017-03-12 23:15:57 +01:00
chmod.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
constr.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
debruijn.c Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02:00
deps.mk Fix build with external libzip 2015-10-31 17:32:26 +01:00
des.c Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
diff.c More fixes for mingw 2017-05-10 15:32:34 +02:00
file.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
flist.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
graph.c Add N key in graph to toggle mini nodes and graph.cmtright 2016-12-19 01:33:54 +01:00
hex.c Fix #7569 - Show comments in pxa too 2017-05-23 15:53:58 +02:00
iconv.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
idpool.c Fix warnings 2017-03-13 03:45:06 +01:00
json_indent.c Fix last covs 2017-05-19 13:43:33 +02:00
lib.c Modify RLang plugins for Py2/py3 support 2017-05-28 01:50:08 +02:00
list.c Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
log.c More whitelisted auto-indented files 2015-12-08 13:24:21 +01:00
Makefile add skiplist from crowell/ret2libc to r_util (#7657) 2017-06-02 11:19:53 +02:00
mem.c Add r_mem_{alloc,free} to avoid issues mixing multiple allocators 2017-03-30 02:39:18 +02:00
meson.build Meson improvements 2017-05-31 13:38:47 +02:00
mixed.c Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
name.c Reorganize string macros 2017-02-06 00:00:03 +01:00
p_date.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
p_format.c Fix #7456 - Warnings in r2 -nn ELF 2017-05-29 02:31:28 +02:00
p_seven.c Support get/set introspection in 'pf' and handle scr.stride in px 2013-02-01 03:15:48 +01:00
pool.c Several bug fixes in the android build scripts and other candies 2017-04-18 11:25:26 +02:00
print.c Fix last covs 2017-06-12 11:28:54 +02:00
prof.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
punycode.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
queue.c Coding style fixes while reviewing code 2017-02-08 23:01:42 +01:00
r_asn1_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_asn1.c iCj - Signatures in JSON format 2017-05-09 14:43:07 +02:00
r_json.c Fix two memleaks in r_json and r_x509 2017-05-11 12:29:42 +02:00
r_oids.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7.c Fix help messages in eco white 2017-05-23 03:00:21 +02:00
r_x509_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_x509.c Fix two memleaks in r_json and r_x509 2017-05-11 12:29:42 +02:00
randomart.c Fix #2927 and random code cleanups 2015-07-12 19:20:36 +02:00
range.c Enhance performance in r_anal_fcn_get_in() using tinyrange and sorted adds 2016-10-25 01:12:06 +02:00
sandbox.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
sdb.mk Bump sdb to fix hash collision issues 2017-01-14 22:02:33 +01:00
signal.c Fixed build on Windows (undefined signals) (#6645) 2017-02-03 01:31:29 +01:00
skiplist.c add skiplist from crowell/ret2libc to r_util (#7657) 2017-06-02 11:19:53 +02:00
slist.c Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
spaces.c Restore zs names on load. r_spaces refactoring 2017-03-24 22:53:38 +00:00
spp.mk Fix spp build 2016-12-20 01:18:26 +01:00
stack.c use the is_empty api call for peek 2017-06-06 00:27:50 -04:00
str.c grep functions refactoring (#7672) 2017-06-10 12:39:04 +02:00
strbuf.c Fix #6691 - crash in r_strbuf_appendf. missing va_start 2017-02-05 00:39:19 +01:00
strpool.c Fix cmd_log tests T command 2017-05-09 02:10:28 +02:00
sys.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
syscmd.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
thread_lock.c Fix build with musl libc 2017-05-30 20:05:48 +02:00
thread_msg.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread_pipe.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread.c properly implemented r_th_kill/start/wait/free on Windows 2017-04-09 10:09:45 +02:00
tinyrange.c Fix regression in anal 2016-12-20 01:45:46 +01:00
tree.c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
ubase64.c Avoid dupped names in libr_util.a to make emcc happy 2017-01-20 00:06:54 +01:00
uleb128.c Rewrite WASM to fix all oob issues 2017-04-15 19:57:54 +02:00
unum.c Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
utf8.c Fix build 2017-04-15 13:29:27 +02:00
w32-sys.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
zip.c Fixes for MSVC 2017-05-09 23:53:20 +02:00