Ecosyste.ms: OpenCollective

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

Spacedrive

The file explorer from the future.
Collective - Host: opensource - https://opencollective.com/spacedrive - Website: https://spacedrive.app - Code: https://github.com/spacedriveapp

Don't bail out when targeting Android

github.com/spacedriveapp/rust-openssl - 96a3ac26442af7216ddc39ae12777fbd1ed5171c authored almost 10 years ago
Merge pull request #152 from gkoz/std_stability

Chase std API stability changes

github.com/spacedriveapp/rust-openssl - 7327d3f334a6f39bc79ef8a446a87f59f715b4c5 authored almost 10 years ago
Chase std API stability changes

github.com/spacedriveapp/rust-openssl - ce427edb0861a51776aa91e50c9148c2aea8363e authored almost 10 years ago
Merge pull request #150 from gkoz/show_debug

Derive Debug instead of deprecated Show

github.com/spacedriveapp/rust-openssl - 94ff4cc7ae830807c002cf71e71797145bc1ea45 authored almost 10 years ago
Merge pull request #151 from gkoz/std_stability_warns

Declare the use of unstable libstd APIs

github.com/spacedriveapp/rust-openssl - 0638c8d793b710cde475938fa7a5773ff2120016 authored almost 10 years ago
Declare the use of unstable libstd APIs

github.com/spacedriveapp/rust-openssl - 2bcd67f568be795b9d33832e71cc062c62a7e7c5 authored almost 10 years ago
Derive Debug instead of deprecated Show

github.com/spacedriveapp/rust-openssl - 4546f6d7d3596750f24700afef60ebcde3dba414 authored almost 10 years ago
Fix for stability changes

github.com/spacedriveapp/rust-openssl - 89c3eaf4831d89731acddb71221b45334b1bbaed authored almost 10 years ago
Merge pull request #149 from gkoz/hashers_double_fin

Avoid duplicate calls to *_Final when dropping Hasher and HMAC

github.com/spacedriveapp/rust-openssl - 3a4691a8d51d79edaa322d6980f566432dc13b96 authored almost 10 years ago
Avoid duplicate calls to *_Final when dropping Hasher and HMAC

An assertion triggered in finalize() would lead to drop() erroneously redoing the finalization. ...

github.com/spacedriveapp/rust-openssl - 4bd7ed8a39354416094ad6fb939c49d26300981f authored almost 10 years ago
Merge pull request #141 from gkoz/borrow_mut

Improve Hasher and HMAC APIs

github.com/spacedriveapp/rust-openssl - 8b47daae66db425574fe85a687a7a09966feb1b3 authored almost 10 years ago
Rename crypto::hash::HashType -> Type

s/HashType/Type/ to follow the current Rust style. Import Type as HashType in modules where the ...

github.com/spacedriveapp/rust-openssl - 71f84202053e81581dc619ae9df1c37cfc0482e6 authored almost 10 years ago
Change Hasher and HMAC APIs closer to std::hash model

- Implement Clone and std::io::Writer.
- Reduce the API to write() and finish(). Contrary to std...

github.com/spacedriveapp/rust-openssl - eb7b7bf8478be66b4849f2d336dbffd6a8374284 authored almost 10 years ago
Fix for IO changes

github.com/spacedriveapp/rust-openssl - 030cf5fe88f292a48b71789f5d0e9a9b133c5c09 authored almost 10 years ago
Fix for upstream changes

github.com/spacedriveapp/rust-openssl - 0a258a0a2128749be84448bdd6819eaff38d4c70 authored about 10 years ago
Merge pull request #145 from gkoz/ffi_fixes

Bring ffi definitions closer to the originals

github.com/spacedriveapp/rust-openssl - 0afb82bc4bba2e784a3cb687fe6aa9a857b921db authored about 10 years ago
Bring ffi definitions closer to the originals

Add missing return types and fix imprecise type translations.
Repair the fallout in the openssl ...

github.com/spacedriveapp/rust-openssl - cb0898df37374ac99b56d40f6e933a8c4bb4cec8 authored about 10 years ago
Drop execute bits on source files

github.com/spacedriveapp/rust-openssl - 65c1079a549b907661d37707320b656ce48085d4 authored about 10 years ago
Merge pull request #142 from akiss77/pr-u8-c_char

Fix ffi: `BN_hex2bn` and `BN_dec2bn` shall take `*const c_char` as parameter

