Compiling Thrussh with feature OpenSSL by default
Dependencies
- [2]
FYUDBQ3CFormatting changes + version bump - [3]
HKA66XOQUpdating Thrussh version for long or massive connections - [4]
HDGRZISMVersion updates - [5]
MNTJ3VOKVersion bump - [6]
WTRH4B2XFormatting - [7]
6DOXSHWGCleanup, and version bump - [8]
ZQXP3HNAVersion bump - [9]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [10]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [11]
VYHHOEYHVersions and formatting - [12]
OUWD436AVersion bump - [13]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [14]
SAGSYAPXVarious version bumps - [15]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [16]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [17]
3S4DR77ZVersion updates - [18]
WI5BS6BSNew published versions - [19]
WIORLB47Version bump - [20]
XAY4DYRRVersion bump - [21]
NX5I5H53New published versions - [22]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [23]
ZTVNGFNTVersion bump - [24]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [25]
HSVGP2G4Version bump + formatting - [26]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [27]
VRDOV7DDVersions - [28]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [29]
JACZWIJ6Version bump - [30]
YN63NUZOSanakirja 1.0 - [31]
5YDI33C4Fixing pager on OSX - [32]
BT2ZHPY4Version bumps - [33]
BNPSVXICFriendlier progress bars - [34]
GBSL4AZIVersion bump - [35]
JRENVH5DReqwest 0.11 - [36]
SPA2OL5Ikeep-changes feature (default) to avoid deleting problematic changes - [37]
YX3VCEOMVersion bump - [38]
G65S7FAWVersion bump and cleanup - [39]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [40]
UN64Q3P2Version bump - [41]
3AZB5NUOFixing the Git feature - [42]
G6YZ7U65Version bump - [43]
QJXNUQFJSolving conflicts - [44]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [45]
SN7AGY6SMaking `pijul lock` robust to kill signals
Change contents
- replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.49"version = "1.0.0-alpha.50" - replacement in pijul/Cargo.toml at line 47
default = [ "keep-changes" ]default = [ "keep-changes", "openssl" ]openssl = [ "thrussh/openssl", "thrussh-keys/openssl" ] - replacement in pijul/Cargo.toml at line 54
libpijul = { path = "../libpijul", version = "1.0.0-alpha.40", features = [ "tarball" ] }libpijul = { path = "../libpijul", version = "1.0.0-alpha.43", features = [ "tarball" ] } - replacement in Cargo.lock at line 1506
version = "1.0.0-alpha.49"version = "1.0.0-alpha.50" - edit in Cargo.lock at line 2170
"openssl", - edit in Cargo.lock at line 2213
"openssl",