1. 21 Jan, 2019 1 commit
  2. 20 Jan, 2019 5 commits
  3. 12 Jan, 2019 10 commits
  4. 10 Jan, 2019 7 commits
  5. 09 Jan, 2019 1 commit
  6. 06 Jan, 2019 5 commits
  7. 30 Dec, 2018 4 commits
  8. 17 Dec, 2018 1 commit
  9. 13 Dec, 2018 5 commits
  10. 12 Dec, 2018 1 commit
    • Kirill Smelkov's avatar
      zodbdump: Always end a transaction with LF · 624aeb09
      Kirill Smelkov authored
      Before now we were emitting extra LF only in between transactions as a
      separator. However the dump format states LF always goes after
      transaction, and there is a reason for it:
      
      	without LF in the end, it becomes ambiguous at EOF - whether it
      	is a proper transaction end, or the transaction was cut.
      
      So avoid the ambiguity by always emitting trailing LF after transaction
      record.
      624aeb09