Ecosyste.ms: OpenCollective

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

RHash

RHash development
Collective - Host: opensource - https://opencollective.com/rhash - Website: http://rhash.sf.net/ - Code: https://github.com/rhash

Librhash: Suppress clang-analyzer warnings

Co-authored-by: Aleksey Kravchenko <[email protected]>

github.com/rhash/RHash - e17e07ebbb83875a133c4cb04661f29afe3c9d89 authored about 1 year ago
librhash: aligned_alloc is not available on Solaris

github.com/rhash/RHash - f8ba8bbb4289178ef9f7d7de40e2ef3d0038c245 authored about 1 year ago
librhash: Explicitly enable large file support on 32-bit targets

`_LARGEFILE_SOURCE` is needed at least on SunOS i386 if compiler
extensions are not enabled.

github.com/rhash/RHash - 48f0773440ac37d6a61ca1afe8bc3c49065f38d9 authored about 1 year ago
Fix wrong doxygen variable name

github.com/rhash/RHash - ccb726c4cb903d5d49bb4098e40c1a0525bfbd07 authored about 1 year ago
Add pt_BR translation, update `rhash.pot`

github.com/rhash/RHash - eb536fa8f40074b6881ca00e7fd775a7ae814a41 authored over 1 year ago
Fix #238: Build on Unix

github.com/rhash/RHash - b8c91ea6551e99e10352386cd46ea26973bb4a4d authored over 1 year ago
Fix: Create correct dylib symlink on macOS

github.com/rhash/RHash - ee1cf8ce8c1a67ca07fabfba6ba3d6c0909b5fed authored over 1 year ago
Fix: Remove call to wcscpy_s to repair winxp support

github.com/rhash/RHash - a5f558af1b5e01922d5b9e2d2f56af5f2f2f07ff authored over 1 year ago
Fix #243: Incorrect assigment in the configure script

github.com/rhash/RHash - c804982d1b24c6533118b3068d2cfdca685076f3 authored over 1 year ago
Bindings: Switch python and mono bindings to librhash.so.1

github.com/rhash/RHash - 5559059f0c0f78eae9f001c0ae280956f8d1c757 authored over 1 year ago
Fix #238: Build on *BSD

github.com/rhash/RHash - 9ef90b958b7ae50aeeb5c269468034d73d6e2efe authored over 1 year ago
Fix: Replace backslash sequence by \e in rhash.1

github.com/rhash/RHash - ea09d3b833af7decae39cd3f16a60955226e441a authored over 1 year ago
Version 1.4.4

github.com/rhash/RHash - cfe77846a4c1bc7424eb2da2b164577a16bbcb19 authored over 1 year ago
Fix: Drop unused function is_regular_file()

github.com/rhash/RHash - 12c2f7a3c17a9cbc60bf846cf546372bd8759fef authored over 1 year ago
Fix #229: Document possible values of path-separator

github.com/rhash/RHash - b1b0ef15ab8b7f67d601992949c22139d71fda9f authored over 1 year ago
Feat #220: Add configure option '--enable-static=librhash'

Co-authored-by: lvd <[email protected]>

github.com/rhash/RHash - 3f5dfd7af8e181bc4792f8db0afde799f4c8a2e4 authored over 1 year ago
Makefile: Replace build-static, build-shared by build target

github.com/rhash/RHash - 851d459dbf530b7e1f64d4140d3c314ad054c70a authored over 1 year ago
LibRHash: Put full library version into the library filename

github.com/rhash/RHash - 2e154317d47964a8510d2d291834756387ae167f authored over 1 year ago
LibRHash: Drop deprecated rhash_timing.h header

BREAKING CHANGE: Remove obsolete rhash_timer* functions
and bump the version of librhash soname

github.com/rhash/RHash - ec01ace6e2680c66e7493ff59272f2889cf32e3e authored over 1 year ago
Feat #190: leading and trailing spaces in the --bsd mode

github.com/rhash/RHash - 25d952028ade95f7a619389fdbb1c22827511b40 authored over 1 year ago
Feat #190: Support leading and trailing spaces in file names

github.com/rhash/RHash - 9ed0a15bbbeaa4c90c56ada1fe9cf72151247218 authored over 1 year ago
Fix #225: generate proper exports.sym on Linux

github.com/rhash/RHash - e4b8b9282709cfe875b8996f3f318212b3d0a52e authored over 1 year ago
Fix #233: do not add extra backslash for wildcards on windows

