Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / addressbook / backends / file / e-book-backend-file.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-16 Matthew BarnesFix compilation errors caused by glibc's new "open...
2007-08-10 Matthew BarnesUse EFlag to simplify synchronization logic (#415891).
2007-06-03 Srinivasa Ragavan ** Memory leak fixes from bug #440524
2007-05-21 Ross BurtonCheck the thread data is a book view before running...
2007-05-21 Ross BurtonCall set_errcall() earlier, so it can catch errors...
2007-05-21 Ross BurtonMove a g_free to the correct place, to avoid calling...
2007-05-20 Ross BurtonDon't fetch the existing contact when modifying a conta...
2007-05-18 Ross BurtonTiny changes: disable debug output, make a warning...
2007-05-18 Ross BurtonMerge.
2007-05-12 Ross BurtonAdd e_book_backend_sync(), to request that a backend...
2007-04-19 Ross BurtonAllow contact creation to fail, and propagate the error...
2007-04-10 Ross BurtonUse g_list_prepend instead of _append when constructing...
2007-04-09 simon.zheng** Fix for bug #425512
2007-04-05 Ross BurtonUse g_mkdir_with_parents (#383686).
2007-04-01 Matthew BarnesCompiler warning fixes from Kjartan Maraas.
2007-03-25 Ross BurtonReturn decent error codes, and convert errors to human...
2007-03-25 Ross BurtonClean up dispose() and split part of it into finalise...
2006-08-09 Devashish SharmaFix for Bug #350422
2006-07-31 Devashish SharmaFix for BUG #347495
2006-07-07 Ross BurtonAdd e_data_book_view_notify_update_prefiltered_vcard...
2006-07-05 Ross BurtonAllow builds against system libdb 4.3 or greater to...
2006-07-05 Ross BurtonWhenever libdb can give a warning, print it in a unifor...
2006-06-16 Tor LillqvistMake addressbook work on Win32 also with non-ASCII...
2006-01-16 Ross BurtonAdd e_data_book_view_notify_update_vcard().
2006-01-10 Simon ZhengAs file e-util.h is renamed, replace "libedataserver...
2005-12-08 Tor LillqvistUse gstdio wrappers. On Win32, register own open and...
2005-09-15 Tor LillqvistUse g_ascii_strncasecmp() instead of strncasecmp()...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-07-25 Sushma RaiChanged book private strucutres for all the backends...
2005-07-08 Kjartan MaraasFree filename and dirname in the error cases.
2005-07-01 Sushma RaiChecking for the db error.
2005-06-22 Tor LillqvistAdd libebook, libedata-book, libedataserver, libdb and
2005-05-20 Ross BurtonFix pretty bad memory leak
2005-04-26 Ross BurtonFix leaks
2005-03-14 Not Zeduse a single global ref-counted db-env for all opened...
2005-02-06 Sivaiah NallagatlaAdded new field E_CONTACT_REV which reprsnets the revis...
2005-02-02 Ross BurtonUse glib/gi18n
2005-01-13 Sivaiah Nallagatlacompare full_name against string instead of given name...
2005-01-10 Hans Petter Janssonbackends/file/e-book-backend-file.c backends/file/e...
2004-12-23 Sivaiah Nallagatlamerging e-d-s offline branch with e-d-s
2004-11-28 Sivaiah Nallagatlacommting required field implemtation changes
2004-10-29 Diego Gonzalezdon't crash if the UID of the contact being commited...
2004-08-19 Chris Toshok[ part of fix for #60889 ] add DB_THREAD flag to all...
2004-07-12 Chris Toshok[ part of fix for #56520 ]
2004-06-25 Hans Petter JanssonSee bug #51127.
2004-06-17 Chris Toshokdown with e-book-async.h, up with e-book.h.
2004-04-27 Jeffrey StedfastRevert yesterday's changes.
2004-04-26 Jeffrey StedfastUpdated to take 3 arguments (change to e_dbhash_foreach...
2004-04-16 Chris Toshokremove the race prevention stuff from here, since we...
2004-04-14 Chris Toshokfix c&p error, unlink filename and summary_filename...
2004-04-06 Chris Toshoknew function, for use when creating a contact from...
2004-03-13 Chris Toshokadd prototype for e_data_book_view_get_mutex.
2004-02-08 Chris Toshokdon't free the closure/mutex inside the loop, then...
2004-02-04 Chris Toshokthere's no reason to search for the card before removin...
2004-02-02 Michael Meeksunlock after taking a lock.
2004-01-29 Chris Toshokhonor the @only_if_exists arg before creating the db...
2004-01-06 Chris Toshokuse e_util_mkdir_hier here instead of mkdir. (do_create...
2003-12-10 Chris Toshokchange to return gboolean and take the filename, not...
2003-11-27 Hans Petter JanssonSupport absolute URI. (e_source_update_from_xml_node...
2003-11-25 Chris Toshokremove the db3 version checks, and add the extra transa...
2003-11-10 Dan Winships/E_TYPE_BACKEND/E_TYPE_BOOK_BACKEND/ s/E_IS_BACKEND...
2003-11-06 JP Rosevearbuild new subdirs
2003-11-05 Rodrigo Moyaremoved GAL dependency.
2003-11-03 JP RosevearInitial revision