radare2/libr
GustavoLCR 153de56173
Add VT sequences input support ##windows (#16747)
* Add VT sequences input support ##windows

* Fix radare2 immediately exiting when console is redirected to pipe
* Hack to get viewport size under MinTTY
* Fix mouse when VT input disabled and buffer scrolled
* Fix line wrapping when VT output disabled

* Fix build on VS2017

* Fix for comments

* fix some weirdness

* Fix losing echo after exiting
2020-05-03 17:31:52 +08:00
..
anal Add CI job for CentOS 6 build (#16712) 2020-04-29 19:02:02 +08:00
asm Fix assembling of xchg so that it roundtrips 2020-04-29 00:13:25 +02:00
bin bin.str.enc=utf8: Assume ASCII first 🇺🇸 + add some more tests (#16735) ##bin 2020-05-02 18:15:13 +02:00
bp Fix double free in r_bp_del_index and other breakpoint index bugs 2020-01-05 18:34:03 +01:00
config Fix RConfigHold in case the same key is set two times 2020-03-24 15:23:35 +01:00
cons Add VT sequences input support ##windows (#16747) 2020-05-03 17:31:52 +08:00
core Add VT sequences input support ##windows (#16747) 2020-05-03 17:31:52 +08:00
crypto Remove hardcoded supported encoders names (#16664) ##util 2020-04-24 11:49:22 +02:00
debug Add CI job for CentOS 6 build (#16712) 2020-04-29 19:02:02 +08:00
egg Fix segfaults in fuzzed bins (#16538) 2020-04-12 12:16:51 +02:00
flag Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
fs pointer type mismatch warning (#16695) 2020-04-23 08:59:46 +02:00
hash Add header guard (#16605) 2020-04-16 18:41:31 +02:00
include Add VT sequences input support ##windows (#16747) 2020-05-03 17:31:52 +08:00
io Fix regression loading large files (>2GB) on 32bit systems ##io (#16648) 2020-04-28 22:09:30 +02:00
lang Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
magic Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
main Boolify some RUtil.file APIs ##util (#16734) 2020-04-28 14:00:42 +08:00
parse Refactor Variable Accesses out of SDB (#16632) 2020-04-19 17:56:27 +02:00
reg Use r_str_trim_head_ro instead of hacky while loops (#16416) 2020-04-05 15:50:19 +02:00
search Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
socket Fix string length in strncmp call of the http server (#16569) 2020-04-24 11:30:40 +02:00
syscall Fix MIPS syscall analysis (#16751) ##anal 2020-05-03 11:03:08 +02:00
util Boolify some RUtil.file APIs ##util (#16734) 2020-04-28 14:00:42 +08:00
config.h.head
config.h.in
config.h.tail
config.mk.head
config.mk.tail Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
depgraph.pl
do-ar-sh Add sys/build-shlib.sh and fix static builds ##build 2019-05-28 23:15:22 +02:00
ld.script
libr.pc.acr Fix a null assert in java parser and bring back the libr.pc.acr 2018-10-15 22:14:54 +02:00
libs.custom.mk.example Add sys/build-shlib.sh and fix static builds ##build 2019-05-28 23:15:22 +02:00
libs.mk Fix #13765 - asm/anal cant be build in parallel ##build 2019-05-05 22:55:20 +02:00
Makefile Build fixes to make emscripten builds happy (#16406) ##build 2020-04-02 17:52:03 +02:00
meson.build Tricore basic analysis plugin with reg profile (#16522) ##arch 2020-04-12 22:42:58 +02:00
rules.mk Fix android-static ##build 2019-08-01 04:39:40 +02:00
stripsyms.sh
symgraph.pl