Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rizinorg/rz-pipe

Access rizin via pipe from any programming language!
https://github.com/rizinorg/rz-pipe

Use python -m build to build wheels

06c871d33fb1c58ffc233e8c8d2d7282e780ec81 authored over 1 year ago
ci/cd: update to ubuntu-22.04

5c18ae929b721b93c259979905bc12da983e061a authored over 1 year ago
Bump python rz-pipe version to 0.6.0

7e93dc1cdefc2ed0fc07da560dd14feb32aa12c6 authored over 1 year ago
Use pypa/gh-action-pypi-publish@release/v1 instead of master

e1712ee7eb4c07b69480b1352944f6ea9567c822 authored over 1 year ago
rz-pipe.rs: update dependencies

c22dca96abce6dd961090026724a6611f1deb18c authored over 1 year ago
[python] update readme - Fix #44

64ff0da6d3c62aa4a7b131257631cb17c4479363 authored over 1 year ago
Fix Rust build on Windows

a6fd9b6cdcfeec1b88f9b940306c00368fd4490d authored over 1 year ago
[python] implement os agnostic timeout_callback - Fix #49

a7ecfa8fba0ff95d5a74e9a4941bc1658bbd8413 authored over 1 year ago
[rust] update deps and fix code

b4ba306fad904c3cde595504c2405989c19114dd authored over 1 year ago
Install openssl dev for cargo

