aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
...
* lib: destroy message object after message removalGravatar Ali Polatel2011-10-04
* lib: bump library minor version because of new symbols.Gravatar David Bremner2011-09-24
* lib: Improve notmuch_database_{add,remove}_message documentation.Gravatar Austin Clements2011-09-24
* lib: Wrap notmuch_database_add_message in an atomic section.Gravatar Austin Clements2011-09-24
* lib: Add an API to find a message by filename.Gravatar Austin Clements2011-09-24
* lib: Remove message document directly after removing the last file name.Gravatar Austin Clements2011-09-23
* lib: Indicate if there are more filenames after removal.Gravatar Austin Clements2011-09-23
* lib: Add support for nested atomic sections.Gravatar Austin Clements2011-09-23
* lib: Add notmuch_database_{begin,end}_atomic.Gravatar Austin Clements2011-09-23
* lib: Add missing status check in _notmuch_message_remove_filename.Gravatar Austin Clements2011-09-12
* lib/gen-version-script.h: add getline and getdelim to notmuch.sym if neededGravatar David Bremner2011-09-05
* lib/gen-version-script.sh: replace --defined argument to nm with awkGravatar David Bremner2011-09-05
* re-enable notmuch.sym generation using POSIX sedGravatar David Bremner2011-08-21
* libnotmuch: only build symbols list after the modules are builtGravatar Thomas Jost2011-07-20
* Merge commit '0.6.1'Gravatar David Bremner2011-07-17
|\
| * libnotmuch: export Xapian typeinfo symbolsGravatar David Bremner2011-07-16
* | Use POSIX sed invocationGravatar Robin Green2011-07-03
| * Fix folder: coherence issueGravatar Mark Anderson2011-06-29
* | lib/Makefile.local: remove leftover debugging output.Gravatar David Bremner2011-06-29
* | Fix folder: coherence issueGravatar Mark Anderson2011-06-29
| * libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: fix typos in CLEAN setting, add fileGravatar David Bremner2011-06-28
* | fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* | fix sum moar typos [build scripts, Makefiles]Gravatar Pieter Praet2011-06-23
|/
* libnotmuch: add linker script to declare only notmuch_* symbols as global.Gravatar David Bremner2011-06-23
* Fix appending of Received headersGravatar Stewart Smith2011-06-10
* lib/message-file: plug three memleaks.Gravatar Anton Khirnov2011-06-03
* tag signed/encrypted during notmuch newGravatar Jameson Graef Rollins2011-05-27
* Mark some structures in the library interface with visibility=default attribute.Gravatar Carl Worth2011-05-11
* Remove some variables which were set but not used.Gravatar Carl Worth2011-05-11
* Fixup string list authorGravatar Austin Clements2011-03-21
* Add the tag list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add the file name list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add a generic function to get a list of terms with some prefix.Gravatar Austin Clements2011-03-21
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* Use a single unified pass to fetch scalar message metadata.Gravatar Austin Clements2011-03-21
* Merge remote branch 'amdragon/search-perf-3'Gravatar Carl Worth2011-03-10
|\
* | build: Add support for non-source-directory builds.Gravatar Carl Worth2011-03-09
| * Simplify _notmuch_doc_id_set_init interface.Gravatar Austin Clements2011-01-30
| * Remove code repetition in the doc ID bitmap code.Gravatar Austin Clements2011-01-30
|/
* Makefile: Quote variables used as filenames in shell commandsGravatar Carl Worth2011-01-26
* lib: Save and restore term position in message while indexing.Gravatar Carl Worth2011-01-26
* notmuch search: Clean up some memory leaks during search loop.Gravatar Carl Worth2011-01-26
* Add support for folder-based searching.Gravatar Carl Worth2011-01-15
* Tighten up a memory allocation.Gravatar Carl Worth2011-01-15
* Correct some minor typos in a commentGravatar Carl Worth2011-01-15
* Optimize thread search using matched docid sets.Gravatar Austin Clements2010-12-07
* notmuch search: Fix to display authors in date order.Gravatar Carl Worth2010-12-07
* lib: Set thread subject at the same time as setting thread->{oldest,newest}Gravatar Carl Worth2010-12-07