Skip to content
代码片段 群组 项目
  1. 11月 28, 2018
  2. 11月 27, 2018
  3. 11月 17, 2018
  4. 11月 16, 2018
    • Ryan Schmidt's avatar
      Fix feature detection with multiple -arch flags · 46d470c2
      Ryan Schmidt 创作于
      When multiple -arch flags are used, the compiler invokes itself once for
      each architecture. Apparently, input on stdin is consumed by the
      compilation of the first arch and is no longer available to the
      compilation of the second arch, which results in a build failure and the
      potentially incorrect determination that a feature is not available. So
      write the feature detection source to a file instead of using stdin.
      46d470c2
    • Ryan Schmidt's avatar
      Fix i386 build failure "Junk character 13" · ef4df0df
      Ryan Schmidt 创作于
      ef4df0df
  5. 11月 15, 2018
    • Nick Terrell's avatar
      Merge pull request #1416 from terrelln/rsync · f15f1bfe
      Nick Terrell 创作于
      - Factor out LDM's hash function for reuse
      - Add rsyncable mode to zstdmt and expose it via the advanced API
      - Fix `-B`/`--block-size` to actually set the job size
      - Add rsyncable tests to `zstreamtest` and `playTests.sh`
      
      Tested by:
      
      ```
      > cat A.100MB B.100MB C.100MB D.100MB E.100MB | zstd --rsyncable -fo src/file.zst
      /*stdin*\            : 48.22%   (524288000 => 252837782 bytes, src/file.zst)
      > rsync -rc --stats src devbigvm:/data/users/terrelln/rsync-test
      Total bytes sent: 252868779
      total size is 252837782  speedup is 1.00
      > echo test > test
      > cat test A.100MB test B.100MB test C.100MB test D.100MB test E.100MB | zstd --rsyncable -fo src/file.zst
      /*stdin*\            : 48.23%   (524288025 => 252838025 bytes, src/unicorn.tar.zst)
      > rsync -rc --stats src devbigvm:/data/users/terrelln/rsync-test
      Total bytes sent: 4605696
      total size is 252838025  speedup is 53.60
      ```
      
      Close #1155.
      f15f1bfe
    • Nick Terrell's avatar
      [tests] Add rsyncable tests · 71fe78cb
      Nick Terrell 创作于
      71fe78cb
    • Nick Terrell's avatar
      [cli] Set the job size · 43164094
      Nick Terrell 创作于
      43164094
    • Nick Terrell's avatar
      [cli] Add rsyncable · f9a671ac
      Nick Terrell 创作于
      f9a671ac
    • Nick Terrell's avatar
      [lib] Add rsyncable mode · b9693d3a
      Nick Terrell 创作于
      - Add rsyncable mode to multithreaded mode
      - Factor out LDM's hash function for reuse
      b9693d3a
    • Yann Collet's avatar
      Merge pull request #1415 from facebook/benchfn · c584e84e
      Yann Collet 创作于
      Separating benchfn and benchzstd
      c584e84e
  6. 11月 14, 2018
  7. 11月 13, 2018
  8. 11月 10, 2018
  9. 11月 09, 2018
加载中