Skip to content

Releases: milasudril/wad64

More functionality and bugfixes

05 Jul 19:09
Compare
Choose a tag to compare
2.4.0

More functionality and bugfixes

Add helper to copy a file between two archives

01 Jul 10:38
Compare
Choose a tag to compare
2.3.0

Add helper to copy a file between two archives

Path components should not begin with '-' anywhere

29 Jun 10:08
Compare
Choose a tag to compare
2.2.1

Path components should not begin with '-' anywhere

Adding more utility functions

18 Jun 16:07
Compare
Choose a tag to compare

Some times, there is a short delay between two releases

Initial support for Cpython

18 Jun 09:58
Compare
Choose a tag to compare

This release introduces a module for Cpython 3. This is useful for creating archives from scripts, and a shell script is not sufficient. Currently, only the following high-level interfaces are exposed:

  • insert (single file)
  • extract (single file)
  • ls

Fixing #3 and other things

23 Nov 18:42
Compare
Choose a tag to compare

This release fixes #3 and also introduces some new functionality. Notice that this library version is not ABI compatible with previous release, though the archive format itself has not changed.

Changes:

  • Improve test coverage in FdAdapter, to cover the failing function
  • Add fallback option, in casecopy_file_range syscall fails
  • Catch errno when throwing exception
  • Add option to get a path, given an FdAdapter
  • If possible, use parent directory to archive file when creating an output file
  • Store vtable outside of FileReference. Doing so will keep sizeof(FileReference) independent of the number of methods. Also, it can now be considered as "big" with more than four methods.

Fix broken build of utility after complete migration to maike2

08 Jun 13:27
Compare
Choose a tag to compare
1.0.7

Fix broken build of utility after complete migration to maike2

Compiles with gcc 11

07 May 13:54
Compare
Choose a tag to compare
1.0.6

Compiles with gcc 11

Add missing include

04 May 18:43
Compare
Choose a tag to compare
1.0.5

Add missing include

Add missing include

30 Apr 12:58
Compare
Choose a tag to compare
1.0.4

Add missing include