summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendhttp.c
Commit message (Expand)AuthorAgeFilesLines
* http: Fill `GFileInfo` with uncompressed sizesLucas Chollet2023-02-081-0/+23
* http: Unescape prefix to fix handling of encoded URIsOndrej Holy2022-05-031-1/+1
* dav, http: port to libsoup3Daniel Kolesa2022-02-011-118/+132
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-221-0/+1
* http: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-3/+2
* dav: Fix DAV implementation stripping spacesColin Leroy2017-07-241-2/+2
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+1
* http: Fix log level comparationOndrej Holy2016-01-181-3/+3
* Set filesystem::type for all backendsRoss Lagerwall2015-08-041-0/+13
* dav: Add support for server-side copyingRoss Lagerwall2015-01-251-0/+3
* http: Report correct size for partial content msgOndrej Holy2014-12-031-2/+17
* http: Always set the file type to regularRoss Lagerwall2014-10-261-1/+2
* http: Use a global SoupSession rather than per-backendRoss Lagerwall2014-07-251-41/+44
* http: Remove use of SoupSessionSync/SoupSessionAsyncChristophe Fergeau2014-07-251-30/+6
* Revert "http: Remove use of SoupSessionSync/SoupSessionAsync"Ross Lagerwall2014-07-171-6/+30
* Revert "http: Use a global SoupSession rather than per-backend"Ross Lagerwall2014-07-171-44/+41
* http: Use a global SoupSession rather than per-backendRoss Lagerwall2014-07-031-41/+44
* http: Remove use of SoupSessionSync/SoupSessionAsyncChristophe Fergeau2014-07-031-30/+6
* Unify error conversion in http and dav backendsRoss Lagerwall2014-04-111-1/+9
* http: Remove trailing whitespaceChristophe Fergeau2013-12-031-12/+12
* http: Clean up usage of libsoupRoss Lagerwall2013-10-251-2/+1
* http: Set error to NULL to possibly prevent crash on closeRoss Lagerwall2013-10-251-1/+1
* http: Replace deprecated SoupRequester by SoupSessionOndrej Holy2013-08-221-6/+1
* http: Don't send a SoupMessage if we only want the thumbnail pathDebarshi Ray2013-06-061-0/+7
* http: Set use-thread-context property on async SoupSessionTomas Bzatek2012-12-181-0/+2
* http: Simplify job failure handlingDan Winship2012-12-181-11/+8
* http: replace SoupInputStream with SoupRequestDan Winship2012-12-181-19/+31
* http: Provide edit-name whether display-name is also requested or notJonathan Matthew2012-12-061-7/+4
* http: Don't use deprecated libsoup methodsJasper St. Pierre2012-09-041-4/+4
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-0/+4
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* http: Automatically decompress gzip'ed streamsBastien Nocera2011-11-161-0/+7
* http: New function to get the basename without trying to decode itChristian Kellner2011-05-181-29/+41
* http/dav: Move http_backend_uri_for_filename to dav backendChristian Kellner2011-05-121-35/+0
* http: Get rid of unnecessary calls to uri_for_filename ()Christian Kellner2011-05-121-5/+2
* http: Add http_backend_get_mount_base ()Christian Kellner2011-05-121-0/+6
* http: use Content-Disposition filename if availableChristian Kellner2011-05-081-6/+26
* http/dav: Send Accept-Language headerChristian Kellner2011-05-081-0/+4
* dav: Fix copying of remote folders to diskChristian Kellner2011-05-041-6/+18
* [HTTP] Store and use cookies (temporarily)Christian Kellner2009-11-041-0/+8
* [HTTP] Use soup's (2.26) header parsing functionChristian Kellner2009-10-161-24/+5
* [HTTP] Support g_file_input_stream_query_info()Christian Kellner2009-10-161-30/+55
* [HTTP] Bug 595981 - HTTP backend never seems to return any iconChristian Kellner2009-09-291-24/+22
* Convert all spew to g_debug()Alexander Larsson2009-03-061-2/+2
* require libsoup-gnome, for SoupProxyResolverGNOMEDan Winship2008-12-111-4/+11
* don't leak GSimpleAsyncResults. #551075.Dan Winship2008-12-111-0/+3
* Use libsoup to parse the "Last-Modified" header, not the ISO-8601 parsingBastien Nocera2008-08-221-2/+9
* Fix build warnings with GCC 4.3.0 (#537588).Cosimo Cecchi2008-06-101-18/+18
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* Add debug logging support for http/davChristian Kellner2008-04-161-0/+26