]> git.notmuchmail.org Git - notmuch/history - bindings/ruby/database.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / ruby / database.c
2024-02-28 Benjamin Drungnotmuch (0.38.2-1.1) unstable; urgency=medium
2023-12-01 David BremnerImport notmuch_0.38.2.orig.tar.xz
2023-05-29 Felipe Contrerasruby: db: reorganize initializer
2023-04-02 Felipe Contrerasruby: add tags helper
2023-03-31 Felipe Contrerasruby: database: make path arg optional
2023-03-31 Felipe Contrerasruby: use database_open_with_config
2021-08-19 David BremnerMerge tag 'debian/0.32.3-1'
2021-08-02 Felipe Contrerasruby: split database close and destroy
2021-07-18 Felipe Contrerasruby: enable garbage collection using talloc
2021-07-18 Felipe Contrerasruby: create an actual wrapper struct
2021-06-27 Felipe Contrerasruby: add keyword arguments to db.query
2021-06-27 David BremnerMerge tag '0.32.2'
2021-06-25 David BremnerMerge branch 'release'
2021-06-20 David BremnerMerge branch 'release'
2021-05-31 David BremnerMerge remote-tracking branch 'origin/release'
2021-05-22 David BremnerMerge branch 'release'
2021-05-17 Felipe Contrerasruby: new notmuch_rb_object_destroy() helper
2021-05-17 Felipe Contrerasruby: add all data types
2021-05-17 Felipe Contrerasruby: move towards more modern RTypedData
2021-05-17 Felipe Contrerasruby: create Data_Wrap_Notmuch_Object helper
2019-02-17 David Bremnernotmuch (0.28.2-1) unstable; urgency=medium
2019-02-17 David BremnerImport notmuch_0.28.2.orig.tar.gz
2018-06-29 David Bremnernotmuch (0.27-2) unstable; urgency=medium
2018-06-13 David BremnerImport notmuch_0.27.orig.tar.gz
2017-12-09 David BremnerMerge branch 'release'
2017-11-06 David BremnerMerge branch 'release'
2017-09-12 David BremnerMerge tag '0.25.1'
2017-08-23 Daniel Kahn Gillmordatabase: add n_d_index_file (deprecates n_d_add_message)
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-05-19 Ludovic LANGEruby: add bindings for `notmuch_database_get_all_tags`
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-09-16 Peter Wangruby: handle return status of database close
2012-05-15 Austin Clementsruby: Update for changes to notmuch_database_get_directory
2012-05-05 Austin Clementsruby: Update Ruby bindings for new notmuch_database_...
2012-04-28 Justus Winterruby: Use notmuch_database_destroy instead of notmuch_d...
2011-10-04 Ali Polatelruby: Fix macros, use quoting
2011-10-04 Ali Polatelruby: be consistent with notmuch's coding style
2011-10-04 Ali Polatelruby: Add wrappers for database_find_message*
2011-09-24 Ali Polatelruby: Wrap notmuch_database_{begin,end}_atomic
2010-11-08 Carl WorthMerge in ruby bindings.
2010-06-06 Ali Polatelruby: Don't barf if an object is destroyed more than...
2010-06-06 Ali Polatelruby: Use rb_scan_args()
2010-06-06 Ali Polatelruby: Kill garbage collection related cruft.
2010-06-06 Ali Polatelruby: fix documentation of DB.upgrade!
2010-06-06 Ali PolatelInitial ruby bindings