Sign in
vanadium
/
release.go.x.ref
/
a1b28ffbc1f6c3af978be0d10fb857b5e1ab9fed
/
services
/
syncbase
/
store
1c4a7f9
Faster vom encoding and decoding.
by Todd Wang
· 9 years ago
bc68c0c
v.io/x/ref/services/syncbase: fix Vanadium iterator usage
by Mike Burrows
· 9 years ago
f2f1a05
syncbase: Infer id blessings and enforce on creation.
by Ivan Pilat
· 9 years ago
3ba483a
syncbase: Fix memory leak in ReadBatchFromLog
by Nicolas Lacasse
· 9 years ago
8d257ce
syncbase: garbage collect commited transactions.
by Nicolas Lacasse
· 9 years ago
4bbfb80
TBR: syncbase: Bump max open files to 1000 (leveldb default).
by Nicolas Lacasse
· 9 years ago
46f92e4
Use stats to monitor LevelDb file usage.
by Eamonn O'Brien-Strain
· 9 years ago
1eba705
Speedup and cleanup vom encoder, some bugfixes.
by Todd Wang
· 9 years ago
f4f3df7
Speedup and cleanup vom decoder.
by Todd Wang
· 9 years ago
6fd252e
Address leftover review comments from vcl/22399
by Eamonn O'Brien-Strain
· 9 years ago
ee7e8d5
vdl: Add generated vars for TypeOf, for better performance.
by Todd Wang
· 9 years ago
449c25b
vdl: remove generated targets
by Benjamin Prosnitz
· 9 years ago
6140b17
LevelDB file count, disk usage, read/write traffic
by Eamonn O'Brien-Strain
· 9 years ago
4e841ec
Fix RawBytes test failures for new coders. All new tests pass.
by Todd Wang
· 9 years ago
de56cd5
syncbase: Set leveldb max_open_files when opening a database.
by Nicolas Lacasse
· 9 years ago
e46e34c
v.io/x/ref/services/syncbase/store/leveldb_fsck: A syncbase consistency checker
by Mike Burrows
· 9 years ago
1a8f756
Remove time.Deadline 0 value semantics.
by Todd Wang
· 9 years ago
72f132f
Update VDLIsZero and native zero semantics.
by Todd Wang
· 9 years ago
f0b8de9
Add VDLIsZero, and use it in VDLWrite.
by Todd Wang
· 9 years ago
edf19c6
Fix some generated VDLWrite bugs.
by Todd Wang
· 9 years ago
3cfaccd
vdl/vom: new encoders and writers
by Benjamin Prosnitz
· 9 years ago
df34319
vdl: Add codegen for Any, and fix some VDLRead bugs.
by Todd Wang
· 9 years ago
4cad76d
Fix some VDLRead bugs and minor clean-up.
by Todd Wang
· 9 years ago
d58fa66
ref: syncbase: Explicitly pass in batch handle.
by Ivan Pilat
· 9 years ago
3607eef
TBR vom/vdl: RawBytes.Decoder() & Decoder.IsTop()
by Benjamin Prosnitz
· 9 years ago
cdfa3f6
ref: Add VDL codegen for VDLRead(vdl.Decoder) method of each type
by Todd Wang
· 9 years ago
8651656
syncbase: Rolling back permission tracking on the store side (and in the watch
by hpucha
· 9 years ago
7d05f51
ref: syncbase: eliminate explicit app layer
by Adam Sadovsky
· 9 years ago
3c1ffd6
xref: update vdl-generated code to match simplified zero field logic
by Benjamin Prosnitz
· 9 years ago
c195724
ref: syncbase: Remove prefix ACLs.
by Ivan Pilat
· 9 years ago
d0d7cbc
TBR xref: Add FromZero to generated Targets
by Benjamin Prosnitz
· 9 years ago
b5bbdfd
syncbase: Watchable.Store refactoring
by Razvan Musaloiu-E
· 9 years ago
4426993
ref: Change vdl go codegen to emit __VDLInit funcs.
by Todd Wang
· 9 years ago
adb6cdb
ref: Change vdl go generator to emit a single file.
by Todd Wang
· 9 years ago
da54882
xref/vdl: Generate go imports using two-pass technique
by Benjamin Prosnitz
· 9 years ago
2fa4e4e
xref: generated vom encoder
by Benjamin Prosnitz
· 9 years ago
3295090
syncbase: refactor vclock code and prepare for testing
by Adam Sadovsky
· 9 years ago
a4b8646
syncbase/store/ptrie/bench: reorder functions and skip map tests
by Sergey Rogulenko
· 9 years ago
813bd12
syncbase/store: store in-flight mutations of a transcation in a ptrie
by Sergey Rogulenko
· 9 years ago
2ddb980
syncbase/store: global st engine constant for unit tests
by Sergey Rogulenko
· 9 years ago
7f77da0
syncbase/store: fix a race condition
by Sergey Rogulenko
· 9 years ago
714d349
store/ptrie: add tests/benchmark
by Sergey Rogulenko
· 9 years ago
d685083
Merge "store: implementing the trie and replacing the memstore impl."
by Sergey Rogulenko
· 9 years ago
c1f6743
revive v.io/c/14751
by Sergey Rogulenko
· 9 years ago
61bbd61
store: implementing the trie and replacing the memstore impl.
by Sergey Rogulenko
· 9 years ago
f074df8
services/syncbase: Renaming (app/db).delete() to destroy()
by Ali Ghassemi
· 9 years ago
f2efeb5
TBR syncbase: fix import paths post-merge
by Adam Sadovsky
· 9 years ago
c908233
regenerate vdls
by Adam Sadovsky
· 9 years ago
f28a0ca
syncbase: syncQL: support varargs in functions, functions cleanup
by John Kline
· 9 years ago
636bf20
store API: update comments
by Sergey Rogulenko
· 9 years ago
054b4db
store: refactor transactions
by Sergey Rogulenko
· 9 years ago
31db923
store: fix a bug in the stream
by Sergey Rogulenko
· 9 years ago
d88e9ad
syncbase: more go vet fixes (that do not appear on darwin)
by Jiri Simsa
· 9 years ago
1068b1a
internal storage engine: improve compile-time typing
by Sergey Rogulenko
· 9 years ago
b5f8892
syncbase: various small improvements, needed for demo
by Adam Sadovsky
· 9 years ago
b6a5aa3
syncbase: support restarts
by Adam Sadovsky
· 10 years ago
ff35585
syncbase: improve comments about concurrency
by Adam Sadovsky
· 10 years ago
18834bd
syncbase/store: Scan/Exec after Put/Delete in a transaction.
by John Kline
· 10 years ago
4f11832
services/syncbase: fix --race errors.
by Raja Daoud
· 10 years ago
a3e4230
syncbase/store: Get after Put/Delete in a transaction.
by Raja Daoud
· 10 years ago
a3fc33c
syncbase: various small additions and enhancements
by Adam Sadovsky
· 10 years ago
8db7443
syncbase: watchable store with versioning support
by Adam Sadovsky
· 10 years ago
8a1ae3a
store/leveldb: handle concurrent transactions
by Sergey Rogulenko
· 10 years ago
63fafbb
syncbase: watchable store layer
by Adam Sadovsky
· 10 years ago
4380d66
syncbase: Add transaction type-checks, resolving a couple TODOs
by Adam Sadovsky
· 10 years ago
95baa66
store/memstore: recursively close objects
by Sergey Rogulenko
· 10 years ago
bc00bd6
syncbase: add hook to get service and DB stores (needed by sync)
by Adam Sadovsky
· 10 years ago
a53e60f
store: replace go errors with verrors
by Sergey Rogulenko
· 10 years ago
def3b30
store/leveldb: recursively close objects
by Sergey Rogulenko
· 10 years ago
f437f33
TBR syncbase: s/end/limit/
by Adam Sadovsky
· 10 years ago
668c397
Merge "syncbase profile: add Snappy"
by Sergey Rogulenko
· 10 years ago
96f9eb7
TBR: rename file test.go -> store.go
by Sergey Rogulenko
· 10 years ago
0dbfe07
store/leveldb: adding mutexes
by Sergey Rogulenko
· 10 years ago
4926119
syncbase: Implementation and tests for Glob and Scan.
by Adam Sadovsky
· 10 years ago
120385a
syncbase profile: add Snappy
by Sergey Rogulenko
· 10 years ago
13c4511
store: add benchmarks
by Sergey Rogulenko
· 10 years ago
c352770
store/leveldb: make stream thread-safe
by Sergey Rogulenko
· 10 years ago
c18c8ca
syncbase.store: memstore stream and snapshot
by Adam Sadovsky
· 10 years ago
802fe1e
store: change Stream API and key type string->[]byte
by Sergey Rogulenko
· 10 years ago
b0081cf
store: initial implementations of internal API on top of LevelDB
by Sergey Rogulenko
· 10 years ago
f3b7abc
syncbase: update server impl to reflect API changes
by Adam Sadovsky
· 10 years ago
6a01646
Internal storage engine api
by Sergey Rogulenko
· 10 years ago
b85e353
syncbase: replace veyron/ with x/ref/
by Adam Sadovsky
· 10 years ago