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]
SGXOEWHUAdding a patched chardetng (temporarily) - [5]
TNN56XYKlibpijul alpha.43 - [6]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [7]
WIORLB47Version bump - [8]
JACZWIJ6Version bump - [9]
HQ56ADNSFormatting, and version bump - [10]
V4T4SC7OTesting binary diff - [11]
ZTVNGFNTVersion bump - [12]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [13]
SAGSYAPXVarious version bumps - [14]
VO5OQW4WRemoving anyhow in libpijul - [15]
YX3VCEOMVersion bump - [16]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [17]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [18]
NWYJJHDFVersion bump - [19]
OUWD436AVersion bump - [20]
HKEOO4QJVersion bump - [21]
HSVGP2G4Version bump + formatting - [22]
HDGRZISMVersion updates - [23]
6HNRL5RTdetect non-utf8 text files - [24]
HW5Q7GGYVersion bump - [25]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [26]
UN64Q3P2Version bump - [27]
6XDVUSBMVersion bump - [28]
CT6FBU57SDPX license + version bump - [29]
GBSL4AZIVersion bump - [30]
VRDOV7DDVersions - [31]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [32]
FXEDPLRIResurrecting tests, and type cleanup (no need for Arc<RwLock<…>> anymore) - [33]
NX5I5H53New published versions - [34]
PDTUHOMVfix left over conflicts - [35]
XAY4DYRRVersion bump - [36]
52SOYOCNtree_magic instead of tree_magic_mini - [37]
G65S7FAWVersion bump and cleanup - [38]
WI5BS6BSNew published versions - [39]
JRENVH5DReqwest 0.11 - [40]
3S4DR77ZVersion updates - [41]
EEBKW7VTKeys and identities - [42]
SMMBFECLConverting to the new patch format "online" - [43]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [44]
A3RM526YIntegrating identity malleability - [45]
TVVW53HZConflict resolution - [46]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [47]
G6YZ7U65Version bump - [48]
6CZYYOG7Faster guessing of encoding - [49]
I24UEJQLVarious post-fire fixes - [50]
6DOXSHWGCleanup, and version bump - [51]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [52]
FYUDBQ3CFormatting changes + version bump
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 }