index
:
delta/libgdata.git
657539-tasks-tests
baserock/LIBGDATA_0_17_3-16-ged52192
baserock/morph
calendar-v3
gxml
libgdata-0-10
libgdata-0-12
libgdata-0-14
libgdata-0-16
libgdata-0-18
libgdata-0-5
libgdata-0-6
libgdata-0-7
libgdata-0-8
main
master
offline-testing
tasks-integration
wip/calendar-v3
wip/hadess/port-to-gcr-4
wip/oholy/documents-shared-drives-support
wip/pwithnall/calendar-acls
wip/pwithnall/tasks-json-tests
wip/pwithnall/walbottle
wip/pwithnall/youtube-v3
wip/rishi/drive
youtube-v3
gitlab.gnome.org: GNOME/libgdata.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdata
/
gdata-feed.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop usage of deprecated gobject functions
Daniel Kolesa
2021-06-03
1
-4
/
+2
*
docs: Drop use of `<!-- -->` to delimit plurals
Philip Withnall
2019-07-24
1
-4
/
+4
*
Remove use of foreach with wrong function prototype and use g_list_free_full
Alberto Ruiz
2018-08-06
1
-16
/
+4
*
Release version 0.17.7
0.17.7
Philip Withnall
2017-03-05
1
-2
/
+2
*
core: Support pagination using page tokens from JSON
Philip Withnall
2017-02-24
1
-1
/
+46
*
docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’
Philip Withnall
2017-01-24
1
-31
/
+31
*
core: Clarify handling of empty strings in some core APIs
Philip Withnall
2017-01-08
1
-2
/
+3
*
core: Clarify that GDataFeed:total-results may be zero for unknown
Philip Withnall
2015-05-03
1
-2
/
+2
*
core: Expose _gdata_feed_add_link() internally
Debarshi Ray
2015-04-27
1
-2
/
+1
*
core: Parse selfLink from JSON for GDataFeed
Debarshi Ray
2015-04-24
1
-0
/
+14
*
Release version 0.17.0
LIBGDATA_0_17_0
Philip Withnall
2015-04-24
1
-1
/
+1
*
core: Add internal API for setting GDataFeed:total-results
Philip Withnall
2015-04-20
1
-0
/
+11
*
core: Fix JSON parser state on hitting an error
Philip Withnall
2015-04-14
1
-1
/
+3
*
core: Allow the GDataFeed type to be passed to _gdata_feed_new()
Philip Withnall
2014-12-12
1
-4
/
+10
*
core: Eliminate unnecessary is_async argument from parser functions
Philip Withnall
2014-12-12
1
-16
/
+18
*
core: Mark all API as stable and impose API and ABI stability guarantees
Philip Withnall
2014-11-03
1
-1
/
+1
*
core: Handle ‘etag’ and ‘kind’ members in JSON feeds
Philip Withnall
2014-09-21
1
-0
/
+4
*
core: Use g_ascii_strto[u]ll() instead of strto[u]l()
Philip Withnall
2014-08-09
1
-3
/
+3
*
core: Add support for JSON to GDataParsable, GDataEntry and GDataFeed
Peteris Krisjanis
2013-08-29
1
-0
/
+77
*
youtube: Temporarily relax requirements on <feed/title> element
Philip Withnall
2012-07-03
1
-2
/
+6
*
core: Rename gdata_parser_int64_from_element()
Philip Withnall
2012-04-14
1
-2
/
+2
*
core: Ensure that synchronous progress callbacks aren't done in idle callbacks
Philip Withnall
2011-06-28
1
-6
/
+14
*
core: Fix attribute escaping for GDataFeed
Philip Withnall
2010-12-10
1
-1
/
+1
*
core: Use gint64 timestamps instead of GTimeVals
Philip Withnall
2010-10-04
1
-19
/
+19
*
core: Use namespaces from all entries in a feed
Philip Withnall
2010-08-25
1
-3
/
+5
*
docs: Fix some incorrect <ulink> tags in documentation comments
Philip Withnall
2010-08-22
1
-2
/
+2
*
[introspection] Add missing annotations to GDataFeed
Philip Withnall
2010-08-02
1
-3
/
+3
*
[introspection] Add (out) annotations to GTimeVal parameters
Philip Withnall
2010-08-02
1
-1
/
+1
*
[introspection] Add (element-type) annotations
Philip Withnall
2010-07-16
1
-4
/
+4
*
[core] Batch operation support
Philip Withnall
2010-07-12
1
-0
/
+64
*
[core] Reference entries when adding them to feeds
Philip Withnall
2010-07-08
1
-1
/
+2
*
[core] Remove more shadowing of functions from unistd.h
Philip Withnall
2010-06-16
1
-4
/
+4
*
[core] Whitespace fixes
Philip Withnall
2010-04-12
1
-71
/
+74
*
[core] Tidy up preconditions
Philip Withnall
2010-04-10
1
-1
/
+1
*
[core] Add support for <rights> to GDataFeed
Philip Withnall
2010-04-06
1
-2
/
+43
*
[docs] More documentation warning fixes
Philip Withnall
2010-03-27
1
-3
/
+3
*
[core] Remove unnecessary preconditions in internal functions
Philip Withnall
2010-03-25
1
-11
/
+1
*
[core] Removed unnecessary *_GET_PRIVATE macros everywhere
Philip Withnall
2010-03-25
1
-1
/
+0
*
[core] Add namespace checks to all parse_xml() functions
Philip Withnall
2010-03-25
1
-80
/
+86
*
[core] Move all GTimeVal parsing into a single function
Philip Withnall
2010-03-25
1
-17
/
+2
*
[core] Move all element object parsing into two functions
Philip Withnall
2010-03-25
1
-35
/
+31
*
[core] Move all element string content parsing into one function
Philip Withnall
2010-03-25
1
-31
/
+8
*
[core] Use GLib memory functions with libxml2
Philip Withnall
2010-01-22
1
-8
/
+7
*
[core] Improve GDataEntry, GDataFeed and GDataAccessHandler test coverage
Philip Withnall
2010-01-21
1
-11
/
+16
*
[core] Add support for atom:icon to GDataFeed
Richard Schwarting
2009-10-08
1
-0
/
+44
*
Bug 587073 – Add Google Documents service
Thibault Saunier
2009-07-17
1
-35
/
+65
*
[core] Link element names and namespaces to the relevant classes
Philip Withnall
2009-06-28
1
-6
/
+7
*
[picasaweb] Added a PicasaWeb service
Philip Withnall
2009-06-21
1
-1
/
+2
*
[core] Converted Atom structs to GObjects
Philip Withnall
2009-06-14
1
-95
/
+54
*
Bug 584417 – Strings are not properly formed for localisation
Philip Withnall
2009-06-03
1
-14
/
+14
[next]