index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
/
ruby
/
database.c
Age
Commit message (
Expand
)
Author
2023-05-29
ruby: db: reorganize initializer
Felipe Contreras
2023-04-02
ruby: add tags helper
Felipe Contreras
2023-03-31
ruby: database: make path arg optional
Felipe Contreras
2023-03-31
ruby: use database_open_with_config
Felipe Contreras
2021-08-02
ruby: split database close and destroy
Felipe Contreras
2021-07-18
ruby: enable garbage collection using talloc
Felipe Contreras
2021-07-18
ruby: create an actual wrapper struct
Felipe Contreras
2021-06-27
ruby: add keyword arguments to db.query
Felipe Contreras
2021-05-17
ruby: new notmuch_rb_object_destroy() helper
Felipe Contreras
2021-05-17
ruby: add all data types
Felipe Contreras
2021-05-17
ruby: move towards more modern RTypedData
Felipe Contreras
2021-05-17
ruby: create Data_Wrap_Notmuch_Object helper
Felipe Contreras
2017-08-23
database: add n_d_index_file (deprecates n_d_add_message)
Daniel Kahn Gillmor
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2016-05-19
ruby: add bindings for `notmuch_database_get_all_tags`
Ludovic LANGE
2014-09-16
ruby: handle return status of database close
Peter Wang
2012-05-15
ruby: Update for changes to notmuch_database_get_directory
Austin Clements
2012-05-05
ruby: Update Ruby bindings for new notmuch_database_{open, create} signatures
Austin Clements
2012-04-28
ruby: Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2011-10-04
ruby: Fix macros, use quoting
Ali Polatel
2011-10-04
ruby: be consistent with notmuch's coding style
Ali Polatel
2011-10-04
ruby: Add wrappers for database_find_message*
Ali Polatel
2011-09-24
ruby: Wrap notmuch_database_{begin,end}_atomic
Ali Polatel
2010-06-06
ruby: Don't barf if an object is destroyed more than once
Ali Polatel
2010-06-06
ruby: Use rb_scan_args()
Ali Polatel
2010-06-06
ruby: Kill garbage collection related cruft.
Ali Polatel
2010-06-06
ruby: fix documentation of DB.upgrade!
Ali Polatel
2010-06-06
Initial ruby bindings
Ali Polatel