├── BtreeCursor.cpp ├── BtreeCursor.h ├── BtreeMeta.cpp ├── BtreeMeta.h ├── BtreeStore.cpp ├── BtreeStore.h ├── ContentObject.cpp ├── ContentObject.h ├── Database.cpp ├── Database.h ├── DatabaseException.cpp ├── DatabaseException.h ├── Extent.cpp ├── Extent.h ├── Global.cpp ├── Global.h ├── Idx.cpp ├── Idx.h ├── IndexMeta.h ├── InvQueueMdl.cpp ├── InvQueueMdl.h ├── LICENSE.GPL2 ├── LICENSE.GPL3 ├── LuaBinding.h ├── Mit.cpp ├── Mit.h ├── Obj.cpp ├── Obj.h ├── ObjChildMdl.cpp ├── ObjChildMdl.h ├── ObjIndexMdl.cpp ├── ObjIndexMdl.h ├── Private.h ├── Qit.cpp ├── Qit.h ├── README.md ├── Record.cpp ├── Record.h ├── Transaction.cpp ├── Transaction.h ├── Udb.pri ├── UdbLuaBinding.cpp ├── UpdateInfo.cpp └── UpdateInfo.h /BtreeCursor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeCursor.cpp -------------------------------------------------------------------------------- /BtreeCursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeCursor.h -------------------------------------------------------------------------------- /BtreeMeta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeMeta.cpp -------------------------------------------------------------------------------- /BtreeMeta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeMeta.h -------------------------------------------------------------------------------- /BtreeStore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeStore.cpp -------------------------------------------------------------------------------- /BtreeStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/BtreeStore.h -------------------------------------------------------------------------------- /ContentObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ContentObject.cpp -------------------------------------------------------------------------------- /ContentObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ContentObject.h -------------------------------------------------------------------------------- /Database.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Database.cpp -------------------------------------------------------------------------------- /Database.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Database.h -------------------------------------------------------------------------------- /DatabaseException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/DatabaseException.cpp -------------------------------------------------------------------------------- /DatabaseException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/DatabaseException.h -------------------------------------------------------------------------------- /Extent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Extent.cpp -------------------------------------------------------------------------------- /Extent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Extent.h -------------------------------------------------------------------------------- /Global.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Global.cpp -------------------------------------------------------------------------------- /Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Global.h -------------------------------------------------------------------------------- /Idx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Idx.cpp -------------------------------------------------------------------------------- /Idx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Idx.h -------------------------------------------------------------------------------- /IndexMeta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/IndexMeta.h -------------------------------------------------------------------------------- /InvQueueMdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/InvQueueMdl.cpp -------------------------------------------------------------------------------- /InvQueueMdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/InvQueueMdl.h -------------------------------------------------------------------------------- /LICENSE.GPL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/LICENSE.GPL2 -------------------------------------------------------------------------------- /LICENSE.GPL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/LICENSE.GPL3 -------------------------------------------------------------------------------- /LuaBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/LuaBinding.h -------------------------------------------------------------------------------- /Mit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Mit.cpp -------------------------------------------------------------------------------- /Mit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Mit.h -------------------------------------------------------------------------------- /Obj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Obj.cpp -------------------------------------------------------------------------------- /Obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Obj.h -------------------------------------------------------------------------------- /ObjChildMdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ObjChildMdl.cpp -------------------------------------------------------------------------------- /ObjChildMdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ObjChildMdl.h -------------------------------------------------------------------------------- /ObjIndexMdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ObjIndexMdl.cpp -------------------------------------------------------------------------------- /ObjIndexMdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/ObjIndexMdl.h -------------------------------------------------------------------------------- /Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Private.h -------------------------------------------------------------------------------- /Qit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Qit.cpp -------------------------------------------------------------------------------- /Qit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Qit.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/README.md -------------------------------------------------------------------------------- /Record.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Record.cpp -------------------------------------------------------------------------------- /Record.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Record.h -------------------------------------------------------------------------------- /Transaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Transaction.cpp -------------------------------------------------------------------------------- /Transaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Transaction.h -------------------------------------------------------------------------------- /Udb.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/Udb.pri -------------------------------------------------------------------------------- /UdbLuaBinding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/UdbLuaBinding.cpp -------------------------------------------------------------------------------- /UpdateInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/UpdateInfo.cpp -------------------------------------------------------------------------------- /UpdateInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rochus-keller/Udb/HEAD/UpdateInfo.h --------------------------------------------------------------------------------