summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* message: Use g_hash_table_destroy instead of g_hash_table_unrefCarl Worth2009-10-20
* add_message: Fix memory leak of thread_ids GPtrArray.Carl Worth2009-10-20
* database.cc: Document better pieces of glib that we're using.Carl Worth2009-10-20
* message.c: Free leaked memory in notmuch_message objectCarl Worth2009-10-20
* notmuch: Use GNU libc getline() instead of glib GIOChannelCarl Worth2009-10-20
* notmuch_database_open: Fix error message for file-not-found.Carl Worth2009-10-20
* Add some explanation about NOTMUCH_BASE to setup_command.Carl Worth2009-10-20
* notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth2009-10-20
* notmuch_message_get_header: Fix bogus return of NULL header.Carl Worth2009-10-20
* notmuch: Revamp help message a bit.Carl Worth2009-10-19
* notmuch: Ignore files that don't look like email messages.Carl Worth2009-10-19
* Protect definition of _GNU_SOURCE.Carl Worth2009-10-19
* Remove test programs, xapian-dump and notmuch-index-messageCarl Worth2009-10-19
* notmuch: Reword the progress report slightly.Carl Worth2009-10-19
* Rework message parsing to use getline rather than mmap.Carl Worth2009-10-19
* Don't hash headers we won't end up using.Carl Worth2009-10-19
* Document which pieces of glib we're still using.Carl Worth2009-10-19
* Hook up our fancy new notmuch_parse_date function.Carl Worth2009-10-19
* notmuch_parse_date: Handle a NULL date string gracefully.Carl Worth2009-10-19
* date.c: Rename function to notmuch_parse_dateCarl Worth2009-10-19
* date.c: Add hard-coded definition of HAVE_TIMEZONECarl Worth2009-10-19
* date.c: Don't use glib's slice allocator.Carl Worth2009-10-19
* date.c: Remove occurrences of gboolean.Carl Worth2009-10-19
* date.c: Remove all occurrences of g_return_val_if_failCarl Worth2009-10-19
* date.c: Keep the comments clean.Carl Worth2009-10-19
* date.c: Change headers/defines t owork within notmuch.Carl Worth2009-10-19
* date.c: Remove a bunch of undesired code.Carl Worth2009-10-19
* date.c: Convert from LGPL-2+ to GPL-3+Carl Worth2009-10-19
* date.c: Add new file directly from gmime2.4-2.4.6/gmime/gmime-utils.cCarl Worth2009-10-19
* notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth2009-10-19
* notmuch: Ignore .notmuch when counting files.Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18
* xapian-dump: Rewrite to generate C code as output.Carl Worth2009-10-18
* Start a new top-level executable: notmuch.Carl Worth2009-10-17
* Fix more memory leaks.Carl Worth2009-10-16
* Fix a one-time memory leak.Carl Worth2009-10-16
* Avoid reading a byte just before our allocated buffer.Carl Worth2009-10-16
* Generate random thread IDs instead of using an arbitrary Message-ID.Carl Worth2009-10-16
* Change progress report to show "instantaneous" rate. Also print total time.Carl Worth2009-10-15
* Protect against missing message id while indexing filesKeith Packard2009-10-14
* Walk address groups and parse each address separatelyKeith Packard2009-10-14
* Reduce the verbosity of the progress indicator.Carl Worth2009-10-14
* Add support for message-part mime parts.Carl Worth2009-10-14
* Avoid segfault on message with no subject.Carl Worth2009-10-14
* Add some sort of progress indicator.Carl Worth2009-10-14
* Avoid complaints about messages with empty mime parts.Carl Worth2009-10-14
* Avoid complaints about empty address lists.Carl Worth2009-10-14
* Document the little details separating the sup and notmuch indexes.Carl Worth2009-10-14
* Avoid trimming initial whitespace while looking for signatures.Carl Worth2009-10-14
* Index an attachment's filename extension as well.Carl Worth2009-10-14