0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(GNAT) Set object directories for zipada_test.gpr
gautier_bd
as gdemont
More... almost 7 years ago
test/zip_with_many_files.adb creates several archives
gautier_bd
as gdemont
More... almost 7 years ago
Comment gardening in test & demo for Extract's file_system_routines parameter
gautier_bd
as gdemont
More... almost 7 years ago
Doc update around Zip_Capacity_Exceeded
gautier_bd
as gdemont
More... almost 7 years ago
Documentation update
gautier_bd
as gdemont
More... almost 7 years ago
Upgraded ObjectAda project file to 64 bits
gautier_bd
as gdemont
More... almost 7 years ago
Zip_32 capacity overflow detected as soon as possible
gautier_bd
as gdemont
More... almost 7 years ago
LZMA: defined end_of_stream_magic_distance constant
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: using a return code instead of an exception on end-of-stream marker
gautier_bd
as gdemont
More... almost 7 years ago
LZMA: moved type Data_Bytes_Count to root package
gautier_bd
as gdemont
More... almost 7 years ago
LZMA: move type Byte to root package
gautier_bd
as gdemont
More... almost 7 years ago
Source code gardening in zip.adb and unzipada.adb
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: added Probability_model_size, and some comments about LZMA headers
gautier_bd
as gdemont
More... almost 7 years ago
Test_non_zip: completed raw schemes
gautier_bd
as gdemont
More... almost 7 years ago
test_non_zip ('plain' implemented)
gautier_bd
as gdemont
More... almost 7 years ago
Added test: test_non_zip (so far, a stub)
gautier_bd
as gdemont
More... almost 7 years ago
Removed 1 false positive warning with -gnatwh
gautier_bd
as gdemont
More... almost 7 years ago
Added testing scripts for non-Zip-archive encoders/decoders
gautier_bd
as gdemont
More... almost 7 years ago
(GNAT project file) Added a few more warnings switches
gautier_bd
as gdemont
More... almost 7 years ago
Resolved selected name hiding cases (-gnatwh)
gautier_bd
as gdemont
More... almost 7 years ago
Added checks in Zip.Create for Zip_32 archive format
gautier_bd
as gdemont
More... almost 7 years ago
Added test: zip_with_big_files.adb
gautier_bd
as gdemont
More... almost 7 years ago
GNAT project files: spun off tests to a separate project file
gautier_bd
as gdemont
More... almost 7 years ago
Adapted a comment in Zip.Headers
gautier_bd
as gdemont
More... almost 7 years ago
Added in zip.ads: type Zip_archive_format_type is (Zip_32, Zip_64)
gautier_bd
as gdemont
More... almost 7 years ago
Zip_Streams: ZS_Size_Type is now 64-bit signed, enabling Zip.Create to capture archive size overflows
gautier_bd
as gdemont
More... almost 7 years ago
Zip.Create: added Zip_Capacity_Exceeded exception
gautier_bd
as gdemont
More... almost 7 years ago
Doc update
gautier_bd
as gdemont
More... almost 7 years ago
Zip.Headers: fixed case where the_end.central_dir_offset = 0 or the_end.central_dir_size = 0 (empty, correct Zip archive with only an end-of-central-directory block)
gautier_bd
as gdemont
More... about 7 years ago
Zip header loading: clearer handling of some bad cases
gautier_bd
as gdemont
More... about 7 years ago