.. |
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
|
|
|
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
|
|
|
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
|
Reorganize string macros
|
2017-02-06 00:00:03 +01:00 |
iconv.c
|
|
|
idpool.c
|
Fix warnings
|
2017-03-13 03:45:06 +01:00 |
json_indent.c
|
Fix #7355 - json indent with color glitch
|
2017-04-26 11:21:52 +02:00 |
lib.c
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
list.c
|
Fix r_list_merge_sort to avoid stack exhaustion
|
2017-03-27 00:52:09 +02:00 |
log.c
|
More whitelisted auto-indented files
|
2015-12-08 13:24:21 +01:00 |
Makefile
|
iCj - Signatures in JSON format
|
2017-05-09 14:43:07 +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.build fixes to build with MSVC
|
2017-05-14 23:06:00 +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
|
Fixes for MSVC
|
2017-05-09 23:53:20 +02:00 |
p_seven.c
|
|
|
pool.c
|
Several bug fixes in the android build scripts and other candies
|
2017-04-18 11:25:26 +02:00 |
print.c
|
Fix build on respectful compilers
|
2017-05-13 18:34:10 +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
|
iCj - Signatures in JSON format
|
2017-05-09 14:43:07 +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 |
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
|
added r_cons_break_{push/pop} to handle ^C better
|
2016-11-21 16:56:12 +01:00 |
str.c
|
Fixed signed char right shift in r_str_escape_ (#7497)
|
2017-05-15 17:13:32 +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
|
Improve error checking and fallback in the sandboxed http
|
2017-04-26 15:31:27 +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 |