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