Commit Graph

1642 Commits

Author SHA1 Message Date
pancake
0668d04488 Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
pancake
ff38defb1a Initial implementation of the flame column graphs in p== 2017-05-16 03:09:06 +02:00
Andry
a0d25a79e4 Fix #7356 - i~{} messes up the thing (#7385) 2017-05-15 22:32:46 +02:00
Khairul Azhar Kasmiran
8bb1b9674c Fixed signed char right shift in r_str_escape_ (#7497) 2017-05-15 17:13:32 +02:00
SkUaTeR
9a1337512a meson.build fixes to build with MSVC 2017-05-14 23:06:00 +02:00
Khairul Azhar Kasmiran
a4ab7cdcda Use r_str_escape for str flag cmts (#7483)
* Using r_str_escape for str flag cmts

* Escape '"' and '\'

* Escape ESC

* Properly escape Windows UTF-16 2-byte chars
2017-05-14 09:50:01 +02:00
pancake
02a905c5a4 Fix build on respectful compilers 2017-05-13 18:34:10 +02:00
pancake
6756662d3a Implement pxj, p8j, pxwj, pxhj and pxqj 2017-05-13 18:27:55 +02:00
pancake
aa8a5fdb30 Fix two memleaks in r_json and r_x509 2017-05-11 12:29:42 +02:00
pancake
b24281c9c5 More fixes for mingw 2017-05-10 15:32:34 +02:00
pancake
1db8c637ae Fix meson build on macOS 2017-05-10 00:05:50 +02:00
SkUaTeR
beb80cfc16 Fixes for MSVC 2017-05-09 23:53:20 +02:00
Giovanni
72b643654d iCj - Signatures in JSON format 2017-05-09 14:43:07 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
pancake
4846d210e2 Fix cmd_log tests T command 2017-05-09 02:10:28 +02:00
alvarofe
1a67862a1f Refix oob in r_asn1.c 2017-05-09 01:35:29 +02:00
Raúl Peñacoba
90938f9a73 Add missing free() in regcomp.c 2017-05-07 11:52:47 +02:00
alvarofe
85d0513474 Avoid leak memory in r_asn1.c 2017-05-06 23:28:10 +02:00
alvarofe
a71a41bd5f Fix oob read in r_asn1.c
Variable used as length delemiter was user controlled producing oob
2017-05-06 23:23:21 +02:00
pancake
4204fecce8 Fix #7406 - do not relsub on reg*x+base expressions 2017-05-05 02:11:02 +02:00
pancake
bf6965dbcb Fix null deref in r_str_const 2017-05-05 00:48:09 +02:00
pancake
0ac3477662 Use r_str_const to avoid dangling calling conventions in fcn->cc 2017-05-04 14:52:43 +02:00
pancake
5e641b2d68 Implement pss command to use it in cmd.visual or broken terminals 2017-05-03 03:05:01 +02:00
pancake
3e0c7bc650 Support meson build for Linux (Requires meson 0.40) 2017-05-02 14:18:36 +02:00
pancake
60f9667654 Remove support for bjam build system
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
pancake
8edc242324 Remove judy and libzip unused code 2017-05-02 05:34:05 +02:00
pancake
fa671b9a16 Initial support for the Meson build system
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
Raúl Peñacoba
cce719a5af Fix conditional in str.c 2017-04-27 12:29:38 +02:00
pancake
02398e1e17 Implement r2 -X to specify custom rarun2 directives 2017-04-26 19:35:37 +02:00
pancake
89620af34f Fix double free regression and realloc memleak 2017-04-26 17:06:30 +02:00
pancake
b282656bbb Improve error checking and fallback in the sandboxed http 2017-04-26 15:31:27 +02:00
0x0dada
92cde73473 Fix mode change to files ... (#7353) 2017-04-26 12:49:13 +02:00
pancake
5270b781e7 Fix #7355 - json indent with color glitch 2017-04-26 11:21:52 +02:00
Khairul Azhar Kasmiran
05d0b1a2c7 Fixed what caused #7268 (#7325) 2017-04-21 12:53:28 +02:00
skuater
c6fe8ac4c9 fix Pl command on win64 2017-04-21 10:12:39 +02:00
Álvaro Felipe Melchor
13c91127af Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02:00
pancake
076ab1a023 Get ready for 1.4.0 - codename: no comments 2017-04-18 11:11:36 +02:00
pancake
8c656231c1 Several bug fixes in the android build scripts and other candies 2017-04-18 11:25:26 +02:00
pancake
ffe0da0fa1 Fix many more clang-analyzer null derefs and overflows 2017-04-18 00:38:24 +02:00
pancake
a66cc10d46 Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
dx
8baa2643b3 Fix escaping of JSON unicode literals (#7294)
- revert 5f1efc9d (which adds double escaping with r_str_escape),
- re-apply 1c6a3138 (my previous commit)
- fix the recent commits 69a7e122 and 04ad4dcf to use r_str_utf16_encode
  instead of r_str_escape since the former produces "\u0000" and the
  latter produces "\x00" which is not valid JSON
- partially revert 8fd10e11 which had a hack to not escape backslashes
  followed by a u
2017-04-17 16:54:37 +02:00
pancake
8fd10e11aa Fix /xj and /j unicode escape issues 2017-04-17 12:57:04 +02:00
radare
eca157603e Revert "r_str_utf16_encode: escape backslash characters too (#7288)" (#7289)
This reverts commit 1c6a313821.
2017-04-16 11:48:26 +02:00
dx
1c6a313821 r_str_utf16_encode: escape backslash characters too (#7288)
That function emits backslash escaped unicode sequences, so backslashes
should be escaped too. This fixes invalid json issues in /j
2017-04-16 11:47:04 +02:00
Pepe Vila
40a33b3a26 Rewrite WASM to fix all oob issues 2017-04-15 19:57:54 +02:00
pancake
08d824824e Fix build 2017-04-15 13:29:27 +02:00
Marcel
a4fc91f29b Remove dirent.h dependency for Windows and add utf16<->utf8 conversion function 2017-04-15 13:07:33 +02:00
maba
459db13ef5 Remove dirent.h dependency in r_lib_opendir for windows 2017-04-11 17:13:46 +02:00
Duncan Ogilvie
9f05ffceeb implemented r_sys_getpid on Windows 2017-04-09 10:09:45 +02:00
Duncan Ogilvie
1d924734fd properly implemented r_th_kill/start/wait/free on Windows 2017-04-09 10:09:45 +02:00