Commit History

Author SHA1 Message Date
  Shreyas Rao e206a8b495 wal: Add test for Verify 5 years ago
  lorneli 7c50c06fb8 wal: tiny refactor 7 years ago
  Gyu-Ho Lee aca2abd8fe *: use 'io.Seek*' for go1.7+ 7 years ago
  Tess Rinearson 39c733ebe7 wal: use path/filepath instead of path 7 years ago
  Gyu-Ho Lee 3d75395875 *: remove never-unused vars, minor lint fix 7 years ago
  Gyu-Ho Lee f5588526cc wal: set PageWriter offset in file encoder 8 years ago
  Vimal Kumar 064411b51c wal/wal.go : improved coverage by testing WAL.Save which causes a WAL.cut to happen 8 years ago
  Aaron Lehmann af4f82228c wal: hold file lock while renaming WAL directory on non-Windows 8 years ago
  Anthony Romano 0d8d9a374c wal: test for truncation on torn writes 8 years ago
  Gyu-Ho Lee b4aa4607cb wal: use bytes.Equal, other minor updates 8 years ago
  Gyu-Ho Lee 4570eddc2c wal: PrivateFileMode/DirMode as in pkg/fileutil 8 years ago
  Gyu-Ho Lee 4a5befc2de wal: update LICENSE header 8 years ago
  Anthony Romano 17391336af wal: atomically initialize wal directory 8 years ago
  Gyu-Ho Lee 641a1a66e1 *: fix govet -shadow in go tip 8 years ago
  Anthony Romano bfe3a3d08e wal: fix tail corruption 8 years ago
  Anthony Romano 24b806d2ee wal: preallocate WAL files with initial size equal to segment size 8 years ago
  Anthony Romano 7397e14c0a fileutil, wal: refactor file locking 8 years ago
  Gyu-Ho Lee a4de207d53 wal: fix shadowed variables 9 years ago
  Dmitry Smirnov b2f4a5f587 *: fix spelling issues (codespell). 9 years ago
  Xiang Li f59da0e453 *:fix point-in-time backup 9 years ago
  Yicheng Qin 3dd6e0b88f wal: fix missing import 9 years ago
  Xiang Li 6e6669d696 wal: releastTo should work with large release index 9 years ago
  Xiang Li b66eb3d81c wal: fix ReleaseLockTo 9 years ago
  Xiang Li 86429264fb wal: support auto-cut in wal 9 years ago
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 9 years ago
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 10 years ago
  Yicheng Qin 9bdc343b7c wal: add ReleaseLockTo test 10 years ago
  Yicheng Qin 270e67db84 wal: not export unnecessary public functions 10 years ago
  Yicheng Qin 6460e49a33 wal: save empty snapshot when create 10 years ago
  Yicheng Qin 84f62f21ee wal: record and check snapshot 10 years ago