Version bump (upgrade to zstd-seekable 0.2, take 2)
Dependencies
- [2]
6O43WXDAVersion bump - [3]
TYAKEAJLA better estimate of the maximum number of open patches we can keep (Unix-only at the moment) - [4]
CT6FBU57SDPX license + version bump - [5]
FYUDBQ3CFormatting changes + version bump - [6]
6XDVUSBMVersion bump - [7]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [8]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [9]
HKEOO4QJVersion bump - [10]
HDGRZISMVersion updates - [11]
6DOXSHWGCleanup, and version bump - [12]
EEBKW7VTKeys and identities - [13]
HW5Q7GGYVersion bump - [14]
YX3VCEOMVersion bump - [15]
6HNRL5RTdetect non-utf8 text files - [16]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [17]
SAGSYAPXVarious version bumps - [18]
VO5OQW4WRemoving anyhow in libpijul - [19]
A3RM526YIntegrating identity malleability - [20]
XAY4DYRRVersion bump - [21]
VRDOV7DDVersions - [22]
OUWD436AVersion bump - [23]
HSVGP2G4Version bump + formatting - [24]
JACZWIJ6Version bump - [25]
I24UEJQLVarious post-fire fixes - [26]
GBSL4AZIVersion bump - [27]
WIORLB47Version bump - [28]
TVVW53HZConflict resolution - [29]
PDTUHOMVfix left over conflicts - [30]
NX5I5H53New published versions - [31]
WI5BS6BSNew published versions - [32]
SGXOEWHUAdding a patched chardetng (temporarily) - [33]
FXEDPLRIResurrecting tests, and type cleanup (no need for Arc<RwLock<…>> anymore) - [34]
3S4DR77ZVersion updates - [35]
HQ56ADNSFormatting, and version bump - [36]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [37]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [38]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [39]
SMMBFECLConverting to the new patch format "online" - [40]
V4T4SC7OTesting binary diff - [41]
G6YZ7U65Version bump - [42]
JRENVH5DReqwest 0.11 - [43]
6CZYYOG7Faster guessing of encoding - [44]
NWYJJHDFVersion bump - [45]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [46]
UN64Q3P2Version bump - [47]
ZTVNGFNTVersion bump - [48]
G65S7FAWVersion bump and cleanup - [49]
TNN56XYKlibpijul alpha.43 - [50]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [51]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [52]
52SOYOCNtree_magic instead of tree_magic_mini
Change contents
- replacement in "libpijul/src/changestore/filesystem.rs" at line 9
change_cache: RefCell<lru_cache::LruCache<ChangeId, ChangeFile<'static>>>,change_cache: RefCell<lru_cache::LruCache<ChangeId, ChangeFile>>, - replacement in "libpijul/src/changestore/filesystem.rs" at line 82
std::cell::RefMut<lru_cache::LruCache<ChangeId, ChangeFile<'static>>>,std::cell::RefMut<lru_cache::LruCache<ChangeId, ChangeFile>>, - replacement in "libpijul/src/change/change_file.rs" at line 5
pub struct ChangeFile<'a> {s: Option<zstd_seekable::Seekable<'a, OffFile>>,pub struct ChangeFile {s: Option<zstd_seekable::Seekable<OffFile>>, - replacement in "libpijul/src/change/change_file.rs" at line 37
impl<'a> ChangeFile<'a> {impl ChangeFile { - replacement in "libpijul/src/change/change_file.rs" at line 87
Some(zstd_seekable::Seekable::init(Box::new(OffFile {Some(zstd_seekable::Seekable::init(OffFile { - replacement in "libpijul/src/change/change_file.rs" at line 90
}))?)}, None)?) - replacement in "libpijul/Cargo.toml" at line 4
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48" - replacement in "libpijul/Cargo.toml" at line 119
zstd-seekable = { version = "0.1.7", optional = true }zstd-seekable = { version = "0.2.0", optional = true }