Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
android-sparse-rs
Browse files
Dec 08, 2021
Remove outdated comment
· 1f28f315
Jan Teske
authored
Dec 08, 2021
1f28f315
Various code cleanups
· 39f0590e
Jan Teske
authored
Dec 08, 2021
View commits for tag v0.6.0
v0.6.0
39f0590e
Make `Error` impl `std::error::Error` again
· 3b2442e2
Jan Teske
authored
Dec 08, 2021
3b2442e2
Update version to 0.6.0
· 09dd570f
Jan Teske
authored
Dec 08, 2021
09dd570f
Merge branch 'generic' into 'master'
· d8e364df
Jan Teske
authored
Dec 08, 2021
d8e364df
upgraded to Rust 2021, made the APIs generic, not only to work with File,...
· 417661cd
Marco Grassi
authored
Dec 08, 2021
and
Jan Teske
committed
Dec 08, 2021
417661cd
Dec 06, 2018
Merge branch 'rust-2018'
· 57c25777
Jan Teske
authored
Dec 06, 2018
57c25777
Fix imports for 2018 edition
· a7f02612
Jan Teske
authored
Dec 06, 2018
a7f02612
Aug 28, 2018
Use std::fs::read to simplify integration tests.
· 1ac2165e
Jan Teske
authored
Aug 28, 2018
1ac2165e
Aug 19, 2018
Specify ChunkType magic values as descriminants of the respective enum variants.
· 67758f6a
Jan Teske
authored
Aug 19, 2018
67758f6a
Update version to 0.5.0.
· 8b565b51
Jan Teske
authored
Aug 19, 2018
View commits for tag v0.5.0
v0.5.0
8b565b51
Aug 18, 2018
Enable simg2img to decode multiple sparse images to a single raw image.
· cc778d17
Jan Teske
authored
Aug 18, 2018
cc778d17
Rename writers's `finish` method to `close` and make sure the finish
· ec03019c
Jan Teske
authored
Aug 18, 2018
ec03019c
Add integration tests for CLI commands img2simg and simg2img.
· a6d329a1
Jan Teske
authored
Aug 18, 2018
a6d329a1
Add integration tests for reading, writing, encoding, decoding.
· 79e2846a
Jan Teske
authored
Aug 18, 2018
79e2846a
Add unit tests for read.
· 22c1b2cb
Jan Teske
authored
Aug 18, 2018
22c1b2cb
Aug 17, 2018
Disable default clap features.
· 0afd2822
Jan Teske
authored
Aug 17, 2018
0afd2822
Mark items that are not part of the public API as pub(crate) instead.
· f01fde75
Jan Teske
authored
Aug 17, 2018
f01fde75
Make use blocks less verbose by reducing the number of use lines.
· 6a17d5bb
Jan Teske
authored
Aug 17, 2018
6a17d5bb
Aug 16, 2018
Remove unnecessary 'test_' prefixes from test functions.
· 0b7d74cd
Jan Teske
authored
Aug 16, 2018
0b7d74cd
Add unit tests for headers.
· 7050b9fa
Jan Teske
authored
Aug 16, 2018
7050b9fa
Add unit tests for ext.
· 316be043
Jan Teske
authored
Aug 16, 2018
316be043
Aug 14, 2018
Improve the speed of sparse checking.
· ec38671c
Jan Teske
authored
Aug 15, 2018
ec38671c
Fix chunk_size value of Crc32 chunks; must be 0, not 1.
· 0fdb80d4
Jan Teske
authored
Aug 14, 2018
0fdb80d4
Remove unused constants module.
· e3db256d
Jan Teske
authored
Aug 14, 2018
e3db256d
Aug 13, 2018
Replace actually writing skip blocks by setting the file offset forward.
· c4551290
Jan Teske
authored
Aug 14, 2018
c4551290
Add CRC checksum calculation and verification again.
· ef0edd75
Jan Teske
authored
Aug 12, 2018
ef0edd75
Aug 12, 2018
Completely redesign how encoding and decoding works.
· 0edd1aa8
Jan Teske
authored
Aug 12, 2018
0edd1aa8
Aug 05, 2018
Update version to 0.4.0.
· 8cdd8c59
Jan Teske
authored
Aug 05, 2018
View commits for tag v0.4.0
v0.4.0
8cdd8c59
CI: Enable caching of build directories.
· 69764098
Jan Teske
authored
Aug 05, 2018
69764098
Change licensing to MIT only.
· c701bab9
Jan Teske
authored
Aug 05, 2018
c701bab9
Share file references to raw chunks via Rc<RefCell<File>> instead of
· d63a4005
Jan Teske
authored
Aug 05, 2018
d63a4005
Simplify match expressions.
· 857f0c41
Jan Teske
authored
Aug 05, 2018
857f0c41
Clarify distiction between raw/sparse images and sparse files.
· e9b025d6
Jan Teske
authored
Aug 05, 2018
e9b025d6
Add docstrings to public items.
· da3f3350
Jan Teske
authored
Aug 05, 2018
da3f3350
Remove the Chunk::chunk_type method.
· aa570215
Jan Teske
authored
Aug 05, 2018
aa570215
Update formatting to last rustfmt.
· b69b1585
Jan Teske
authored
Aug 05, 2018
b69b1585
Remove bogus File::checksum method.
· c946e681
Jan Teske
authored
Aug 05, 2018
c946e681
Fix clippy warnings.
· 27ae89ff
Jan Teske
authored
Aug 05, 2018
27ae89ff
Reorder code in bin/ to make it clearer.
· 382badac
Jan Teske
authored
Aug 05, 2018
382badac
Loading