summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendhttp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement set_display_name. (#525980)Christian Kellner2008-04-031-3/+4
* Remove unecessary message_new_from_xxx functions. Prefix all publicChristian Kellner2008-03-031-52/+36
* Initial take on implementing delete.Christian Kellner2008-02-251-0/+28
* Add a SoupSessionAsync to be used for SoupInputStream doesn't yet workChristian Kellner2008-02-251-2/+6
* - Port the mount operation to use the sync i/op. - Keep the authChristian Kellner2008-02-251-6/+28
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-11/+1
* Use SoupSessionSync instead of SoupSessionAsync and convert SoupStreamsChristian Kellner2008-02-161-1/+1
* Escape the filename.Christian Kellner2008-02-151-1/+3
* Move write logic (replace, create) to the dav backend.Christian Kellner2008-02-031-418/+101
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-311-16/+10
* Small cleanups.Christian Kellner2008-01-211-3/+253
* A few cleanups.Christian Kellner2008-01-161-19/+59
* Port to libsoup-2.4.Christian Kellner2008-01-161-20/+22
* fixDan Winship2008-01-141-0/+256
* Also handle dav uris in the http mapper.Christian Kellner2008-01-131-30/+27
* implement GSeekable (a bit hackishly due to a bug in libsoup 2.2.x)Dan Winship2008-01-121-0/+34
* cleanup (g_vfs_backend_http_init): move session creation here. Don'tDan Winship2008-01-111-6/+34
* Make http mount not user visible. Set backend mount spec in try_mount.Alexander Larsson2008-01-111-0/+6
* Fix the double use of a counter variable inside nested loops.Christian Kellner2008-01-111-2/+237