commit 867dd47980b5f84635f4ed612dde0829265ca1c3 Author: Ondrej Holy Date: 2014-05-23 Update NEWS for 1.21.2 release M NEWS commit 16d0cc520a68be50be0eea02dae113d3e85f3978 Author: Enrico Nicoletto Date: 2014-05-21 Updated Brazilian Portuguese translation M po/pt_BR.po commit ad0e3aeb50261a6e02581e033490e954774a99a3 Author: Yosef Or Boczko Date: 2014-05-16 Updated Hebrew translation M po/he.po commit ec4a7e7f7662a735e31b87ed8357a6b375b96ada Author: Martin Pitt Date: 2014-05-15 tests: Fix two pyflakes errors M test/gvfs-test commit 2f83f3a4f883e33cf44e4a53549e26def7f5953d Author: Martin Pitt Date: 2014-05-15 tests: Fix race condition in FTP server setup Don't sleep for 0.5 seconds but repeatedly ping the FTP server until it is started up. Time out after 5 s. M test/gvfs-test commit ee2fec7be7459b67e24b2dcd469ec95baf33f043 Author: Martin Pitt Date: 2014-05-15 gvfs-test: Refresh gphoto umockdev ioctl Refresh test/files/powershot.ioctl for libgphoto 2.5.4. M test/files/powershot.ioctl commit c3946eb20370bd9787d20663225761b84a6c5d40 Author: Daniel Mustieles Date: 2014-05-10 Updated Spanish translation M po/es.po commit ea9a1af16a1e589fd24931428f4faa0d754f58c7 Author: Ross Lagerwall Date: 2014-05-10 client: Remove unneeded function declaration Remove function declaration whose body was removed in a68aa2319d3e. M client/gdaemonvfs.c commit 84dc778fa5901f02b0b02fb258b0e401db510c85 Author: Ross Lagerwall Date: 2014-05-04 gvfs-mount: Handle the ask-question signal Present questions as a message and a numbered list of choices such that the user must enter one of the numbers. For example: """ Can't verify the identity of ... This happens when you log in to a computer the first time. The identity sent by the remote computer is ... If you want to be absolutely sure it is safe to continue, contact the system administrator. [1] Log In Anyway [2] Cancel Login Choice: 1 """ https://bugzilla.gnome.org/show_bug.cgi?id=728959 M programs/gvfs-mount.c commit 46bdbf1d45962b56f4c30763fbc964890b75d79a Author: Ross Lagerwall Date: 2014-05-03 archive: Ignore filenames consisting of a single "." Don't abort if a path has a component consisting of a single ".", just ignore that component. E.g. OpenCV-2.3.1/./opencv.pc.cmake.in becomes OpenCV-2.3.1/opencv.pc.cmake.in https://bugzilla.gnome.org/show_bug.cgi?id=729463 M daemon/gvfsbackendarchive.c commit 990b04f22c6e4d8c8cd10d74b685aaf3bcbf6049 Author: Pau Iranzo Date: 2014-05-02 [l10n] Update Catalan translation M po/ca.po commit eb11ec725f5d2850597fc88635609474c857f6aa Author: Ross Lagerwall Date: 2014-04-05 dav: Implement push support Implement push support for the webdav backend. This allows large files to be uploaded properly without consuming large amounts of memory and also makes the progress bar work when uploading. Data is provided to libsoup in chunks, activated via the wrote_chunk signal. Note that this uses content-length encoding rather than chunked encoding which is not supported by many servers. The CAN_REBUILD flag is set on the SoupMessage and accumulate is set to FALSE so that Libsoup does not buffer all the data in memory at once. This does mean that the restarted signal needs to be handled correctly by seeking to the beginning of the file. The code is written in an asynchronous fashion so that other operations are not blocked since the webdav backend is single-threaded. Unfortunately, this does complicate the code, especially with regards to having reads in flight and handling the restarted signal from libsoup. A quick benchmark writing to a tmpfs via Apache's mod_dav achieved just over 1GB/s. https://bugzilla.gnome.org/show_bug.cgi?id=570772 M daemon/gvfsbackenddav.c commit 9a52e2195166ed01b3c01f8c74e8a1adcaaf4b40 Author: Ondrej Holy Date: 2014-04-24 gvfs-less: add missing man page M man/Makefile.am A man/gvfs-less.xml commit 41790cb90f2c4b0c647ea1df211387c9effa6133 Author: Ross Lagerwall Date: 2013-12-18 recent: Implement query_info_on_read() Implement query_info_on_read() by proxying to the underlying stream's implementation. https://bugzilla.gnome.org/show_bug.cgi?id=720806 M daemon/gvfsbackendrecent.c commit d872d9ca4437c6e24948d8a730dea884c4299783 Author: Ross Lagerwall Date: 2013-12-17 trash: Implement query_info_on_read() Implement query_info_on_read() by proxying to the underlying stream's implementation. https://bugzilla.gnome.org/show_bug.cgi?id=720806 M daemon/gvfsbackendtrash.c commit 8ec1666eb2a42dad7e4bafe4545b0d945f4fbc29 Author: Ross Lagerwall Date: 2014-04-19 build: Silence automake portability warnings Require GNU Make for now and so silence portability warnings. https://bugzilla.gnome.org/show_bug.cgi?id=722354 M configure.ac commit a6c3c774da479a2bcbc4597b156d77b967602669 Author: Ross Lagerwall Date: 2013-12-10 build: Fix typo The FTP backend is always enabled regardless of the state of HTTP/DAV so don't include it in the message at the end of configure. https://bugzilla.gnome.org/show_bug.cgi?id=722354 M configure.ac commit 7db881a927d1cdaff59cc9c9c029f04db60f1531 Author: Ross Lagerwall Date: 2013-12-10 build: Require gudev >= 147 From release 147, the gudev API was marked as stable, so require that version. https://bugzilla.gnome.org/show_bug.cgi?id=722354 M configure.ac M daemon/Makefile.am M monitor/gphoto2/Makefile.am M monitor/mtp/Makefile.am commit f9f62f9f60eb04e437f537f6619dde4c66a21647 Author: Ondrej Holy Date: 2014-04-27 Post release version bump M configure.ac