Commit Graph

  • 81a9edea83
    Make SSE inclusion conditional for target features (#526) Marcel Bargull 2021-07-16 09:41:10 +0200
  • db377fd1e3
    Allow cloning the Cache and Env (#533) Duarte Nunes 2021-07-15 03:18:46 -0300
  • 54cbd34d2e
    Mark Cache and Env as Send and Sync (#530) Artem Krylysov 2021-07-09 01:27:04 -0400
  • f00ae8c4ab
    Upgrade librocksdb-sys to 6.20.3 (#531) Artem Krylysov 2021-07-05 10:46:12 -0400
  • 7efa1ca525
    Merge pull request #524 from stanislav-tkach/set_zstd_max_train_bytes Stanislav Tkach 2021-06-01 12:05:21 +0300
  • 02e663fc7a
    Merge branch 'master' into set_zstd_max_train_bytes Oleksandr Anyshchenko 2021-05-25 09:31:41 +0300
  • b6c1d54c98
    Fix key may exist description (#521) Stanislav Tkach 2021-05-25 09:30:59 +0300
  • 4438df4ced
    Add support for the cuckoo table format (#519) Raphael Bost 2021-05-25 08:30:18 +0200
  • 476cab4f4e
    Bump `librocksdb-sys` up to 6.19.3 (#525) Oleg Nosov 2021-05-25 09:26:40 +0300
  • a0ad4fdcfe
    Fix multi_get (#511) mikhailOK 2021-05-24 23:26:15 -0700
  • c43ac614e3 Fix test (set compression options) Stanislav Tkach 2021-05-12 12:13:32 +0300
  • 841c23b265 Add the DB::key_may_exist_cf_opt method Stanislav Tkach 2021-05-12 11:37:59 +0300
  • 0e37e65ba4 Merge branch 'master' of https://github.com/rust-rocksdb/rust-rocksdb Stanislav Tkach 2021-05-09 13:31:13 +0300
  • c0cb8a77c2
    Add 'key_may_exist' functions family (#518) Stanislav Tkach 2021-05-01 11:39:35 +0300
  • dfeda6ebc6 Add 'key_may_exist' functions family Stanislav Tkach 2021-05-01 00:02:23 +0300
  • 7dd6258b07 Remove travis badge Oleksandr Anyshchenko 2021-04-18 17:50:50 +0300
  • 5329272444
    Release 0.16.0 (#508) Oleksandr Anyshchenko 2021-04-18 17:41:41 +0300
  • 6534bf190d
    Add DB::open_cf_with_ttl method. (#505) fdeantoni 2021-04-18 16:57:07 +0800
  • b7af3946c1
    Keep Cache and Env alive with Rc (#497) Andrea Corradi 2021-04-18 09:06:08 +0200
  • 0b700fe70d
    Remove need for &mut self in create_cf and drop_cf (v2) (#506) Ryo Onodera 2021-04-06 20:52:17 +0900
  • bc59596da1
    librocksdb-sys: bump to 6.17.3 (#503) Andronik Ordian 2021-03-19 18:49:56 +0100
  • 39b877b41a
    Add merge delete_callback omitted by mistake (#500) zhangsoledad 2021-02-23 15:49:51 +0800
  • 92ce69d7c4
    Fix clippy warnings (#498) Andrea Corradi 2021-02-19 07:55:10 +0100
  • 3d32011909
    Bump rocksdb up to 6.15.4 (#493) Oleksandr Anyshchenko 2021-01-22 12:55:24 +0200
  • ff5640a50d
    Removed unneeded bindgen features (#491) Martin Habovštiak 2021-01-19 11:32:21 +0100
  • ccf6ae3aff
    Export persist_period_sec option and background_threads (#448) codingsh 2021-01-19 07:44:24 +0000
  • ed69084041
    Add multi_get functions family (#487) Stanislav Tkach 2020-12-20 17:55:35 +0300
  • 154c23bc99
    Fix build on windows host (#484) Oleksandr Anyshchenko 2020-12-09 11:50:12 +0200
  • 023dd07b1c
    Fix logic related to merge operator settings (#481) BoOTheFurious 2020-12-08 16:43:10 +0100
  • e8bb30aaa1
    Bump librocksdb-sys up to 6.11.4 (#466) Oleksandr Anyshchenko 2020-12-07 10:07:15 +0200
  • 448f1c98b6
    Do not fail overall build workflow if build on windows host is failed (#480) Oleksandr Anyshchenko 2020-11-25 10:10:20 +0200
  • 2ed4d80cf3
    Allow setting options on a ColumnFamily (#478) Roman Zeyde 2020-11-23 10:43:50 +0200
  • 3e223d1591
    Use matches! to fix Clippy warning (#473) Stanislav Tkach 2020-11-09 10:09:40 +0200
  • 29802a4b71
    Bump bindgen version (#460) Jens 2020-08-31 10:51:47 +0200
  • 00abac7504
    Add DB::cancel_all_background_work method (#459) Stanislav Tkach 2020-08-31 10:03:10 +0300
  • b91299ca2e Release 0.15.0 (#458) Oleksandr Anyshchenko 2020-08-25 15:09:28 +0300
  • 959f29ef88
    Avoid copy for merge operator result using delete_callback (#457) chenxu 2020-08-25 18:03:39 +0800
  • 10a059ad55
    Extend github actions (#456) Stanislav Tkach 2020-08-25 12:02:39 +0300
  • a7461c68ec
    Add Send implementation for WriteBatch (#453) Stanislav Tkach 2020-08-21 15:40:21 +0300
  • ee79b7bb4a
    Implement Clone trait for Options (#455) Stanislav Tkach 2020-08-21 14:18:06 +0300
  • d3d10d54b1
    Adding backup engine info (#454) Linh Tran Tuan 2020-08-12 16:06:49 +0900
  • 5d5c3a4565
    librocksdb-sys: update rocksdb to 6.11.4 (#452) Andronik Ordian 2020-08-07 06:45:06 +0200
  • 4a064d0f72
    Use pretty_assertions in tests (#451) Stanislav Tkach 2020-08-07 07:44:38 +0300
  • d0e1ebd801
    Do not set rerun-if-changed=build.rs (#449) Cheng XU 2020-07-30 00:29:19 -0700
  • 6d60d48ba2
    Support fetching sst files metadata, delete files in range, get mem usage (#446) Linh Tran Tuan 2020-07-29 16:10:06 +0900
  • afe0f7dca0
    Remove allow(clippy::wildcard_imports) (#450) Stanislav Tkach 2020-07-29 10:06:29 +0300
  • 5a35cb7262
    Add link stdlib when linking prebuilt rocksdb (#443) unrealhoang 2020-07-29 16:02:31 +0900
  • 22c4780c59
    Add compaction filter factory API (#441) unrealhoang 2020-07-21 20:21:38 +0900
  • 729fb69993
    Add dbpath and env options (#445) Linh Tran Tuan 2020-07-15 20:41:53 +0900
  • d6c779c179
    Bump rocksdb up to 6.10.2 (#444) Oleksandr Anyshchenko 2020-07-10 13:43:27 +0300
  • 890ef81fc2
    Adding read/write/db/compaction options (#442) Linh Tran Tuan 2020-07-10 19:38:38 +0900
  • bc07d0cd28
    Don't segfault on failed a merge operator. (#437) Nelson Elhage 2020-06-15 23:39:02 -0700
  • 49966e99b6
    Fix slice transformers with no in_domain callback (#438) Nelson Elhage 2020-06-14 01:00:19 -0700
  • 22fc1faca4
    Export DEFAILT_COLUMN_FAMILY_NAME constant (#435) Stanislav Tkach 2020-06-05 12:00:15 +0300
  • 6eeee5e60a
    Add set_max_log_file_size and set_recycle_log_file_num to the Options (#433) Stanislav Tkach 2020-05-28 09:31:49 +0300
  • b5d69fde69
    Add support for SstFileWriter and DB::ingest_external_file (#421) Lucjan Suski 2020-05-26 14:35:50 +0200
  • c70b59de55
    Fixed build for x86_64-linux-android that doesn't support PCLMUL (#429) Vyacheslav Gudkov 2020-05-19 14:26:57 +0300
  • 70aa3914c3
    librocksdb-sys: update rocksdb to 6.8.1 (#428) Andronik Ordian 2020-05-12 12:46:11 +0200
  • be96f049c9
    Expose `open_with_ttl`. (#425) David Calavera 2020-05-08 06:45:43 -0700
  • 334b4652b6
    Add some doc-comments and tiny refactoring (#424) Oleksandr Anyshchenko 2020-05-07 10:05:16 +0300
  • 8c59ac01f5
    Allow to build RocksDB with a different stdlib. (#423) David Calavera 2020-05-07 00:04:59 -0700
  • 3d1a15bc38
    Use DBPath for backup_restore test and remove _rust_rocksdb* from .gitignore (#419) wqfish 2020-04-30 00:08:47 -0700
  • 5ce7c93306
    Add github repo to Cargo.toml (#420) samuela 2020-04-30 00:08:24 -0700
  • d4023f2683
    Add clippy linter in CI (#417) Oleksandr Anyshchenko 2020-04-24 16:18:06 +0300
  • 8f7124b488
    Update doc for Options::set_compression_type (#416) wqfish 2020-04-24 04:33:32 -0700
  • df05c3182e
    Add github actions CI for windows build (#415) Oleksandr Anyshchenko 2020-04-24 11:54:28 +0300
  • cb0bac827f
    Bump librocksdb up to 6.7.4 (#413) Oleksandr Anyshchenko 2020-04-23 15:03:48 +0300
  • 7ce246675d
    Cleanup tests (#409) David Calavera 2020-04-23 04:14:10 -0700
  • c10bfe5b56
    Fix building rocksdb library on windows host (#412) Oleksandr Anyshchenko 2020-04-23 14:08:56 +0300
  • eac44e64da
    Release 0.14.0 (#408) Oleksandr Anyshchenko 2020-04-22 21:00:36 +0300
  • 7105d0d2d2
    Add support for open_as_secondary APIs. (#406) David Calavera 2020-04-22 10:17:08 -0700
  • 4ee65f451b
    Fix doc for DBRawIterator::prev and next methods (#405) wqfish 2020-04-21 00:36:59 -0700
  • a8b77cfd8a
    Add support for open_for_read_only APIs (#402) wqfish 2020-04-21 00:35:45 -0700
  • 8a7996e943
    Fix building librocksdb-sys with system libraries (#393) Bas van Dijk 2020-04-16 11:21:56 +0200
  • 49c679f7f2
    Add support for range delete APIs (#403) wqfish 2020-04-15 05:08:07 -0700
  • a0e5d99a4a
    Add some extra config options (#399) Ivan Porto Carrero 2020-04-08 06:53:05 -0700
  • 3282b2fa22
    Add support for data block hash index (#358) David 2020-04-08 15:52:47 +0200
  • 81aa0163b8
    Make set_iterate_upper_bound method safe (#377) wqfish 2020-04-08 04:46:53 -0700
  • 2ba70d304d
    Atomic flush option (#380) Matt Bell 2020-04-07 05:49:49 -0700
  • c5b5981578
    Bump rocksdb version up to 6.7.3 (#398) Oleksandr Anyshchenko 2020-04-07 15:43:37 +0300
  • e0a09a1f47
    Bump internal snappy version up to 1.1.8 (#397) Oleksandr Anyshchenko 2020-04-07 15:43:14 +0300
  • 0e84c32468
    Check if we're on a big endian system and act upon it (#396) Sascha Hanse 2020-03-25 15:28:03 +0100
  • 8817fc7b1c
    Refactor db.rs and lib.rs into smaller pieces (#395) Jesse Rusak 2020-03-25 10:27:37 -0400
  • f71953dcd9
    Make DBPath use tempfile. (#394) Jesse Rusak 2020-03-24 04:36:39 -0400
  • 122cf3ffea
    Add a doc for optimize_level_style_compaction method (#392) Nikolay Volf 2020-03-23 02:56:19 -0700
  • 24e016a57d
    Fix lifetime parameter for iterators (#391) wqfish 2020-02-18 23:59:06 -0800
  • 46e0c08af5
    Bump librocksdb-sys up to 6.6.4 (#389) Oleksandr Anyshchenko 2020-02-19 09:05:41 +0200
  • 53b870c716
    Change APIs that never return error to not return Result (#383) wqfish 2020-02-17 10:12:32 -0800
  • 5abcfe801a
    Do not take into account a windows host build for overall CI status (#388) Oleksandr Anyshchenko 2020-02-17 20:00:33 +0200
  • 3b9df2dd05
    Bump uuid and bindgen dependencies (#387) Jon Gjengset 2020-02-17 11:45:00 -0500
  • aa1aa97163 Fix doc for WriteBatch::delete (#376) wqfish 2020-01-26 06:25:38 -0800
  • 4f9524bd36 Move to Rust 2018 (#375) wqfish 2020-01-15 07:08:03 -0800
  • 04e75d6ae5 Fix potential segfault when calling next on DBIterator that is at the end of the range (#374) wqfish 2020-01-13 03:33:33 -0800
  • a01815d574 Minor cleanup in db.rs (#373) wqfish 2020-01-13 03:23:36 -0800
  • 55ed8cbd16 Add flush_cf method to DB (#372) wqfish 2020-01-13 03:21:29 -0800
  • 0c355225fa Simplify conversion on iterator item (#364) zhangsoledad 2020-01-08 22:45:43 +0800
  • 811933be96 Add set_max_total_wal_size to Options (#366) wqfish 2020-01-08 06:45:10 -0800
  • bf85e771be Fix minor doc typo (#367) Steve Yen 2020-01-08 06:44:40 -0800
  • c09e2b0d27 Options: add set_ratelimiter (#369) Patrick 2020-01-08 22:44:15 +0800
  • 22f36ce97f Improve ffi_try macro to make trailing comma optional (#371) wqfish 2020-01-08 06:43:54 -0800