index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy
/
empathy-log-store-empathy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port EmpathyLogManager to new API
Xavier Claessens
2009-04-22
1
-2
/
+6
*
Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its
Lars-Peter Clausen
2009-04-21
1
-3
/
+1
*
Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139
Lars-Peter Clausen
2009-04-16
1
-0
/
+1
*
Chatroom dirs only exist on the toplevel log directory
Sjoerd Simons
2009-03-10
1
-1
/
+1
*
Actually recurse in the chatrooms directory
Sjoerd Simons
2009-03-10
1
-1
/
+1
*
Print a debug message if opening a log directory fails
Sjoerd Simons
2009-03-10
1
-2
/
+7
*
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