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
/
daemon
/
gvfsbackendftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't require \r as line ending for LIST commands. Fixes ftp.netbsd.org
Benjamin Otte
2008-03-04
1
-3
/
+3
*
add an anonymous_out parameter for anonymous logins.
Benjamin Otte
2008-03-04
1
-9
/
+37
*
fix server disconnect on timeout. Side effect is that the ftp backend just
Benjamin Otte
2008-03-03
1
-45
/
+61
*
dynamically resize the read buffer. This allows receiving the huge welcome
Benjamin Otte
2008-03-03
1
-17
/
+30
*
implement EPSV. This should make IPv6 work.
Benjamin Otte
2008-03-03
1
-2
/
+33
*
Make "file don't exist" message conform to other backends; no, it isn't a
Luca Ferretti
2008-03-03
1
-1
/
+1
*
use g_build_path() to not get excess slashes in paths
Benjamin Otte
2008-03-02
1
-1
/
+1
*
implement move vfunc
Benjamin Otte
2008-03-02
1
-7
/
+84
*
push back connection if we fail starting a read/write
Benjamin Otte
2008-03-02
1
-8
/
+20
*
implement make_directory
Benjamin Otte
2008-03-02
1
-0
/
+23
*
implement delete
Benjamin Otte
2008-03-02
1
-0
/
+30
*
redo error handling: We now store the error and the job in the
Benjamin Otte
2008-03-02
1
-384
/
+274
*
close the data connection before trying to receive the OK. Some servers
Benjamin Otte
2008-03-01
1
-1
/
+1
*
use 0 as port in the keyring when it's the default ftp port. Stops the
Benjamin Otte
2008-03-01
1
-8
/
+11
*
rewrite directory enumeration and query_info by using the LIST parsing
Benjamin Otte
2008-03-01
1
-0
/
+349
*
introduce a differentiation between gvfs paths and ftp filenames and use
Benjamin Otte
2008-02-29
1
-6
/
+144
*
Added translator comment.
Wouter Bolsterlee
2008-02-28
1
-0
/
+1
*
Reuse existing string to reduce the impact of the string freeze breaks.
Wouter Bolsterlee
2008-02-28
1
-1
/
+1
*
actually translate the display name
Benjamin Otte
2008-02-28
1
-2
/
+2
*
really check for errors correctly. I need to go to bed.
Benjamin Otte
2008-02-28
1
-2
/
+6
*
check for errors correctly
Benjamin Otte
2008-02-28
1
-1
/
+1
*
rewrite login code to use the keyring if available. Also fix mount specs
Benjamin Otte
2008-02-28
1
-55
/
+113
*
split out login code, so we can try multiple auths when some fail.
Benjamin Otte
2008-02-28
1
-19
/
+54
*
add functions that are supposed to set default values on a remote file
Benjamin Otte
2008-02-28
1
-49
/
+27
*
Set sane error messages for ftp error codes. Also remove some excessive
Benjamin Otte
2008-02-28
1
-5
/
+73
*
fix typo (thanks Andre)
Benjamin Otte
2008-02-28
1
-1
/
+1
*
implement append
Benjamin Otte
2008-02-28
1
-22
/
+77
*
drop my current FTP code and continue development in here. Should make
Benjamin Otte
2008-02-28
1
-287
/
+1092
*
Code cleanup from Kjartan: Removes unused code/variables. Uses right
Alexander Larsson
2008-02-19
1
-7
/
+4
*
Clean up strings and add translator comments
Alexander Larsson
2008-01-15
1
-1
/
+1
*
Only use <gio/gio.h> include
Alexander Larsson
2007-12-14
1
-2
/
+1
*
Code cleanups from Kjartan Maraas.
Alexander Larsson
2007-11-16
1
-17
/
+29
*
Add copyright information to source files.
Christian Kellner
2007-11-01
1
-0
/
+22
*
Add GFileCreateFlags flag to open for write. No actual backend support yet
Alexander Larsson
2007-10-04
1
-8
/
+11
*
Update signatures for API changes in gio.
Sebastian Dröge
2007-09-27
1
-5
/
+7
*
Removed. Removed. Added. Added.
Alexander Larsson
2007-09-17
1
-20
/
+20
*
Add Emacs mode string so we (I) get sane indenting.
Alexander Larsson
2007-09-13
1
-0
/
+2
*
Add skeleton for FTP backend.
Alexander Larsson
2007-09-13
1
-0
/
+437