GNOME Bugzilla – Bug 734695
Minor patches for review
Last modified: 2014-08-14 17:04:53 UTC
I have a bunch of minor patches that could do with a quick review.
Created attachment 283235 [details] [review] computer: Fix a memory leak
Created attachment 283236 [details] [review] daemon: Fix a memory leak
Created attachment 283237 [details] [review] afp: Fix some memory leaks
Created attachment 283238 [details] [review] dav: Send enumerate success earlier Send a "success" response earlier when enumerating to allow infos to be sent incrementally rather than batched up until the end.
Created attachment 283239 [details] [review] gvfs-save: Allow specifying G_FILE_CREATE_REPLACE_DESTINATION Allow specifying G_FILE_CREATE_REPLACE_DESTINATION when using gvfs-save with the -u flag or --unlink. I chose this because "unlink" represents what G_FILE_CREATE_REPLACE_DESTINATION does in principle: it unlinks the destination before replacing it, thereby losing any permissions or other attributes of the file.
Thanks for those fixes, please commit them :-)
Pushed to master. Thanks for the review!