aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-file.c
Commit message (Expand)AuthorAgeFilesLines
* 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