summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2012-08-21version: propagate version changesDavid Bremner
2012-06-29ruby: extern linkage portability improvementTomi Ollila
2012-06-03Merge tag '0.13.2'David Bremner
2012-06-02version: update to 0.13.2David Bremner
2012-05-29Merge branch 'release'David Bremner
2012-05-28Revert "ruby: Add workarounds to use in-tree build not the installed one"Felipe Contreras
2012-05-25version: bump to 0.13.1David Bremner
2012-05-25Revert "ruby: Add workarounds to use in-tree build not the installed one"Felipe Contreras
2012-05-23Merge branch 'release'David Bremner
2012-05-23python: Remove find_message_by_filename workaroundAustin Clements
2012-05-23python: Update Database.get_directory documentationAustin Clements
2012-05-17python: deprecate Messages.{format,print}_messagesJustus Winter
2012-05-17python: deprecate Database.db_pJustus Winter
2012-05-17python: fix Message.get_headerJustus Winter
2012-05-17python: add a file abstracting away differences between python 2 and 3Justus Winter
2012-05-17python: remove the "notmuch binary" section from the docsJustus Winter
2012-05-17python: Fix the remaining broken NULL pointer testsJustus Winter
2012-05-17python: use relative importsJustus Winter
2012-05-17python: remove unused import of the json moduleJustus Winter
2012-05-16python: remove format_message_as_{json,text} from the sphinx docsJustus Winter
2012-05-16python: remove functions that have been marked as deprecated in 0.13Justus Winter
2012-05-16python: remove notmuch.pyJustus Winter
2012-05-15version: bump to 0.13David Bremner
2012-05-15ruby: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15python: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15go: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-11go: format the souce code using gofmtJustus Winter
2012-05-11go: update the build systemJustus Winter
2012-05-11go: update the addrlookup utility to go 1Justus Winter
2012-05-11go: set LDFLAGS to -lnotmuch in the packages source fileJustus Winter
2012-05-11go: reorganize the go bindingsJustus Winter
2012-05-11go: define the constant STATUS_UNBALANCED_ATOMICJustus Winter
2012-05-11go: fix the notmuch status constantsJustus Winter
2012-05-11go: update notmuch-addrlookup to the new APIJustus Winter
2012-05-08bump version to 0.13~rc1debian/0.13_rc1-10.13_rc1David Bremner
2012-05-08ruby: Add wrapper for notmuch_query_set_omit_excluded()Ali Polatel
2012-05-08ruby: Add workarounds to use in-tree build not the installed oneAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_add_tag_excludeAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_count_messagesAli Polatel
2012-05-05lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements
2012-05-05ruby: Update Ruby bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-05python: Update Python bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-05go: Update Go bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-04go: Update to the current notmuch_database_find_message APIAustin Clements
2012-04-30python: remove a note stating wrong things about the memory managementJustus Winter
2012-04-30python: document the Database.close functionJustus Winter
2012-04-30python: deprecate code formatting messages as text and jsonJustus Winter
2012-04-30python: cleanup the __nonzero__ implementationsJustus Winter
2012-04-30python: fix NULL pointer testsJustus Winter
2012-04-30python: update the docstrings of Filenames.{__len__,__unicode}Justus Winter