aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/defs.h
AgeCommit message (Expand)Author
2023-05-29ruby: db: reorganize initializerFelipe Contreras
2023-04-12ruby: remove FileNames objectFelipe Contreras
2023-04-12ruby: add filenames helperFelipe Contreras
2023-04-02ruby: remove Tags objectFelipe Contreras
2023-04-02ruby: add tags helperFelipe Contreras
2021-08-03ruby: cleanup object_destroy()Felipe Contreras
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
2021-05-17ruby: add unlikely hintFelipe Contreras
2021-05-17ruby: fetch class name in case of errorFelipe Contreras
2021-05-17ruby: simplify data get helperFelipe Contreras
2021-05-12ruby: improve general data get helperFelipe Contreras
2021-05-12ruby: improve all Data_Get_Notmuch_* helpersFelipe Contreras
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-05-18ruby: Add wrapper for notmuch_query_count_threadsWael M. Nasreddine
2013-02-18ruby: Add bindings for notmuch_thread_get_messagesAustin Clements
2012-06-29ruby: extern linkage portability improvementTomi Ollila
2012-05-25Revert "ruby: Add workarounds to use in-tree build not the installed one"Felipe Contreras
2012-05-08ruby: Add wrapper for notmuch_query_set_omit_excluded()Ali Polatel
2012-05-08ruby: Add workarounds to use in-tree build not the installed oneAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_add_tag_excludeAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_count_messagesAli Polatel
2011-10-04ruby: Fix macros, use quotingAli Polatel
2011-10-04ruby: Really add wrappers for database_find_message*Ali Polatel
2011-10-04ruby: be consistent with notmuch's coding styleAli Polatel
2011-09-24ruby: New exception Notmuch::UnbalancedAtomicErrorAli Polatel
2011-09-24ruby: Wrap notmuch_database_{begin,end}_atomicAli Polatel
2011-01-25ruby: Add wrapper for message_get_filenamesAli Polatel
2011-01-25ruby: Add wrappers for maildir sync. interfaceAli Polatel
2011-01-25ruby: Add wrappers for query_get_s{ort,tring}Ali Polatel
2010-06-06ruby: Don't barf if an object is destroyed more than onceAli Polatel
2010-06-06ruby: Kill garbage collection related cruft.Ali Polatel
2010-06-06Initial ruby bindingsAli Polatel