]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-10-21 Carl WorthMove find_prefix function from database.cc to message.cc
2009-10-21 Carl Worthnotmuch dump: Fix to print spaces between tags.
2009-10-21 Carl WorthConvert notmuch_database_t to start using talloc.
2009-10-21 Carl WorthMove declarations for xutil.c from notmuch-private...
2009-10-21 Carl Worthnotmuch dump: Fix buffer overrun in error message.
2009-10-21 Carl Worthnotmuch setup: Collapse internal whitespace within...
2009-10-21 Carl Worthnotmuch dump: Fix the sorting of results.
2009-10-21 Carl Worthadd_message: Add a type:mail ("Kmail") term to all...
2009-10-21 Carl Worthnotmuch setup: Print a few protecting spaces after...
2009-10-21 Carl Worth.gitignore: Ignore generated file Makefile.dep
2009-10-21 Carl Worthdatabase: Remove two little bits of dead code.
2009-10-21 Carl Worthquery: Remove the magic NOTMUCH_QUERY_ALL
2009-10-21 Carl Worthnotmuch dump: Free each message as it's used.
2009-10-21 Carl WorthAdd destroy functions for results, message, and tags.
2009-10-21 Carl WorthRename our talloc destructor functions to _destructor.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl WorthRename private notmuch_message_t to notmuch_message_file_t
2009-10-20 Carl WorthMakefile: Add automatic dependency tracking to the...
2009-10-20 Carl Worthnotmuch: Fix setup so that accepting the default mail...
2009-10-20 Carl Worthmessage: Use g_hash_table_destroy instead of g_hash_tab...
2009-10-20 Carl Worthadd_message: Fix memory leak of thread_ids GPtrArray.
2009-10-20 Carl Worthdatabase.cc: Document better pieces of glib that we...
2009-10-20 Carl Worthmessage.c: Free leaked memory in notmuch_message object
2009-10-20 Carl Worthnotmuch: Use GNU libc getline() instead of glib GIOChannel
2009-10-20 Carl Worthnotmuch_database_open: Fix error message for file-not...
2009-10-20 Carl WorthAdd some explanation about NOTMUCH_BASE to setup_command.
2009-10-20 Carl Worthnotmuch_database_create/open: Fix to handle NULL as...
2009-10-20 Carl Worthnotmuch_message_get_header: Fix bogus return of NULL...
2009-10-20 Carl Worthnotmuch: Revamp help message a bit.
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-20 Carl WorthProtect definition of _GNU_SOURCE.
2009-10-20 Carl WorthRemove test programs, xapian-dump and notmuch-index...
2009-10-20 Carl Worthnotmuch: Reword the progress report slightly.
2009-10-19 Carl WorthRework message parsing to use getline rather than mmap.
2009-10-19 Carl WorthDon't hash headers we won't end up using.
2009-10-19 Carl WorthDocument which pieces of glib we're still using.
2009-10-19 Carl WorthHook up our fancy new notmuch_parse_date function.
2009-10-19 Carl Worthnotmuch_parse_date: Handle a NULL date string gracefully.
2009-10-19 Carl Worthdate.c: Rename function to notmuch_parse_date
2009-10-19 Carl Worthdate.c: Add hard-coded definition of HAVE_TIMEZONE
2009-10-19 Carl Worthdate.c: Don't use glib's slice allocator.
2009-10-19 Carl Worthdate.c: Remove occurrences of gboolean.
2009-10-19 Carl Worthdate.c: Remove all occurrences of g_return_val_if_fail
2009-10-19 Carl Worthdate.c: Keep the comments clean.
2009-10-19 Carl Worthdate.c: Change headers/defines t owork within notmuch.
2009-10-19 Carl Worthdate.c: Remove a bunch of undesired code.
2009-10-19 Carl Worthdate.c: Convert from LGPL-2+ to GPL-3+
2009-10-19 Carl Worthdate.c: Add new file directly from gmime2.4-2.4.6/gmime...
2009-10-19 Carl Worthnotmuch: Switch from gmime to custom, ad-hoc parsing...
2009-10-19 Carl Worthnotmuch: Ignore .notmuch when counting files.
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.
2009-10-19 Carl Worthxapian-dump: Rewrite to generate C code as output.
2009-10-17 Carl WorthStart a new top-level executable: notmuch.
2009-10-16 Carl WorthFix more memory leaks.
2009-10-16 Carl WorthFix a one-time memory leak.
2009-10-16 Carl WorthAvoid reading a byte just before our allocated buffer.
2009-10-16 Carl WorthGenerate random thread IDs instead of using an arbitrar...
2009-10-15 Carl WorthChange progress report to show "instantaneous" rate...
2009-10-15 Keith PackardProtect against missing message id while indexing files
2009-10-15 Keith PackardWalk address groups and parse each address separately
2009-10-15 Carl WorthReduce the verbosity of the progress indicator.
2009-10-15 Carl WorthAdd support for message-part mime parts.
2009-10-15 Carl WorthAvoid segfault on message with no subject.
2009-10-15 Carl WorthAdd some sort of progress indicator.
2009-10-15 Carl WorthAvoid complaints about messages with empty mime parts.
2009-10-15 Carl WorthAvoid complaints about empty address lists.
2009-10-14 Carl WorthDocument the little details separating the sup and...
2009-10-14 Carl WorthAvoid trimming initial whitespace while looking for...
2009-10-14 Carl WorthIndex an attachment's filename extension as well.
2009-10-14 Carl WorthIndex the filename of any attachment.
2009-10-14 Carl Worth[sup-compat] Don't index mime parts with content-dispos...
2009-10-14 Carl WorthAdd label "attachment" when an attachment is seen.
2009-10-14 Carl WorthSplit thread_id value on commas before inserting into...
2009-10-14 Carl WorthAdd missing null terminator before using byte-array...
2009-10-14 Carl Worthnotmuch-index-message: Add explicit support for multipa...
2009-10-14 Carl Worth[sup-compat] Don't trim trailing whitespace on line...
2009-10-14 Carl Worthnotmuch-index-message: Fix handling of thread_id terms.
2009-10-14 Carl Worthnotmuch-index-message: Use local-part of email addres...
2009-10-14 Carl WorthUse gmime's own reference-parsing code.
2009-10-14 Carl Worthnotmuch-index-message: Correctly parse and index encode...
2009-10-14 Carl Worthnotmuch-index-message: Lookup children for thread_id...
2009-10-14 Carl Worthnotmuch-index-message: Use more meaningful variable...
2009-10-14 Carl Worthnotmuch-index-message: Start generating correct thread_...
2009-10-14 Carl WorthFactor out parsing of reference-header values and picku...
2009-10-14 Carl Worthnotmuch-index-message: Ignore more signature patterns.
2009-10-14 Carl Worthnotmuch-index-message: Avoid crashing when a message...
2009-10-14 Carl Worthnotmuch-index-message: Read message filenames from...
2009-10-14 Carl WorthMove index_file out from main() into its own function.
2009-10-14 Carl Worthnotmuch-index-message: Index References as well.
2009-10-14 Carl WorthMinor code re-ordering for clarity.
2009-10-14 Carl Worthnotmuch-index-message: Don't index the "re:" prefix...
2009-10-14 Carl Worthnotmuch-index-message: Don't index the line introducing...
2009-10-14 Carl Worthnotmuch-index-message: Don't index quoted lines and...
2009-10-14 Carl Worthnotmuch-index-message: Separate gen_terms_body into...
2009-10-13 Carl Worthnotmuch-index-message: Add code to actually create...
2009-10-13 Carl WorthRename g_mime_test to notmuch-index-message
2009-10-13 Carl Worthxapian-dump: Add a little mor indentation
2009-10-13 Carl WorthInclude document data in the dump.
2009-10-13 Carl Worthxapian-dump: Add support to unserialize values.
2009-10-13 Carl WorthAdd .gitignore file to ignore compiled binaries.
next