projects
/
notmuch.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
notmuch.git
2009-10-23
Carl Worth
Add notmuch_message_get_filename
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
Carl Worth
add_message: Re-order the code a bit (find message...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
Carl Worth
Move thread_id generation code from database.cc to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
Carl Worth
Move the _notmuch_message_sync from private to public...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
Carl Worth
add_message: Rename message to message_file
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Prevent that last bug from reoccurring.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Don't forget the "to" header when restrict parsing...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Fix missing error check.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Generate message ID (using SHA1) when a mail message...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Rename sha1.c to libsha1.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Merge branch from fixing up bugs after bisecting.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Bring back the insert_thread_id function.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Fix lifetime-maintenance bug with std::string and c_str()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
List a few more co-conspirators.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Carl Worth
Add an AUTHORS file.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Mikhail Gusarov
Add sha1.c and libsha1.h for doing SHA-1-based message...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add copy of GNU General Public License (version 3).
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add notmuch_status_to_string function.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Implement "notmuch restore".
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Pull out a chomp_newline function from "notmuch setup"
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add notmuch_message_add_tag and notmuch_message_remove_tag
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlier
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch_query_search: Clarify the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch.h: Fix some copy-paste errors in the documentaton.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch_message_get_message_id: Fix to cache result
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
database: Add new notmuch_database_find_message
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add notmuch_message_get_thread_ids function
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add wrappers for regcomp and regexec to xutil.c.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Move find_prefix function from database.cc to message.cc
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch dump: Fix to print spaces between tags.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Convert notmuch_database_t to start using talloc.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Move declarations for xutil.c from notmuch-private...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch dump: Fix buffer overrun in error message.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch setup: Collapse internal whitespace within...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch dump: Fix the sorting of results.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
add_message: Add a type:mail ("Kmail") term to all...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch setup: Print a few protecting spaces after...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
.gitignore: Ignore generated file Makefile.dep
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
database: Remove two little bits of dead code.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
query: Remove the magic NOTMUCH_QUERY_ALL
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
notmuch dump: Free each message as it's used.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Add destroy functions for results, message, and tags.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Rename our talloc destructor functions to _destructor.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Carl Worth
Implement 'notmuch dump'.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
Rename private notmuch_message_t to notmuch_message_file_t
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
Makefile: Add automatic dependency tracking to the...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch: Fix setup so that accepting the default mail...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
message: Use g_hash_table_destroy instead of g_hash_tab...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
add_message: Fix memory leak of thread_ids GPtrArray.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
database.cc: Document better pieces of glib that we...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
message.c: Free leaked memory in notmuch_message object
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch: Use GNU libc getline() instead of glib GIOChannel
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch_database_open: Fix error message for file-not...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
Add some explanation about NOTMUCH_BASE to setup_command.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch_database_create/open: Fix to handle NULL as...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch_message_get_header: Fix bogus return of NULL...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch: Revamp help message a bit.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch: Ignore files that don't look like email messages.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
Protect definition of _GNU_SOURCE.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
Remove test programs, xapian-dump and notmuch-index...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Carl Worth
notmuch: Reword the progress report slightly.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
Rework message parsing to use getline rather than mmap.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
Don't hash headers we won't end up using.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
Document which pieces of glib we're still using.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
Hook up our fancy new notmuch_parse_date function.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
notmuch_parse_date: Handle a NULL date string gracefully.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Rename function to notmuch_parse_date
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Add hard-coded definition of HAVE_TIMEZONE
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Don't use glib's slice allocator.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Remove occurrences of gboolean.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Remove all occurrences of g_return_val_if_fail
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Keep the comments clean.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Change headers/defines t owork within notmuch.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Remove a bunch of undesired code.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Convert from LGPL-2+ to GPL-3+
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
date.c: Add new file directly from gmime2.4-2.4.6/gmime...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
notmuch: Switch from gmime to custom, ad-hoc parsing...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
notmuch: Ignore .notmuch when counting files.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
notmuch: Start actually adding messages to the index.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Carl Worth
xapian-dump: Rewrite to generate C code as output.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-17
Carl Worth
Start a new top-level executable: notmuch.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-16
Carl Worth
Fix more memory leaks.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-16
Carl Worth
Fix a one-time memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-16
Carl Worth
Avoid reading a byte just before our allocated buffer.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-16
Carl Worth
Generate random thread IDs instead of using an arbitrar...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Change progress report to show "instantaneous" rate...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Keith Packard
Protect against missing message id while indexing files
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Keith Packard
Walk address groups and parse each address separately
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Reduce the verbosity of the progress indicator.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Add support for message-part mime parts.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Avoid segfault on message with no subject.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Add some sort of progress indicator.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Avoid complaints about messages with empty mime parts.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-15
Carl Worth
Avoid complaints about empty address lists.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Carl Worth
Document the little details separating the sup and...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Carl Worth
Avoid trimming initial whitespace while looking for...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Carl Worth
Index an attachment's filename extension as well.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Carl Worth
Index the filename of any attachment.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Carl Worth
[sup-compat] Don't index mime parts with content-dispos...
commit
|
commitdiff
|
tree
|
snapshot
next