summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Remove extra space following -I which is not kind to Tru64 Unix CHarish Krishnaswamy2006-05-102-2/+4
* Fix memory leak in and optimize the performance of compare_im (#340036).Ross Burton2006-05-042-3/+12
* Added support for dynamic linking with libdbDevashish Sharma2006-04-241-2/+2
* Added a new function for turning the incoming vcard string into valid UTF-8.Devashish Sharma2006-04-212-9/+52
* *** empty log message ***Devashish Sharma2006-04-191-0/+5
* *** empty log message ***Devashish Sharma2006-04-191-5/+0
* 100 % cpu issue patchDevashish Sharma2006-04-191-31/+36
* Protect against possible NULL dereference (#338880).Ross Burton2006-04-182-1/+9
* Fix for a random crash.Devashish Sharma2006-04-102-2/+16
* Fixed a warning.Devashish Sharma2006-03-231-2/+2
* Committing patch for fixing some random crashes in addressbook.Devashish Sharma2006-03-233-32/+96
* 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