index
:
~cbosdo/gvfs-cbosdo
gnome-3-6
gnome-3-8
master
GVFS clone to add CMIS backend
cbosdo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
gvfsdaemonprotocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-07
Fix use of uninitialized values
Tomas Bzatek
1
-2
/
+11
2012-07-31
gdbus: Code style fixes
Tomas Bzatek
1
-32
/
+16
2012-07-31
gdbus: Fix case of GDbusAttributeValue struct
Tomas Bzatek
1
-4
/
+4
2012-07-31
gdbus: Reword GVariant arguments
Tomas Bzatek
1
-24
/
+24
2012-07-31
gdbus: Core daemon and client port
Tomas Bzatek
1
-387
/
+171
2012-07-30
Update the Address of the FSF
Felix Möller
1
-2
/
+2
2011-08-15
daemon: Remove unused code
Tomas Bzatek
1
-4
/
+0
2010-09-27
Fix stringv transfer over dbus
Tomas Bzatek
1
-1
/
+2
2010-05-27
Rename gdbusutils.h to avoid conflict with GIO
Matthias Clasen
1
-1
/
+1
2010-04-26
Skip malformed data from the backend side
Tomas Bzatek
1
-0
/
+1
2009-06-25
Fix up GFileInfo marshalling
Alexander Larsson
1
-3
/
+6
2009-06-25
(de)marshal the attribute status in GFileInfo
Alexander Larsson
1
-4
/
+21
2009-06-25
Support (de)marshalling of new GFileInfo keys (invalid & stringv)
Alexander Larsson
1
-8
/
+55
2008-10-21
Require glib 2.19.1 for GIcon serialization support
Alexander Larsson
1
-88
/
+27
2008-09-25
Free returned strv with g_strfreev, not dbus_free_string_array. (#529596)
Alexander Larsson
1
-1
/
+1
2008-08-02
Use g_set_error_literal where appropriate. Bug #539167.
Christian Persch
1
-4
/
+4
2008-02-19
Code cleanup from Kjartan: Removes unused code/variables. Uses right
Alexander Larsson
1
-1
/
+1
2008-02-11
Save errno befor making other calls. Be safe when calling g_set_error()
Alexander Larsson
1
-2
/
+2
2008-02-08
Fix up indentation Don't unref file from g_file_icon_get_file().
Alexander Larsson
1
-25
/
+24
2007-12-14
Update for gio API changes (removal of GFileAttributeValue).
Alexander Larsson
1
-39
/
+81
2007-12-14
Only use <gio/gio.h> include
Alexander Larsson
1
-2
/
+1
2007-11-01
Add copyright information to source files.
Christian Kellner
1
-0
/
+22
2007-10-16
Make sending icons actually work
Alexander Larsson
1
-99
/
+146
2007-09-25
Don't pass the contained signature when creating a DBus struct. Since DBus
Sebastian Dröge
1
-14
/
+7
2007-09-13
Split out gio into its own module
Alexander Larsson
1
-2
/
+2
2007-09-13
Rename g_file_get_for_XXX to g_file_new_for_XXX
Alexander Larsson
1
-1
/
+1
2007-09-13
Add flags for FileAttributeInfo
Alexander Larsson
1
-3
/
+17
2007-09-13
Add daemon side query attribute support
Alexander Larsson
1
-1
/
+43
2007-09-13
Marshal attribute query requests on client side
Alexander Larsson
1
-0
/
+43
2007-09-13
Fix illegal free
Alexander Larsson
1
-0
/
+1
2007-09-13
Add boolean file attribute type
Alexander Larsson
1
-1
/
+19
2007-09-13
Remove g_file_attribute_value_destroy (replace with clear)
Alexander Larsson
1
-1
/
+1
2007-09-13
Break out GFileAttributeValue from GFileInfo and use in other places.
Alexander Larsson
1
-127
/
+37
2007-09-13
Move FileInfo marshalling to common/.
Alexander Larsson
1
-14
/
+198
2007-09-13
Move gvfsdaemonprotocol.c to common/, and split out some code so we can append
Alexander Larsson
1
-0
/
+300