github.com/spacedriveapp/rust-openssl - a73e9820246ce9517fe9d33751c01d2d51d9a235 authored about 10 years ago
Fix ffi: `BN_hex2bn` and `BN_dec2bn` shall take `*const c_char` as parameter

`c_char` is not `i8` on all platforms

github.com/spacedriveapp/rust-openssl - c49816055a1fb2083ba8d8676866130c126074ac authored about 10 years ago
Merge pull request #140 from alexcrichton/update

Update to rust master

github.com/spacedriveapp/rust-openssl - 74bba7d58a6725d70e2ba4c8388c1e26fbc8cd8c authored about 10 years ago
Update to rust master

github.com/spacedriveapp/rust-openssl - 9dfeea6ca9f8527e8be56c208e21a1a48f22f6cf authored about 10 years ago
Merge pull request #139 from vhbit/up-master

Handle recent breaking changes

github.com/spacedriveapp/rust-openssl - 8b67adfc90d2ce3244f5c8f275916bb8b903fd21 authored about 10 years ago
Handle recent breaking changes

- macro reform
- split of Show and String in formatter
- CString reform
- feature changes

github.com/spacedriveapp/rust-openssl - 2a646916d75571e9232e3a6a5a6cd439fe639257 authored about 10 years ago
Merge pull request #138 from retep998/master

Update rust

github.com/spacedriveapp/rust-openssl - 37d97d310a933b651914b6f1a212f4a54fdc5197 authored about 10 years ago
Update rust

Signed-off-by: Peter Atashian <[email protected]>

github.com/spacedriveapp/rust-openssl - 3b198026803d3b61cc6fcc38849ed3e048916137 authored about 10 years ago
Merge pull request #137 from cjcole/master

Added BN_[add,div,mul,sub,mod]_word and conversions to and from dec and hex strings.

github.com/spacedriveapp/rust-openssl - 2b6b1ef8b38f66e5801a1c3bebe19fbb563e110a authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/spacedriveapp/rust-openssl - 63fda80bf784771c8933b1e172606541f5a4fa4a authored about 10 years ago
Fix for upstream changes

github.com/spacedriveapp/rust-openssl - 8d67a34d29e2452154a372f5bca33ff649e86577 authored about 10 years ago
Added use of ToCStr trait.

github.com/spacedriveapp/rust-openssl - b2929a662a9e4ef53c7ab5ca81e48a2d67a9b9ef authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/spacedriveapp/rust-openssl - fde7fbd03b0a92c2bf515c8f1fd3609b8b8745e6 authored about 10 years ago
Fix deprecation warnings

github.com/spacedriveapp/rust-openssl - 2f24d8e771cfc140e53e6afe58994aafd455b701 authored about 10 years ago
Merge branch 'master' of https://github.com/cjcole/rust-openssl

github.com/spacedriveapp/rust-openssl - f5f8c0e62b64a803cc6cd9fdfc4e3e1f8737fec2 authored about 10 years ago
Merge pull request #136 from vhbit/up-master

Updated to master:

github.com/spacedriveapp/rust-openssl - 9042a4db2fbd37255576ec36a3d9aea644ee7b2a authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/spacedriveapp/rust-openssl - c51c5f1fe531a09c55e981e485ac17bf1b3aa952 authored about 10 years ago
Updated to master:

- library stab issues
- deriving -> derive
- {mod} -> {self}

github.com/spacedriveapp/rust-openssl - cf028e971a11f7ab0a5ab2c01daa03d559db1322 authored about 10 years ago
Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word.

Removed BIGNUM_PTR struct.

github.com/spacedriveapp/rust-openssl - 2e2fde4b1a868050245b185b26a12187c379ec0d authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/spacedriveapp/rust-openssl - 077846fdb15d3495cdc053e8ba728b31e0f2635b authored about 10 years ago
Merge pull request #134 from DiamondLovesYou/master

OpenSSL-sys: Cfg off target_os instead off feature.

github.com/spacedriveapp/rust-openssl - ef8b8f7ead53ce0c58fdf446ef272f24b7dcb291 authored about 10 years ago
Merge pull request #135 from vhbit/array-syntax

Array syntax fallout

github.com/spacedriveapp/rust-openssl - d7e47a2b1f3143d8acdbb677181c933dc97c5593 authored about 10 years ago
Array syntax fallout

