]> git.notmuchmail.org Git - notmuch/history - test
lib: replace use of static_cast for writable databases
[notmuch] / test /
2020-07-28 Jonas Bernoullitest: Explicitly state that we want to sign with sender
2020-07-28 Jonas Bernoullitest: Remove misguided emacs testing utilities
2020-07-28 Jonas Bernoullitest: Deal with Emacs 27 switching to lexical scope...
2020-07-22 David Bremnertest: add known broken test for n_d_get_default_indexopts
2020-07-22 David Bremnerlib: fix error return bug with n_d_set_config.
2020-07-22 David Bremnertest: add known broken test for n_d_set_config
2020-07-22 David Bremnertest: add regression test for n_d_get_config
2020-07-22 David Bremnerlib: add regresion test for n_d_get_all_tags
2020-07-22 David Bremnerlib: add regression test for n_d_find_message_by_filename
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 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-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 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 Bremnerlib: catch exceptions in n_m_get_flag, provide n_m_get_...
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: 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 Bremnertest: drop use of assert in closed db tests
2020-07-13 David Bremnertest: remove unused backup_database calls
2020-07-11 David Bremnertest: drop upgrade from v1 tests
2020-07-11 David BremnerMerge branch 'release'
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 Bremnertest: fix python 3.8.4 related regression in T210-raw
2020-07-03 Daniel Kahn Gillmortests: mark sig verification known-broken with session...
2020-06-27 David Bremnertest: mark two tests broken on machines with 32 bit...
2020-05-31 Daniel Kahn Gillmortests/ruby: Ensure that test works for out-of-tree...
2020-05-30 Daniel Kahn Gillmorpython-cffi: enable out-of-tree builds
2020-05-30 Tomi Ollilatest/test-lib.sh: fix two out of tree test issues
2020-05-26 Jonas Bernoulliemacs: Use `dolist' instead of `mapcar' for side-effects
2020-05-23 Daniel Kahn Gillmorsmime: Index cleartext of envelopedData when requested
2020-05-23 Daniel Kahn Gillmorsmime: Pass PKCS#7 envelopedData to node_decrypt_and_verify
2020-05-23 Daniel Kahn Gillmorcli/reply: Ignore PKCS#7 wrapper parts when replying
2020-05-23 Daniel Kahn Gillmorcli/show: If a leaf part has children, show them instea...
2020-05-23 Daniel Kahn Gillmorcli: include wrapped part of PKCS#7 SignedData in the...
2020-05-23 Daniel Kahn Gillmorsmime: Identify encrypted S/MIME parts during indexing
2020-05-23 Daniel Kahn Gillmorlib: index PKCS7 SignedData parts
2020-05-23 Daniel Kahn Gillmorsmime: tests of X.509 certificate validity are known...
2020-05-09 Daniel Kahn Gillmortest-lib: mark function variables as local
2020-05-04 David Bremnerlib: replace STRNCMP_LITERAL in __message_remove_indexe...
2020-05-04 David Bremnertest: known broken test for reindex tag preservation
2020-04-30 Daniel Kahn Gillmortests: disable CRL checks from gpgsm
2020-04-30 Daniel Kahn Gillmortest/protected-headers: Add tests for S/MIME protected...
2020-04-30 Daniel Kahn Gillmortests/smime: add tests for S/MIME SignedData
2020-04-30 Daniel Kahn Gillmortest-lib.sh: add test_valid_json
2020-04-30 Daniel Kahn Gillmortests/smime: Test indexing cleartext of envelopedData
2020-04-30 Daniel Kahn Gillmortests/smime: Verify cryptographic message status
2020-04-30 Daniel Kahn Gillmortests: Add S/MIME messages to protected-headers corpus
2020-04-30 Daniel Kahn Gillmortests/smime: include secret key material for Bob
2020-04-30 Daniel Kahn Gillmortest: Allow tests to have both gpg and gpgsm active...
2020-04-30 Daniel Kahn Gillmortests/smime: avoid copying the key+cert.pem around
2020-04-30 Daniel Kahn Gillmortests/smime: Use gpgsm instead of openssl for mml creat...
2020-04-30 Daniel Kahn Gillmortests/smime: consistently quote $GNUPGHOME
2020-04-30 Daniel Kahn Gillmortests/smime: Include the Sample LAMPS Certificate Authority
2020-04-30 Daniel Kahn Gillmortests/smime: Always use --batch with gpgsm
2020-04-30 Daniel Kahn Gillmortests: move add_gpgsm_home to test-lib.sh
2020-04-27 Jonas Bernoulliemacs: Use `cl-lib' instead of deprecated `cl'
2020-04-24 Olivier Taïbitest: sort the output of the "prefix" test in T610...
2020-04-24 Tomi Ollilabuild: drop support for xapian versions less than 1.4
2020-04-13 David Bremnercli/dump: replace use of gzprintf with gzputs for confi...
2020-04-13 David Bremnertest: add known_broken test for dumping large stored...
next