Skip to content
  1. Apr 08, 2024
  2. Apr 07, 2024
  3. Apr 06, 2024
  4. Oct 18, 2023
  5. Mar 16, 2022
  6. Mar 15, 2022
  7. Mar 14, 2022
  8. Mar 13, 2022
    • Yuanle Song's avatar
      update log ts and some msg · 5a847d7b
      Yuanle Song authored
      - rd client: add datetime ts in logging, previously only time is added in log
      - rd-api: fix a log msg in processNewFileAsyncMaybe
      - fix: update cliVersion to 1.1.2.0
      5a847d7b
  9. Mar 12, 2022
  10. Mar 11, 2022
  11. Feb 28, 2019
  12. May 16, 2018
  13. May 10, 2018
  14. May 09, 2018
  15. May 08, 2018
  16. May 07, 2018
    • Yuanle Song's avatar
      add some progress info · 35698472
      Yuanle Song authored
      35698472
    • Yuanle Song's avatar
      client side is fully working. · 3c3b6ea9
      Yuanle Song authored
      - update "debug opts" to use putStrLn. no stupid quotes around string.
      - add retry support for fetchBlockFromHttp (--block-max-retry)
      - check http status code
        expect 200 on GET /rd/file.
        expect 206 on GET /file with Range header.
      - handle http exceptions
      - handle IOError at critical places.
      - on client tool, use MaybeT to do early return, avoid shifting to the right.
      - fix -f -v wrong option position in parser.
      - other small fixes.
      3c3b6ea9