Yann Collet
|
f622c0adf3
|
switched UTIL_refFilename() to an assert()
|
2019-11-26 14:48:23 -08:00 |
Yann Collet
|
c71bd45a3b
|
Merge branch 'dev' into ahmed_file
|
2019-11-26 11:20:26 -08:00 |
Yann Collet
|
5e657aca90
|
silence scan-build false positive
blind attempt
|
2019-11-25 15:50:58 -08:00 |
Yann Collet
|
9a3de0a535
|
changed name from createX to assembleX
shows that the resulting object just takes ownership of provided buffer.
|
2019-11-25 15:34:55 -08:00 |
Yann Collet
|
9a22140ef4
|
created UTIL_chmod()
protecting "/dev/null" from having its permissions changed.
also : minor : improved consistency of util.h API
|
2019-11-25 13:45:22 -08:00 |
Sergey Dryabzhinsky
|
612a06eb3e
|
Update util.c
|
2019-11-19 23:24:00 +03:00 |
Sergey Dryabzhinsky
|
f62cf1fff5
|
Fix typo in util.c
There must be mtim*e*
|
2019-11-19 23:15:28 +03:00 |
Yann Collet
|
9df49dc50a
|
Visual compiler bug work-around
|
2019-11-06 15:23:44 -08:00 |
Yann Collet
|
a7e33e3e10
|
updated fuzz tests to use FileNamesTable* abstraction
|
2019-11-06 14:42:13 -08:00 |
Yann Collet
|
31a0abbfda
|
updated pzstd and largeNbDicts to use the new FileNamesTable* abstraction
|
2019-11-06 09:10:05 -08:00 |
Yann Collet
|
b09f59390b
|
refactor code to only use FileNamesTable*
|
2019-11-05 17:02:43 -08:00 |
Yann Collet
|
76b9e42b0b
|
refactoring (simplification) of util.h public API
|
2019-11-05 14:59:45 -08:00 |
Yann Collet
|
81c51483e9
|
Merge branch 'dev' into ahmed_file
|
2019-11-05 14:44:12 -08:00 |
Yann Collet
|
47034cd6c3
|
Merge pull request #1850 from bimbashrestha/named_pipes
Gating named pipe support on windows
|
2019-10-30 12:18:58 -07:00 |
Shashank Tavildar
|
3c1649f139
|
Removed the optimization check
|
2019-10-29 15:59:20 -07:00 |
Shashank Tavildar
|
6d0b7bd6ce
|
Changed extension comparision logic, added new test cases
|
2019-10-29 13:36:09 -07:00 |
Shashank Tavildar
|
c5060997e9
|
Added check to perform comparison only if extension is present
|
2019-10-29 12:56:04 -07:00 |
Shashank Tavildar
|
9ab6a747d4
|
Created utility function to extract extension from filename, fixed tests
|
2019-10-29 12:27:54 -07:00 |
Shashank Tavildar
|
0f2bff2faf
|
Addressing comments, removing cyclic dependency with header file, updating tests
|
2019-10-28 18:21:47 -07:00 |
Shashank Tavildar
|
f422914619
|
Resolving local merge conflicts
|
2019-10-28 15:15:13 -07:00 |
Yann Collet
|
d9c634e13b
|
return final `\0` directly from readLine()
|
2019-10-28 15:03:32 -07:00 |
Shashank Tavildar
|
02433e0b15
|
Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test
|
2019-10-28 14:54:54 -07:00 |
Shashank Tavildar
|
48f856640e
|
Added --exclude-compressed flag feature that skips compression of precompressed files
|
2019-10-28 13:57:40 -07:00 |
Yann Collet
|
12efa1ed89
|
yet another minor visual conversion warning
this time for 32-bit systems
|
2019-10-26 00:27:32 -07:00 |
Yann Collet
|
3e5c81ea36
|
fixed another minor conversion warning on Visual
and made CONTROL() use exit() instead of abort().
|
2019-10-26 00:01:11 -07:00 |
Yann Collet
|
74d872e987
|
fix minor conversion warning on 32-bit
|
2019-10-25 18:26:30 -07:00 |
Yann Collet
|
5fb84ca2cf
|
no need to track tableBuf
free() is compatible with NULL,
let's free() unconditionnally
|
2019-10-25 17:34:29 -07:00 |
Yann Collet
|
8e414b586d
|
test resilience on garbage file
and clean traces
|
2019-10-25 17:01:26 -07:00 |
Yann Collet
|
1ead0c5d5a
|
improved --file=FILE implementation
pass basic tests
|
2019-10-25 16:36:59 -07:00 |
Shashank Tavildar
|
55ee7d56e4
|
Added --exclude-compressed flag feature that skips compression of precompressed files
|
2019-10-25 15:49:11 -07:00 |
Bimba Shrestha
|
5e59d51991
|
Merge branch 'master' of https://github.com/bimbashrestha/zstd into named_pipes
|
2019-10-25 15:43:41 -07:00 |
Bimba Shrestha
|
0b52d878b2
|
Cleaning up gate and adding comment to flag
|
2019-10-25 14:06:50 -07:00 |
Yann Collet
|
14e9010bb5
|
Merge pull request #1844 from AhmedAbdellah19/adding_read_files_from_file_feature
Adding --file=FILE feature
|
2019-10-25 10:11:47 -07:00 |
Ahmed Abdellah
|
5249085e11
|
fixing free const char** filenamesTable
|
2019-10-24 20:54:40 +01:00 |
Yann Collet
|
37f90930da
|
Merge pull request #1839 from bimbashrestha/named_pipes
Allowing named pipes to go through in zstdcli
|
2019-10-24 10:53:12 -07:00 |
Ahmed Abdellah
|
5f9e868ee8
|
fixing type conversion error
|
2019-10-24 16:20:58 +01:00 |
Ahmed Abdellah
|
0b3096596a
|
fixing AppVeyor errors
|
2019-10-24 15:25:48 +01:00 |
Ahmed Abdellah
|
cddb05ef8c
|
fixing some warning
|
2019-10-24 14:42:37 +01:00 |
Ahmed Abdellah
|
5e206fdd53
|
fixing some warning
|
2019-10-24 14:21:01 +01:00 |
Ahmed Abdellah
|
0e6a73b148
|
fixing newTable issues and some warnings
|
2019-10-24 13:51:12 +01:00 |
Ahmed Abdellah
|
639bb46954
|
removing extra logs
|
2019-10-24 11:35:26 +01:00 |
Ahmed Abdellah
|
849b8c6de8
|
fixing continuous integeration errors and removing a lot of logs
|
2019-10-24 11:10:13 +01:00 |
Ahmed Abdellah
|
47712c9b15
|
fixing c90 issue in util.c cont.
|
2019-10-24 10:30:05 +01:00 |
Ahmed Abdellah
|
c799f33899
|
fixing c90 issue in util.c cont. again
|
2019-10-24 10:23:36 +01:00 |
Ahmed Abdellah
|
8a9741b3ee
|
fixing c90 issue in util.c cont.
|
2019-10-24 10:17:31 +01:00 |
Ahmed Abdellah
|
aefa18ee38
|
fixing c90 issue in util.c
|
2019-10-24 10:12:51 +01:00 |
Ahmed Abdellah
|
f43e45954f
|
fixing memory leak issue and removing c90 issue
|
2019-10-24 09:39:16 +01:00 |
Ahmed Abdellah
|
8cbe42fcb0
|
solving the rest of C90 issues in defining local variables in middle of code and comparing uncompatible types
|
2019-10-23 20:22:07 +01:00 |
Ahmed Abdellah
|
9a454e9724
|
solving C90 issues in defining local variables in middle of code and comparing uncompatible types
|
2019-10-23 20:15:18 +01:00 |
AhmedAbdellah19
|
7a732e2bb2
|
Merge branch 'dev' into adding_read_files_from_file_feature
|
2019-10-23 20:29:01 +02:00 |