Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | Primary server support: introduce concept of reconnection | Jan Zeleny | 1 | -0/+35 | |
This patch adds two support functions for adding reconnection callbacks and invoking such callbacks. The concept of reconnection is simple: stop using current connection for for new queries to the server without actually going offline. | |||||
2010-06-10 | Check the correct variable for NULL after creating timer | Stephen Gallagher | 1 | -1/+1 | |
In several places, we were creating a new timer and assigning it to the tev variable, but then we were checking for NULL from the te variable (which, incidentally, is guaranteed never to be NULL in this situation) https://fedorahosted.org/sssd/ticket/523 | |||||
2010-05-27 | Reset run_online_cb flag even if there are no callbacks | Sumit Bose | 1 | -8/+10 | |
2010-05-27 | Add offline callbacks | Sumit Bose | 1 | -0/+22 | |
2010-05-27 | Refactor data provider callbacks | Sumit Bose | 1 | -0/+182 | |