From d5595738ddcaea431f07a9d61956e5f8a96dae3d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 15 Sep 2000 22:58:38 +0000 Subject: split all the ldap operations into 2 halves, a handler, and destructor, 2000-09-15 Chris Toshok * backend/pas/pas-backend-ldap.c: split all the ldap operations into 2 halves, a handler, and destructor, and create a structure containing two function pointers and any data they need. this allows us queue up pending operations (since the LDAP*'s are no longer view specific. there's one per backend.) also, add support for restarting async operations if the SERVER DOWN error isn't communicated until sometime after the handler is called (as is the case with the async search stuff.) svn path=/trunk/; revision=5468 --- addressbook/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c2c3e98801..f7835575b2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2000-09-15 Chris Toshok + + * backend/pas/pas-backend-ldap.c: split all the ldap operations + into 2 halves, a handler, and destructor, and create a structure + containing two function pointers and any data they need. this + allows us queue up pending operations (since the LDAP*'s are no + longer view specific. there's one per backend.) also, add + support for restarting async operations if the SERVER DOWN error + isn't communicated until sometime after the handler is called (as + is the case with the async search stuff.) + 2000-09-14 Dan Winship * gui/component/addressbook-factory.c (main): Call unicode_init -- cgit v1.2.3