index
:
delta/gvfs.git
497-g_file_attribute_filesystem_use_preview-is-not-set-consistently
GVFS_0_99_7_1
admin-add-copy-push-implementation
baserock/morph
ci-custom-image
file-info-set-file
fix-ci
gdata-entry-get-id-fix
gdbus
gdbus-core
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-40
gnome-42
master
mtp-backend
nfs
oholy/wip/ci-test
sam/fuse-shutdown-on-error
sftp-multiplexing-2fa
standard-file-info
tracker-metadata
wip/alexl/documents
wip/antoniof/set-preview-type-explicitly
wip/barthalion/priv
wip/cosimoc/admin
wip/goa
wip/gtask-porting
wip/hadess/libgdata-1.0
wip/iainl/tests-increase-timeout
wip/inigomartinez/meson
wip/oholy/admin-fixes
wip/oholy/ci-fix
wip/oholy/ci-fuse3
wip/oholy/ci-glib-update
wip/oholy/ci-image-fix
wip/oholy/ci-libsoup3
wip/oholy/ci-meson-options
wip/oholy/dav-mount-check
wip/oholy/dav-redirect
wip/oholy/dav-tests
wip/oholy/debug
wip/oholy/do-not-use-desktop-files
wip/oholy/fix-gnome-build-meta
wip/oholy/fuse-readdir-plus
wip/oholy/gitlab-ci
wip/oholy/glib-bump
wip/oholy/gmountsource-deadlock
wip/oholy/gnome-build-meta-tags
wip/oholy/google-cache
wip/oholy/google-cache-conservative
wip/oholy/google-display-name
wip/oholy/google-native-html
wip/oholy/google-progress
wip/oholy/google-shared-drives-support
wip/oholy/gtask
wip/oholy/meson-summary
wip/oholy/meson-version
wip/oholy/runtime-dir-socket
wip/oholy/smb-enumeration-performance
wip/oholy/smb-move-progress
wip/oholy/storaged
wip/oholy/support-tcrypt
wip/oholy/test-timeouts
wip/oholy/trash-deadlock
wip/oholy/trash-performance
wip/oholy/udisks2-media-user
wip/oholy/udisks2-timeouts-when-stopping
wip/oholy/update-docs
wip/oholy/x-gvfs-ignore
wip/rishi/goa
wip/rishi/issue-2
wip/rishi/owncloud-gssapi
wip/udisks2
wip/verdre/dialog-titles
gitlab.gnome.org: GNOME/gvfs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gio
/
gfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out gio into its own module
Alexander Larsson
2007-09-13
1
-2551
/
+0
*
Handle NULL function pointers as not supported errors
Alexander Larsson
2007-09-13
1
-1
/
+125
*
Add name and prio to GVfs interface
Alexander Larsson
2007-09-13
1
-3
/
+3
*
Add a flag for file monitoring
Alexander Larsson
2007-09-13
1
-6
/
+10
*
Add GPollFileMonitor and use it as fallback
Alexander Larsson
2007-09-13
1
-0
/
+9
*
Add async get_info
Alexander Larsson
2007-09-13
1
-1
/
+129
*
Rename g_file_get_for_XXX to g_file_new_for_XXX
Alexander Larsson
2007-09-13
1
-6
/
+6
*
Use g_cancellable_set_error_if_cancelled
Alexander Larsson
2007-09-13
1
-144
/
+36
*
Make GFileAttributeInfoList refcounted
Alexander Larsson
2007-09-13
1
-2
/
+2
*
Fix up symlink copying
Alexander Larsson
2007-09-13
1
-4
/
+26
*
Fix leak of file attribute lists
Alexander Larsson
2007-09-13
1
-0
/
+4
*
Support G_FILE_COPY_ALL_METADATA and use that in move by copy fallback
Alexander Larsson
2007-09-13
1
-47
/
+2
*
Fix cut and paste error
Alexander Larsson
2007-09-13
1
-1
/
+1
*
Initial attribute copy code
Alexander Larsson
2007-09-13
1
-14
/
+119
*
Break out source open into its own function
Alexander Larsson
2007-09-13
1
-56
/
+74
*
Break out stream copying into its own function
Alexander Larsson
2007-09-13
1
-47
/
+70
*
Implement G_FILE_COPY_NOFOLLOW_SYMLINKS in default copy fallback
Alexander Larsson
2007-09-13
1
-40
/
+111
*
g_file_set_attributes_from_info
Alexander Larsson
2007-09-13
1
-34
/
+111
*
Implement g_file_replace_contents_async (untested)
Alexander Larsson
2007-09-13
1
-8
/
+515
*
Add ETAG attribute Use this instead of mtime in g_file_replace
Alexander Larsson
2007-09-13
1
-4
/
+8
*
gchar is stupid, use char instead
Alexander Larsson
2007-09-13
1
-5
/
+5
*
Implement g_file_replace_contents
Alexander Larsson
2007-09-13
1
-0
/
+48
*
Implement g_file_load_contents
Alexander Larsson
2007-09-13
1
-0
/
+52
*
Replace get_contents with load_contents to avoid namespace clashes with g_fil...
Alexander Larsson
2007-09-13
1
-21
/
+21
*
Initial work on copying attributes when moving file by copy+remove
Alexander Larsson
2007-09-13
1
-0
/
+46
*
Implement fallback version for query attr methods when not supported.
Alexander Larsson
2007-09-13
1
-10
/
+32
*
Add comments for the attribute query functions
Alexander Larsson
2007-09-13
1
-1
/
+8
*
Add API for listing settable attributes
Alexander Larsson
2007-09-13
1
-0
/
+58
*
Break out GFileAttributeValue from GFileInfo and use in other places.
Alexander Larsson
2007-09-13
1
-23
/
+28
*
clear up WOULD_BLOCK error message
Alexander Larsson
2007-09-13
1
-1
/
+1
*
Correct error handling for move+copy on local and fallback
Alexander Larsson
2007-09-13
1
-4
/
+4
*
Correct error reporting for g_file_copy()
Alexander Larsson
2007-09-13
1
-3
/
+51
*
Remove old comments
Alexander Larsson
2007-09-13
1
-6
/
+2
*
Clarify copy errors
Alexander Larsson
2007-09-13
1
-1
/
+4
*
Add comments detailing error behaviour in move & copy
Alexander Larsson
2007-09-13
1
-2
/
+29
*
Fix up comment
Alexander Larsson
2007-09-13
1
-1
/
+1
*
Add some comments
Alexander Larsson
2007-09-13
1
-0
/
+3
*
Implement set_display_name in daemon
Alexander Larsson
2007-09-13
1
-0
/
+9
*
Correct some cut/paste mistakes.
Alexander Larsson
2007-09-13
1
-1
/
+1
*
Add g_file_trash API
Alexander Larsson
2007-09-13
1
-0
/
+28
*
Add g_file_get_filesystem_info
Alexander Larsson
2007-09-13
1
-0
/
+22
*
Add cancellation to mount operations
Alexander Larsson
2007-09-13
1
-4
/
+61
*
Fix leaks
Alexander Larsson
2007-09-13
1
-0
/
+3
*
Implement g_file_get_contents_async utility function
Alexander Larsson
2007-09-13
1
-0
/
+191
*
Convert g_file_read_async() to new async API model
Alexander Larsson
2007-09-13
1
-75
/
+67
*
Move mount_for_location back into GFile
Alexander Larsson
2007-09-13
1
-7
/
+30
*
Update mounting APIs
Alexander Larsson
2007-09-13
1
-5
/
+61
*
Import file monitoring work from John McCutchan
Alexander Larsson
2007-09-13
1
-0
/
+21
*
revert old pre-win32 file modes
Alexander Larsson
2007-09-13
1
-0
/
+0
*
Make it build on win32
Alexander Larsson
2007-09-13
1
-0
/
+2
[next]