github.com/rhash/RHash - 08e7f376f042a4679fa0c29563dacbd230b06574 authored over 1 year ago
Fix gcc warning on url_length being used uninitialized

github.com/rhash/RHash - fa225c32448b47b20e96a5450f35028b00b08b74 authored over 1 year ago
Feat: support loongarch64 the Loongson 64-bit cpu

github.com/rhash/RHash - 6a457f2ca0dd3cf05937c1570bf8c9d194e4fccd authored over 1 year ago
Fix #228: the option -i is listed twice in the man page

github.com/rhash/RHash - 866913ec2e0ef1bfcf8e1c1af89ffb26404a34de authored over 1 year ago
Fix: tests under UCRT64

github.com/rhash/RHash - 3c819d8b0e85a36a8ce5877d0c8f77c0ad6be3bd authored almost 2 years ago
Feat: print the algorithms being calculated on -vv

github.com/rhash/RHash - 9a6c70c95066d31dc89d4f4d614e79527fd06780 authored almost 2 years ago
Fix: execution of tests by bash

github.com/rhash/RHash - 1486a21fd72b884ed9edd61e050f5e2dae93e29a authored about 2 years ago
Rename --maxdepth option to --max-depth

github.com/rhash/RHash - 838946fedbf28af0575f13c6278438f1365df426 authored over 2 years ago
Format options must honor escaping of special characters

github.com/rhash/RHash - 357e7d37961f589278159cc9bff6fe9369cf4db7 authored over 2 years ago
Escaping of special characters in file paths

github.com/rhash/RHash - 5ab59ef592826f91b59484a86072cc35b2e8d699 authored over 2 years ago
Support %d directive to print the file directory

github.com/rhash/RHash - b41c17cff7e79c4ba855d76a3f75c07dbfe0a580 authored over 2 years ago
Fix Windows build for ARM64/ARM64EC.

github.com/rhash/RHash - 318a48eb953b662a7fc28b198f3aaac9e396e303 authored over 2 years ago
Support --unverified option

github.com/rhash/RHash - 9c736174fb3d907e60e4859106c9ea7cd95b78e2 authored over 2 years ago
Support --missing option

github.com/rhash/RHash - a640ce319821618b0bdb640af97def2bb325ae0b authored over 2 years ago
Do not use aligned_alloc on Haiku, cause Haiku doesn't support it

github.com/rhash/RHash - 203e44a136c099ba02c085e808e72f3b0661affa authored over 2 years ago
i18n: Remove translation for a very rare technical message

github.com/rhash/RHash - 02549f7e4ad41222f26645120e32e31b9c092bb7 authored over 2 years ago
bindings: shorten long line in mono documentation

github.com/rhash/RHash - fd1dbcd7a99547d939bfecce5f3b2b291e538355 authored over 2 years ago
bindings: python package 1.1

github.com/rhash/RHash - 0e8413fd92e1f995573fc381506f01c71badb139 authored over 2 years ago
i18n: Fix output to console on mingw

github.com/rhash/RHash - b33d205af99210e389e583bc92bef6ec778a9b5d authored over 2 years ago
bindings: RHash store/load methods in Python module

github.com/rhash/RHash - 16dacb58edc642950d7fe2147c3a1d3699efe8ce authored over 2 years ago
bindings: Support Python operator 'with'

github.com/rhash/RHash - 92145e5b9a045b002b3fa7626d3f7ca71e0b99e3 authored over 2 years ago
bindings: Refactor python package

