summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* smb: Give correct error when unlink fails while closing fileRoss Lagerwall2014-04-021-1/+10
* dav: Unescape URIs before comparing them for equalityRoss Lagerwall2014-03-291-5/+12
* build: add missing libraries to fix linking issuesOndrej Holy2014-03-061-0/+5
* smb: set context to NULL after it has been freedOndrej Holy2014-02-131-0/+1
* various: reduce the verboseness of debug messagesGiovanni Campagna2014-02-082-9/+3
* Revert "trash: Don't use try_ for blocking methods"Ross Lagerwall2014-02-021-29/+51
* gvfsdaemon: properly remove socket_dirAntoine Jacoutot2014-01-231-9/+10
* Remove obsolete address info for the LGPLRoss Lagerwall2014-01-235-16/+11
* ftp: Set etag::valueRoss Lagerwall2014-01-231-1/+9
* ftp: Remove custom progress callback rate limitingRoss Lagerwall2014-01-231-85/+7
* daemon: Rate limit progress callbacksRoss Lagerwall2014-01-232-0/+19
* daemon: Set infinite timeout for enumerate responseRoss Lagerwall2014-01-231-8/+11
* build: append missing flags in the _CPPFLAGS variablesOndrej Holy2014-01-171-0/+24
* sftp: force openpty(3) on BSDAntoine Jacoutot2014-01-171-0/+8
* build: replace obsolete INCLUDES by CPPFLAGSOndrej Holy2014-01-171-1/+1
* dav: Implement truncate for output streamsRoss Lagerwall2014-01-101-0/+25
* dav: Implement seek for output streamsRoss Lagerwall2014-01-101-0/+27
* trash: Don't use try_ for blocking methodsRoss Lagerwall2014-01-101-51/+29
* afp: Don't crash when opening the root directoryRoss Lagerwall2014-01-041-8/+0
* gphoto2: Implement pull supportRoss Lagerwall2014-01-041-0/+177
* ftp: Always close data connections when doneBenjamin Otte2013-12-211-0/+4
* Do not dist removed old libsmb-compat.h.Ondrej Holy2013-12-131-1/+1
* Convert libdaemon to a private shared libraryRoss Lagerwall2013-12-121-3/+6
* dav: Set the is_hidden property for files starting with a '.'Ross Lagerwall2013-12-121-0/+3
* afp: Remove unused variableRoss Lagerwall2013-12-091-1/+0
* http: Allow seek past end of fileRoss Lagerwall2013-12-081-0/+8
* http: Fix the SEEK_END offset calculationRoss Lagerwall2013-12-081-1/+3
* http: Ensure the range header is updatedRoss Lagerwall2013-12-081-3/+3
* http: Fix segfault when seeking on readRoss Lagerwall2013-12-081-1/+2
* afp: Don't free the handle if truncate failsRoss Lagerwall2013-12-061-1/+0
* gphoto2: Don't release the device multiple timesRoss Lagerwall2013-12-051-17/+1
* gphoto2: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+36
* mtp: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+29
* afc: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+25
* afp: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+42
* sftp: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+41
* smb: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+22
* Require libsmbclient from Samba 3.4.0 or higherRoss Lagerwall2013-12-053-207/+2
* localtest: Implement truncate support for output streamsRoss Lagerwall2013-12-052-1/+32
* Implement truncate support for output streamsRoss Lagerwall2013-12-059-20/+338
* http: Remove trailing whitespaceChristophe Fergeau2013-12-031-12/+12
* MTP: Fix compilation warning.Philip Langdale2013-11-301-2/+2
* Make file-local functions staticRoss Lagerwall2013-11-302-6/+7
* sftp: Implement try_query_fs_info using the OpenSSH statvfs extensionRoss Lagerwall2013-11-302-2/+134
* dav: Report number of bytes used on the filesystemRoss Lagerwall2013-11-301-0/+7
* gphoto2: Return the correct offset when seekingRoss Lagerwall2013-11-301-2/+2
* mtp: fix segfault when device not foundOndrej Holy2013-11-291-0/+7
* MTP: Fail fast if in the middle of an unmountPhilip Langdale2013-11-241-0/+50
* afp: missing enumeration value warning fixOndrej Holy2013-11-211-20/+18
* sftp: missing enumeration value warning fixOndrej Holy2013-11-211-34/+26