summaryrefslogtreecommitdiff
path: root/options/configurable.cc
AgeCommit message (Expand)Author
2021-12-09Fix an issue with MemTableRepFactory::CreateFromString (#9273)mrambacher
2021-11-30Fix GetOptionsPtr for Wrapped Customizable; Allow null options map (#9213)mrambacher
2021-08-25Make Configurable/Customizable options copyable (#8704)mrambacher
2021-08-19Fix some minor issues in the Customizable infrastructure (#8566)mrambacher
2021-07-16Allow CreateFromString to work on complex URIs (#8547)mrambacher
2021-07-16Make EncryptionProvider and BlockCipher into Customizable objects (#8354)Mark Rambacher
2021-07-12Make FlushBlockPolicyFactory into a Customizable class (#8432)mrambacher
2021-06-30Fix PrepareOptions for Customizable Classes (#8468)mrambacher
2021-06-29Add customizable_util.h to the public API (#8301)mrambacher
2021-04-26Move RegisterOptions into the Configurable API (#8223)mrambacher
2021-02-19Fix handling of Mutable options; Allow DB::SetOptions to update mutable Table...mrambacher
2020-11-11Create a Customizable class to load classes and configurations (#6590)mrambacher
2020-09-14Bring the Configurable options together (#5753)mrambacher