github.com/spacedriveapp/rust-openssl - afffffc730729248582a2231afdbd9ddeedcc343 authored about 10 years ago
OpenSSL-sys: Cfg off target_os instead off feature.

It seems cargo doesn't provide --cfg entries for dep crates after all.

github.com/spacedriveapp/rust-openssl - 8a7e7b67d89561176d813f318a6f2e72e0c8fae6 authored about 10 years ago
Merge pull request #133 from kinghajj/mutex-api-changes

Change to use updated Mutex API in latest Rust master.

github.com/spacedriveapp/rust-openssl - 6a208d5ff754fd8703a276ccd79929749c8fd5c3 authored about 10 years ago
Change to use updated Mutex API in latest Rust master.

github.com/spacedriveapp/rust-openssl - dfdd4c0e4f647cf47c4a1cdb52de7e231dbfc86e authored about 10 years ago
Merge pull request #132 from jmesmon/fix-opt-in-sync

ssl: use std::ptr::Unique to fix for opt-in Sync

github.com/spacedriveapp/rust-openssl - 078614157a934cb9fe078e799dfa6e61a992f1d1 authored about 10 years ago
ssl: use std::ptr::Unique to fix for opt-in Sync

Modifies Ssl & SslContext.

This removes the errors like:

src/ssl/tests.rs:202:14: 202:27 erro...

github.com/spacedriveapp/rust-openssl - 066c54a34cbdb3a946100bacda2d2a861d57a940 authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
openssl-sys/src/lib.rs

github.com/spacedriveapp/rust-openssl - 156fc65eb0138da8c603df82baa4a756d4d6d420 authored about 10 years ago
Merge pull request #130 from alexcrichton/update

Update to rust master

github.com/spacedriveapp/rust-openssl - b136cf6c9068ad2993b6a84f27396012a9c5405e authored about 10 years ago
Update to rust master

github.com/spacedriveapp/rust-openssl - 7774e672a2c190dcf7a594882620b1fb607a3c13 authored about 10 years ago
Merge pull request #128 from aatxe/master

Fix openssl-sys.

github.com/spacedriveapp/rust-openssl - 5af17a6cc88451e2503001a444592f2d780e705d authored about 10 years ago
Replaced now removed NativeMutex with StaticMutex, and fixed Neg

implementation for BigNum.

github.com/spacedriveapp/rust-openssl - e2fa62e2ae7bce4bee4744aa8ea440d8777e6890 authored about 10 years ago
Print unexpected error codes

This is breaking occaisionally but I can't repro it locally :(

github.com/spacedriveapp/rust-openssl - 217dad59dfbed952aa3eb0b18045dfbc1fe61b67 authored about 10 years ago
Merge pull request #126 from aatxe/master

Updated for language changes to macros.

github.com/spacedriveapp/rust-openssl - 3329793492655ed75000544bae9fa3e299ce7969 authored about 10 years ago
Updated for language changes to macros.

github.com/spacedriveapp/rust-openssl - a637f2b0bfaa077e1e56edc83d76677bccff09c6 authored about 10 years ago
Merge pull request #119 from glennw/android-static-linking

Use static linking on android, which simplifies deployment since loading...

github.com/spacedriveapp/rust-openssl - 88b753d3feeab5de71c5fdc834c0cc2dc37ae42e authored about 10 years ago
Merge pull request #125 from alexcrichton/update

Update to rust master

github.com/spacedriveapp/rust-openssl - 8ee8b57486d262c5bad1c56348d15cc6aa6b3106 authored about 10 years ago
Update to rust master

github.com/spacedriveapp/rust-openssl - 01a5d7cc56244e72ea760d47844da1f399978b05 authored about 10 years ago
Merge pull request #115 from brunoqc/patch-1

Add rustlib 64-bit path in README

github.com/spacedriveapp/rust-openssl - f299e336d06a85438c3ee90aa06235510f3f5dbe authored about 10 years ago
Merge pull request #122 from vhbit/proc_removal

Track master: proc removal, tuple indexing

github.com/spacedriveapp/rust-openssl - a2341541d690f079f08a06a2a53135906822a187 authored about 10 years ago
Track master: proc removal, tuple indexing

github.com/spacedriveapp/rust-openssl - 6119d916cb57422d6f51b921f40239dbdf53b4fc authored about 10 years ago
Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.

