summaryrefslogtreecommitdiff
path: root/gdata/gdata-private.h
Commit message (Expand)AuthorAgeFilesLines
* core: Support pagination using page tokens from JSONPhilip Withnall2017-02-241-2/+10
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-1/+1
* core: Add a new internal method for setting GDataEntry:etagPhilip Withnall2015-07-101-0/+1
* core: Expose _gdata_access_rule_set_key() internallyDebarshi Ray2015-06-101-0/+3
* core: Add internal helper API for adding query stringsDebarshi Ray2015-04-271-0/+2
* core: Expose _gdata_feed_add_link() internallyDebarshi Ray2015-04-271-0/+1
* core: Add internal API for setting GDataFeed:total-resultsPhilip Withnall2015-04-201-0/+3
* core: Add internal helper API for setting GDataEntry:idPhilip Withnall2015-04-161-0/+1
* core: Add internal helper API for setting GDataEntry:publishedPhilip Withnall2015-04-161-0/+1
* core: Explicitly support a final page in GDataQuery paginationPhilip Withnall2014-12-121-0/+3
* core: Allow the GDataFeed type to be passed to _gdata_feed_new()Philip Withnall2014-12-121-1/+4
* core: Eliminate unnecessary is_async argument from parser functionsPhilip Withnall2014-12-121-4/+3
* core: Fix strict-aliasing problems with authentication domainsPhilip Withnall2013-11-191-2/+2
* core: Add support for JSON to GDataParsable, GDataEntry and GDataFeedPeteris Krisjanis2013-08-291-0/+8
* core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT envvarPhilip Withnall2013-08-021-0/+1
* core: Ensure passwords and auth. tokens are stored in non-pageable memoryPhilip Withnall2011-10-111-0/+7
* core: Filter sensitive details out of debug log outputPhilip Withnall2011-10-101-2/+6
* core: Ensure that synchronous progress callbacks aren't done in idle callbacksPhilip Withnall2011-06-281-2/+3
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-8/+41
* Bug 644940 — Use HTTPS onlyPhilip Withnall2011-03-221-2/+1
* core: Expose _gdata_service_actually_send_message() internallyPhilip Withnall2010-12-201-0/+1
* core: Remove _gdata_download_stream_find_destination()Philip Withnall2010-12-111-4/+0
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-2/+2
* core: Add a _gdata_service_build_uri() function to escape URI componentsPhilip Withnall2010-08-231-0/+2
* [documents] Move download methods to GDataDocumentsDocumentPhilip Withnall2010-08-221-7/+0
* [documents] Add GDataDocumentsDocument below GDataDocumentsEntryPhilip Withnall2010-08-221-4/+6
* [documents] Move initialisation code into constructor() in Documents servicePhilip Withnall2010-08-111-1/+0
* [core] Add a GDataParsable:constructed-from-xml propertyPhilip Withnall2010-08-111-0/+1
* [core] Explicitly mark private symbols as G_GNUC_INTERNALPhilip Withnall2010-08-081-34/+34
* [core] Batch operation supportPhilip Withnall2010-07-121-0/+6
* [core] Mark most getter functions as purePhilip Withnall2010-04-161-5/+5
* [core] Remove unused parameters from _gdata_service_query()Philip Withnall2010-04-141-4/+0
* [core] Whitespace fixesPhilip Withnall2010-04-121-10/+10
* [core] Improve cancellation supportPhilip Withnall2010-04-091-1/+2
* [core] Add G_GNUC_MALLOC to all functions returning allocated dataPhilip Withnall2010-04-011-6/+10
* [core] Move all GTimeVal parsing into a single functionPhilip Withnall2010-03-251-0/+1
* Bug 605699 — Add packet capture to test suitePhilip Withnall2010-03-071-1/+17
* [core] Use HTTPS URIs wherever possiblePhilip Withnall2010-01-181-0/+2
* Bug 598649 — Download API for PicasaWeb images and thumbnailsRichard Schwarting2009-12-061-0/+2
* [core] Added GDataDownloadStream to allow easy downloading of large filesPhilip Withnall2009-08-031-0/+1
* [core] Added a method to escape text and append it to a GStringPhilip Withnall2009-08-031-0/+1
* Bug 589545 – *_download_document(): let the client decide where to downloadPhilip Withnall2009-07-271-1/+1
* Bug 587073 – Add Google Documents serviceThibault Saunier2009-07-171-0/+13
* [youtube] Added a query to retrieve the details of a single videoPhilip Withnall2009-07-051-0/+5
* [core] Made the get_xml functions use a single GString throughoutPhilip Withnall2009-07-031-1/+1
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-6/+3
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-11/+1
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-7/+6
* [calendar] Added GDataCalendarFeed to parse Calendar-specific feed propertiesPhilip Withnall2009-05-171-1/+1
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-1/+8