#
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>
|
#
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>
|
#
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>
|
#
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>
|
#
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>
|
#
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 ...
|
#
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>
|
#
cd5de57f |
| 13-Nov-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Implement name/no-name option in igzip_cli
Change-Id: Ib45ef921223715cd2250eecb5dc4c6cd1d945bd0 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|
#
6f3599c1 |
| 13-Nov-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Modify igzip_cli to abort when in_file is out_file
Change-Id: Iccb1926e6eb4461ff9f02ab6d593689e96e94155 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|
#
391db331 |
| 22-Sep-2018 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Add a few missing descriptions to cli
Change-Id: I4000547679ccee01541e0203e49d62b99f4f317b Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
|
#
2104a77d |
| 10-Jul-2018 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Create a command line utitlity
Change-Id: If283f03231ca3a5cd6f97d01c5268ad37cb3b538 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|