github.com/rhash/RHash - 2099995bbd5a64d2ce31055e8871a9f374f8a18c authored over 2 years ago
Update es.po (#210)

improving and adding missing translation

github.com/rhash/RHash - aee63a723b1483b136a615ab9ff8b5c67bfc2a92 authored over 2 years ago
Support verbose output in the library test

github.com/rhash/RHash - b7857853ad712ce33575811a5f96e50af8c864a3 authored over 2 years ago
LibRHash: Fix aligment for AICH/TTH/BTIH context export

github.com/rhash/RHash - 732554944b60b9eb7ee8152eca5b738dde389a77 authored over 2 years ago
LibRHash: Fix export for BTIH context

github.com/rhash/RHash - 633c7dd4d30d8d6f2cabb671e96e4b5df898a73d authored over 2 years ago
LibRHash: Lower libcrypto.so priority, when looking for libcrypto

github.com/rhash/RHash - 4ea9e292173d04cf50572cfced86d31a992f63e7 authored over 2 years ago
i18n: fix translations

github.com/rhash/RHash - 99eaa4963f4f6469c36aae036e524621866b86be authored over 2 years ago
Fix version macro

github.com/rhash/RHash - 01bcf3b6163a1e43845fbc08efe9ff551534db3c authored over 2 years ago
Version 1.4.3

github.com/rhash/RHash - a1ba419a295e2925cce55c80794873a92a838d44 authored over 2 years ago
Add libcrypto.so.3 to the list of library names in plug_openssl.c

The SHA1_Update/Final functions are deprecated in openssl 3 but they are still there...

github.com/rhash/RHash - 0f6ce47a95794421aed4e59050d6628b3d6e004e authored over 2 years ago
Show total speed in the update mode

github.com/rhash/RHash - ee4e6115cdc1b667665ed2e86721dbe95b01641c authored over 2 years ago
librhash: Rename the library test to test_lib.c

github.com/rhash/RHash - e80bf07929aef5a1202ad9510e90c6cf45213fed authored over 2 years ago
librhash: Runtime loading of crypto-1.1 library on MSYS2/CYGWIN

github.com/rhash/RHash - f1379e4eedc2fbe553a2ec47af823497bdc6fe1f authored over 2 years ago
librhash: Fix rhash_import for btih

github.com/rhash/RHash - ba89f605f62353be649031434e09bf131a6842b0 authored almost 3 years ago
speed sha1 a little more up by changing round function so that it modifies only a single variable per round

github.com/rhash/RHash - 0bde67caf64a4e298051c32eb5c635a264c1b005 authored almost 3 years ago
Improve filename-based hash algorithm detection

When checking a hash file without a hash algorithm specified on the
command line, RHash checks w...

github.com/rhash/RHash - dce4db0fbd903dc5edea575fa75d1c7606556c25 authored almost 3 years ago
Intel compilers versioned 20xx.y.z seem to work (#197)

github.com/rhash/RHash - 50eed81b5ff5f554aa899f54bc81e218c6137c0a authored almost 3 years ago
librhash: Support RHASH_ASSERT() macro

github.com/rhash/RHash - 8ea8a1748e5c7a8385c9f5094a7016310eacd67c authored almost 3 years ago
librhash: Add rhash_import() and rhash_export() functions

github.com/rhash/RHash - bbbe1beae95217b458ba43d4a90b7858325cca45 authored almost 3 years ago
librhash: Improve sha1 support in aich and btih

github.com/rhash/RHash - d55b2f5d81ba06b0181be0ef0d84292fbc571a01 authored almost 3 years ago
librhash: Support OPENSSL_NO_MD5 and OPENSSL_NO_SHA macros

github.com/rhash/RHash - e2bf2229e41c15a26b205c97465698a17691c63a authored almost 3 years ago
librhash: Support NO_TIGER2 macro

github.com/rhash/RHash - 18e03b255661eef8e42f971955af5db8fb9b7fca authored almost 3 years ago
librhash: Fix mistypes

github.com/rhash/RHash - d746352cc0ce5c3b879d277b337aca829f66fbfd authored almost 3 years ago
librhash: Declare rhash_init_multi()

github.com/rhash/RHash - 23b71fd990aee2ef9c6a01540dc71690cad814a2 authored about 3 years ago
Install shared library with file mode 755

github.com/rhash/RHash - 9903be0cb94b84188f9b3a42d6b6b8ca5073372e authored about 3 years ago
Use sequential read under Windows

github.com/rhash/RHash - 5b179a5c83086392ff87c96a0edba7f08d3e623f authored about 3 years ago
Honor hash file extension in --update mode

github.com/rhash/RHash - 9aaae30ccfb2bbae12f03b4bd25a0bd02dbbe4df authored about 3 years ago
Bugfix: repair building of static LibRHash on Solaris

github.com/rhash/RHash - 2177ea85e0851bd06092ffb238bce1198d682c8e authored about 3 years ago
Support --ignore-missing option

github.com/rhash/RHash - 568a5421e8bdebaba3d1c8ec134fdaa963dd11d7 authored about 3 years ago
Support option --brief for brief verification report

github.com/rhash/RHash - 25eb1f2ce01ebdfe5c6c499163fb9bfa980e86a5 authored about 3 years ago
Fix bug with hash options in --check mode

github.com/rhash/RHash - 79a1a0b3d267893c40ac31192b20e20969a3a79c authored about 3 years ago
librhash: Macros to select aligned_alloc implementation

github.com/rhash/RHash - 8cc3532d010066862640e2e797cd94f04c627dff authored about 3 years ago
Allow simultaneous usage of --update and --check options

github.com/rhash/RHash - 60528db61a0201a99f99e122f3bae36dbf550388 authored about 3 years ago
Store time as uint64_t

github.com/rhash/RHash - a89136acf97249b53f6d44eef74a7434e9a09f5e authored about 3 years ago
docs: Change sponsor url and sponsor button

github.com/rhash/RHash - 4f1e473b6b3666ec02fbd1c90153448440510f1f authored about 3 years ago
Create FUNDING.yml

github.com/rhash/RHash - 5ee04f2c939039020bea2331cde63194bd0d5a29 authored about 3 years ago
Refactoring: use IS_MODE macro

github.com/rhash/RHash - 4ef40990bfbf311b2a2d0c75f46892ae1aea1456 authored about 3 years ago
Honor --lowercase option while --embed-crc is in action

github.com/rhash/RHash - 5c9004d8e0c079ddac2c4f9f7175f75f383a5ac3 authored about 3 years ago
librhash: ripemd160 performance patch

github.com/rhash/RHash - 3791df14de5b78eb54d71479f05dc300d902c839 authored about 3 years ago
librhash: support compilation with Android NDK

github.com/rhash/RHash - bd092a9010c80a660f226d97a27cc356b642909b authored about 3 years ago
Add --bt-transmission option

github.com/rhash/RHash - 2b25bc6bc9110db9a74b9b3923b8aaa912f796d1 authored about 3 years ago
Fix install-gmo target to recompile gmo files only if needed

github.com/rhash/RHash - 9e4eeb1268149b24b7fbe0fc0fe91e3a266e6261 authored about 3 years ago
Fix different function signatures to silence gcc warning

github.com/rhash/RHash - 617b259fb4b4795a2f24f676c3a747237f3c34fc authored about 3 years ago
Fix crash while generating torrent from stdin

github.com/rhash/RHash - 684706ca236b006fb0d58308ebd4f860587ba68d authored about 3 years ago
Ignore star character at the start of filepath

github.com/rhash/RHash - de47f550f29fd6a35c1287e4b223cee851fd66d2 authored over 3 years ago
support path escaping

github.com/rhash/RHash - 757942e2d68c4527d37b8a6310d2dbf781d9225b authored over 3 years ago
fix incorrect total message in check-embedded mode

github.com/rhash/RHash - 5796c94b1eba4fb7407868555e630b409340b78e authored over 3 years ago
remove usage of 'which' utility

github.com/rhash/RHash - 6b282593f73e96fd6040c43587bec05ca85c2e8c authored over 3 years ago
bindings: improve python RHash class

github.com/rhash/RHash - 6d27a7d991b0cd7e482a4622457d26d4186754f7 authored over 3 years ago
bindings: update python meta-info

github.com/rhash/RHash - 64d241aff1a3994d29d07a4a9779836f933b4387 authored over 3 years ago
bindings: python package files

github.com/rhash/RHash - 5d8e4d787f1e83a99c6d736a8387192f231c323d authored over 3 years ago
bindings: support get_librhash_version() in python module

github.com/rhash/RHash - 62e676ad84cc92c088400f391f2f45b2dcc07693 authored over 3 years ago
bindings: better python SHA2_* constants and small refactoring

github.com/rhash/RHash - 654371b24cd8e7f69c7f01ad460013c7e1fca084 authored over 3 years ago
refactoring: small improvements of hash file parsing

github.com/rhash/RHash - 0a7dbbec9b83f01068dc58b33d9b682c85a76f7d authored over 3 years ago
bindings: pep8 codestyle for python module

github.com/rhash/RHash - 5f5cb6d780699129fe8589da1ec024248e72fd6f authored over 3 years ago
i18n: fix translation errors

github.com/rhash/RHash - ccaba487d37977c459653c0beebc8ff9970f626d authored over 3 years ago
i18n: update es translation

github.com/rhash/RHash - 318775baae984d0e0c1e278544216c9ee70fa155 authored over 3 years ago