summaryrefslogtreecommitdiff
path: root/gdata/gdata-service.c
Commit message (Expand)AuthorAgeFilesLines
* core: Use standard ‘Deprecated’ syntax in gtk-doc commentsPhilip Withnall2015-04-241-3/+3
* core: Get the content type from the response instead of hard coding itDebarshi Ray2015-04-171-1/+6
* core: Explicitly support a final page in GDataQuery paginationPhilip Withnall2014-12-121-1/+14
* core: Virtualise feed parsing in GDataServicePhilip Withnall2014-12-121-9/+40
* core: Eliminate unnecessary is_async argument from parser functionsPhilip Withnall2014-12-121-7/+6
* core: Use correct relation URI for next/previous feed linksPhilip Withnall2014-12-121-2/+2
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* core: Fix various minor mutex abusesPhilip Withnall2014-09-181-1/+6
* core: Add gzip encoding supportPhilip Withnall2014-08-241-0/+23
* core: Refresh authoriser on receiving SOUP_STATUS_NOT_FOUNDSaurav Agarwalla2014-07-081-1/+2
* core: Handle SOUP_STATUS_NO_CONTENT in response to DELETE requestsPhilip Withnall2014-06-201-1/+1
* core: Refresh authoriser on receiving SOUP_STATUS_FORBIDDENPhilip Withnall2014-06-191-1/+2
* gdata: Allow creating GDataEntries out of JSON contentCarlos Garnacho2014-04-271-1/+7
* core: Fix 'soup_gnome_features_2_26_get_type' is deprecated warningFabiano Fidêncio2013-11-211-4/+1
* core: Add a "proxy-resolver" property.Matthew Barnes2013-10-091-11/+102
* core: Add get_content_type virtual function to GDataParsablePeteris Krisjanis2013-09-281-30/+65
* core: Add support for JSON to GDataParsable, GDataEntry and GDataFeedPeteris Krisjanis2013-08-291-3/+20
* tests: Add mock server trace supportPhilip Withnall2013-08-021-1/+14
* core: Refactor assertions slightlyPhilip Withnall2013-08-021-6/+4
* core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT envvarPhilip Withnall2013-08-021-2/+40
* core: Fix error notification of cancelled messagesPhilip Withnall2013-07-021-1/+3
* Replacing g_log_set_default_handler with g_log_set_handlerPeteris Krisjanis2013-06-291-2/+2
* Change g_log_set_handler to g_log_set_default_handler so we could set handler...Peteris Krisjanis2013-06-211-1/+1
* core: Redact X-GData-Key headersPhilip Withnall2012-09-301-0/+3
* core: Use gcr instead of libgnome-keyring for secure memoryStef Walter2012-07-171-4/+5
* core: Bump GLib requirement to ≥ 2.31.0Philip Withnall2012-04-021-26/+0
* core: Validate SSL certificates for all connectionsPhilip Withnall2012-03-081-1/+1
* core: Don't use deprecated GLib threading API if we have a recent GLibPhilip Withnall2011-12-201-1/+28
* core: Ensure passwords and auth. tokens are stored in non-pageable memoryPhilip Withnall2011-10-111-0/+81
* core: Filter sensitive details out of debug log outputPhilip Withnall2011-10-101-2/+94
* core: Fix a potential unref of a NULL pointerPhilip Withnall2011-09-141-0/+1
* core: Ensure HTTPS URIs are used when deleting entriesPhilip Withnall2011-08-201-2/+6
* core: Catch SOUP_STATUS_IO_ERROR and treat it as cancellationPhilip Withnall2011-08-201-2/+8
* core: Fix a NULL pointer ref. inc. in GDataServicePhilip Withnall2011-08-201-3/+6
* core: Fix uninitialised memory in GDataService query data structurePhilip Withnall2011-07-091-0/+1
* Bug 653535 — Let GDataAuthorizer re-process request after refreshingPhilip Withnall2011-06-291-1/+16
* core: Ensure that synchronous progress callbacks aren't done in idle callbacksPhilip Withnall2011-06-281-36/+48
* introspection: Add GDestroyNotify to progress callbacksPhilip Chimento2011-06-181-3/+11
* introspection: Fix introspection for GCancellable parametersP. F. Chimento2011-06-071-12/+12
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-695/+353
* core: Don't assume that messages can't be cancelled externallyPhilip Withnall2011-05-231-3/+21
* Bug 644946 — Support two-factor authenticationPhilip Withnall2011-03-221-0/+18
* Bug 644940 — Use HTTPS onlyPhilip Withnall2011-03-221-17/+10
* core: Don't use a deallocated mutex for early-cancelled messagesPhilip Withnall2010-12-301-21/+13
* core: Don't use deallocated memoryPhilip Withnall2010-12-301-3/+1
* docs: Remove some outdated TODO commentsPhilip Withnall2010-12-201-1/+1
* core: Expand documentation about cancellation of core query methodsPhilip Withnall2010-12-201-4/+13
* core: Ensure that _gdata_service_actually_send_message() never returns NONEPhilip Withnall2010-12-201-4/+8
* core: Expose _gdata_service_actually_send_message() internallyPhilip Withnall2010-12-201-8/+8
* core: Prevent cancellation races being caused by other messages being queuedPhilip Withnall2010-12-201-1/+2