Commit Graph

38 Commits (c15f22c88427c4b4b90a23fbcbd6630489b283c2)

Author SHA1 Message Date
Craig M. Brandenburg 15fe40a8e3 Implement Debug for public types (#16) 7 years ago
Dan Burkert f749811730 Generic key/data arguments 9 years ago
Dan Burkert c101fa5c1f Update for stable Rust 9 years ago
Dan Burkert 52d663fcf9 cleanup slice creation 10 years ago
Dan Burkert 04882e53ad update for rustc 1.0.0-nightly (2e3b0c051 2015-04-01) (built 2015-04-01) 10 years ago
Dan Burkert 87ccf55e0a 0.4.1 10 years ago
Dan Burkert 414505e8ba use relative import of size_t 10 years ago
caosiliang 8453e39bd8 make benchmarks portable 10 years ago
Dan Burkert 8e52bdbb79 update for rustc 1.0.0-nightly (e2fa53e59 2015-03-20) (built 2015-03-20) 10 years ago
Dan Burkert e33598b9b0 Completely remove old_io 10 years ago
Dan Burkert 735bd511c9 use stdlib TempDir 10 years ago
Dan Burkert 79f36662df Drop Lmdb prefix on Error and Result 10 years ago
Dan Burkert dee8811fd0 update for rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-20) 10 years ago
Dan Burkert 37db788f1c update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000) 10 years ago
Dan Burkert 15ac361762 Update for rustc 1.0.0-nightly (ed530d7a3 2015-01-16 22:41:16 +0000) 10 years ago
Dan Burkert 61035b625e Allow unstable; rename uint 10 years ago
Dan Burkert 0b202ecd56 Update for rustc 1.0.0-nightly (44a287e6e 2015-01-08 17:03:40 -0800) 10 years ago
Dan Burkert a2abd18460 add duplicate iterators 10 years ago
Dan Burkert 8897ad4eab Begin adding more iterators 10 years ago
Dan Burkert ab7f551298 open and create databases in transaction 10 years ago
Dan Burkert 0d01789de9 close_db and drop_db are unsafe 10 years ago
Dan Burkert 9facaae124 rename transaction and cursor opening functions; improve docs 10 years ago
Dan Burkert 25f240282e flatten Transaction::get return type 10 years ago
Dan Burkert 1d220c2116 add more docs 10 years ago
Dan Burkert c745961037 Flag constants for lmdb-sys; move bitflags! to lmdb proper 10 years ago
Dan Burkert 11836f84a4 simplify transaction struct hierarchy 10 years ago
Dan Burkert 69431c15bb Nested transactions 10 years ago
Dan Burkert d46d974c3f Add InactiveTransaction 10 years ago
Dan Burkert c38f094aff add rand put and get benchmarks 10 years ago
Dan Burkert 40f499eb86 make ReadTransaction::get return option; cleanup tests 10 years ago
Dan Burkert 6b00d64e5b move iter to cursor; cleanup iter benchmarks 10 years ago
Dan Burkert b65caa3f4d simple iterator impl with benchmarks 10 years ago
Dan Burkert 9ab71e29b1 First cut at a higher-level api 10 years ago
Dan Burkert 22b7a50ac0 zero-copy put api. 10 years ago
Dan Burkert b21d5e92a4 Cursor put/del support 10 years ago
Dan Burkert bed03ebff6 Cursor get support. 10 years ago
Dan Burkert 19961b33ac Fix Transaction destructor bugs. Add concurrency tests. 10 years ago
Dan Burkert 14de57067a Initial commit 10 years ago