Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little optimization of log_store_empathy_get_filtered_messages() and add a FI... | Xavier Claessens | 2009-03-06 | 1 | -1/+8 |
* | Use if (n != NULL) instead of if (n). | Jonny Lamb | 2009-03-06 | 1 | -4/+4 |
* | Use g_list_delete_link instead of g_list_remove. | Jonny Lamb | 2009-03-06 | 1 | -1/+1 |
* | Use g_list_next (l) instead of l->next. | Jonny Lamb | 2009-03-06 | 1 | -1/+1 |
* | Use atoi instead of sscanf. | Jonny Lamb | 2009-03-06 | 1 | -1/+1 |
* | Implemented get_filtered_messages in empathy log store. | Jonny Lamb | 2009-03-06 | 1 | -0/+41 |
* | EmpathyLogStore: Store the CM message ID in the logs, and use it when reading... | Jonny Lamb | 2009-03-06 | 1 | -2/+14 |
* | Changed some G_STR_EQUALs to EMP_STR_EQUAL. | Jonny Lamb | 2009-03-06 | 1 | -3/+3 |
* | Renamed EmpathyLogSource to EmpathyLogStore. | Jonny Lamb | 2009-03-06 | 1 | -0/+714 |