| 28305ade | 18-Dec-2024 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
Bump version to v2.31.1
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> |
| 84ad1199 | 02-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
programs: add igzip binary as man page dependency
Required to support parallel builds
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com> |
| cf610527 | 19-Apr-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
programs: reformat using new code style
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com> |
| 1500db75 | 23-Jan-2024 |
Colin Ian King <colin.i.king@gmail.com> |
Fix a handful of spelling mistakes and typos
There are quite a few spelling mistakes and typos in comments and user facing message literal strings as found using codespell. Fix these.
Signed-off-by
Fix a handful of spelling mistakes and typos
There are quite a few spelling mistakes and typos in comments and user facing message literal strings as found using codespell. Fix these.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
| bd226375 | 09-Jan-2024 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
Bump version to v2.31
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> |
| 809f5362 | 14-Dec-2023 |
Tomasz Kantecki <tomasz.kantecki@intel.com> |
igzip_cli: add missing 'void' keyword to some function prototypes
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com> |
| a139dd73 | 05-Dec-2023 |
Tomasz Kantecki <tomasz.kantecki@intel.com> |
igzip_cli: improve get_posix_filetime() to deal with potential fstat() errors
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com> |
| 08f021c4 | 05-Dec-2023 |
Tomasz Kantecki <tomasz.kantecki@intel.com> |
igzip_cli: fix for potential buffer overrun on 'outfile_name' buffer with strncat()
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com> |
| 722144ee | 05-Dec-2023 |
Tomasz Kantecki <tomasz.kantecki@intel.com> |
igzip_cli: simplify fopen_safe() by replacing access() calls with detailed error message after failed fopen()
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com> |
| 2df39cf5 | 07-Nov-2020 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.30
Change-Id: If6d696ee76f3949d3cf5aff34403df65bce2c6b9 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| ae45f60e | 07-Jul-2020 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Add cli feature to inflate concatenated gz files
Change-Id: I2beade6682e78fda30a18228a8660201ae7bf718 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 806b55ee | 27-Feb-2020 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.29
Change-Id: I78cfa77864f3fd77c3b63199bc18fd1782fe3dc2 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 36502ec3 | 17-Sep-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.28
Change-Id: I57443be6b0f6dff6129943cd6e1508d73bc1aa80 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 1ba280fa | 04-Sep-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Fix and clarify a few code issues in the cli tool
Fixes a few scan build hits. A few are false positives such as a missed free but better to clarify the code in this case. Others such as call
igzip: Fix and clarify a few code issues in the cli tool
Fixes a few scan build hits. A few are false positives such as a missed free but better to clarify the code in this case. Others such as calling no-null functions are made explicit.
Change-Id: Icb001a2bf7024dbaa4b4c87089eda818de830c78 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
show more ...
|
| 25374814 | 03-Jul-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
Format only changes for new indent version
Change-Id: I2b2a5caf1b31ad56665081145d5e7089fd34d0ab Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 10906f3d | 24-Jun-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.27
Change-Id: Ia0f0f872614370475a29fdab32b587480a3ff760 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 0a7e3167 | 11-Jun-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Add optional threaded compression to cli tool
Change-Id: Ia29e877cfa8bef2285d8b48bb9133b2ff5b2eea0 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 2000f8a3 | 02-May-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
doc: Update references to new github group
Change-Id: Icca8d7da1f34cc7b31cb942baf7a22026f7fcf93 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| f30db4c6 | 25-Mar-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.26
Change-Id: I97ed7ab591e8174f7379be0563d6b9f2d0f90f0a Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| 57eed2f0 | 13-Mar-2019 |
Yibo Cai <yibo.cai@arm.com> |
aarch64: Cleanup build issues
This patch addresses one build failure and fixes several build warnings for Arm (some for x86 too).
- Fix dynamic relocation link failure of ld.bfd 2.30 on Arm [log]
aarch64: Cleanup build issues
This patch addresses one build failure and fixes several build warnings for Arm (some for x86 too).
- Fix dynamic relocation link failure of ld.bfd 2.30 on Arm [log] relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `xor_gen_neon' which may bind externally can not be used when making a shared object
- Add arch dependent "other_tests" to exclude x86 specific tests on Arm [log] isa-l/erasure_code/gf_2vect_dot_prod_sse_test.c:181: undefined reference to `gf_2vect_dot_prod_sse'
- Check "fread" return value to fix gcc warnings on Arm and x86 [log] warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(in_buf, 1, in_size, in_file); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix issue of comparing "char" with "int" on Arm. "char" is unsigned on Arm by default, an unsigned char will never equal to EOF(-1). [Log] programs/igzip_cli.c:318:31: warning: comparison is always true due to limited range of data type [-Wtype-limits] while (tmp != '\n' && tmp != EOF) ^~
- Include <stdlib.h> to several files to fix build warnings on Arm [log] igzip/igzip_inflate_perf.c:339:5: warning: incompatible implicit declaration of built-in function ‘exit’ exit(0); ^~~~
Change-Id: I82c1b63316b634b3d398ffba2ff815679d9051a8 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
show more ...
|
| a4795d80 | 07-Dec-2018 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Bump revision to 2.25
Change-Id: Ie85600426b36ab8c10cf2b9bc0c71667b9595e57 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> |
| ebab4454 | 05-Dec-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Fix cli to verify checksum when decompressing
Change-Id: Ifa4d0eb5345bc3c3e97a23e3e32c732057bd8ba9 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> |
| f7628833 | 29-Nov-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Initialize avail_in in igzip_cli compress
Change-Id: I2c03c12c4afdc4118fc8dccb04229b9e70d7a610 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> |
| 8195446d | 29-Nov-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Remove non-applicable possible igzip_cli extensions
Change-Id: Ieea1e883948012222357528d23d4a5d7ead9795e Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> |
| 7177ff99 | 29-Nov-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Implement --test option in igizp_cli
Change-Id: Iff64f591a77cc3aee775b6c30e97641f8d650e69 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> |