summaryrefslogtreecommitdiffstats
path: root/src/libcephsqlite.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* libcephsqlite: fill 0s in unread portion of bufferPatrick Donnelly2023-08-231-1/+1
* libcephsqlite: recover from blocklistingPatrick Donnelly2023-06-271-79/+147
* common: Add labeled perf countersAli Maredia2023-02-231-2/+2
* libcephsqlite: ceph-mgr crashes when compiled with gcc12Ganesh Maharaj Mahalingam2022-04-131-2/+2
* libcephsqlite: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* libcephsqlite: fix unconditional success bug in CheckReservedLockmark152132021-08-041-1/+1
* cephsqlite: add comment on atexitPatrick Donnelly2021-06-291-0/+24
* libcephsqlite: register atexit handler for cleanupPatrick Donnelly2021-06-271-4/+22
* libcephsqlite: shutdown RADOS in destructorPatrick Donnelly2021-06-271-0/+1
* cephsqlite: add julian day offset in millisecondsPatrick Donnelly2021-03-241-1/+1
* libcephsqlite: rework architecture and backendPatrick Donnelly2021-03-191-750/+645
* cephsqlite: fix compiler errorsPatrick Donnelly2021-03-191-1/+1
* libcephsqlite: sqlite interface to RADOSMilind Changire2021-03-191-0/+927