summaryrefslogtreecommitdiff
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsHEADmasterRobert Ancell2015-10-143-12/+6
* build: Export ORBIT CFLAGS/LIBSRob Bradford2011-06-281-0/+1
* backend: Surround locking by HAVE_CORBA ifdef blocksRob Bradford2011-06-282-4/+16
* Implement replacement fsync() on windows, where it is not presentFridrich Štrba2010-05-281-0/+37
* Created .gitignore filesPablo Castellano2010-01-041-0/+2
* Bug 583297 - Include lber.h in evoldapbackend on Solaris 9Thomas Klausner2009-07-151-0/+3
* Silence some gcc compiler warningsColin Walters2009-07-151-3/+3
* Bug 498934 - Change config.h include syntaxGilles Dartiguelongue2009-05-039-9/+9
* Revert accidental string changeMatthias Clasen2009-04-251-1/+1
* Avoid O(n^2) overhead in attribute lookup and speed up whitespace handlingMichael Meeks2009-04-251-28/+16
* Bug 578877 – Update FSF addressTobias Mueller2009-04-2113-26/+26
* Free parent before checking for error. Pointed out by Tommi Rantala.Matthias Clasen2009-02-231-3/+3
* Bug 565312 – Use g_timeout_add_secondsMatthias Clasen2009-02-151-1/+1
* turn off a bogus error message for missing types, which we don't use,Michael Meeks2009-02-121-2/+3
* close empty value elements immediately to save parsing time.Michael Meeks2009-02-101-6/+13
* instead of indenting with spaces, use tabs for a 50% size saving in theMichael Meeks2009-02-101-47/+26
* cygwin needs the same stuff as mingw, so use G_PLATFORM_WIN32 Patch byVincent Untz2009-01-231-2/+2
* Use fsync instead of fdatasync for portability (bug 563401). Also flushRay Strode2008-12-081-0/+8
* Update svn:ignore, and remove .cvsignore filesChristian Persch2008-10-221-8/+0
* Clean up includes and fix a couple compiler warnings.Kjartan Maraas2008-06-2813-23/+28
* bump glib require to 2.14 remove some if 0'd code, and dropRay Strode2008-05-141-28/+0
* Use new glib api to batch timeouts. Patch from Matthias Clasen. Closes bugKjartan Maraas2008-05-071-2/+4
* reviewed by: Mark McLoughlin.Josselin Mouette2008-02-191-12/+16
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-104-27/+14
* Bump versionKjartan Maraas2008-01-101-6/+0
* Plug a few leaks found and fixed by Matthias Clasen (bug 475970)Ray Strode2007-12-022-0/+3
* Reviewed by: Ray StrodeJaap Haitsma2007-07-182-29/+30
* Patch from Loïc Minier to take care of fallout from bug 314343.Ray Strode2007-03-051-19/+16
* Don't include xml-entry.h twice.Kjartan Maraas2007-03-021-1/+0
* Patch from Paolo Borelli <pborelli@katamail.com>Ray Strode2007-03-022-5/+5
* Patch from Narayana Pattipati <narayana.pattipati@wipro.com>Ray Strode2007-03-021-0/+22
* Fix a couple compiler warnings.Kjartan Maraas2007-01-301-3/+4
* Fix small leak (#345297, coverity #2742)Pascal Terjan2006-11-231-0/+1
* Fix a potential use after free reported by the coverity checker - #1239.Kjartan Maraas2006-05-061-0/+1
* Use the right variable in test. Closes coverity #1238 and GNOME bugKjartan Maraas2006-05-051-1/+1
* Patch from Matthias Clasen to fix my leak fix to not crash. Closes bugKjartan Maraas2006-03-101-2/+3
* Free the parse context in some more cases. Fixes bug #332528.Kjartan Maraas2006-03-061-2/+1
* don't use top_builddir to link in library from current directory; fixesThomas Vander Stichele2006-01-101-1/+1
* Switch on "subtree merging" by default in the defaults database.Mark McLoughlin2006-01-034-25/+49
* re-work the logic for finding the best schema for the given locales.Mark McLoughlin2005-12-112-300/+984
* Based on patch from Lorenzo Colitti <lorenzo@colitti.com> in bug #316672Mark McLoughlin2005-10-091-17/+45
* On Win32, do _gconf_win32_replace_prefix() on the return value so that weTor Lillqvist2005-09-091-1/+1
* Spelling and capitalization fixes (closes bug #301133)Adam Weinberger2005-08-101-2/+2
* Require GLib 2.6.0 so we can use the "gstdio wrappers".Tor Lillqvist2005-06-095-110/+95
* another minor tweakMark McLoughlin2005-05-171-1/+1
* update.Mark McLoughlin2005-05-171-32/+36
* Re-work a bit so it now supports putting the addressbook, calendar andMark McLoughlin2005-05-173-95/+363
* Update to use GNOME OIDs as assigned by Jochen Friedrich <jochen@scram.de>Mark McLoughlin2005-05-091-7/+8
* link the evoldap backend with libxml.Mark McLoughlin2005-04-271-1/+5
* Add Evolution mail account LDAP backend.Mark McLoughlin2005-04-185-1/+1144