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
github.com/spacedriveapp/rust-openssl - 96a3ac26442af7216ddc39ae12777fbd1ed5171c authored almost 10 years ago
github.com/spacedriveapp/rust-openssl - e4eedbd53652b4f9a2bc95a3ad53de3fafa6201b authored almost 10 years ago
Chase std API stability changes
github.com/spacedriveapp/rust-openssl - 7327d3f334a6f39bc79ef8a446a87f59f715b4c5 authored almost 10 years agogithub.com/spacedriveapp/rust-openssl - ce427edb0861a51776aa91e50c9148c2aea8363e authored almost 10 years ago
Derive Debug instead of deprecated Show
github.com/spacedriveapp/rust-openssl - 94ff4cc7ae830807c002cf71e71797145bc1ea45 authored almost 10 years agoDeclare the use of unstable libstd APIs
github.com/spacedriveapp/rust-openssl - 0638c8d793b710cde475938fa7a5773ff2120016 authored almost 10 years agogithub.com/spacedriveapp/rust-openssl - 2bcd67f568be795b9d33832e71cc062c62a7e7c5 authored almost 10 years ago
github.com/spacedriveapp/rust-openssl - 4546f6d7d3596750f24700afef60ebcde3dba414 authored almost 10 years ago
github.com/spacedriveapp/rust-openssl - 89c3eaf4831d89731acddb71221b45334b1bbaed authored almost 10 years ago
Avoid duplicate calls to *_Final when dropping Hasher and HMAC
github.com/spacedriveapp/rust-openssl - 3a4691a8d51d79edaa322d6980f566432dc13b96 authored almost 10 years agoAn assertion triggered in finalize() would lead to drop() erroneously redoing the finalization. ...
github.com/spacedriveapp/rust-openssl - 4bd7ed8a39354416094ad6fb939c49d26300981f authored almost 10 years agoImprove Hasher and HMAC APIs
github.com/spacedriveapp/rust-openssl - 8b47daae66db425574fe85a687a7a09966feb1b3 authored almost 10 years agos/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
- Implement Clone and std::io::Writer.
- Reduce the API to write() and finish(). Contrary to std...
github.com/spacedriveapp/rust-openssl - 8fe0633917d7677524a2338d831f9ff5cf6cff80 authored almost 10 years ago
github.com/spacedriveapp/rust-openssl - 030cf5fe88f292a48b71789f5d0e9a9b133c5c09 authored almost 10 years ago
github.com/spacedriveapp/rust-openssl - cfe9df78fa5c341671a55a6945dedb91c21af8b6 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 0a258a0a2128749be84448bdd6819eaff38d4c70 authored about 10 years ago
Bring ffi definitions closer to the originals
github.com/spacedriveapp/rust-openssl - 0afb82bc4bba2e784a3cb687fe6aa9a857b921db authored about 10 years ago
Add missing return types and fix imprecise type translations.
Repair the fallout in the openssl ...
github.com/spacedriveapp/rust-openssl - 1a60bccb6a863e9287288439e104a16cdc8c9a68 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 65c1079a549b907661d37707320b656ce48085d4 authored about 10 years ago
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`c_char` is not `i8` on all platforms
github.com/spacedriveapp/rust-openssl - c49816055a1fb2083ba8d8676866130c126074ac authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 2f5d1e579bb2f1c57862dc1dd06a9c26eca68e50 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 5a153e9ead003bc21e412de97f27de6ab1e67b62 authored about 10 years ago
Update to rust master
github.com/spacedriveapp/rust-openssl - 74bba7d58a6725d70e2ba4c8388c1e26fbc8cd8c authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 9dfeea6ca9f8527e8be56c208e21a1a48f22f6cf authored about 10 years ago
Handle recent breaking changes
github.com/spacedriveapp/rust-openssl - 8b67adfc90d2ce3244f5c8f275916bb8b903fd21 authored about 10 years ago
- macro reform
- split of Show and String in formatter
- CString reform
- feature changes
github.com/spacedriveapp/rust-openssl - 1ba1067430bdc5b831aed1340030cb12596944c1 authored about 10 years ago
Update rust
github.com/spacedriveapp/rust-openssl - 37d97d310a933b651914b6f1a212f4a54fdc5197 authored about 10 years agoSigned-off-by: Peter Atashian <[email protected]>
github.com/spacedriveapp/rust-openssl - 3b198026803d3b61cc6fcc38849ed3e048916137 authored about 10 years agoAdded 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 agogithub.com/spacedriveapp/rust-openssl - 63fda80bf784771c8933b1e172606541f5a4fa4a authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 3ab2e07618fe5c1e239a64ce8e267bc1ca95aaf7 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 8d67a34d29e2452154a372f5bca33ff649e86577 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - b2929a662a9e4ef53c7ab5ca81e48a2d67a9b9ef authored about 10 years ago
github.com/spacedriveapp/rust-openssl - fde7fbd03b0a92c2bf515c8f1fd3609b8b8745e6 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - df9a73570d5231702cfc621850fde0d058c382f9 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 2f24d8e771cfc140e53e6afe58994aafd455b701 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - f5f8c0e62b64a803cc6cd9fdfc4e3e1f8737fec2 authored about 10 years ago
Updated to master:
github.com/spacedriveapp/rust-openssl - 9042a4db2fbd37255576ec36a3d9aea644ee7b2a authored about 10 years agogithub.com/spacedriveapp/rust-openssl - c51c5f1fe531a09c55e981e485ac17bf1b3aa952 authored about 10 years ago
- library stab issues
- deriving -> derive
- {mod} -> {self}
Removed BIGNUM_PTR struct.
github.com/spacedriveapp/rust-openssl - 2e2fde4b1a868050245b185b26a12187c379ec0d authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 077846fdb15d3495cdc053e8ba728b31e0f2635b authored about 10 years ago
OpenSSL-sys: Cfg off target_os instead off feature.
github.com/spacedriveapp/rust-openssl - ef8b8f7ead53ce0c58fdf446ef272f24b7dcb291 authored about 10 years agoArray syntax fallout
github.com/spacedriveapp/rust-openssl - d7e47a2b1f3143d8acdbb677181c933dc97c5593 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - afffffc730729248582a2231afdbd9ddeedcc343 authored about 10 years ago
It seems cargo doesn't provide --cfg entries for dep crates after all.
github.com/spacedriveapp/rust-openssl - 8a7e7b67d89561176d813f318a6f2e72e0c8fae6 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - d6ee6863b01424e8a77a79051a395be30334c203 authored about 10 years ago
Change to use updated Mutex API in latest Rust master.
github.com/spacedriveapp/rust-openssl - 6a208d5ff754fd8703a276ccd79929749c8fd5c3 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - dfdd4c0e4f647cf47c4a1cdb52de7e231dbfc86e authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 651a1eab0b051fc418d5a7e696f1eda2f2d08a11 authored about 10 years ago
ssl: use std::ptr::Unique to fix for opt-in Sync
github.com/spacedriveapp/rust-openssl - 078614157a934cb9fe078e799dfa6e61a992f1d1 authored about 10 years agoModifies 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 agogithub.com/spacedriveapp/rust-openssl - fa32bc950b8756b77bc1ba44d6f65276f55f4442 authored about 10 years ago
Conflicts:
openssl-sys/src/lib.rs
github.com/spacedriveapp/rust-openssl - 49a72ae9217c1d24e97445b9862da8eec7d86819 authored about 10 years ago
Update to rust master
github.com/spacedriveapp/rust-openssl - b136cf6c9068ad2993b6a84f27396012a9c5405e authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 7774e672a2c190dcf7a594882620b1fb607a3c13 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 12d31ade9dca8006b23e36d7631e9113f6234fc0 authored about 10 years ago
Fix openssl-sys.
github.com/spacedriveapp/rust-openssl - 5af17a6cc88451e2503001a444592f2d780e705d authored about 10 years agoimplementation for BigNum.
github.com/spacedriveapp/rust-openssl - e2fa62e2ae7bce4bee4744aa8ea440d8777e6890 authored about 10 years agoThis is breaking occaisionally but I can't repro it locally :(
github.com/spacedriveapp/rust-openssl - 217dad59dfbed952aa3eb0b18045dfbc1fe61b67 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 1392970360b5f71734fdc4069b36f6c267a51745 authored about 10 years ago
Updated for language changes to macros.
github.com/spacedriveapp/rust-openssl - 3329793492655ed75000544bae9fa3e299ce7969 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - a637f2b0bfaa077e1e56edc83d76677bccff09c6 authored about 10 years ago
Use static linking on android, which simplifies deployment since loading...
github.com/spacedriveapp/rust-openssl - 88b753d3feeab5de71c5fdc834c0cc2dc37ae42e authored about 10 years agogithub.com/spacedriveapp/rust-openssl - ada2398b758c9c46fd4beb7ef2e2f675e6d5c1e4 authored about 10 years ago
Update to rust master
github.com/spacedriveapp/rust-openssl - 8ee8b57486d262c5bad1c56348d15cc6aa6b3106 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 01a5d7cc56244e72ea760d47844da1f399978b05 authored about 10 years ago
Add rustlib 64-bit path in README
github.com/spacedriveapp/rust-openssl - f299e336d06a85438c3ee90aa06235510f3f5dbe authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 1dc66d948676b434690f866cb226fe4178dcd42d authored about 10 years ago
Track master: proc removal, tuple indexing
github.com/spacedriveapp/rust-openssl - a2341541d690f079f08a06a2a53135906822a187 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 6119d916cb57422d6f51b921f40239dbdf53b4fc authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 38682821ade69780e5c125fa00f1f71a3b161ffd authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 9754b8e47db5faff2930ed070527d2d71e76e094 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 4d49abd102942c6374c83767949ef812a7806ea7 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - c1e225563d1e8a339a07df9d30649bfd25bfe4ca authored about 10 years ago
Update to nightly: explicit Copy trait
github.com/spacedriveapp/rust-openssl - f22cdfb5945d175c55a3dcaedfce075b70e18e45 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 7a4fbc1567d2a1fd886a00adcf0bb01e796bf5aa authored about 10 years ago
github.com/spacedriveapp/rust-openssl - c9220900753052a946abf6ac6de172d4a5e98b43 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - f0de77388863eadf1a332a1bf02383a9003b0d04 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - fb1c8152741272bf526bb17fffa69c37b39eaa17 authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 33f3c966ac0448a6f906f23d7cf51969c088bfa1 authored about 10 years ago
Add the openssl function prototype 'HMAC_CTX_cleanup'.
github.com/spacedriveapp/rust-openssl - ae9e2b1e257a744fa538cf3db299cac0584b4417 authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 6d2f8d67f2423ba6a337359ecf0188bd52227dce authored about 10 years ago
github.com/spacedriveapp/rust-openssl - 8c255d6dc41900c48bd17d134973d93d8ea48c9b authored about 10 years ago
Don't forget to bump the openssl-sys dep version!
github.com/spacedriveapp/rust-openssl - 7f9658248fc337d4ec79ce01a90cd1cf3864c43a authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 93c6c867e0fa534e56e05886ca3ce2600defa8e0 authored about 10 years ago
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 agoAlso bump version minors for publishing. :)
github.com/spacedriveapp/rust-openssl - 10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22 authored about 10 years agoUse locally built libreSSL if targeting NaCl instead of the host's versions.
github.com/spacedriveapp/rust-openssl - 43c9a43e2dab93cfa24921b38c0a0fa8bd4e1857 authored about 10 years agouse instead of whatever pkg-config says (which in the case of crosses, is almost
certainly incorr...
github.com/spacedriveapp/rust-openssl - 6cdd2cf577434ca3473c217e8a272ee965ef131f authored about 10 years ago
Directly substitute $OPENSSL_PATH
github.com/spacedriveapp/rust-openssl - b8a41f79a1a78791dddd453db0aab5f0957152fc authored about 10 years agogithub.com/spacedriveapp/rust-openssl - 31d188e3130f7d522f929ba51d6408795651f72f authored about 10 years ago
Allow passing in Android paths
github.com/spacedriveapp/rust-openssl - b91a267082d3066bb369d3aa5b572d48b9ed8ded authored about 10 years ago