.. |
regex
|
Fix STRLCPY macro from regex and fix 1 byte overflow CID
|
2016-12-19 03:23:49 +01:00 |
base64.c
|
Fix compiler optimization bug where -1 turned out into 255
|
2016-11-18 13:28:14 +01:00 |
base85.c
|
|
|
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
|
add RBitmap to the rapi (#5176)
|
2016-06-19 11:10:59 +02:00 |
btree.c
|
Fix wrong usage of sizeof(ptr)
|
2016-11-08 15:12:43 +01:00 |
buf.c
|
fix some coverities
|
2016-12-18 23:41:55 +01:00 |
cache.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
calc.c
|
Fix #5449 - Fix floating point computation
|
2016-08-04 19:45:36 +02:00 |
chmod.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
constr.c
|
|
|
debruijn.c
|
Fix a bunch of malloc(0)
|
2016-11-08 15:09:52 +01:00 |
deps.mk
|
|
|
des.c
|
|
|
diff.c
|
Bring back the old buffer_distance algorithm, make levenstein optional
|
2016-09-21 12:07:44 +02:00 |
file.c
|
fix more coverities
|
2016-12-19 17:23:30 +01:00 |
flist.c
|
|
|
graph.c
|
Add N key in graph to toggle mini nodes and graph.cmtright
|
2016-12-19 01:33:54 +01:00 |
hex.c
|
Ignore newlines in r_hex_str2bin input
|
2016-10-09 23:54:21 +02:00 |
ht64.c
|
|
|
ht.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
iconv.c
|
|
|
Jamroot
|
|
|
judy64na.c
|
|
|
lib.c
|
Fix asm.dwarf, add asm.dwarf.{file,abspath}
|
2016-11-22 23:59:04 +01:00 |
list.c
|
A correct implementation of r_list_join
|
2016-11-16 20:15:45 +01:00 |
log.c
|
|
|
Makefile
|
Fix spp build
|
2016-12-20 01:18:26 +01:00 |
mem.c
|
Support for 24 bit esil memory ops and bugfixed AVR flags (#6404)
|
2016-12-31 13:13:16 +01:00 |
mixed.c
|
Fix #5633 - Change x == NULL to correct syntax
|
2016-09-19 14:44:47 +02:00 |
name.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
num.c
|
Fix r_num_is_float()
|
2016-11-13 22:12:19 +01:00 |
p_date.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
p_format.c
|
Fix regressions in pf parsing and enhance error reporting
|
2016-12-14 16:09:45 +01:00 |
p_seven.c
|
|
|
pool.c
|
Fix memleaks in zignatures and update spp
|
2016-12-19 21:39:50 +01:00 |
print.c
|
fix regression with negative offset in pc
|
2016-12-28 15:30:45 +01:00 |
prof.c
|
|
|
punycode.c
|
Infer fixes Round 2 (#4993)
|
2016-05-24 22:22:15 +02:00 |
queue.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
randomart.c
|
|
|
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
|
Add rabin2 -X and r_bin_package for FAT and ZIP
|
2016-08-30 04:26:20 +02:00 |
sdb.mk
|
Aim to fix the sdb_version race condition issue
|
2016-06-25 18:26:34 +02:00 |
slist.c
|
Initial speedup for dwarf 50s -> 0.4s, wip
|
2016-11-15 22:01:08 +01:00 |
spaces.c
|
Fix #3763 - Add oi command to raise/close fd by index
|
2016-11-02 03:27:37 +01: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
|
Add r_sys_tts and cfg.fortunes.tts (only for OSX atm)
|
2016-12-21 01:46:19 +01:00 |
strbuf.c
|
Update spp from git and fix integration with rasm2
|
2016-12-19 03:07:52 +01:00 |
strht.c
|
Initial speedup for dwarf 50s -> 0.4s, wip
|
2016-11-15 22:01:08 +01:00 |
strpool.c
|
Initial speedup for dwarf 50s -> 0.4s, wip
|
2016-11-15 22:01:08 +01:00 |
sys.c
|
Fix covs from 2016-12-23 mail
|
2017-01-02 21:04:06 +01:00 |
thread_lock.c
|
remove double lock
|
2016-03-31 14:21:23 -04:00 |
thread_msg.c
|
|
|
thread_pipe.c
|
|
|
thread.c
|
Implement Po& and r2 -tp to load projects in a thread
|
2016-11-04 23:07:02 +01: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 |
uleb128.c
|
renamed gum_read_sleb128 to r_sleb128
|
2016-12-16 13:38:36 +01:00 |
utf8.c
|
Fix a few warnings
|
2016-09-13 20:35:15 +02:00 |
w32-sys.c
|
Propagate location information in perror
|
2016-05-14 08:42:56 +03:00 |
zip.c
|
|
|