|
|
8223a0dfd8
|
fix: dead link txn_manager.rs (#14670)
|
2025-02-24 11:21:40 +00:00 |
|
|
|
c9a348dd2c
|
chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-19 11:36:15 +00:00 |
|
|
|
1a4f5441f3
|
chore: silence unused warnings (#14328)
|
2025-02-08 10:24:31 +01:00 |
|
|
|
8f59efb96a
|
chore: move Transaction lock acquired mdbx log to trace (#14218)
|
2025-02-05 19:07:20 +00:00 |
|
|
|
62edaf14d4
|
perf(mdbx): do not always collect the backtrace of a locked transaction (#14123)
|
2025-01-31 15:11:37 +00:00 |
|
|
|
2e4376f359
|
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-28 12:20:58 +00:00 |
|
|
|
6342162826
|
feat(mdbx): record backtrace of read transactions and log on timeout (#13707)
|
2025-01-27 10:53:06 +00:00 |
|
|
|
5a23708eb0
|
chore: make clippy happy (#13772)
|
2025-01-11 11:15:06 +00:00 |
|
|
|
14c1c0be69
|
fix: typo in thread name (#13555)
|
2024-12-25 12:28:03 +00:00 |
|
|
|
a4f86b0e2d
|
feat: set up codspeed (#13372)
|
2024-12-20 11:21:51 +00:00 |
|
|
|
3ccbda8e1a
|
chore: add reference to the troubleshooting page on mdbx::Error::Access (#13151)
|
2024-12-05 15:21:01 +00:00 |
|
|
|
8a047ed6e4
|
chore: move Integerlist to db-api (#13062)
|
2024-12-02 16:02:19 +00:00 |
|
|
|
8590f7a5d5
|
chore: remove redundant words in comment (#12997)
Signed-off-by: hishope <csqiye@126.com>
|
2024-11-29 06:33:26 +00:00 |
|
|
|
55d047fcf6
|
Grammar and Typo Fixes in Documentation (#12789)
|
2024-11-22 19:02:46 +01:00 |
|
|
|
7745046b0b
|
Fix grammar in MDBX documentation (#12580)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-16 05:44:37 +01:00 |
|
|
|
413d651391
|
chore: simplify import path (#12523)
|
2024-11-13 17:11:32 +00:00 |
|
|
|
ba4f169f87
|
chore(db): add log for read transaciton monitor sleep time (#12408)
|
2024-11-08 15:23:56 +00:00 |
|
|
|
c5ab4243e7
|
chore: remove redundant words in comment (#12394)
Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
|
2024-11-08 11:23:02 +01:00 |
|
|
|
f545877bb8
|
Revert "Revert "feat: add geometry to database args"" (#12165)
|
2024-10-29 13:23:54 +00:00 |
|
|
|
3c60778126
|
storage: into_iter with self by value (#12115)
|
2024-10-29 12:01:59 +00:00 |
|
|
|
b257408060
|
Fix readonly check in libmdbx-rs (#12096)
|
2024-10-26 16:17:21 +00:00 |
|
|
|
16bc9c8b49
|
chore(lint): fix lint storage (#11485)
|
2024-10-04 17:19:02 +00:00 |
|
|
|
fbc01d6cfa
|
chore(deps): bump some breaking deps (#11388)
|
2024-10-01 17:26:47 +00:00 |
|
|
|
92aeff083b
|
fix(libmdbx): Some options can only be set after mdbx_env_open (#11328)
|
2024-09-30 12:51:46 +00:00 |
|
|
|
07e94e7fa5
|
perf(db): use smallvec for mdbx table names (#11291)
|
2024-09-27 15:20:43 +00:00 |
|
|
|
fcd822c5f0
|
fix(lint): lint warnings for libmdbx benches (#11007)
|
2024-09-18 22:43:32 +00:00 |
|
|
|
c6359b6242
|
Fix: Allow missing docs for test modules (#10893)
|
2024-09-13 16:38:47 +00:00 |
|
|
|
7abf49995f
|
fix(libmdbx): renew tx on timeout when dropping cursor (#10840)
|
2024-09-11 13:16:05 +00:00 |
|
|
|
265e92685d
|
fix(libmdbx): do not panic on timeout when closing cursor (#10838)
|
2024-09-11 12:35:10 +00:00 |
|
|
|
2f782a9cbb
|
feat(storage): add opt_sync_bytes and opt_sync_period options to MDBX (#10612)
|
2024-08-30 10:29:00 +00:00 |
|
|
|
709e7b73ce
|
clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:58:06 +00:00 |
|
|
|
c0902c8b47
|
deps: bump derive_more to 1.0 (#10403)
|
2024-08-20 20:16:12 +00:00 |
|
|
|
05c67a8709
|
chore(mbdx): use std::ffi, remove unused files (#8839)
|
2024-06-14 16:02:56 +00:00 |
|
|
|
d772344d37
|
chore(deps): remove libffi dependency (#8736)
|
2024-06-11 06:44:29 +00:00 |
|
|
|
ae9ab69f5f
|
refactor(node-builder): use datadir provided by the config (#8592)
|
2024-06-04 18:46:36 +00:00 |
|
|
|
2b4fa96065
|
add explicit_iter_loop clippy lint (#8570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 18:14:50 +00:00 |
|
|
|
e02b935e94
|
add match_same_arms clippy lint (#8549)
|
2024-06-03 17:42:25 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
3d3f52b2a4
|
Add missing_const_for_fn clippy lint (#8498)
|
2024-05-30 09:50:03 +00:00 |
|
|
|
13c914598e
|
chore: name std threads (#8475)
|
2024-05-29 14:44:58 +00:00 |
|
|
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +00:00 |
|
|
|
2bfe5a9f98
|
perf(mdbx): propagate -C target-cpu (#8452)
|
2024-05-29 08:42:25 +00:00 |
|
|
|
ad00e83e62
|
chore: move dashmap to workspace dep (#8153)
|
2024-05-08 11:56:28 +00:00 |
|
|
|
aef1bcc435
|
chore: make clippy happy (#8068)
|
2024-05-03 10:18:41 +00:00 |
|
|
|
1603113ce5
|
docs(libmdbx): more static_files -> snapshots (#8047)
|
2024-05-02 14:54:34 +00:00 |
|
|
|
f6649c31b2
|
docs(libmdbx): static_files -> snapshots (#8046)
|
2024-05-02 13:43:37 +00:00 |
|
|
|
57e3f40dda
|
chore: unpin cc (#7891)
|
2024-04-25 16:45:11 +00:00 |
|
|
|
7a593882e1
|
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 21:32:59 +00:00 |
|
|
|
15131c723e
|
chore: allow transmute annotations (#7494)
|
2024-04-06 08:49:38 +02:00 |
|
|
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|