summaryrefslogtreecommitdiff
path: root/bindings/ruby/database.c
AgeCommit message (Expand)Author
2021-08-02ruby: split database close and destroyFelipe Contreras
2021-07-18ruby: enable garbage collection using tallocFelipe Contreras
2021-07-18ruby: create an actual wrapper structFelipe Contreras
2021-06-27ruby: add keyword arguments to db.queryFelipe Contreras
2021-05-17ruby: new notmuch_rb_object_destroy() helperFelipe Contreras
2021-05-17ruby: add all data typesFelipe Contreras
2021-05-17ruby: move towards more modern RTypedDataFelipe Contreras
2021-05-17ruby: create Data_Wrap_Notmuch_Object helperFelipe Contreras
2017-08-23database: add n_d_index_file (deprecates n_d_add_message)Daniel Kahn Gillmor
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-19ruby: add bindings for `notmuch_database_get_all_tags`Ludovic LANGE
2014-09-16ruby: handle return status of database closePeter Wang
2012-05-15ruby: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-05ruby: Update Ruby bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-04-28ruby: Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2011-10-04ruby: Fix macros, use quotingAli Polatel
2011-10-04ruby: be consistent with notmuch's coding styleAli Polatel
2011-10-04ruby: Add wrappers for database_find_message*Ali Polatel
2011-09-24ruby: Wrap notmuch_database_{begin,end}_atomicAli Polatel
2010-06-06ruby: Don't barf if an object is destroyed more than onceAli Polatel
2010-06-06ruby: Use rb_scan_args()Ali Polatel
2010-06-06ruby: Kill garbage collection related cruft.Ali Polatel
2010-06-06ruby: fix documentation of DB.upgrade!Ali Polatel
2010-06-06Initial ruby bindingsAli Polatel