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
/
client
/
gdaemonfileoutputstream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and fixes for compiler warnings
Kjartan Maraas
2011-03-17
1
-3
/
+0
*
Bug 589915 - gedit crashed with SEGV in strlen()
Peter Waller
2009-08-04
1
-2
/
+2
*
try extra hard to make sure operations get cancelled properly
Benjamin Otte
2009-06-25
1
-3
/
+7
*
Make argument const char * as per the glib change.
Alexander Larsson
2009-03-03
1
-7
/
+7
*
Bug 573371 – Unsafe g_htonl() macro expansion
Alexander Larsson
2009-03-02
1
-1
/
+3
*
Support query info on output streams
Alexander Larsson
2009-02-27
1
-49
/
+318
*
Add and use g_string_remove_in_front helper function.
Alexander Larsson
2009-02-27
1
-15
/
+17
*
Fixed crash in gio because error was not properly
Jesse van den Kieboom
2008-08-07
1
-0
/
+6
*
Use g_set_error_literal where appropriate. Bug #539167.
Christian Persch
2008-08-02
1
-22
/
+18
*
Code cleanup from Kjartan: Removes unused code/variables. Uses right
Alexander Larsson
2008-02-19
1
-9
/
+4
*
Save errno befor making other calls. Be safe when calling g_set_error()
Alexander Larsson
2008-02-11
1
-2
/
+6
*
Remove SEEK_CUR from channel protocol. This doesn't work with readahead,
Alexander Larsson
2008-02-04
1
-1
/
+1
*
Init seq_nr to 1 so that seq_nr 0 is special (used for e.g. readahead ops)
Alexander Larsson
2008-02-04
1
-0
/
+1
*
Fix warnings
Alexander Larsson
2007-12-20
1
-1
/
+6
*
Only use <gio/gio.h> include
Alexander Larsson
2007-12-14
1
-5
/
+1
*
Update to gio API change
Alexander Larsson
2007-12-05
1
-2
/
+2
*
Update to build with the latest glib included gio
Alexander Larsson
2007-11-27
1
-4
/
+4
*
Code cleanups from Kjartan Maraas.
Alexander Larsson
2007-11-16
1
-5
/
+5
*
Add copyright information to source files.
Christian Kellner
2007-11-01
1
-0
/
+22
*
Removed. Removed. Added. Added.
Alexander Larsson
2007-09-17
1
-6
/
+6
*
Update to new get_etag API.
Alexander Larsson
2007-09-14
1
-12
/
+3
*
Use g_cancellable_set_error_if_cancelled
Alexander Larsson
2007-09-13
1
-16
/
+4
*
Need to dup the etag when returning it
Alexander Larsson
2007-09-13
1
-1
/
+1
*
Implement etag sending on close in daemon stream
Alexander Larsson
2007-09-13
1
-3
/
+32
*
Make buffer argument to write const
Alexander Larsson
2007-09-13
1
-6
/
+6
*
Port GDaemonFile[Input|Output]Stream to new GSimpleAsyncResult changes.
Alexander Larsson
2007-09-13
1
-10
/
+7
*
Convert GOutputStream to the new async API model
Alexander Larsson
2007-09-13
1
-41
/
+94
*
Convert the rest of GInputStream to the new async API model
Alexander Larsson
2007-09-13
1
-15
/
+21
*
Convert g_input_stream_read_async to the new async API model
Alexander Larsson
2007-09-13
1
-9
/
+14
*
Move from G_FILE_ERROR to G_IO_ERROR
Alexander Larsson
2007-09-13
1
-4
/
+4
*
Rename G_VFS_ERROR to G_IO_ERROR
Alexander Larsson
2007-09-13
1
-14
/
+14
*
G*Daemon -> GDaemon*
Alexander Larsson
2007-09-13
1
-0
/
+1280