..
regex
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
alloc.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
annotated_code.c
Add Function Name, Constants, Globals and Local Variables to RAnnotatedCode ( #17429 )
2020-08-10 13:40:16 +03:00
ascii_table.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
asn1_oids.h
asn1.c
Fix incorrect uses of printf-like functions ##refactor ( #17648 )
2020-10-13 16:26:15 +02:00
assert.c
Be consistent and make all env vars start with R2_
( #16841 )
2020-05-18 13:21:50 +02:00
astr.c
Convert preinc/predec in 3rd part of for statement to postinc/postdec ( #16187 )
2020-03-12 18:40:46 +01:00
base85.c
Delete the use and definition of "eprint" ( #15716 )
2019-12-28 23:31:38 +01:00
base91.c
bdiff.c
big-gmp.c
Refactor r_big for gmp and ssl ##util ( #16804 )
2020-05-14 02:45:10 +02:00
big-ssl.c
Refactor r_big for gmp and ssl ##util ( #16804 )
2020-05-14 02:45:10 +02:00
big.c
Fix bignum issues from Facebook Infer ( #16826 )
2020-05-16 12:05:10 +08:00
binheap.c
Add unit tests for binheap ( #17367 )
2020-07-31 18:09:50 +08:00
bitmap.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
buf_bytes.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf_file.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf_io.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf_mmap.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf_ref.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf_sparse.c
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
2020-04-05 19:24:36 +02:00
buf.c
Fix latest COVs, remove dead code and unnecessary global variables ( #17231 )
2020-07-22 19:37:31 +08:00
cache.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
calc.c
Completely kill the msvc/ directory and the unix-specific includes workarounds
2019-03-19 17:34:02 +01:00
chmod.c
Boolify some RUtil.file APIs ##util ( #16734 )
2020-04-28 14:00:42 +08:00
debruijn.c
Fix #16138 - Do not preincrement when it's not necessary ( #16151 )
2020-03-05 19:06:59 +01:00
deps.mk
Fix Cydia/iOS packaging and compilation issues ##build ( #17342 )
2020-08-14 13:17:32 +08:00
donut.c
Add r2 -NN to not load plugins ##core ( #16415 )
2020-04-05 15:02:46 +02:00
event.c
Use flat RVector for all_calbacks in REvent
2019-02-05 14:26:49 +01:00
file.c
Fix Windows tests
2020-11-09 18:52:16 +08:00
flist.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
format.c
Fix ctime/asctime and refactor r_asctime_r ##refactor ( #17911 )
2020-11-12 12:25:33 +08:00
getopt.c
Always use r_getopt, do not depend on libc (not just on windows) ##core ( #16325 )
2020-03-27 17:06:40 +01:00
graph_drawable.c
Graph refactor ##refactor ( #17631 )
2020-10-06 10:57:51 +08:00
graph.c
Graph refactor ##refactor ( #17631 )
2020-10-06 10:57:51 +08:00
hex.c
Implement rafind2 -F to find the contents of the file ##search ( #17143 )
2020-06-29 20:11:34 +02:00
idpool.c
Implement first/last/next/prev fd APIs ##io
2020-11-01 11:33:31 +01:00
intervaltree.c
Add breaking to RIntervalIterCb
2020-05-09 12:27:17 +02:00
json_indent.c
Fix #16233 - ~{} works on colorized JSONs ##json ( #16425 )
2020-04-06 16:08:47 +08:00
json_parser.c
Fix warning in the JSON parser ( #17827 )
2020-10-26 14:07:15 +08:00
lib.c
Fix #16781 - Add --without-dylink
configure flag to disable libdl features ##build ( #17173 )
2020-07-02 11:58:12 +08:00
list.c
Bring merge sort and insertion sort cmp function semantics together ( #17473 ) ##util
2020-09-09 15:45:34 +02:00
log.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
Makefile
Optimize io.cache ##io ( #17952 )
2020-11-23 12:36:32 +08:00
mem.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
meson.build
Optimize io.cache ##io ( #17952 )
2020-11-23 12:36:32 +08:00
name.c
Set realname for PDB flags ( #17967 )
2020-11-27 12:22:58 +08:00
pie.c
Initial implementation of RConsCanvas.circle and bubble graphs ##graph
2019-06-28 09:39:57 +02:00
pj.c
Add cfg.json.* encoding options ( #17681 ) ##json
2020-10-27 11:46:27 +01:00
pkcs7.c
Fix MS-DOS fuzz tests ( #17496 )
2020-08-20 12:17:13 +08:00
print_code.c
Variadic argument fixes
2020-11-10 11:11:45 +08:00
print.c
Variadic argument fixes
2020-11-10 11:11:45 +08:00
prof.c
Towards emscripten build fix (update sdb) ##build
2019-07-07 16:52:41 +02:00
protobuf.c
Fix #16564 - no more bitfields. ( #16591 )
2020-04-14 10:21:58 -05:00
punycode.c
qrcode.c
queue.c
randomart.c
range.c
Bring merge sort and insertion sort cmp function semantics together ( #17473 ) ##util
2020-09-09 15:45:34 +02:00
rbtree.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
sandbox.c
Fix #17581 - Fix append to file on Windows ( #17584 )
2020-09-03 19:13:42 -03:00
sdb.mk
Fix race condition and remove unnecessary SDB build targets ##build ( #17476 )
2020-08-19 10:31:20 +02:00
seven.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
signal.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
skiplist.c
More spelling fixes in the code
2019-06-20 13:36:02 +08:00
skyline.c
Fix another UAF in skyline ##Refactor ( #17972 )
2020-11-27 12:23:44 +08:00
spaces.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
spp.mk
Update spp to 1.2.0 ( #17243 )
2020-07-09 17:20:06 +08:00
stack.c
Some random cleanups in RUtil ( #16457 )
2020-04-07 14:07:40 +02:00
str_constpool.c
Use HtPP for RStrConstPool ( #15424 ) ##util
2019-11-06 21:55:46 +01:00
str_trim.c
Avoidify the strTrim() APIs + cleanup/refactor ##util ( #16056 )
2020-03-02 21:39:37 +01:00
str.c
Fix some warnings
2020-11-16 18:56:21 +08:00
strbuf.c
Add r_strbuf_initf() ##util ( #17634 )
2020-09-13 10:08:56 +02:00
strpool.c
sys.c
Fix some warnings
2020-11-16 18:56:21 +08:00
syscmd.c
Make size arg of r_file_slurp() size_t ( #16221 )
2020-03-15 23:34:38 +01:00
table.c
Add tests for RTable using r2 commands
2020-09-24 17:19:25 +02:00
thread_cond.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
thread_lock.c
Fix gdbr reg sync and concurrency ##debug
2019-12-20 10:17:58 +09:00
thread_pipe.c
thread_sem.c
Remove CYGWIN & MINGW remnants ( #13377 )
2019-03-15 12:55:08 +08:00
thread.c
Fix some warnings
2020-11-16 18:56:21 +08:00
time.c
Fix ctime/asctime and refactor r_asctime_r ##refactor ( #17911 )
2020-11-12 12:25:33 +08:00
tree.c
ubase64.c
Fix ?b64- command
2019-07-23 02:50:35 +02:00
udiff.c
Fix Levenstein distance on empty buffers ##radiff2 ( #17330 )
2020-07-23 09:52:31 +02:00
uleb128.c
Fix #17353 - Remove duplicated implementation of uleb128 in mach0 ##bin ( #17489 )
2020-09-24 09:47:23 +02:00
unum.c
Merge everything time-related in r_time.h ( #17445 )
2020-08-12 18:54:49 +02:00
utf8.c
Fix LGTM warning in UTF8 handling ( #16507 )
2020-04-10 12:02:08 +08:00
utf16.c
Support UTF16-BE decoding ( #15450 )
2019-11-14 00:08:37 +08:00
utf32.c
Support UTF32-BE decoding ( #15472 ) ##bin
2019-11-16 11:27:07 +01:00
utype.c
Use offset info in r_type_get_struct_memb() ( #17930 )
2020-11-19 11:52:01 +08:00
vector.c
Various fixes based on fuzz bins for rabin2 ( #17199 )
2020-07-06 20:19:25 +08:00
w32-sys.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
x509.c
Fix null dereference in Pe64_bin_pe_compute_authentihash ##bin ( #17466 )
2020-08-17 12:36:05 +08:00
x509.h
zip.c
Some fixes ( #12670 )
2019-01-07 00:29:23 +01:00