93d04b95ed8fde2ea03df50adbb38e57d0e4b0fc authored over 1 year ago
Python: Add timeout option to open() to kill time-consuming cmd() calls (#47)

* Python: Add timeout option to open() to kill time-consuming cmd() calls
* Python: Bump versio...

a79c41bbc8c6fded1c35c95e6bcf37679274640f authored over 1 year ago
Bump version of python rzpipe

3764c267c1bfd1fcafee87af54f6c42e5db42996 authored over 2 years ago
go: fix module path

931e5d2b46a1374ec704e672fdb83fb0f0a5352f authored over 2 years ago
Windows cmd: Convert `\r\n` to `\n` (#38)

15136d33df8753fdb6d789deffbfb404358c7682 authored almost 3 years ago
chore: run cargo fmt/cargo clippy. add github action (#36)

* chore: run cargo fmt
* chore: apply clippy fixes
* chore: add github actions for rustfmt,clippy

f76d3a73057a4f9e5ec474d4cc86e2e53f57f819 authored almost 3 years ago
Bump python rzpipe version to 0.1.2 (#34)

557e648d8e8e58d6333f7d7ff70ff728841c327a authored over 3 years ago
Handle empty output from json commands

2f9de04dd73abe0434be58a93047fb7e51351177 authored over 3 years ago
Fix #28 - Bad field name (#29)

0f7ac66e6d679ebb03be26bf61a33f9ccf199f27 authored over 3 years ago
Go: fixed pipe name, updated example (#26)

c13ad11b270b861494662274a17d132960c94cc6 authored over 3 years ago
move repeated code outside if else statement (#22)

2128c46e5221c5a83cd367c0e4c9c9bb6c9b72e8 authored over 3 years ago
Update Python style and add pytest (#15)

* Use shutil to figure out where ls lives
* Add contextlib shim for OpenBase
* Improve OpenBas...

a095670eada81c7a144bbad8172bd19dc210ba1a authored over 3 years ago
Forgotten rename in Python rz-pipe

943d0d12587bdfcbeb831e573c4ea52af5dca0bb authored over 3 years ago
[rust-remove-unwrap] Remove unwrap and introduce RzPipe::None to implement Default

Signed-off-by: 4thel00z <[email protected]>

47a9d55e16e303f7895eab86aaede91f62259bfd authored almost 4 years ago
[rust-remove-unwrap] Add Cargo.lock

Signed-off-by: 4thel00z <[email protected]>

93240ed6881bde13a6eef5db5254276e09eee78a authored almost 4 years ago
[rust-remove-unwrap] Add target folder to rust .gitignore

Signed-off-by: 4thel00z <[email protected]>

978abac300b31d7b100b92c8c125611ea492dd1f authored almost 4 years ago
[rust-remove-unwrap] Make use of RzPipe::None in main.rs example

Signed-off-by: 4thel00z <[email protected]>

f82a48f0233131a5fa2e1b7bc1119cea0ad7e6fc authored almost 4 years ago
[rust-remove-unwrap] Remove unused serde import from threads_callback.rs

Signed-off-by: 4thel00z <[email protected]>

5aa8b51f62e0f673d0cc7c6f3292e9de4903778e authored almost 4 years ago
[rust-remove-unwrap] Reformat Cargo.toml. Add myself as maintainer

Signed-off-by: 4thel00z <[email protected]>

a1078235523b894f8de046766dc7b31c7c4d6ca5 authored almost 4 years ago
[rust-remove-unwrap] Add thiserror enum types

Signed-off-by: 4thel00z <[email protected]>

b8e90b813163aa7736abdeff871a1bf6f5ffd258 authored almost 4 years ago
[rust-remove-unwrap] Expose new errors module and follow reexport rattern

Signed-off-by: 4thel00z <[email protected]>

ca970d1cf7efe0ec838e826ea398092443e6da65 authored almost 4 years ago
[rust-remove-unwrap] Fix async.rs example

Signed-off-by: 4thel00z <[email protected]>

1d7e9b50ab66ac07a40c3495fe3caa5588e3063e authored almost 4 years ago
[rust-remove-unwrap] Make use of new error types. Remove obsolete func and imports

Signed-off-by: 4thel00z <[email protected]>

4030e70307fa94a4b367ee1c1533ee0b1848cb41 authored almost 4 years ago
[rust-remove-unwrap] Add thiserror dep

Signed-off-by: 4thel00z <[email protected]>

2a46c6c74cea4212f0c11129be644df6bc8b470a authored almost 4 years ago
Run ci.yml on tags

ce43aa9948a6943c8287147ac35c638781bd0ab7 authored almost 4 years ago
Run apt-get update before install to fix CI

74ab065a124efec0ee246c364e8d0a414f946fa0 authored almost 4 years ago
python: Build distribution packages and upload them in CI

edac414d31c0fa6f256f95a8337fddb10d4be613 authored almost 4 years ago
python: Fix classifiers

a86669a427f40c5ff6fb7f50afeebe36a66c43c1 authored almost 4 years ago
Reset version to 0.1.0 and change author to RizinOrg

ce0e64ef658003e51de46663b9b0ab60e33f5ce3 authored almost 4 years ago
Remove the directory `unmaintained` and all the files inside it (#12)

e2c238f568064b48b43452a2c0044e61d64eecf7 authored almost 4 years ago
Add Haskell Changelog to rz-pipe.cabal

76e7b67456aa73770478c0161a230b2ed6420145 authored about 4 years ago
Finish Documentation for Haskell rz-pipe

3e96e97209f01632e0cc2c6d12932a868693ad01 authored about 4 years ago
Make Haskell rz-pipe return Strings

09a4e9c49cd4678be8e13d509ffcb57387bafd47 authored about 4 years ago
Preparation for Haskell rz-pipe on Hackage

bab60d311a85e952f8ae563e5ac722f04cb1ce0d authored about 4 years ago
Add rz-pipe support for Ruby (#6)

* Add rz-pipe support for Ruby

Also add Ruby to the list of supported languages on the README...

e8e6dd6e97467f19da7b2206e25cb131cc26ba30 authored about 4 years ago
Use Go modules

364e571be0993af351db0616cc306fcb8e32fc27 authored about 4 years ago
Use setuptools for Python

7df231a3dfedec6249456638f80cb44b837f524b authored about 4 years ago
Add GitHub Actions

8461704447cc24dd8bde80d22da2d2d6e82a5b9c authored about 4 years ago
Add Rust to the list of supported languages (#4)

fdbc546ccb742bffe28e746b726c2e956883f05a authored about 4 years ago
Add the Rust crate: rzpipe.rs (#3)

75e655a05e01f206ebd5615ca765eba089d7f486 authored about 4 years ago
Use rz_core not r_core

b97276312b77ee16d449ba1f73e4e771b31e86d5 authored about 4 years ago
Rzpipe Python cleanup

f11f0e94d0622db6e63f625752ebe78844820c25 authored about 4 years ago
Rzpipe Python fixes

bf57828bc31dc858d6e7b17383b986bd4dfecb15 authored about 4 years ago
Update README

ed0390fd91902617120506d73d984d5d2b598a2e authored about 4 years ago
Add Go rzpipe package

be19b9bd84e918603f198b4c7963295815ceea89 authored about 4 years ago
Updated example

c79e6031a255939ddb1fd9bfbe764cddf6e429d4 authored about 4 years ago
Update OCaml Readme

56760e812d756f019c7eee8840417061f8f4c4fd authored about 4 years ago
Add OCaml

65937c5a04fd8b426178ba867147e119714ccecd authored about 4 years ago
Update Windows RZ_PIPE_PATH env var

5e8563a98a13108da3b90102996d5d73ebdd04ad authored about 4 years ago
Minor Renaming in Haskell Example

cba7e41af2ccb62a655532ff8250aee255e8141f authored over 4 years ago
Use R2PIPE_* -> RZ_PIPE_* env vars

c0f29e9f3c03ae55786b2e7ea630fe7e2aa441da authored over 4 years ago
Rename Haskell rz-pipe

7998a5f6ca12bd1e51934a59e28cafacf247218b authored over 4 years ago
Rename r2pipe -> rzpipe and radare2 -> rizin (#1)

c63059a239b93fe1b93fa796dc2c653508d1b966 authored over 4 years ago
Initial Cleanup

b46bdf8fec7148bf37d32b02671e17aa66c2c2a1 authored over 4 years ago
Bump r2pipe.cs 1.1.0

0522a39fd162569f21654f511d609a960e06e515 authored over 4 years ago
Fix r2pipe.cs on Windows with latest r2

af9c3f8ca701dfc639521402fe5d0df7f5a1b1d9 authored over 4 years ago
Merge pull request #119 from XVilka/cleanup

Remove obsolete r2pipe bindings

551cca9958acbba6f324170e40749db53dca5cae authored over 4 years ago
Add OCaml README

94a35954f495a19797dd0343fcea9c43f854820f authored over 4 years ago
Remove obsolete OCaml r2pipe

It was moved and maintained at the external repository:
https://github.com/fxfactorial/ocaml-rad...

158860904901485479defded9298cc166ab40c3b authored over 4 years ago
Remove obsolete async Python r2pipe

4dbc579b0fd5243976929114baecccd8ea097ec9 authored over 4 years ago
Windows r2pipe.py: Don't chop off last char if it's not 0 (#118)

3bb31f5635ea84e707468434b88bd0d8b8bcabf3 authored over 4 years ago
Fix dlang api

363da0cd16d4b396679aec548ad92d284eed0ca8 authored over 4 years ago
Merge pull request #117 from kazarmy/py3-windows-fixes

Fix Windows Python 3 #!pipe

ed482786a38bded69831a17274d671fa35b066b6 authored over 4 years ago
Fix Windows Python 3 #!pipe

5a495ba76d768b7a547592b47d9c5c05f7e74b3d authored over 4 years ago
Merge pull request #116 from XVilka/python3

r2pipe - drop python 2 support, fix python 3

5eab4c7cb484a92689d8287e0ca859eb8b7bdc3d authored over 4 years ago
Fix LGTM and flake8 warnings

1a9986d82fff34e22746ae2200787d3b4e576a26 authored over 4 years ago
Reformat code with black

65987c58ee6ca54129657c16db3d470f74c2ae8a authored over 4 years ago
Python 3 compatibility, drop Python 2

886860dc51ea616c9b6da3fbacaacec76308c0ac authored over 4 years ago
Merge pull request #115 from haystack-ia/fix-114

More precise filename parsing in python module. Closes #114.

e849126dfe20bd14640a819abfc7f4fe9e80d541 authored over 4 years ago
More precise filename parsing in python module. Closes #114.

Previously, python module would check if filename started with "tcp"
or "http." This would cause...

b56063b4233d15e2790cd2a71d9356621e6a6ce7 authored over 4 years ago
Release 4.3.0

e3c9707776df384ddb8c95de520ce66974987c22 authored almost 5 years ago
Remove some fields from r2pipe.cabal

b1a28543874dd7b608f0ef3456ae4969e59976c0 authored almost 5 years ago
Make cmdj return polymorphic in Haskell (#113)

48f71c9ad428bfd678beca1d6ff28190f5cd06fe authored almost 5 years ago
Add Cabal Package for Haskell and rename to R2Pipe

4c279233c1b168a64b7b7e7868a5daa8e13e763b authored almost 5 years ago
Support running inside r2 in Haskell

6a800bb24aded75a4ffc1221e1cd707d6c478d90 authored almost 5 years ago
Upgrade r2pipe-promise to use latest r2pipe

721111afff23b6578d63280b823a7896607a8f48 authored about 5 years ago
Deprecate syspipe dependency for nodejs

1a22b98ae1fe489e408a563d34d8c38f497a7261 authored about 5 years ago
Add v.mod

1984dbc5f82a8d557e05a0144ce444768579cf8e authored about 5 years ago
Add V example

6bedb1edab553d0963fcd2cbb9cdb9af3ec355c8 authored about 5 years ago
Release 4.0

3f3c0830ae0c6d1a7853a974cfab125003b07b24 authored about 5 years ago
Release r2pipe-1.4.2 for python

1394b51d6abdbd065f1b3ff63d421edc56086d59 authored about 5 years ago
Merge pull request #107 from R2S4X/fix_unclosed_file

Fix issue with unclosed file descriptors

c13da476af33c2b9e74bc5c1683767d7043a31dd authored over 5 years ago
Merge pull request #104 from Maijin/patch-1

Rename README.rst to README.md

65cbe00efc87c033cfd98c62605e54374394e273 authored over 5 years ago
Fix issue with unclosed file descriptors

452cb102f36cf2985818ef4ffe8550dc8edbc97e authored over 5 years ago
Change radare->radareorg links (#106)

fb41ef2b3a970948b017e4f6c96f17461f0e5366 authored over 5 years ago
Release 3.7.0

fe036164dfb0903942645661f427b0f66317d4bd authored over 5 years ago
Rename README.rst to README.md

Change back to .md which is accepted by pypi - https://packaging.python.org/guides/making-a-pypi...

9cc51fb013999266296c9ea8432c15f8e78b1ff3 authored over 5 years ago
Release r2pipe.js 2.7.2

17f08491e86a04d03c1f710f5664ff331d52c4b6 authored over 5 years ago
Add test for the hang bug in r2pipe-promise

d35e1afcba825198f98f07f6807b528f407a9a51 authored over 5 years ago
Minor fix for the r2pipe-promise arg

5b9efac72e2c7a0788df6e57d95ce471b203ef1d authored over 5 years ago
Minor fixes for r2pipe.js in argument parsing

9216c2566b710a472a480953d972ab9ec83fc5d1 authored over 5 years ago