commit c151a55c6d360cc94adf12491ff2694f3b0d444b Author: Rodrigo Moya Date: Wed Aug 5 16:45:07 2009 +0200 Increase so version of shared librar configure.ac | 7 +++++++ couchdb-glib/Makefile.am | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 7359a5b2819b1888440bf3276fb1cc0b9335635c Author: Rodrigo Moya Date: Wed Aug 5 16:32:15 2009 +0200 Added UUIDs to API, and ways to generate them for objects that don't have it. Assume hostnames from clients come with the http/https part of the URI, so don't add it. This makes it work with per-user couchdb instance couchdb-glib/Makefile.am | 3 +- couchdb-glib/couchdb-document-contact.c | 44 ++++++++++++++++++++++++++---- couchdb-glib/couchdb-document-contact.h | 7 +++-- couchdb-glib/couchdb-document.c | 10 +++--- couchdb-glib/couchdb-types.c | 21 ++++++++++++++ couchdb-glib/couchdb-types.h | 3 ++ couchdb-glib/couchdb.c | 12 ++++---- couchdb-glib/utils.c | 14 ++++++++++ couchdb-glib/utils.h | 6 +++- tests/Makefile.am | 4 ++- 10 files changed, 101 insertions(+), 23 deletions(-) commit d49a07b9176fb71486eb372a20abf7ed6351702e Author: Rodrigo Moya Date: Wed Aug 5 16:11:04 2009 +0200 Add uuid-dev dependency to debian/control debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6f1f608c89454fe8fabcbd78af14bd5159a641be Author: Rodrigo Moya Date: Mon Jul 27 23:52:04 2009 +0200 Make all functions use utility functions and make these remove fields from documents when values are NULL couchdb-glib/couchdb-document-contact.c | 71 +++++++++++++----------------- couchdb-glib/couchdb-document.c | 11 ++++- couchdb-glib/couchdb-types.c | 8 +++- couchdb-glib/utils.c | 1 + tests/test-list-databases.c | 2 +- 5 files changed, 47 insertions(+), 46 deletions(-) commit 177cac01390bba553fa8e51aa3839da6d16e825d Author: Rodrigo Moya Date: Mon Jul 27 23:49:15 2009 +0200 Added missing API test source code tests/test-couchdb-glib.c | 120 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 120 insertions(+), 0 deletions(-) commit 6e52bb6846e21a516919af7c0651247f1175c6c6 Author: Rodrigo Moya Date: Mon Jul 27 23:47:18 2009 +0200 Add test suite for the API tests/Makefile.am | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit bf5220e0383e0bf2cfc7749ae52f1509acb126c9 Author: Rodrigo Moya Date: Mon Jul 20 14:11:54 2009 +0200 Missing Ubuntu package fixes debian/changelog | 6 ++++++ debian/rules | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) commit 1be2b71fa1abca2f40feeaa48301a0bfc8482c7a Author: Rodrigo Moya Date: Mon Jul 20 14:03:32 2009 +0200 Missing Ubuntu package fixes debian/changelog | 9 +++++++++ debian/control | 9 ++++----- debian/copyright | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) commit 7eff8c68e143c010c635587dfe216aca3f3417d9 Author: Rodrigo Moya Date: Mon Jul 20 13:29:08 2009 +0200 Release 0.4.2 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)