]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2020-07-22 David Bremnerlib: rename _n_d_create to _n_d_find_or_create
2020-07-22 David Bremnertest: add known broken test for notmuch_database_remove...
2020-07-22 David Bremnerlib: convert relative filenames to absolute in n_d_inde...
2020-07-22 David Bremnertest: add known broken test for indexing relative path
2020-07-22 David Bremnertest: regression test for n_d_index_file closed db
2020-07-22 David Bremnertest: add regression test for n_d_get_directory
2020-07-22 David Bremnertest: regression test for n_d_get_revision
2020-07-22 David Bremnertest: add regression test for n_d_{begin,end}_atomic
2020-07-22 David Bremnertest: regression test for n_d_upgrade
2020-07-22 David Bremnerlib/n_d_needs_upgrade: handle error return from n_d_get...
2020-07-22 David Bremnertest: add known broken test for n_d_needs_upgrade
2020-07-22 David Bremnertest: add regression tests for notmuch database destroy
2020-07-22 David Bremnertest: regression test for closing a closed database
2020-07-22 David Bremnerlib/n_d_get_version: catch exceptions and clarify the API
2020-07-22 David Bremnerlib: move deallocation of memory from n_d_close to...
2020-07-22 David Bremnertest: add known broken test for n_d_get_version on...
2020-07-22 David Bremnertest: regression tests for n_d_status_string and n_d_ge...
2020-07-22 David Bremnerlib: fix exception messages for n_m_message_*
2020-07-22 David Bremnertest: sanitize line numbers in exception reports
2020-07-22 Sean Whittonemacs: notmuch-search: avoid wiping out buffer-local...
2020-07-20 David Bremnerlib: fix return value for n_m_reindex
2020-07-20 David Bremnertest: add known broken test for n_m_reindex on closed db
2020-07-20 David Bremnertest: regression for retrieving closed db from message
2020-07-20 David Bremnertest: regression test for destroying message with closed db
2020-07-20 David Bremnertest: regression tests of n_m_freeze and n_m_thaw on...
2020-07-20 David Bremnerlib: handle xapian exception in n_m_remove_all_tags
2020-07-20 David Bremnertest: add broken test for n_m_remove_all_tags
2020-07-20 David Bremnertest: add regression test for n_m_maildir_flags_to_tags
2020-07-20 David Bremnercli/new: replace newly deprecated n_m_has_maildir_flag
2020-07-20 David Bremnerlib: add notmuch_message_has_maildir_flag_st
2020-07-20 David Bremnertest: add regression test for notmuch_message_has_maild...
2020-07-18 David Bremnerconfigure: replace multiple redirects with redirected...
2020-07-18 David Bremnerbindings/ruby: replacy use of deprecated notmuch_messag...
2020-07-18 David Bremnerlib/thread: replace use of deprecated notmuch_message_g...
2020-07-18 David Bremnerlib/add-message: drop use of deprecated notmuch_message...
2020-07-18 David Bremnercli/show: replace deprecated notmuch_message_get_flag
2020-07-18 David Bremnercli/search: replace deprecated notmuch_message_get_flag
2020-07-18 David Bremnerlib: catch exceptions in n_m_get_flag, provide n_m_get_...
2020-07-16 David Bremnerconfigure: make sure WITH_PYTHON_DOCS is initialized
2020-07-15 David Bremnerdoc: add new python bindings to main documentation...
2020-07-15 David Bremnerdoc: replace use of environment variables with a genera...
2020-07-14 David Bremnerlib: use COERCE_STATUS in n_m_{add,remove}_tag
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_remove_tag
2020-07-14 David Bremnertest: add broken test for n_m_remove_tag
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_add_tag
2020-07-14 David Bremnertest: add known broken test for n_m_add_tag with closed db
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_count_files
2020-07-14 David Bremnertest: add known broken test for n_m_count_files
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_get_tags
2020-07-14 David Bremnertest: add known broken test for n_m_get_tags
2020-07-14 David Bremnerlib: use LOG_XAPIAN_EXCEPTION in n_m_get_date
2020-07-14 David Bremnerlib: add regression test for n_m_get_date; clarify API
2020-07-13 David Bremnertest: add known broken for n_m_get_flag on closed db
2020-07-13 David Bremnerlib: catch exceptions in n_m_get_filenames
2020-07-13 David Bremnertest: add known broken test for n_m_get_filenames
2020-07-13 David Bremnerlib/n_m_g_filename: catch Xapian exceptions, document...
2020-07-13 David Bremnerlib: add known broken test for notmuch_message_get_filename
2020-07-13 David Bremnerlib/n_m_get_replies: doc return, initial regression...
2020-07-13 David Bremnertest: add regression test for n_m_get_header
2020-07-13 David Bremnerlib/message: use LOG_XAPIAN_EXCEPTION in n_m_get_header
2020-07-13 David Bremnertest: drop use of assert in closed db tests
2020-07-13 David Bremnertest: remove unused backup_database calls
2020-07-11 David Bremnerdebian: drop ValueRangeProcessor symbols
2020-07-11 David Bremnertest: drop upgrade from v1 tests
2020-07-11 David Bremnerlib: migrate from Xapian ValueRangeProcessor to RangePr...
2020-07-11 David Bremnerlib: migrate to post Xapian 1.3.4 compact support
2020-07-11 Jonas Witscheldoc: make gzipped man pages reproducible
2020-07-11 David BremnerMerge branch 'release'
2020-07-11 David BremnerNEWS: update date for release 0.30 archive/debian/0.30-1 debian/0.30-1
2020-07-11 David Bremnerdebian: changelog for 0.30
2020-07-11 David Bremnerversion: set to 0.30
2020-07-04 David Bremnerlib/message: catch exception in n_m_get_thread_id
2020-07-04 David Bremnertest: add known broken test for n_m_get_thread_id on...
2020-07-04 David Bremnerlib: catch error from closed db in n_m_get_message_id
2020-07-04 David Bremnertest: add known broken test for error handling on close...
2020-07-03 David Bremnerbuild: produce signatures for release candidate tarballs. 0.30_rc3 debian/0.30_rc3-1
2020-07-03 David Bremnertest: fix python 3.8.4 related regression in T210-raw
2020-07-03 David Bremnerdebian: changelog fo 0.30~rc3-1
2020-07-03 David Bremnerversion: bump to 0.30~rc3
2020-07-03 David Bremnerbindings/python-cffi: copy version file into bindings dir
2020-07-03 David Bremnerdoc: update install suggestions for fedora derivatives
2020-07-03 Daniel Kahn... tests: mark sig verification known-broken with session...
2020-07-03 Daniel Kahn... configure: can gpgme can verify signatures when decrypt...
2020-06-27 David Bremnertest: mark two tests broken on machines with 32 bit...
2020-06-27 David Bremnerconfigure: detect 64 bit time_t
2020-06-27 Tomi OllilaMakefile.global: drop -std=gnu99. C11 (or later) compil...
2020-06-19 Floris Bruynooghepython-cffi: read version from notmuch version file
2020-06-16 David Bremnerdebian: changelog stanza for 0.30~rc2-1 archive/debian/0.30_rc2-1 debian/0.30_rc2-1
2020-06-16 David Bremnerversion: update to 0.30~rc2
2020-06-16 David Bremnerdebian/copyright: update to match AUTHORS
2020-06-16 David Bremnerupdate AUTHORS
2020-06-16 Floris BruynoogheSupport aborting the atomic context
2020-06-16 Floris BruynoogheMake messages returned by Thread objects owned
2020-06-16 Anton Khirnovpython/notmuch2: do not destroy messages owned by a...
2020-06-16 Floris Bruynooghepython config access: fix style and KeyError bug
2020-06-16 Anton Khirnovpython/notmuch2: add bindings for the database config...
2020-06-15 Floris BruynoogheUpdate tox.ini for python3.8 and fix pypy3.6
2020-06-15 Floris BruynoogheAdd missing set methods to tagsets
2020-06-10 Tomi Ollilaconfigure: use cffi.FFI().verify() to test buildability...
2020-06-06 David Bremnerdebian: changelog stanza for 0.30~rc1-1 0.30_rc1 archive/debian/0.30_rc1-1 debian/0.30_rc1-1
next