summaryrefslogtreecommitdiff
path: root/libedataserver
Commit message (Expand)AuthorAgeFilesLines
* Reverting the previous commit as it breaks the API freeze. Shall get thisHarish Krishnaswamy2006-01-302-11/+0
* Add castRoss Burton2006-01-301-1/+1
* Add e_data_server_remove_unused() to release unused modules (#319396).Ross Burton2006-01-302-0/+11
* e_source_list_is_gconf_updated () function is added in e-source-list.c toChenthill Palanisamy2006-01-162-6/+99
* Detele the function camel_mkdir description.Simon Zheng2006-01-106-21/+32
* Since e-util/e-account-list.c in evolution module has been developedSimon Zheng2006-01-064-42/+618
* As this (Win32-only) function is called from evo, too, it needs a thirdTor Lillqvist2006-01-042-12/+29
* Use g_get_host_name() when building against GLib >= 2.8, not just onTor Lillqvist2005-12-131-1/+1
* When building against GLib 2.8, use g_mkdir_with_parents().Tor Lillqvist2005-12-092-8/+160
* Add some socket API wrappers to hide Unix/Winsock differences.Tor Lillqvist2005-12-091-42/+203
* Don't use G_DIR_SEPARATOR or g_build_filename() to manipulate URIs. URIsTor Lillqvist2005-12-081-7/+12
* Compare the strings, not the pointers.Tor Lillqvist2005-12-081-1/+2
* Use gstdio wrappers.Tor Lillqvist2005-12-081-3/+7
* Use gstdio wrappers.Tor Lillqvist2005-12-081-14/+21
* Add the new files. Install e-xml-utils.h.Tor Lillqvist2005-12-081-0/+2
* Use e_xml_parse_file() and e_xml_save_file(). As e_xml_save_file() doesTor Lillqvist2005-12-081-20/+12
* libedataserver/e-xml-utils.c New files. (e_xml_parse_file): ReplacementTor Lillqvist2005-12-082-0/+189
* fixes a build break for OS using glib-2.4Chenthill Palanisamy2005-12-011-1/+17
* Fix silly bug in the ifdef section for "uncommon" platforms. Thanks toTor Lillqvist2005-11-301-1/+1
* Include libedataserver-private.h to get redefinition ofTor Lillqvist2005-11-251-0/+2
* Drop unused static function. (e_categories_add_relative): New function.Tor Lillqvist2005-11-251-21/+24
* Declare the above new public Win32-only functions.Tor Lillqvist2005-11-251-0/+7
* Implement install-anywhere machinery for Win32. (DllMain): Minimal DllMainTor Lillqvist2005-11-251-0/+202
* Add libedataserver-private.h. Pass more configure-time pathnameTor Lillqvist2005-11-251-0/+4
* New file. Declares so far some Win32-only functionality, to be used inTor Lillqvist2005-11-251-0/+44
* Use g_ascii_strncasecmp() instead of strncasecmp() for portability.Tor Lillqvist2005-11-251-1/+1
* Include strptime() implementation lifted from glibc for portability. UseTor Lillqvist2005-11-251-3/+1143
* Use g_get_host_name() from GLib 2.8 instead of gethostname().Tor Lillqvist2005-11-251-13/+3
* Use gstdio wrappers for better non-ASCII filename support on Win32. OpenTor Lillqvist2005-11-251-10/+6
* Fix buildRoss Burton2005-11-182-4/+4
* Don't do byte order checks at runtime but use the GLib G_BYTE_ORDER macro (#3...Ross Burton2005-11-172-21/+15
* Use G_DEFINE_TYPE and add some more const keywords.Ross Burton2005-11-1711-332/+41
* Use lazy bindings (#321515)Ross Burton2005-11-151-1/+1
* Add only saved categories and don't bring back deleted defaultSushma Rai2005-10-281-26/+28
* Don't use gnome when gtk/glib will doRoss Burton2005-10-143-54/+28
* Fixes #273149. adding translator comment for "hot contacts".Andre Klapper2005-09-221-0/+1
* Use g_ascii_strcasecmp() instead of strcasecmp(). The strings we areTor Lillqvist2005-09-151-1/+1
* Add a space...Tor Lillqvist2005-09-151-1/+1
* Fix typo.Tor Lillqvist2005-09-152-2/+2
* Just include <glib.h> instead of a random set of <glib/*.h>. Remove largeTor Lillqvist2005-09-152-29/+85
* Modify License to LGPLHarish Krishnaswamy2005-08-3130-69/+69
* cast the func to remove a warningNot Zed2005-08-241-1/+1
* enable libedataserver docs Fix build issues - patch contributed by TorHarish Krishnaswamy2005-08-221-8/+8
* Fixes #271969Chenthill Palanisamy2005-08-212-0/+13
* Sync with the version in evolution/e-util: Use g_win32_getlocale() andTor Lillqvist2005-08-181-0/+13
* Link with SOCKET_LIBS. Use NO_UNDEFINED.Tor Lillqvist2005-08-131-3/+4
* Change the init and class_init functions to contain the whole class nameJoe Shaw2005-07-213-12/+12
* Remove a function which is in glibRoss Burton2005-07-061-1322/+6
* Fix all the compiler warnings.Harish Krishnaswamy2005-07-021-1/+2
* new private function to create standard categories if they don't exist.Rodrigo Moya2005-05-131-25/+33