lp:~vcs-imports/libgdata/+git/libgdata

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/libgdata/+git/libgdata

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/libgdata.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-03-16 06:00:58 UTC
docs: Replace defunct Bugzilla with GNOME GitLab

Author: Andre Klapper
Author Date: 2024-03-16 06:00:58 UTC

docs: Replace defunct Bugzilla with GNOME GitLab

wip/tchaik/meson-subproject 2023-07-23 19:12:51 UTC
ci: Fix gcr3 version for latest Fedora

Author: Martin Blanchard
Author Date: 2023-07-23 19:12:51 UTC

ci: Fix gcr3 version for latest Fedora

libgdata-0-18 2022-10-31 10:15:30 UTC
Add Abkhazian translation

Author: Nart Tlisha
Author Date: 2022-10-31 10:15:30 UTC

Add Abkhazian translation

wip/hadess/port-to-gcr-4 2022-08-02 10:00:18 UTC
ci: Bump ABI change

Author: Bastien Nocera
Author Date: 2022-08-02 09:25:01 UTC

ci: Bump ABI change

We don't have a way to build against gcr-base-3, and we link against a
different library.

wip/rishi/drive 2018-08-13 15:47:29 UTC
tests: Fix /documents/folder/parser/normal to work with Drive v2 API

Author: Debarshi Ray
Author Date: 2017-09-19 17:54:13 UTC

tests: Fix /documents/folder/parser/normal to work with Drive v2 API

The gdata_documents_entry_get_path API doesn't work with Drive v2
because each entry's JSON only has its immediate parents, not the full
chain.

https://bugzilla.gnome.org/show_bug.cgi?id=684920

libgdata-0-16 2015-11-26 08:29:59 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-11-26 08:29:59 UTC

Updated Portuguese translation

libgdata-0-14 2015-10-13 06:39:33 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-10-13 06:39:33 UTC

Updated Portuguese translation

wip/pwithnall/tasks-json-tests 2015-09-28 14:52:49 UTC
gdata: Tweak documentation for GDataParserError

Author: Philip Withnall
Author Date: 2015-09-28 14:52:49 UTC

gdata: Tweak documentation for GDataParserError

It covers JSON as well as XML.

libgdata-0-12 2015-05-22 21:18:11 UTC
Added Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-22 21:18:11 UTC

Added Occitan translation

calendar-v3 2015-04-13 22:59:55 UTC
calendar: WIP work to port to v3 API

Author: Philip Withnall
Author Date: 2015-04-13 22:59:39 UTC

calendar: WIP work to port to v3 API

657539-tasks-tests 2014-09-17 23:23:12 UTC
tests: WIP work to add networked Tasks tests

Author: Philip Withnall
Author Date: 2014-09-17 22:52:48 UTC

tests: WIP work to add networked Tasks tests

libgdata-0-10 2012-03-12 09:16:50 UTC
build: Increment version to 0.10.3

Author: Philip Withnall
Author Date: 2012-03-12 09:06:54 UTC

build: Increment version to 0.10.3

gxml 2011-09-27 15:47:30 UTC
* don't compare owner documents; we were doing that to replace the comparison...

Author: Richard Schwarting
Author Date: 2011-09-27 15:47:30 UTC

* don't compare owner documents; we were doing that to replace the comparison of xmlNs's context, but that was usually NULL when this test got ran anyway and I can't find when it would actually be an xmlDoc
* compare_xml_nodes sometimes compares non-elements, so we shouldn't try to obtain content by treating the node as an element, but rather just stringifying its children
* GXml returns NULL for attributes on non-Element nodes, so check that before accessing attributes

libgdata-0-8 2011-05-23 22:16:08 UTC
core: Don't assume that messages can't be cancelled externally

Author: Philip Withnall
Author Date: 2011-05-23 22:08:05 UTC

core: Don't assume that messages can't be cancelled externally

In _gdata_service_actually_send_message() we were previously assuming that
we were the only code which could cancel an in-progress message's request.

This isn't true.

soup_session_abort() can be called from anywhere else and will explicitly
cancel all in-progress requests. This could happen if the GDataService is
disposed of, which would cause the SoupSession to be disposed of, which
causes it to abort all in-progress requests. Alternatively, it could happen
if the GDataService's (and hence SoupSession's) proxy URI is changed.

To fix this, we:
 • now hold a reference to the session and message in
   _gdata_service_actually_send_message() so that they're kept alive
   throughout the request; and we
 • no longer assume that a cancelled message was cancelled by us, removing
   the assertion which caused the crash in bgo#650835.

Fixes: bgo#650835

libgdata-0-7 2011-04-15 16:23:53 UTC
build: Remove non-existent symbols from gdata.symbols

Author: Philip Withnall
Author Date: 2011-04-15 16:17:55 UTC

build: Remove non-existent symbols from gdata.symbols

The three symbols in question were removed by commit
0db5aeece161142093343263652fa5c498e169f6.

Spotted by openSUSE packagers.

libgdata-0-6 2010-12-30 17:15:20 UTC
contacts: Don't return deleted groups in gdata_contacts_contact_get_groups()

Author: Philip Withnall
Author Date: 2010-12-21 17:48:50 UTC

contacts: Don't return deleted groups in gdata_contacts_contact_get_groups()

Also take the opportunity to rewrite it to use GHashTableIter instead of
a tiny little callback function.

libgdata-0-5 2010-12-02 18:10:37 UTC
youtube: Emit XML for a video's aspect ratio

Author: Philip Withnall
Author Date: 2010-12-02 18:06:15 UTC

youtube: Emit XML for a video's aspect ratio

117 of 17 results
This repository contains Public information 
Everyone can see this information.

Subscribers