mu/lib
djcb e483291a1d * lib/mu-container: remove some O(n*n) behavior from threading
mu_container_append_siblings was showing up high in profiles as it has to
  walk chains of next->next->next->... pointers to find the last one. we now
  cache the last link in the chain. for listing ~ 23K messages, this saves
  about 20%.
2012-09-17 17:45:59 +03:00
..
tests * minor 2012-09-16 18:00:51 +03:00
Makefile.am * fix make-dist 2012-09-09 16:14:41 +03:00
mu-bookmarks.c * cosmetics 2012-09-05 01:23:00 +03:00
mu-bookmarks.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-contacts.c * lib/mu-contacts: make address comparison case-insensitive 2012-09-05 01:24:18 +03:00
mu-contacts.h * mu-contacts: allow saving a separate value 'personal' 2012-06-18 17:59:27 +03:00
mu-container.c * lib/mu-container: remove some O(n*n) behavior from threading 2012-09-17 17:45:59 +03:00
mu-container.h * lib/mu-container: remove some O(n*n) behavior from threading 2012-09-17 17:45:59 +03:00
mu-date.c * clear non-numerics from dates, so '2012-06-12' is parsed correctly 2012-06-29 10:11:26 +03:00
mu-date.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-flags.c * add mu_flags_custom_from_str, to get the custom flags in a message file name 2012-06-13 08:14:06 +03:00
mu-flags.h * add mu_flags_custom_from_str, to get the custom flags in a message file name 2012-06-13 08:14:06 +03:00
mu-index.c * support '.noupdate' -- similar to '.noindex', maildirs containing 2012-05-22 10:19:49 +03:00
mu-index.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-log.c * lib: refactor mu-log a bit 2012-09-17 13:17:49 +03:00
mu-log.h * lib/mu-log: cleanups and some improvements 2012-09-15 17:58:37 +03:00
mu-maildir.c * mu-maildir: hide some innocent errors 2012-09-15 18:03:23 +03:00
mu-maildir.h * support '.noupdate' -- similar to '.noindex', maildirs containing 2012-05-22 10:19:49 +03:00
mu-msg-crypto.c * mu-msg-crypto: improve comments 2012-09-14 12:17:52 +03:00
mu-msg-doc.cc * cosmetics 2012-09-17 17:42:56 +03:00
mu-msg-doc.h * lib: cleanups: remove mu-msg-cache (WIP) 2012-08-08 19:13:59 +03:00
mu-msg-fields.c * mu-msg-fields: add name for refs 2012-08-01 10:45:45 +03:00
mu-msg-fields.h * cosmetics 2012-08-16 20:48:01 +03:00
mu-msg-file.c * guile: fix getting message bodies 2012-09-17 11:13:37 +03:00
mu-msg-file.h * lib: cleanups: remove mu-msg-cache (WIP) 2012-08-08 19:13:59 +03:00
mu-msg-iter.cc * lib: try to reopen database when it got updated from the outside (for guile) 2012-08-19 09:57:49 +03:00
mu-msg-iter.h * lib: try to reopen database when it got updated from the outside (for guile) 2012-08-19 09:57:49 +03:00
mu-msg-part.c * lib: mu-msg-part: improve handling of b0rked messages, s/HAVE_CRYPTO/BUILD_CRYPTO/ 2012-09-17 12:43:53 +03:00
mu-msg-part.h * restore mu-verify (WIP) 2012-08-30 20:26:35 +03:00
mu-msg-prio.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-prio.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-priv.h * lib: add support for asking user for password from console 2012-09-13 22:57:04 +03:00
mu-msg-sexp.c * cosmetics 2012-09-17 17:42:56 +03:00
mu-msg.c * cosmetics 2012-09-17 12:44:08 +03:00
mu-msg.h * lib: add support for asking user for password from console 2012-09-13 22:57:04 +03:00
mu-query.cc * mu-query.cc: fix cc10 2012-08-31 00:22:18 +03:00
mu-query.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-runtime.c * lib/mu-runtime: fix broken error handling 2012-09-17 13:05:49 +03:00
mu-runtime.h * lib/mu-runtime: update for logging changes 2012-09-15 17:59:21 +03:00
mu-store-priv.hh * cosmetics 2012-08-01 10:48:56 +03:00
mu-store-read.cc * mu-store-read: fix realpath checking 2012-08-19 09:54:51 +03:00
mu-store-write.cc * lib: don't check for bogus error 2012-08-23 00:00:28 +03:00
mu-store.cc * store: allow setting my-addresses 2012-06-19 17:59:16 +03:00
mu-store.h * cosmetics 2012-08-01 10:48:56 +03:00
mu-str-normalize.c * update some documentation 2012-06-26 22:47:25 +03:00
mu-str.c * lib: centralize MAX_PATH stuff 2012-08-03 18:43:59 +03:00
mu-str.h * minor 2012-06-13 08:11:32 +03:00
mu-threader.c * cosmetics 2012-09-17 17:42:56 +03:00
mu-threader.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-util.c * mu_util_read_password: fix mem mgmt 2012-09-14 12:16:53 +03:00
mu-util.h * lib/mu-util: add mu_util_read_password 2012-09-13 22:56:08 +03:00