summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Add e_data_book_view_notify_update_vcard().Ross Burton2006-01-164-9/+64
* Supporing contact lists. Fixes #214977.Sushma Rai2006-01-162-49/+365
* The Book Factory oafid should reflect the API version rather than the BASEHarish Krishnaswamy2006-01-121-0/+7
* The Cal and Book Factory oafids should reflect the API version rather thanHarish Krishnaswamy2006-01-121-1/+1
* libebook/e-book-query.c Fix GList leaks (#320065).Ross Burton2006-01-103-5/+9
* As file e-util.h is renamed, replace "libedataserver/e-util.h" asSimon Zheng2006-01-108-7/+19
* Add e_book_view_get_book().Ross Burton2006-01-094-1/+25
* Modified files libedataserverui/e-name-selector-entry.c andSrinivasa Ragavan2006-01-023-2/+45
* Added bug ID to the Changelog entry for LDAP mutex lock patch.Sushma Rai2006-01-021-0/+1
* Check for invalid combination of prefix and comma separation beforeVeerapuram Varadhan2005-12-162-2/+26
* Use gstdio wrappers. Open files in binary mode. (is_helper): UseTor Lillqvist2005-12-093-17/+27
* Use g_get_tmp_dir() instead of hardcoding /tmp. Use g_filename_to_uri()Tor Lillqvist2005-12-082-5/+22
* Use UTF-8 case folding and collation. Yeah, maybe this is over-engineeringTor Lillqvist2005-12-081-12/+24
* Add the incorrect ASCII-only spellings "fraulein" and "senor*" back inTor Lillqvist2005-12-082-4/+8
* Spell "fräulein" and "señor*" correctly. Add "doktor". Add "af".Tor Lillqvist2005-12-082-5/+9
* Use gstdio wrappers. Open files in binary mode.Tor Lillqvist2005-12-082-18/+25
* Use gstdio wrappers.Tor Lillqvist2005-12-082-19/+25
* Use gstdio wrappers. On Win32, register own open and close methods forTor Lillqvist2005-12-082-16/+53
* Allow environment override of the LDAP result timeout.Harish Krishnaswamy2005-11-302-1/+12
* Added support for LDAP_DEBUG environment variablem and debug messages.Sushma Rai2005-11-292-3/+177
* Include e-util.h and redefine EVOLUTION_LOCALEDIR asTor Lillqvist2005-11-252-0/+9
* Use <winldap.h> and openldap-extract.h on Windows.Tor Lillqvist2005-11-252-10/+50
* Link with more libraries to avoid unresolved externals on Windows.Tor Lillqvist2005-11-252-3/+8
* New file. Contains various things lifted from OpenLDAP for use on WindowsTor Lillqvist2005-11-252-0/+1433
* Add casts to stop gcc warningRoss Burton2005-10-262-42/+47
* Making the LDAP search filter configurable. Fixes #311884.Sushma Rai2005-10-222-12/+32
* Fix writing race to avoid recalculating the index (#316955)Ross Burton2005-10-142-10/+16
* Fix typo (318553)Ross Burton2005-10-142-2/+7
* dded mutext lock for ldap connection handler, so that it is not accessedSushma Rai2005-10-042-36/+246
* Use strchr() instead of index().Tor Lillqvist2005-09-272-1/+6
* Don't discard date part in date-time value. Fixes #316337.Jürg Billeter2005-09-192-1/+12
* Use g_ascii_strcasecmp() instead of strcasecmp() for well-definedness.Tor Lillqvist2005-09-152-3/+4
* Use g_ascii_strcasecmp() instead of strcasecmp() for well-definedness.Tor Lillqvist2005-09-152-18/+17
* Use g_filename_to_uri() instead of simple prefixing "file://".Tor Lillqvist2005-09-152-1/+4
* Use g_ascii_strncasecmp() instead of strncasecmp() for well-definedness.Tor Lillqvist2005-09-152-1/+6
* Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-09-152-19/+22
* Use g_ascii_strncasecmp() instead of strncasecmp() for well-definedness.Tor Lillqvist2005-09-152-2/+13
* Modify License to LGPLHarish Krishnaswamy2005-08-3120-44/+44
* initialise contacts to NULL.Not Zed2005-08-243-2/+11
* Fix ESource leakRoss Burton2005-08-182-0/+7
* Mark the summary clean when savedRoss Burton2005-08-162-0/+6
* Fix a leak when returning boxed typesRoss Burton2005-08-162-1/+6
* Not retrieving and displaying entire LDAP address book in name selector dialog.Sushma Rai2005-08-132-0/+12
* eturn error if we fail to get the DN for the user. Fixes #312988.Sushma Rai2005-08-132-1/+16
* Fixed some memory leak.Sushma Rai2005-08-132-1/+8
* Patch by "Ross Burton <ross@burtonini.com>" to removed the assignment ofSushma Rai2005-08-102-51/+57
* Retuning 'other error' for invalid DN, instead of 'contact not found'Sushma Rai2005-08-052-0/+8
* For get_contact_list(), replying from cache for system address book, if cacheSushma Rai2005-08-052-4/+41
* Cache download indication for GroupWise system address book.Sushma Rai2005-08-022-5/+36
* Setting the proper array lenght for emails. Patch submitted bySushma Rai2005-07-272-1/+7