mu/lib
Todd Carson 1db7c5e263 Don't declare mu_str_size_s() with the const attribute.
When this function is declared const or pure, clang at -O1 or higher optimizes
away the call to mu_str_size_s() inside mu_str_size(), so that it ignores its
argument and returns whatever is in mu_str_size_s()'s static buffer.

Found when test-mu-str failed while testing an update of mu in OpenBSD's ports tree.
2020-07-26 12:05:56 +03:00
..
query mu: ensure some struct members are initialized 2020-03-31 21:19:03 +03:00
testdir mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
testdir2 mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
testdir3 mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
testdir4 mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
utils Don't declare mu_str_size_s() with the const attribute. 2020-07-26 12:05:56 +03:00
Makefile.am Fix typos 2020-05-12 23:56:55 +02:00
doxyfile.in * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
mu-bookmarks.c * update copyright years 2013-03-30 11:32:07 +02:00
mu-bookmarks.h * update copyright years 2013-03-30 11:32:07 +02:00
mu-contacts.cc move parser/utils to utils, Mux->Mu 2019-12-22 15:26:45 +02:00
mu-contacts.hh mu-contacts: cosmetic 2020-05-17 14:53:18 +03:00
mu-container.c mu: always sort descending within threads 2020-04-29 10:55:19 +10:00
mu-container.h Fix typos 2020-05-12 23:56:55 +02:00
mu-flags.c integrate new query parser 2017-10-25 23:50:17 +03:00
mu-flags.h integrate new query parser 2017-10-25 23:50:17 +03:00
mu-index.c mu: do a full index when the database is empty 2020-04-29 20:27:49 +03:00
mu-index.h Fix typos 2020-05-12 23:56:55 +02:00
mu-maildir.c mu: lib: update store API. update some dependents 2020-01-31 00:20:34 +02:00
mu-maildir.h update for lib/utils split 2019-12-22 15:26:45 +02:00
mu-msg-crypto.c msg-crypto: fix small leak 2020-02-21 19:29:27 +02:00
mu-msg-doc.cc lib/utils: Update 2020-01-05 17:46:21 +02:00
mu-msg-doc.h update for lib/utils split 2019-12-22 15:26:45 +02:00
mu-msg-fields.c mu-msg-fields: Mark contact fields as phrase-enabled 2019-08-01 22:11:39 +03:00
mu-msg-fields.h mu-msg-fields: Mark contact fields as phrase-enabled 2019-08-01 22:11:39 +03:00
mu-msg-file.c mu-msg: plug some leaks 2020-01-19 17:33:32 +02:00
mu-msg-file.h * update copyright years 2013-03-30 11:32:07 +02:00
mu-msg-iter.cc lib/utils: Update 2020-01-05 17:46:21 +02:00
mu-msg-iter.h Fix typos 2019-11-06 16:13:39 +01:00
mu-msg-json.c Fix typos 2019-11-06 16:13:39 +01:00
mu-msg-part.c mu: don't verify signatures when it's not needed 2020-05-05 21:25:36 +03:00
mu-msg-part.h mu: include signers in signature report 2017-08-27 17:32:23 +03:00
mu-msg-prio.c integrate new query parser 2017-10-25 23:50:17 +03:00
mu-msg-prio.h Fix typos 2019-11-06 16:13:39 +01:00
mu-msg-priv.h Fix #280 2015-02-16 01:19:32 +02:00
mu-msg-sexp.c mu-sexp: improve list-post regexp 2020-01-08 23:23:13 +02:00
mu-msg.c mu: don't verify signatures when it's not needed 2020-05-05 21:25:36 +03:00
mu-msg.h update for lib/utils split 2019-12-22 15:26:45 +02:00
mu-query.cc mu4e: use faster count queries, document differences 2020-03-15 01:23:01 +02:00
mu-query.h mu4e: use faster count queries, document differences 2020-03-15 01:23:01 +02:00
mu-runtime.cc server: support readline history / persistence 2020-02-21 01:17:23 +02:00
mu-runtime.h ~/.mu -> ~/.cache/mu 2020-04-19 13:02:48 +02:00
mu-script.c guile: path updates for 2.2 2020-04-20 00:01:07 +03:00
mu-script.h * update copyright years 2013-03-30 11:32:07 +02:00
mu-store.cc mu-store: enlarge buffer for strftime 2020-05-01 20:47:45 +02:00
mu-store.hh store: remove unused code, use batchsize 2020-03-02 23:19:34 +02:00
mu-threader.c use g_snprintf instead of snprintf 2020-01-07 23:17:15 +02:00
mu-threader.h * update copyright years 2013-03-30 11:32:07 +02:00
test-mu-common.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-common.h mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-contacts.cc mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-container.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-date.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-flags.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-maildir.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-msg-fields.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-msg.c mu: move mu/mu/tests, lib/tests one level up 2020-01-01 15:56:48 +02:00
test-mu-store.c mu: no need to pass 'maildir' when we can deduce it 2020-02-04 01:05:35 +02:00