summaryrefslogtreecommitdiff
path: root/gdata
Commit message (Expand)AuthorAgeFilesLines
* [core] Add G_GNUC_MALLOC to all functions returning allocated dataPhilip Withnall2010-04-0154-114/+132
* [core] Use libsoup status constantsPhilip Withnall2010-04-015-15/+15
* [calendar] Add missing parsing fallbackPhilip Withnall2010-03-311-0/+2
* [core] Unify queries for single entriesPhilip Withnall2010-03-3120-358/+307
* [youtube] Fix keyword testsPhilip Withnall2010-03-311-8/+9
* [picasaweb] Fix class definition for GDataPicasaWebPhilip Withnall2010-03-312-4/+4
* Bug 614253 — GDataMediaGroup:tags should be a string arrayPhilip Withnall2010-03-309-56/+133
* [core] Improve error reporting when there's no network connectionPhilip Withnall2010-03-293-12/+70
* [docs] More documentation warning fixesPhilip Withnall2010-03-2741-145/+186
* [youtube] Add #defines for YouTube objectsPhilip Withnall2010-03-272-2/+11
* [picasaweb] Add #defines for PicasaWeb objectsPhilip Withnall2010-03-272-3/+37
* [calendar] Add #defines for Google Calendar objectsPhilip Withnall2010-03-276-9/+94
* [documents] Minor documentation fixPhilip Withnall2010-03-271-1/+1
* [gd] Add #defines for GData namespace objectsPhilip Withnall2010-03-2719-38/+492
* [core] Add #defines for GDataAccessRule-related thingsPhilip Withnall2010-03-2610-24/+147
* [core] Remove several enumerated typesPhilip Withnall2010-03-265-93/+93
* Bug 613551 — Add gContact namespacePhilip Withnall2010-03-2518-49/+4388
* [core] Add GDataAccessRule:editedPhilip Withnall2010-03-255-3/+74
* [core] Remove unnecessary preconditions in internal functionsPhilip Withnall2010-03-252-15/+1
* [core] Ensure newly-created entries can never be inserted if they have an IDPhilip Withnall2010-03-251-3/+2
* [docs] Small function link fixPhilip Withnall2010-03-251-1/+1
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-2557-107/+50
* [picasaweb] Add functions to get album and file IDsPhilip Withnall2010-03-257-22/+171
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-2527-858/+962
* [core] Move all GTimeVal parsing into a single functionPhilip Withnall2010-03-2516-228/+216
* [core] Tidy up some objects' parsing methodsPhilip Withnall2010-03-2510-54/+15
* [core] Move all element object parsing into two functionsPhilip Withnall2010-03-2519-329/+328
* [core] Move all element string content parsing into one functionPhilip Withnall2010-03-2515-231/+177
* [core] Move all boolean property parsing into one functionPhilip Withnall2010-03-2512-141/+103
* [core] Constify GTimeVals and GDataColors where possiblePhilip Withnall2010-03-2220-40/+41
* [build] Add missing includes to gdata.hPhilip Withnall2010-03-221-0/+2
* [docs] Added missing Since tagsPhilip Withnall2010-03-2255-21/+155
* [gd] Ensure comparisons of two NULL values return 0Philip Withnall2010-03-2211-10/+70
* [documents] Fix gcc printf format warning messagePhilip Withnall2010-03-221-11/+15
* [docs] Fix various documentation errorsPhilip Withnall2010-03-226-18/+87
* [picasaweb] Fix castingPhilip Withnall2010-03-221-6/+6
* Ensure GDataYouTubeService's parse_error_response always sets an errorPhilip Withnall2010-03-221-5/+9
* Bug 613529 — Sending ETag with modified queryPhilip Withnall2010-03-2213-26/+343
* [core] Catch HTTP 412 errors as version mismatchesPhilip Withnall2010-03-191-0/+1
* [gd] Reject empty strings from GDataGDPostalAddress' propertiesPhilip Withnall2010-03-191-0/+13
* [contacts] Add the kind category to new GDataContactsContactsPhilip Withnall2010-03-192-5/+41
* [contacts] Add gdata_contacts_contact_set_name()Philip Withnall2010-03-194-8/+64
* Parse new format YouTube URIsPhilip Withnall2010-03-102-6/+39
* Bug 610948 — Improve access control supportPhilip Withnall2010-03-074-42/+252
* Bug 605699 — Add packet capture to test suitePhilip Withnall2010-03-0711-25/+145
* [docs] Tidy up service propagation in documents testsPhilip Withnall2010-01-311-3/+1
* [core] Consolidate generic errorsPhilip Withnall2010-01-3113-98/+109
* [general] Remove unnecessary g_object_notify() callsPhilip Withnall2010-01-256-30/+6
* [gd] Make string parsing UTF-8–safePhilip Withnall2010-01-255-24/+35
* [tests] Add performance and callgrind testsPhilip Withnall2010-01-244-1/+109