aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* tags_to_maildir_flags: Cleanup double assignementLouis Rilling2011-11-21
* lib: Kill last usage of C++ type boolLouis Rilling2011-11-21
* Don't link libnotmuch if libutil isn't linked in properly.Tom Prince2011-11-19
* lib: add function to get the number of threads matching a searchJani Nikula2011-11-15
* Store "from" and "subject" headers in the database.Austin Clements2011-11-14
* Link libutil using filenmae, rather than using -l.Tom Prince2011-11-13
* lib/database.cc: use flush Xapian method instead of commitDavid Bremner2011-11-02
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner2011-10-30
* Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Amadeusz Żołnowski2011-10-24
* lib: bump SONAMEDavid Bremner2011-10-04
* lib: make find_message{,by_filename) report errorsAli Polatel2011-10-04
* lib: destroy message object after message removalAli Polatel2011-10-04
* lib: bump library minor version because of new symbols.David Bremner2011-09-24
* lib: Improve notmuch_database_{add,remove}_message documentation.Austin Clements2011-09-24
* lib: Wrap notmuch_database_add_message in an atomic section.Austin Clements2011-09-24
* lib: Add an API to find a message by filename.Austin Clements2011-09-24
* lib: Remove message document directly after removing the last file name.Austin Clements2011-09-23
* lib: Indicate if there are more filenames after removal.Austin Clements2011-09-23
* lib: Add support for nested atomic sections.Austin Clements2011-09-23
* lib: Add notmuch_database_{begin,end}_atomic.Austin Clements2011-09-23
* lib: Add missing status check in _notmuch_message_remove_filename.Austin Clements2011-09-12
* lib/gen-version-script.h: add getline and getdelim to notmuch.sym if neededDavid Bremner2011-09-05
* lib/gen-version-script.sh: replace --defined argument to nm with awkDavid Bremner2011-09-05
* re-enable notmuch.sym generation using POSIX sedDavid Bremner2011-08-21
* libnotmuch: only build symbols list after the modules are builtThomas Jost2011-07-20
* Merge commit '0.6.1'David Bremner2011-07-17
|\
| * libnotmuch: export Xapian typeinfo symbolsDavid Bremner2011-07-16
| * Fix folder: coherence issueMark Anderson2011-06-29
| * libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner2011-06-28
* | Use POSIX sed invocationRobin Green2011-07-03
* | lib/Makefile.local: remove leftover debugging output.David Bremner2011-06-29
* | Fix folder: coherence issueMark Anderson2011-06-29
* | libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner2011-06-28
* | libnotmuch: fix typos in CLEAN setting, add fileDavid Bremner2011-06-28
* | fix sum moar typos [comments in source code]Pieter Praet2011-06-23
* | fix sum moar typos [build scripts, Makefiles]Pieter Praet2011-06-23
|/
* libnotmuch: add linker script to declare only notmuch_* symbols as global.David Bremner2011-06-23
* Fix appending of Received headersStewart Smith2011-06-10
* lib/message-file: plug three memleaks.Anton Khirnov2011-06-03
* tag signed/encrypted during notmuch newJameson Graef Rollins2011-05-27
* Mark some structures in the library interface with visibility=default attribute.Carl Worth2011-05-11
* Remove some variables which were set but not used.Carl Worth2011-05-11
* Fixup string list authorAustin Clements2011-03-21
* Add the tag list to the unified message metadata pass.Austin Clements2011-03-21
* Add the file name list to the unified message metadata pass.Austin Clements2011-03-21
* Add a generic function to get a list of terms with some prefix.Austin Clements2011-03-21
* Implement an internal generic string list and use it.Austin Clements2011-03-21
* Use a single unified pass to fetch scalar message metadata.Austin Clements2011-03-21
* Merge remote branch 'amdragon/search-perf-3'Carl Worth2011-03-10
|\
| * Simplify _notmuch_doc_id_set_init interface.Austin Clements2011-01-30