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