sapling/cstore
Martin von Zweigbergk aaf57af217 remotefilelog: explicitly cast from data_offset_t to (s)size_t
data_offset_t is always 64 bits and (s)size_t are sometimes 32 bits.
2017-04-04 11:48:27 -07:00
..
bitmanipulation.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
compat.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
datapackstore.cpp cstore: use insert not emplace with std::unordered_set 2017-03-02 07:05:15 -08:00
datapackstore.h cstore: implement markForRefresh on cdatapackstore 2017-03-01 16:55:18 -08:00
key.h cstore: implement UnionDatapackStore.getdeltachain() 2017-02-23 14:03:03 -08:00
match.h treemanifest: support matcher in diff 2017-03-12 12:49:18 -07:00
mpatch.c cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
mpatch.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
py-cdatapack.h cstore: C++ implementation of datapackstore 2017-02-23 14:03:03 -08:00
py-cstore.cpp cstore: implement UnionDatapackStore 2017-02-23 14:03:03 -08:00
py-datapackstore.h cstore: move pythonutil to cstore 2017-03-07 11:39:46 -08:00
py-structs.h cstore: move uniondatapackstore holder to be a shared_ptr 2017-02-23 14:03:04 -08:00
py-treemanifest.h treemanifest: add matcher arg to filesnotin 2017-03-12 12:49:18 -07:00
pythonutil.cpp treemanifest: support matcher in diff 2017-03-12 12:49:18 -07:00
pythonutil.h cstore: move pythonutil to cstore 2017-03-07 11:39:46 -08:00
store.h cstore: move uniondatapackstore holder to be a shared_ptr 2017-02-23 14:03:04 -08:00
uniondatapackstore.cpp remotefilelog: explicitly cast from data_offset_t to (s)size_t 2017-04-04 11:48:27 -07:00
uniondatapackstore.h cstore: implement markForRefresh on cdatapackstore 2017-03-01 16:55:18 -08:00