github.com/spacedriveapp/rust-openssl - 38682821ade69780e5c125fa00f1f71a3b161ffd authored about 10 years ago
Use static linking on android, which simplifies deployment since loading application specific shared libraries on android requires Java code or other hacks.

github.com/spacedriveapp/rust-openssl - 4d49abd102942c6374c83767949ef812a7806ea7 authored about 10 years ago
Clean up Copy impls a bit

github.com/spacedriveapp/rust-openssl - c1e225563d1e8a339a07df9d30649bfd25bfe4ca authored about 10 years ago
Merge pull request #118 from vhbit/oibit-fix

Update to nightly: explicit Copy trait

github.com/spacedriveapp/rust-openssl - f22cdfb5945d175c55a3dcaedfce075b70e18e45 authored about 10 years ago
Added BigNum::one().

github.com/spacedriveapp/rust-openssl - 7a4fbc1567d2a1fd886a00adcf0bb01e796bf5aa authored about 10 years ago
Update to nightly: explicit Copy trait

github.com/spacedriveapp/rust-openssl - c9220900753052a946abf6ac6de172d4a5e98b43 authored about 10 years ago
Use "ffi" namespace.

github.com/spacedriveapp/rust-openssl - f0de77388863eadf1a332a1bf02383a9003b0d04 authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/spacedriveapp/rust-openssl - fb1c8152741272bf526bb17fffa69c37b39eaa17 authored about 10 years ago
Merge pull request #117 from Ummon/master

Add the openssl function prototype 'HMAC_CTX_cleanup'.

github.com/spacedriveapp/rust-openssl - ae9e2b1e257a744fa538cf3db299cac0584b4417 authored about 10 years ago
Add the openssl function prototype 'HMAC_CTX_cleanup'.

github.com/spacedriveapp/rust-openssl - 6d2f8d67f2423ba6a337359ecf0188bd52227dce authored about 10 years ago
Add rustlib 64-bit path in README

github.com/spacedriveapp/rust-openssl - 8c255d6dc41900c48bd17d134973d93d8ea48c9b authored about 10 years ago
Merge pull request #114 from DiamondLovesYou/master

Don't forget to bump the openssl-sys dep version!

github.com/spacedriveapp/rust-openssl - 7f9658248fc337d4ec79ce01a90cd1cf3864c43a authored about 10 years ago
Don't forget to bump the openssl-sys dep version!

github.com/spacedriveapp/rust-openssl - 93c6c867e0fa534e56e05886ca3ce2600defa8e0 authored about 10 years ago
Merge pull request #113 from DiamondLovesYou/nacl-crosses

Now that pkg-config 0.1.1 has been published, delegate bailout detection to pkg-config.

github.com/spacedriveapp/rust-openssl - 6d6ef3e747ee25764e5e39406f3eb15cd18b065d authored about 10 years ago
Now that pkg-config 0.1.1 has been published, delegate to bailout detection to pkg-config.

Also bump version minors for publishing. :)

github.com/spacedriveapp/rust-openssl - 10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22 authored about 10 years ago
Merge pull request #108 from DiamondLovesYou/nacl-crosses

Use locally built libreSSL if targeting NaCl instead of the host's versions.

github.com/spacedriveapp/rust-openssl - 43c9a43e2dab93cfa24921b38c0a0fa8bd4e1857 authored about 10 years ago
Add a feature to openssl-sys to cause it to build a local copy of libressl for

use instead of whatever pkg-config says (which in the case of crosses, is almost
certainly incorr...

github.com/spacedriveapp/rust-openssl - 0dff5268de2e072d162ad492304e15d079d2d4f8 authored about 10 years ago
Speed up SslStream initialization a bit

github.com/spacedriveapp/rust-openssl - 6cdd2cf577434ca3473c217e8a272ee965ef131f authored about 10 years ago
Merge pull request #110 from Manishearth/patch-1

Directly substitute $OPENSSL_PATH

github.com/spacedriveapp/rust-openssl - b8a41f79a1a78791dddd453db0aab5f0957152fc authored about 10 years ago
Directly substitute $OPENSSL_PATH

github.com/spacedriveapp/rust-openssl - 31d188e3130f7d522f929ba51d6408795651f72f authored about 10 years ago
Merge pull request #109 from Manishearth/android

Allow passing in Android paths

github.com/spacedriveapp/rust-openssl - b91a267082d3066bb369d3aa5b572d48b9ed8ded authored about 10 years ago