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