1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00
Commit Graph

114 Commits

Author SHA1 Message Date
f34bc9cee6 improve man page on benchmark mode
update the man page in troff format,
and the README with latest `--help` content and complementary details about benchmark mode.

also: display level 0 when doing decompression benchmark
2024-10-23 00:16:13 -07:00
686e7e4b4b updated version to v1.5.6 2024-03-14 15:38:14 -07:00
ff6713fd72 fix duplicated paragraph
reported by @zougloub
2024-03-12 13:09:10 -07:00
5473b72a05 updated documentation
following recommendations by @zougloub at #3698
2024-03-12 12:27:33 -07:00
9f58241dcc updated version number to v1.5.5
also : updated man pages
2023-03-31 23:02:08 -07:00
95ffc767f6 updated man pages 2023-02-09 14:40:39 -08:00
11aba9b316 make man 2022-12-22 14:13:24 -05:00
9abecfbb7e replaced Zstandard by zstd in man page
identified by @paulmenzel in #3286
2022-10-11 23:32:18 -07:00
3b4e47092e Document pass-through behavior (#3242)
Adds documentation to help and man pages for legacy pass-through behavior
when force is set and destination is stdout. Documents --pass-through in
man pages
2022-08-15 10:29:54 -07:00
6d75b36b7f Clarify -B docstring 2022-07-14 00:22:21 -04:00
bb3839a78c make -C programs zstd.1 2022-06-29 14:55:14 -04:00
27bf96e72b updated --single-thread man 2022-06-07 17:45:15 -07:00
14894d63c1 Typo in man 2022-05-20 16:53:48 +08:00
eb726c6a20 updated man pages
had to run the conversion script on Ubuntu, as it doesn't run correctly on macos anymore.
2022-04-13 18:57:27 -07:00
f229daaf42 Merge pull request #3052 from dirkmueller/gzip_keep
Keep original file if -c or --stdout is given
2022-03-28 10:35:21 -07:00
b772f53952 Typo and grammar fixes 2022-03-12 08:58:04 +01:00
3f4f8b04ed Keep original file if -c or --stdout is given
Set removeSrcFile back to false when -c or --stdout is used to improve
compatibility with gzip(1) behavior.

gzip(1) is removing the original file on compression unless --stdout or
/-c is used. zstd is defaulting to keep the file unless --rm is used or
when it is called via a gzip symlink, in which it is removing by
default. Specifying -c/--stdout turns this behavior off.
2022-03-09 23:38:59 +01:00
e653e97f77 Implement more gzip compatibility (#3037)
-n --no-name is the current behavior already, so we can implement
this as a noop.

--best is an alias for -9 in gzip

add basic cli tests.
2022-02-09 23:09:18 +01:00
e1323744b6 Update Docs 2022-01-07 14:14:26 -05:00
abc694f53e update man pages 2021-12-20 14:24:06 -08:00
7abebc847b Clarify documentation for -c (#2883) 2021-11-29 14:10:43 -05:00
ebbd675998 Fix typos 2021-11-13 10:04:04 +02:00
999f8778af updated man pages
using ronn-ng
2021-09-22 14:18:24 -07:00
cb0cad9b79 reduce Max nb Workers to 64 in 32-bit mode
and restored limit to 256 when in 64-bit mode
(it was reduced to 200 to give more room for 32-bit).

This should fix test instability issues
using lot of threads in 32-bit environments.
2021-05-12 13:10:25 -07:00
8a53a882f2 updated generated man pages for v1.5.0 (#2635) 2021-05-11 18:17:31 -04:00
2d10544b84 Merge pull request #2613 from felixhandte/allow-block-device
Allow Reading from Block Devices with `--force`
2021-05-05 13:06:32 -04:00
455fd1a067 updated documentation regarding minimum job size 2021-05-05 09:03:11 -07:00
33f3e293e8 Allow Reading from Block Devices with --force 2021-05-04 16:25:26 -04:00
0f99a0d987 fix man page typo
fix #2553 detected by @jwilk
2021-03-24 05:55:04 -07:00
7c495e8ea2 updated version number to v1.4.8 2020-12-18 15:52:11 -08:00
f647a759fe updated version number to v1.4.7
and updated doc
2020-12-15 20:53:05 -08:00
15c5e20023 updated documentation 2020-07-23 12:10:57 -07:00
4307e870a2 Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX.
Rename it in zstd man page.
2020-07-07 00:18:20 +02:00
f22b371e31 updated documentation for v1.4.5
API manual and man pages
2020-05-14 16:17:03 -07:00
d2464776d1 man page : added --verbose long command
also updated `zstd.1`
stacking prior updates completed on `zstd.1.md`.
2020-02-26 14:29:30 -08:00
be34969e5c minor man page fix 2019-11-06 15:07:35 -08:00
d7f258d845 change command name to --filelist=
updated documentation and man page
2019-10-28 13:54:36 -07:00
989e0f0cee Added --output-dir-flat=
which is a preferred construction when applicable.

Also, added --output-dir-flat into man page.
2019-10-21 14:39:18 -07:00
ca73c218be added mode documentation on ZSTD_CLEVEL
providing range restriction [1-19] explicitly
partially answering #1829
2019-10-18 17:22:45 -07:00
ad2a2785f7 bump version number to v1.4.4
so that future reports on `dev` branch use this number instead
2019-09-24 15:15:33 -07:00
01b2331ad1 bumped version number
to v1.4.3
2019-08-05 17:17:16 +02:00
1f16245e9e updated man page 2019-07-24 16:04:37 -07:00
b8ec4b0fd6 updated version number (to v1.4.1)
also : added doc on context re-use, as suggested by @scherepanov at #1676
2019-07-09 11:43:59 -07:00
bdeb4786b5 Fixed -r typo 2019-04-10 13:37:41 +03:00
1993f5d412 fixed ovlog tests
and updated man page
2018-12-12 21:09:14 -08:00
34aa401afd updated documentation
introducing ZSTD_btultra2
2018-12-06 17:22:19 -08:00
41c7d0b1e1 changed hashEveryLog into hashRateLog 2018-11-21 14:36:57 -08:00
e874dacc08 changed searchLength into minMatch
refactored all relevant API and calls
for consistency.
2018-11-20 14:56:07 -08:00
092c4abd4c bumped version number to v1.3.8 2018-11-13 15:53:38 -08:00
1e6208e75e bumped version number to v1.3.7
updated documentation
2018-10-11 14:40:12 -07:00