Commit History

作者 SHA1 備註 提交日期
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 11 年之前
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 11 年之前
  Yicheng Qin 9bdc343b7c wal: add ReleaseLockTo test 11 年之前
  Yicheng Qin 270e67db84 wal: not export unnecessary public functions 11 年之前
  Yicheng Qin 6460e49a33 wal: save empty snapshot when create 11 年之前
  Yicheng Qin 84f62f21ee wal: record and check snapshot 11 年之前
  Xiang Li 53bf7e4b5e wal: rename openAtIndex -> open; OpenAtIndexUntilUsing -> openNotInUse 11 年之前
  Xiang Li ea94d19147 *: lock the in using files; do not purge locked the wal files 11 年之前
  Yicheng Qin b9bf957c6d wal: sync after writing data to disk in Cut function 11 年之前
  Yicheng Qin af0f34c595 wal: save latest state into new WAL 11 年之前
  Yicheng Qin aa61009560 wal: not return ErrIndexNotFound in ReadAll 11 年之前
  Xiang Li ff1f5a9d57 wal: sync before returning from create 11 年之前
  Jonathan Boulle 7a4d42166b *: add license header to all source files 11 年之前
  Yicheng Qin 447caf1afc etcdserver/wal: record info at the head of WAL file 11 年之前
  Xiang Li 8bbbaa88b2 *: raft related int64 -> uint64 11 年之前
  Yicheng Qin 1d5d2e3726 *: Id -> ID for protobuf types 11 年之前
  Yicheng Qin 29f6d8a9e6 wal: add ErrFileNotFound and ErrIndexNotFound 11 年之前
  Yicheng Qin 7160b5ae26 wal: OpenFromIndex fails if it cannot find previous index 11 年之前
  Yicheng Qin 023dc7cba2 etcdserver: add SYNC request 11 年之前
  Xiang Li 1d09c25f5f wal: add walName function; cleanup test 11 年之前
  Xiang Li 1164c4b83d wal: recover writting seq 11 年之前
  Xiang Li 21860bc017 wal: cut(i uint64) -> cut 11 年之前
  Yicheng Qin a9af70c52b raft: write entry 0 into log 11 年之前
  Yicheng Qin 2030ca202f wal: change wal filename format 11 年之前
  Brandon Philips 884c702512 wal: wal.OpenFromIndex -> wal.OpenAtIndex 11 年之前
  Brandon Philips 24fd126822 *: stop using 0xBEEF 11 年之前
  Xiang Li 6f06923e96 wal: test save empty state 11 年之前
  Jonathan Boulle 9997c9488a *: fix a few small issues identified by go vet 11 年之前
  Blake Mizerany 46a7a61b7d wal: fix broken tests 11 年之前
  Xiang Li bdb954b2f5 wal: fix wal 11 年之前