1. 12 Jun, 2022 1 commit
  2. 06 Jun, 2022 1 commit
  3. 16 Sep, 2020 2 commits
  4. 22 Jul, 2020 1 commit
    • Alberto Ramos's avatar
      Corrected bug in BDIO_seek! · 51191c7a
      Alberto Ramos authored
      Thanks to Fabian Joswig <fabian.joswig@wwu.de>
      
      When calling BDIO_seek the very last record of a bdio file cannot be
      accessed due to ipt < length(fb.records)) and ipt starting at 1. If I
      understand it correctly you would have to change the condition to ipt
      <= length(fb.records)) in order to be able to access the last
      record. I noticed this because I did not attach an additional record
      containing the hash and then BDIO_seek immediately returns false.
      51191c7a
  5. 01 Jul, 2020 4 commits
  6. 28 Jun, 2020 3 commits
  7. 27 Jun, 2020 1 commit
  8. 30 Oct, 2019 1 commit
  9. 22 Oct, 2019 6 commits
  10. 21 Oct, 2019 7 commits