aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-file.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_9_1'.GAL_0_9_1nobody2001-07-161-1755/+0
* Set bf->priv->file_db before calling do_create.Christopher James Lahey2001-07-101-1/+4
* Fix a memory leak here.Christopher James Lahey2001-07-051-3/+9
* Added category searching to the file backend.Christopher James Lahey2001-06-271-0/+25
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* fix a refcounting memleak.Chris Toshok2001-06-211-3/+6
* Made this handle the "id" property in searches.Christopher James Lahey2001-06-111-3/+19
* Copy dates as they come in.Christopher James Lahey2001-06-061-26/+36
* Included information about db3.Christopher James Lahey2001-06-011-93/+165
* fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-231-0/+5
* Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-121-1/+3
* init change_id to NULLJP Rosevear2001-05-041-1/+2
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+3
* if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-011-0/+4
* Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-151-41/+22
* Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-131-2/+2
* Update the built in VCard.Christopher James Lahey2001-04-131-2/+2
* Tell new clients that are added whether they're writable.Christopher James Lahey2001-03-301-0/+8
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-7/+9
* Start feeding query matches back to the caller before the entire search isJon Trowbridge2001-03-181-9/+22
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-181-14/+34
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-161-1/+16
* Moved where we call pas_book_respond_get_book_view.Christopher James Lahey2001-03-141-6/+6
* implement properly, we support everything.Chris Toshok2001-03-021-1/+11
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-221-5/+10
* new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields):Chris Toshok2001-02-211-10/+18
* add sequence<string> typedef, and add getSupportedFields method.Chris Toshok2001-02-181-0/+10
* Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-261-3/+15
* esexp api change fixes.Not Zed2001-01-251-3/+3
* s/Helix Code/Ximian/ for the initial contact card.Jason Leach2001-01-171-5/+5
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-051-0/+13
* Need to e_sexp_unref the the sexp, not gtk_object_unref it.JP Rosevear2001-01-051-1/+1
* g_strdup things we g_free.Michael Meeks2001-01-031-1/+1
* Ref the cards that get put in the change list (next_changed_item): utilJP Rosevear2000-12-221-14/+4
* Create an empty vcard with the appropriate id for deleted cardsJP Rosevear2000-12-051-3/+6
* Remove "complete" fieldJP Rosevear2000-11-281-15/+17
* Set view.change_context to NULL in pas_backend_file_process_get_book_view.Christopher James Lahey2000-11-231-3/+6
* Initialize destination struct with '0's.JP Rosevear2000-11-161-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-27/+27
* Add changed_hash, change list and complete boolJP Rosevear2000-11-101-18/+27
* Build e-dbhash.[hc]JP Rosevear2000-11-081-60/+118
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-011-0/+157
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-221-4/+11
* Oh my god! Chris Lahey killed Kenny! You bastard!Christopher James Lahey2000-09-211-36/+81
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-1/+2
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ...Peter Williams2000-08-141-0/+4
* Fixed a typo that cause the wrong field to be searched.Christopher James Lahey2000-08-131-1/+1
* Fixed any search to not crash on missing phone numbers or email addresses.Christopher James Lahey2000-08-111-2/+2
* use x-evolution-any-field.Chris Toshok2000-08-091-86/+70
* Fixed a warning.Christopher James Lahey2000-08-051-1/+1
* more work on addressbook syncerSeth Alves2000-07-271-1/+1
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-1/+2
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-12/+12
* Added "sequence_complete" signal.Christopher James Lahey2000-05-301-2/+8
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-171-9/+43
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+4
* Added a default card to all new file backends.Christopher James Lahey2000-05-091-18/+63
* Fixed an off by 2 error.Christopher James Lahey2000-05-081-1/+4
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-081-11/+1
* Made uri slightly better managed.Christopher James Lahey2000-05-021-5/+4
* Added new status values for the IDL stuff.Federico Mena Quintero2000-05-011-11/+82
* From addressbook/ChangeLogChristopher James Lahey2000-05-011-0/+3
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-0/+5
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-5/+5
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-171-0/+2
* Added orginization and role fields.Christopher James Lahey2000-04-161-0/+3
* Added a note field.Christopher James Lahey2000-04-151-0/+1
* rework this function to use a table mapping search field names to vcardChris Toshok2000-04-131-32/+44
* free the esexp_result. (entry_compare): we want comparison functions toChris Toshok2000-04-121-1/+3
* new function for searching all email addresses of a contact.Chris Toshok2000-04-121-5/+83
* new function, taking code from func_contains to get string properties.Chris Toshok2000-04-111-12/+89
* remove spew. (pas_backend_file_process_create_card): move the sync to theChris Toshok2000-04-111-14/+14
* change the empty search string ("") to the valid (contains "full_name"Chris Toshok2000-04-111-78/+209
* use view != NULL instead of checking db_error when we callChris Toshok2000-04-111-1/+1
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-3/+20
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-18/+61
* correctly (well, untested) implement. (view_destroy): new function.Chris Toshok2000-04-071-27/+73
* A bit of clean up.Christopher James Lahey2000-04-031-5/+64
* Get first card (with R_FIRST) on first seq().Matthew Loper2000-03-311-2/+2
* remove unnecessary strdup/free.Chris Toshok2000-03-291-10/+6
* Removed an infinite loop.Christopher James Lahey2000-03-291-2/+1
* Fixed memory allocation.Christopher James Lahey2000-03-291-10/+13
* create id's for entries using the following format: ("pas-id-%08lX%08X",Chris Toshok2000-03-291-1/+6
* implement function. (get_nth): implement function. (cursor_destroy): freeChris Toshok2000-03-281-9/+54
* remove unneeded g_strdup;Chris Toshok2000-03-281-2/+0
* Fixed some warnings.Christopher James Lahey2000-03-281-2/+104
* include config.hSeth Alves2000-03-271-1/+2
* HAVE_DB_185_h => HAVE_DB_185_HChris Toshok2000-03-271-1/+1
* if HAVE_DB_185_H is defined, include it.Chris Toshok2000-03-271-0/+4
* (string_to_dbt): new function.Chris Toshok2000-03-271-17/+76
* ChangeLogChris Toshok2000-03-271-25/+72
* add initial work on file pas backend, using db(3).Chris Toshok2000-03-261-4/+88
* Added the addressbook/backend directory.Christopher James Lahey2000-03-231-3/+1
* More work.Nat Friedman2000-01-251-0/+272