Historial de Commits

Autor SHA1 Mensaje Fecha
  Yicheng Qin df83b1b34e wal: fix missing import hace 9 años
  Xiang Li f2bef04009 wal: releastTo should work with large release index hace 9 años
  Xiang Li e13b09e4d9 wal: fix ReleaseLockTo hace 9 años
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test hace 9 años
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright hace 9 años
  Yicheng Qin 9bdc343b7c wal: add ReleaseLockTo test hace 9 años
  Yicheng Qin 270e67db84 wal: not export unnecessary public functions hace 9 años
  Yicheng Qin 6460e49a33 wal: save empty snapshot when create hace 10 años
  Yicheng Qin 84f62f21ee wal: record and check snapshot hace 10 años
  Xiang Li 53bf7e4b5e wal: rename openAtIndex -> open; OpenAtIndexUntilUsing -> openNotInUse hace 10 años
  Xiang Li ea94d19147 *: lock the in using files; do not purge locked the wal files hace 10 años
  Yicheng Qin b9bf957c6d wal: sync after writing data to disk in Cut function hace 10 años
  Yicheng Qin af0f34c595 wal: save latest state into new WAL hace 10 años
  Yicheng Qin aa61009560 wal: not return ErrIndexNotFound in ReadAll hace 10 años
  Xiang Li ff1f5a9d57 wal: sync before returning from create hace 10 años
  Jonathan Boulle 7a4d42166b *: add license header to all source files hace 10 años
  Yicheng Qin 447caf1afc etcdserver/wal: record info at the head of WAL file hace 10 años
  Xiang Li 8bbbaa88b2 *: raft related int64 -> uint64 hace 10 años
  Yicheng Qin 1d5d2e3726 *: Id -> ID for protobuf types hace 10 años
  Yicheng Qin 29f6d8a9e6 wal: add ErrFileNotFound and ErrIndexNotFound hace 10 años
  Yicheng Qin 7160b5ae26 wal: OpenFromIndex fails if it cannot find previous index hace 10 años
  Yicheng Qin 023dc7cba2 etcdserver: add SYNC request hace 10 años
  Xiang Li 1d09c25f5f wal: add walName function; cleanup test hace 10 años
  Xiang Li 1164c4b83d wal: recover writting seq hace 10 años
  Xiang Li 21860bc017 wal: cut(i uint64) -> cut hace 10 años
  Yicheng Qin a9af70c52b raft: write entry 0 into log hace 10 años
  Yicheng Qin 2030ca202f wal: change wal filename format hace 10 años
  Brandon Philips 884c702512 wal: wal.OpenFromIndex -> wal.OpenAtIndex hace 10 años
  Brandon Philips 24fd126822 *: stop using 0xBEEF hace 10 años
  Xiang Li 6f06923e96 wal: test save empty state hace 10 años